Allow parsing of the module assertion attributes in the import statement
Compile ES2015 block scoping (const and let) to ES5
Allow parsing of object rest/spread
Compile object rest and spread to ES5
Transform import() expressions
Allow parsing of BigInt literals
Compile ES2015 arrow functions to ES5
Compile exponentiation operator to ES5
Compile ES2015 object super to ES5
This plugin transforms checks for a private property in an object
Babel preset for TypeScript.
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Compile objects with duplicate keys to valid strict ES5
Allow parsing of the nullish-coalescing operator
Ensure that reserved words are quoted in object property keys
Turn async functions into ES2015 generators
Transforms new.target meta property
Ensure that no reserved words are used.
Turn JSX into React function calls
Remove nullish coalescing operator
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Ensure that reserved words are quoted in property accesses
Compile optional catch bindings
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)