oxc/crates/oxc_semantic/tests/integration
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
..
cfg_fixtures
snapshots feat(cfg): color-code edges in CFG dot diagrams (#6314) 2024-10-07 02:43:30 +00:00
util refactor(semantic): rename vars from ast_node_id to node_id (#6304) 2024-10-06 01:03:48 +00:00
cfg.rs chore(semantic): regenerate snapshot (#3757) 2024-06-19 09:28:31 +00:00
classes.rs
main.rs
modules.rs fix(parser): string ImportSpecifiers for type imports (#6352) 2024-10-08 08:17:30 +00:00
scopes.rs chore: run cargo +nightly fmt to sort imports (#5503) 2024-09-06 04:04:26 +00:00
symbols.rs fix(semantic): add interfaces and functions to SymbolFlags::ClassExcludes (#6057) 2024-09-27 05:57:03 +00:00