Allow parsing of import.meta
Babel plugin for preserving exports order across transforms
Allow parsing of the module assertion attributes in the import statement
Allow parsing of object rest/spread
Allow parsing of BigInt literals
Allow parsing of the nullish-coalescing operator
Allow parsing of class static blocks
Allows you to provide custom implementation of Object.assign in babel builds
Allow parsing of '#foo in obj' brand checks
Allow parsing of async generator functions
A Babel plugin to inject imports to core-js@2 polyfills
A Babel plugin to inject imports to regenerator-runtime
Babel syntactic sugar for v-model support in Vue JSX
Babel preset for Vue JSX
Explode async and generator functions into a state machine.
Compile object rest and spread to ES5
Compile ES2015 template literals to ES5
Babel syntactic sugar for v-model support in Vue JSX
Remove all console.* calls.
Transforms import.meta for nodejs environments
Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677
A polyfill for the Record and Tuple Stage 2 ECMAScript proposal.
Adds TypeScript support to Gatsby
Decorator for binding method to an object