oxc/crates/oxc_semantic
overlookmotel ee7ac8b0b7 refactor(semantic): store all data in PostTransformChecker in transform checker (#5050)
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.
2024-08-21 17:04:48 +00:00
..
examples docs(semantic): improve documentation (#4850) 2024-08-13 02:14:07 +00:00
src refactor(semantic): store all data in PostTransformChecker in transform checker (#5050) 2024-08-21 17:04:48 +00:00
tests refactor(semantic): rename fields in snapshots from flag to flags (#5032) 2024-08-21 00:19:59 +00:00
Cargo.toml Release crates v0.24.3 (#4950) 2024-08-18 14:16:25 +08:00
CHANGELOG.md Release crates v0.24.3 (#4950) 2024-08-18 14:16:25 +08:00