mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
For milestone 1, I think it's safe to just layout all the transformations manually. In TypeScript, the transformers are collected dynamically and ran on each ast node; this achieves a single AST pass. https://github.com/microsoft/TypeScript/blob/main/src/compiler/transformer.ts#L129-L145 To maximize performance and reduce confusion, I think it's safe to layout all the transformations manually for milestone 1. The next PR will add transformation context to all presets so we can start adding "context". |
||
|---|---|---|
| .. | ||
| oxc | ||
| oxc_allocator | ||
| oxc_ast | ||
| oxc_cli | ||
| oxc_codegen | ||
| oxc_diagnostics | ||
| oxc_index | ||
| oxc_js_regex | ||
| oxc_language_server | ||
| oxc_linter | ||
| oxc_macros | ||
| oxc_minifier | ||
| oxc_module_lexer | ||
| oxc_parser | ||
| oxc_prettier | ||
| oxc_semantic | ||
| oxc_sourcemap | ||
| oxc_span | ||
| oxc_syntax | ||
| oxc_transformer | ||
| oxc_wasm | ||