Babel plugin to ensure function declarations at the block level are block scoped
Allow parsing of class static blocks
Compile ESNext Regular Expressions to ES5
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
A Babel preset for each environment.
Transform class static blocks
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Compile object rest and spread to ES5
Transforms logical assignment operators into short-circuited assignments
Compile class and object decorators to ES5
TypeScript definitions for estree
No description provided.
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile regular expressions' unicodeSets (v) flag.
Turn JSX into React function calls in development
Compile Unicode property escapes in Unicode regular expressions to ES5.
Helper function to hoist variables
Turn async generator functions into ES2015 generators
Dev tools and CLI for React Router
This plugin transforms checks for a private property in an object
Babel preset for all React plugins.
TypeScript definitions for istanbul-lib-coverage
Allow parsing of the flow syntax