This plugin transforms ES2015 modules to AMD
This plugin transforms ES2015 modules to SystemJS
Explode async and generator functions into a state machine.
Allow parsing of optional catch bindings
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Allow parsing of top-level await in modules
Compile ES2015 Unicode regex to ES5
Transforms new.target meta property
Compile ES2015 computed properties to ES5
Ensure that no reserved words are used.
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.
Compile ES2015 default and rest parameters to ES5
Minimizer plugin for webpack
Compile ES2015 sticky regex to an ES5 RegExp constructor
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Compile Unicode property escapes in Unicode regular expressions to ES5.
Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator
Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Turn async generator functions into ES2015 generators
Allow parsing of the module assertion attributes in the import statement
Allow parsing of optional properties
Parcel v2 plugin that interpolates ENV in HTML files
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Compile ES2015 Unicode escapes to ES5