Turn JSX into React function calls
Explode async and generator functions into a state machine.
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Compile export namespace to ES2015
Compile exponentiation operator to ES5
Transform TypeScript into ES.next
Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
Compile ES2015 Unicode escapes to ES5
Babel plugin to ensure function declarations at the block level are block scoped
Compile ES2015 Unicode regex to ES5
Remove nullish coalescing operator
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Ensure that reserved words are quoted in property accesses
Compile ES2015 for...of to ES5
Compile ES2015 computed properties to ES5
Compile ES2015 default and rest parameters to ES5
Turn async functions into ES2015 generators
Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag
Compile optional catch bindings
ES Object-related atoms: Object, ToObject, RequireObjectCoercible
Compile objects with duplicate keys to valid strict ES5
This plugin transforms ES2015 modules to AMD
Compile ES2015 sticky regex to an ES5 RegExp constructor
This plugin transforms ES2015 modules to SystemJS