mirror of
https://github.com/danbulant/oxc
synced 2026-05-22 21:58:36 +00:00
This PR adds a full compiler pipeline to the `oxc` crate, to stop us from implementing the same pipeline over and over again. relates #4455 |
||
|---|---|---|
| .. | ||
| js | ||
| jsx | ||
| lexer | ||
| ts | ||
| context.rs | ||
| cursor.rs | ||
| diagnostics.rs | ||
| lib.rs | ||
| modifiers.rs | ||
| state.rs | ||