oxc/crates/oxc_semantic/tests
Boshen 1f7033e7ab
fix(semantic): correctly resolve identifiers inside parameter initializers (#3046)
close: #2644
This fixes function parameters. I think we need an extra AST node to fix catch parameters, which will be the next PR.
2024-04-21 23:38:31 +08:00
..
cfg_fixtures fix(oxc_semantic): proper traversal of try statements (#2250) 2024-02-01 20:46:38 +08:00
snapshots fix(oxc_semantic): Handle short-circuiting operators in CFG (#2252) 2024-02-01 21:04:28 +08:00
util fix(semantic): symbols inside functions and classes incorrectly flagged as exported (#2896) 2024-04-05 23:01:27 +08:00
cfg.rs refactor(semantic): remove all #[dead_code[ from tester 2024-01-25 20:27:46 +08:00
classes.rs refactor(semantic): remove all #[dead_code[ from tester 2024-01-25 20:27:46 +08:00
modules.rs fix(semantic): symbols inside functions and classes incorrectly flagged as exported (#2896) 2024-04-05 23:01:27 +08:00
scopes.rs fix(semantic): correctly resolve identifiers inside parameter initializers (#3046) 2024-04-21 23:38:31 +08:00
symbols.rs fix(semantic): flag function expressions with SymbolFlags::Function (#2891) 2024-04-03 10:42:11 +08:00