Compile ES2015 Unicode regex to ES5
Allow parsing of object rest/spread
Compile ES2015 unicode string and number literals to ES5
Transform optional chaining operators into a series of nil checks
Compile ES2015 template literals to ES5
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Compile ES2015 arrow functions to ES5
Turn async functions into ES2015 generators
Compile exponentiation operator to ES5
Allow parsing of the nullish-coalescing operator
Compile objects with duplicate keys to valid strict ES5
Ensure that reserved words are quoted in object property keys
babel-plugin-import-override TypeScript version
Remove nullish coalescing operator
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Ensure that reserved words are quoted in property accesses
Compile object rest and spread to ES5
Allow parsing of '#foo in obj' brand checks
Allow parsing of BigInt literals
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Ensure that no reserved words are used.
This plugin transforms checks for a private property in an object
Babel plugin to emit decorator metadata like typescript compiler