A Babel plugin to inject imports to core-js@2 polyfills
Transforms new.target meta property
Compile optional catch bindings
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile regular expressions' unicodeSets (v) flag.
Transform class static blocks
Turn async generator functions into ES2015 generators
Turn JSX into React function calls
Transforms logical assignment operators into short-circuited assignments
A Babel plugin to inject imports to regenerator-runtime
Allow parsing of import()
Allow parsing of class properties
Compile export namespace to ES2015
Babel plugin for Vue 3 JSX
Compile Unicode property escapes in Unicode regular expressions to ES5.
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Add displayName to React.createClass calls
Compile inline regular expression modifiers
Transform optional chaining operators to workaround https://crbug.com/v8/11558
Compile regular expressions using duplicate named groups to index-based groups.
Transform static class fields assignments that are affected by https://crbug.com/v8/12421
No description provided.
Turn JSX into React function calls in development
Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677