An [Unplugin](https://unplugin.unjs.io/) that lets you use Parcel's [macro](https://parceljs.org/features/macros/) implementation in webpack, Vite, Rollup, esbuild, Next.js, and more.
Allow parsing of import.meta
Resolve tsconfig baseUrl and paths imports with Parcel
Enhanced TypeScript support for Parcel bundler
Allow parsing of object rest/spread
Babel plugin to ensure function declarations at the block level are block scoped
Compile objects with duplicate keys to valid strict ES5
React bindings for Reason
This plugin transforms checks for a private property in an object
Compile ES2015 spread to ES5
A codemod to automatically add withZephyr plugin to bundler configurations
Compile ES2015 block scoping (const and let) to ES5
Compile ES2015 unicode string and number literals to ES5
Parcel v2 plugin that interpolates ENV in HTML files
Compile ES2015 template literals to ES5
Allow parsing of class static blocks
Parcel v2 plugin. Enables the copy of multiple static files and folders into the specified folder on build success.
This plugin transforms private class methods
Apply ES2015 function.name semantics to all functions
Add a __source prop to all JSX Elements
Compile ES2015 classes to ES5
Allow parsing of the logical assignment operators
Compile ES2015 arrow functions to ES5
Add a __self prop to all JSX Elements