Babel plugin to ensure function declarations at the block level are block scoped
Compile objects with duplicate keys to valid strict ES5
Compile ES2015 Unicode regex to ES5
Remove nullish coalescing operator
Transform import() expressions
This plugin transforms ES2015 modules to AMD
This plugin transforms ES2015 modules to SystemJS
Ensure that reserved words are quoted in object property keys
Compile ES2015 sticky regex to an ES5 RegExp constructor
Compile object rest and spread to ES5
Ensure that reserved words are quoted in property accesses
Compile ES2015 object super to ES5
Compile ES2015 Unicode escapes to ES5
Ensure that no reserved words are used.
This plugin transforms private class methods
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Transform class static blocks
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Compile optional catch bindings
Transforms new.target meta property
Transforms logical assignment operators into short-circuited assignments
Turn JSX into React function calls
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Turn async generator functions into ES2015 generators