@nkduy/babel-plugin-transform-es2015-typeof-symbol
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Compile ES2015 Unicode regex to ES5
Ensure that reserved words are quoted in property accesses
Ensure that reserved words are quoted in object property keys
Compile exponentiation operator to ES5
Compile trailing function commas to ES5
Turn async generator functions into ES2015 generators
Turn async functions into ES2015 generators
This plugin allows Babel to transform class constructors (deprecated)
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Compile class and object decorators to ES5
Compile do expressions to ES5
Compile ES2015 arrow functions to ES5
Babel plugin to ensure function declarations at the block level are block scoped
Compile ES2015 block scoping (const and let) to ES5
Compile ES2015 classes to ES5
Compile ES2015 computed properties to ES5
Compile ES2015 destructuring to ES5
Compile objects with duplicate keys to valid strict ES5
Compile ES2015 for...of to ES5