Ensure that reserved words are quoted in property accesses
Transforms new.target meta property
Transforms logical assignment operators into short-circuited assignments
Turn async generator functions into ES2015 generators
Compile optional catch bindings
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Compile export namespace to ES2015
Compile Unicode property escapes in Unicode regular expressions to ES5.
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile regular expressions' unicodeSets (v) flag.
Compile inline regular expression modifiers
Compile regular expressions using duplicate named groups to index-based groups.
Compile `using` and `await using` declarations to ES2015
Babel transform for Flow Enums.
Strip flow type annotations from your output code.
Transform SVG into component
Jest plugin to use babel for transformation.
Transform TypeScript `const` enums
No description provided.
Turn JSX elements into exploded React objects
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
Babel plugin to emit decorator metadata like typescript compiler