oxc/crates/oxc_semantic/tests
DonIsaac 6159560170 fix(parser): string ImportSpecifiers for type imports (#6352)
Fixes a parse failure on imports like this:
```ts
import { type "<A>" as typeA } from "./arbitraryModuleNamespaceIdentifiers_module";
```
2024-10-08 08:17:30 +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 fix(parser): string ImportSpecifiers for type imports (#6352) 2024-10-08 08:17:30 +00:00
main.rs refactor(semantic): dereference IDs as quickly as possible (#6303) 2024-10-06 01:03:47 +00:00