oxc/crates/oxc_semantic
Boshen 02f968d02d refactor(semantic): change Bindings to a plain FxHashMap (#8019)
`IndexMap` was needed for the insertion order requirement in mangler.

Bindings (symbol ids) are monotonically increasing by binding
positions, which means we can get insertion order by sorting the symbol ids in
mangler.

Previous attempt: https://github.com/oxc-project/oxc/pull/4228
2024-12-19 14:16:28 +00:00
..
examples feat(parser)!: Build ModuleRecord directly in parser (#7546) 2024-11-29 14:50:42 +00:00
src refactor(semantic): change Bindings to a plain FxHashMap (#8019) 2024-12-19 14:16:28 +00:00
tests refactor(semantic): change Bindings to a plain FxHashMap (#8019) 2024-12-19 14:16:28 +00:00
Cargo.toml refactor(semantic): change Bindings to a plain FxHashMap (#8019) 2024-12-19 14:16:28 +00:00
CHANGELOG.md release(crates): v0.42.0 (#7983) 2024-12-18 11:48:12 +08:00