/babel-runtime-es2015-instance-methods

Babel plugin to transform ES2015 instance method calls of arrays and strings

Primary LanguageTypeScriptMIT LicenseMIT

babel-runtime-es2015-instance-methods

This is a plugin for the Babel transpiler that rewrites calls to ES2015 instance methods of Array (copyWithin, entries, fill, find, findIndex, keys, values) and String (codePointAt, endsWith, includes, repeat, startsWith).