a babel plugin for ignoring some import syntax
Allow parsing of the module attributes in the import statement
Allow parsing of import.meta
Allow parsing of the module assertion attributes in the import statement
Transform import() expressions
Transform SVG into JSX
Allow parsing of import()
Turns off all rules that are unnecessary or might conflict with Prettier.
No description provided.
General utilities for plugins to use
Gatsby uses the phenomenal project [Babel](https://babeljs.io/) to enable support for writing modern JavaScript — while still supporting older browsers. This package contains the default Babel setup for all Gatsby projects.
Allow parsing of jsx
Seamless integration between Rollup and Babel.
Allow parsing of TypeScript syntax
This plugin transforms ES2015 modules to CommonJS
Compile class public and private fields, private methods and decorators to ES6
Compile ESNext Regular Expressions to ES5
This Parcel transformer plugin is responsible for transforming assets with Babel. It uses `@babel/core` to resolve babel config the same way Babel does and uses that if found. If no filesystem config is found it uses a default config that supports the mos
Core istanbul API for JS code coverage
This plugin transforms ES2015 modules to UMD
Add a __source prop to all JSX Elements
Allows you to build compile-time libraries
Compile ES2015 classes to ES5
Allow parsing of the logical assignment operators