oxc/crates/oxc_semantic
overlookmotel b5ed58e237 refactor(span): all methods take owned Span (#8297)
`Span` is `Copy` and 8 bytes. There is no point in the extra indirection of passing `&Span` to functions (`&Span` is also 8 bytes).
2025-01-18 01:47:09 +00:00
..
examples feat(parser)!: Build ModuleRecord directly in parser (#7546) 2024-11-29 14:50:42 +00:00
src refactor(span): all methods take owned Span (#8297) 2025-01-18 01:47:09 +00:00
tests fix(semantic)!: ensure program outlives semantic (#8455) 2025-01-16 10:04:25 +08:00
Cargo.toml perf(semantic): use oxc_allocator::HashMap in ScopeTree (#8554) 2025-01-16 23:29:58 +00:00
CHANGELOG.md release(crates): v0.45.0 (#8434) 2025-01-11 22:34:31 +08:00