oxc/crates/oxc_semantic
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
..
examples refactor(cfg): use IndexVec for storing basic blocks (#6323) 2024-10-07 19:28:40 -04:00
src refactor(cfg): use IndexVec for storing basic blocks (#6323) 2024-10-07 19:28:40 -04:00
tests fix(parser): string ImportSpecifiers for type imports (#6352) 2024-10-08 08:17:30 +00:00
Cargo.toml feat(syntax_operations): add crate oxc_syntax_operations (#6202) 2024-10-07 05:39:59 +00:00
CHANGELOG.md release(crates): v0.30.4 (#6134) 2024-09-28 13:08:44 +08:00