This plugin transforms ES2015 modules to CommonJS
Apply ES2015 function.name semantics to all functions
Compile ES2015 computed properties to ES5
Compile ES2015 default and rest parameters to ES5
Ensure that reserved words are quoted in property accesses
Turn async functions into ES2015 generators
Compile ES2015 arrow functions to ES5
Transform class static blocks
This plugin transforms ES2015 modules to AMD
Ensure that reserved words are quoted in object property keys
Compile ES2015 sticky regex to an ES5 RegExp constructor
This plugin transforms ES2015 modules to SystemJS
Compile optional catch bindings
This plugin transforms private class methods
Compile ES2015 Unicode escapes to ES5
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Babel plugin to ensure function declarations at the block level are block scoped
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Compile ES2015 for...of to ES5
Determine whether each segment of a line is parallel to the correspondent segment of another line.
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Compile regular expressions using named groups to ES5.
Compile ES2015 spread to ES5