oxc/crates/oxc_semantic
overlookmotel c100826b42 refactor(semantic)!: always create a scope for for statements (#5110)
Part of #5008. Make scopes for `ForStatement`, `ForInStatement` and `ForOfStatement` unconditional. i.e. always create a scope, even if there is no lexical binding (e.g. `for (i of a) {}`).
2024-08-23 09:28:13 +00:00
..
examples docs(semantic): improve documentation (#4850) 2024-08-13 02:14:07 +00:00
src refactor(semantic)!: always create a scope for for statements (#5110) 2024-08-23 09:28:13 +00:00
tests refactor(semantic)!: ScopeTree::get_child_ids + get_child_ids_mut return value not Option (#5058) 2024-08-22 05:57:55 +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