oxc/crates/oxc_semantic
overlookmotel 6f3b1c8724 refactor(semantic): semantic populate scope_id fields in AST (#3303)
`oxc_semantic` populate `scope_id` fields in AST nodes as it walks the tree.

This does produce some duplication - scope IDs are stored both in the AST itself, and in `AstNode`. Will clean this up later on.
2024-05-16 16:21:19 +00:00
..
examples refactor: remove panic! from examples (#2454) 2024-02-20 16:18:39 +08:00
src refactor(semantic): semantic populate scope_id fields in AST (#3303) 2024-05-16 16:21:19 +00:00
tests refactor: clean up more diagnostics usages 2024-05-12 21:46:03 +08:00
Cargo.toml Release crates v0.13.0 2024-05-14 23:14:15 +08:00
CHANGELOG.md Release crates v0.13.0 2024-05-14 23:14:15 +08:00