This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Copies the 'babel-preset-es2015-loose' preset excluding the 'babel-plugin-transform-es2015-typeof-symbol' plugin.
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
This plugin transforms ES2015 modules to CommonJS
Compile ES2015 classes to ES5
Compile ES2015 computed properties to ES5
Compile ES2015 block scoping (const and let) to ES5
Apply ES2015 function.name semantics to all functions
Compile ES2015 for...of to ES5
Compile ES2015 default and rest parameters to ES5
Compile ES2015 destructuring to ES5
This plugin transforms ES2015 modules to AMD
This plugin transforms ES2015 modules to SystemJS
Compile ES2015 sticky regex to an ES5 RegExp constructor
Compile ES2015 arrow functions to ES5
Compile ES2015 shorthand properties to ES5
Compile ES2015 spread to ES5
This plugin transforms ES2015 modules to UMD
Compile ES2015 Unicode regex to ES5
Compile ES2015 unicode string and number literals to ES5
Compile ES2015 template literals to ES5
Turn async functions into ES2015 generators
Compile ES2015 Unicode escapes to ES5
Compile ES2015 object super to ES5