Compile ES2015 sticky regex to an ES5 RegExp constructor
Compile ES2015 shorthand properties to ES5
This plugin transforms ES2015 modules to AMD
This plugin transforms ES2015 modules to SystemJS
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Explode async and generator functions into a state machine.
Allow parsing of optional catch bindings
Allow parsing of top-level await in modules
Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator
Compile ES2015 Unicode regex to ES5
Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Transforms new.target meta property
Ensure that no reserved words are used.
Allow parsing of the module assertion attributes in the import statement
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Compile Unicode property escapes in Unicode regular expressions to ES5.
Turn async generator functions into ES2015 generators
Allow parsing of optional properties
This plugin transforms static class properties as well as properties declared with the property initializer syntax
A Babel plugin to inject imports to regenerator-runtime
Compile ES2015 Unicode escapes to ES5
Turns off all rules that are unnecessary or might conflict with Prettier.
Allows you to build compile-time libraries
Compile regular expressions using the `s` (`dotAll`) flag to ES5.