oxc/crates/oxc_semantic
overlookmotel 10861096e0 refactor(semantic): transform checker do not output spans in errors (#5260)
Transform checker don't output spans in errors. They're inaccurate because (a) spans refer to the source text pre-transform, and (b) most errors relate to scopes/symbols/references newly created in transformer, which have no span.
2024-08-27 11:58:21 +00:00
..
examples chore(semantic): print errors from examples/simple.rs 2024-08-23 22:57:26 +08:00
src refactor(semantic): transform checker do not output spans in errors (#5260) 2024-08-27 11:58:21 +00:00
tests refactor(semantic): remove ScopeTree::child_ids (#5232) 2024-08-27 01:49:47 +00:00
Cargo.toml Release crates v0.25.0 (#5107) 2024-08-23 15:37:36 +08:00
CHANGELOG.md Release crates v0.25.0 (#5107) 2024-08-23 15:37:36 +08:00