Apply ES2015 function.name semantics to all functions
Compile ESNext Regular Expressions to ES5
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Compile ES2015 block scoping (const and let) to ES5
Ensure that reserved words are quoted in property accesses
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Compile optional catch bindings
This plugin transforms ES2015 modules to CommonJS
Compile ES2015 arrow functions to ES5
Allow parsing of BigInt literals
Compile ES2015 object super to ES5
AWS X-Ray SDK for Javascript
Allow parsing of the nullish-coalescing operator
A Babel plugin to inject imports to core-js@2 polyfills
Ensure that reserved words are quoted in object property keys
Babel plugin to transform a LWC module
Compile object rest and spread to ES5
Transforms new.target meta property
Transform import() expressions
Ensure that no reserved words are used.
Allow parsing of import.meta
Compile ES2015 for...of to ES5
Syntax highlight JavaScript strings for output in terminals.
Remove numeric separators from Decimal, Binary, Hex and Octal literals