Allow parsing of the nullish-coalescing operator
Allow parsing of '#foo in obj' brand checks
Babel syntactic sugar for v-model support in Vue JSX
Allow parsing of async generator functions
A Babel plugin to inject imports to core-js@2 polyfills
Allows you to provide custom implementation of Object.assign in babel builds
Babel syntactic sugar for v-model support in Vue JSX
A Babel plugin to inject imports to regenerator-runtime
Babel preset for Vue JSX
Compile object rest and spread to ES5
Explode async and generator functions into a state machine.
Compile ES2015 template literals to ES5
Remove all console.* calls.
Transforms import.meta for nodejs environments
Adds TypeScript support to Gatsby
Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677
Parse regular expressions' unicodeSets (v) flag.
A polyfill for the Record and Tuple Stage 2 ECMAScript proposal.
Decorator for binding method to an object
Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517
A babel plugin that adds istanbul instrumentation to ES6 code
Allow parsing of decorators
Allow parsing of import()
Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843