oxc/crates/oxc_semantic
Dunqing 03c643a8af fix(semantic): incorrect scope_id for catch parameter symbols (#4659)
When we move all the bindings in the CatchClause scope to its child scope (BlockStatement), we also need to replace the scope_id in the symbol with the scope_id of the new scope.
2024-08-06 02:57:18 +00:00
..
examples example(semantic): examples print parser errors (#4405) 2024-07-22 11:05:03 +00:00
src fix(semantic): incorrect scope_id for catch parameter symbols (#4659) 2024-08-06 02:57:18 +00:00
tests feat(ast): improve AstKind::debug_name (#4553) 2024-08-03 21:22:05 +00:00
Cargo.toml Release crates v0.23.0 (#4595) 2024-08-01 16:55:41 +08:00
CHANGELOG.md Release crates v0.23.0 (#4595) 2024-08-01 16:55:41 +08:00