Babel plugin to emit decorator metadata like typescript compiler
Replacement of babel-plugin-transform-typescript-metadata for ReactGenie
Transform TypeScript into ES.next
Transform TypeScript `const` enums
This plugin transforms ES2015 modules to CommonJS
Add a __source prop to all JSX Elements
Compile ES2015 classes to ES5
Add a __self prop to all JSX Elements
Transform optional chaining operators into a series of nil checks
Compile ES2015 computed properties to ES5
Compile ES2015 shorthand properties to ES5
Compile ES2015 default and rest parameters to ES5
Compile ES2015 destructuring to ES5
Explode async and generator functions into a state machine.
Compile exponentiation operator to ES5
This plugin transforms private class methods
Compile ES2015 sticky regex to an ES5 RegExp constructor
Compile ES2015 block scoping (const and let) to ES5
Compile ES2015 Unicode regex to ES5
This plugin transforms ES2015 modules to AMD
This plugin transforms ES2015 modules to SystemJS
Turn async functions into ES2015 generators
Remove nullish coalescing operator
Apply ES2015 function.name semantics to all functions
Istanbul-compatible JavaScript/TypeScript coverage instrumentation using the Oxc AST
Coverage summarization and tree-visitor base for the oxc-coverage suite (port of istanbul-lib-report)
Coverage reporters (text, text-summary, json-summary, lcov, cobertura) for the oxc-coverage suite (port of istanbul-reports)
Istanbul-compatible source-map remap for FileCoverage (port of istanbul-lib-source-maps)
Istanbul-compatible coverage data types (FileCoverage, CoverageMap, etc.) for the oxc-coverage suite
V8 inspector coverage to Istanbul FileCoverage conversion (port of v8-to-istanbul)