mirror of
https://github.com/danbulant/oxc
synced 2026-05-21 13:18:59 +00:00
Pure refactor of transform checker. Store all scope data in `PostTransformChecker` so it doesn't need to be passed around. `SemanticData` contains a full set of all semantic data for semantic pass, so we have 2 instances of it for 1. after transform and 2. rebuilt semantic. |
||
|---|---|---|
| .. | ||
| constants.rs | ||
| driver.rs | ||
| lib.rs | ||
| main.rs | ||
| test_case.rs | ||