Babel plugin to ensure function declarations at the block level are block scoped
Explode async and generator functions into a state machine.
This plugin transforms private class methods
Helper to wrap functions inside a function call.
Compile ES2015 shorthand properties to ES5
Helper function to replace certain member expressions with function calls
Compile exponentiation operator to ES5
Compile ES2015 block scoping (const and let) to ES5
Allow parsing of optional catch bindings
Babel preset for all React plugins.
Allow parsing of top-level await in modules
Compile ES2015 spread to ES5
Allow parsing of the logical assignment operators
Babel plugin to extract translatable messages from source code into Lingui catalogs
Compile ES2015 Unicode regex to ES5
Remove nullish coalescing operator
Transform optional chaining operators into a series of nil checks
Apply ES2015 function.name semantics to all functions
Compile ES2015 unicode string and number literals to ES5
Allow parsing of '#foo in obj' brand checks
Compile ES2015 template literals to ES5
Compile regular expressions using named groups to ES5.
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Compile ES2015 arrow functions to ES5