Merge sibling variables into one.
babel plugin that emulates vite's import.meta.glob import.meta.globEager functionality
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
Compile ES2015 object super to ES5
Compile ES2015 destructuring to ES5
This removes rvals that are equivalent to undefined wherever possible
Allow parsing of jsx
Improve the debugging experience and add server-side rendering support to styled-components
Allow parsing of TypeScript syntax
Transform pipeline operator into call expressions
Babel preset for Vue JSX
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
babel plugin that emulates vite's import.meta.hot functionality
Babel preset for use with AVA test files
Transform async/await to promise chains
Babel plugin for Vue 3 JSX
Allow parsing of the module attributes in the import statement
Compile class public and private fields, private methods and decorators to ES6
Compile class and object decorators to ES5
Compile ES2015 sticky regex to an ES5 RegExp constructor
Compile ESNext Regular Expressions to ES5
Compile ES2015 spread to ES5
Compile ES2015 Unicode regex to ES5
Compile function bind operator to ES5