This plugin transforms private class methods
Compile class public and private fields, private methods and decorators to ES6
Remove nullish coalescing operator
Compile ES2015 spread to ES5
Compile ES2015 for...of to ES5
Allow parsing of '#foo in obj' brand checks
Compile ES2015 unicode string and number literals to ES5
Babel plugin to ensure function declarations at the block level are block scoped
Compile ES2015 template literals to ES5
Ensure that reserved words are quoted in property accesses
Allow parsing of import.meta
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Compile object rest and spread to ES5
Transform import() expressions
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Allow parsing of object rest/spread
Compile ES2015 block scoping (const and let) to ES5
No description provided.
Compile optional catch bindings
Allows you to build compile-time libraries
A Babel plugin to inject imports to core-js@2 polyfills
Apply ES2015 function.name semantics to all functions
Allow parsing of BigInt literals
Compile objects with duplicate keys to valid strict ES5