Ensure that reserved words are quoted in property accesses
Compile object rest and spread to ES5
Allow parsing of class static blocks
Allow parsing of '#foo in obj' brand checks
Transform import() expressions
Transforms new.target meta property
Compile ES2015 Unicode escapes to ES5
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Compile optional catch bindings
Allow parsing of async generator functions
Babel transform for Flow Enums.
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Turn async generator functions into ES2015 generators
Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset
Turn JSX into React function calls
Transforms logical assignment operators into short-circuited assignments
Compile export namespace to ES2015
Transform class static blocks
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile regular expressions' unicodeSets (v) flag.
Compile Unicode property escapes in Unicode regular expressions to ES5.
Transform TypeScript `const` enums
Compile inline regular expression modifiers
Add displayName to React.createClass calls