oxc/crates/oxc_semantic/tests
overlookmotel d11070051b refactor(semantic): dereference IDs as quickly as possible (#6303)
It's better to pass around `SymbolId`s (4 bytes) than `&SymbolId`s (8 bytes). In my view, the style of dereferencing immediately is preferable.
2024-10-06 01:03:47 +00:00
..
conformance test(semantic): add comprehensive regression test suite (#5976) 2024-09-25 02:24:57 +00:00
fixtures fix(semantic): do not create a global symbol for declare global {} (#6040) 2024-09-25 08:46:00 +00:00
integration refactor(semantic): dereference IDs as quickly as possible (#6303) 2024-10-06 01:03:47 +00:00
main.rs refactor(semantic): dereference IDs as quickly as possible (#6303) 2024-10-06 01:03:47 +00:00