oxc/crates/oxc_semantic
overlookmotel 78dff7d232 feat(semantic): add SymbolTable::symbol_is_mutated method (#7755)
Add `SymbolTable::symbol_is_mutated` method. Returns `true` if the symbol is not a `const` and has any references with `ReferenceFlags::Write`.
2024-12-10 02:28:23 +00:00
..
examples feat(parser)!: Build ModuleRecord directly in parser (#7546) 2024-11-29 14:50:42 +00:00
src feat(semantic): add SymbolTable::symbol_is_mutated method (#7755) 2024-12-10 02:28:23 +00:00
tests fix(semantic): syntax error for undeclared private field access (#7635) 2024-12-04 05:33:04 +00:00
Cargo.toml release(crates): v0.39.0 (#7643) 2024-12-04 19:43:22 +08:00
CHANGELOG.md release(crates): v0.39.0 (#7643) 2024-12-04 19:43:22 +08:00