Compile ES2015 template literals to ES5
Compile ESNext Regular Expressions to ES5
Compile ES2015 block scoping (const and let) to ES5
Allow parsing of '#foo in obj' brand checks
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 async generator functions
Apply ES2015 function.name semantics to all functions
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Axios interceptor of logging requests & responses by debug.
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
This plugin transforms ES2015 modules to CommonJS
Compile ES2015 arrow functions to ES5
Compile optional catch bindings
Allow parsing of BigInt literals
Compile ES2015 object super to ES5
Ensure that no reserved words are used.
Compile object rest and spread to ES5
NodeJS/browser bindings to the aws-c-* libraries
A Babel plugin to inject imports to core-js@2 polyfills
Transform import() expressions
Allow parsing of the nullish-coalescing operator
Ensure that reserved words are quoted in object property keys
Compile ES2015 for...of to ES5