Compile ES2015 spread to ES5
Compile ES2015 for...of to ES5
Allow parsing of '#foo in obj' brand checks
Global namespace without polluting the global scope
Compile ES2015 block scoping (const and let) to ES5
Compile ES2015 unicode string and number literals to ES5
Compile ES2015 template literals to ES5
Ensure that reserved words are quoted in property accesses
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Allow parsing of import.meta
Allow parsing of async generator functions
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Compile object rest and spread to ES5
Apply ES2015 function.name semantics to all functions
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Transform import() expressions
Allow parsing of object rest/spread
Compile ES2015 arrow functions to ES5
Compile optional catch bindings
No description provided.
Syntax highlight JavaScript strings for output in terminals.
A Babel plugin to inject imports to core-js@2 polyfills
Allow parsing of BigInt literals
Compile objects with duplicate keys to valid strict ES5