oxc/crates
Dunqing 4a004e2140 feat(codegen): print TSImport remaining fields (#3695)
```ts
type A = import("./a", { with: { "type": "json"}}).Name<T>
```
2024-06-15 16:25:27 +00:00
..
oxc
oxc_allocator
oxc_ast feat(transformer-dts): remove type annotation from private field (#3689) 2024-06-15 13:34:27 +00:00
oxc_ast_macros
oxc_codegen feat(codegen): print TSImport remaining fields (#3695) 2024-06-15 16:25:27 +00:00
oxc_diagnostics
oxc_index chore(deps): update dependency rust to v1.79.0 (#3661) 2024-06-14 02:28:06 +00:00
oxc_js_regex
oxc_language_server
oxc_linter fix(linter): do not run getter-return in typescript (#3693) 2024-06-15 23:44:37 +08:00
oxc_macros
oxc_minifier feat(codegen)!: remove CodegenOptions::enable_typescript (#3674) 2024-06-14 21:56:00 +08:00
oxc_module_lexer
oxc_parser
oxc_prettier refactor(ast)!: remove ExportDefaultDeclarationKind::TSEnumDeclaration (#3666) 2024-06-14 14:40:37 +08:00
oxc_semantic refactor(semantic): expose 1 checker function instead of 2 (#3694) 2024-06-16 00:24:32 +08:00
oxc_sourcemap
oxc_span
oxc_syntax
oxc_transformer feat(coverage): transformer idempotency test (#3691) 2024-06-15 13:59:53 +00:00
oxc_transformer_dts feat(transformer-dts): remove type annotation from private field (#3689) 2024-06-15 13:34:27 +00:00
oxc_traverse refactor(ast)!: remove ExportDefaultDeclarationKind::TSEnumDeclaration (#3666) 2024-06-14 14:40:37 +08:00
oxc_wasm feat(codegen)!: remove CodegenOptions::enable_typescript (#3674) 2024-06-14 21:56:00 +08:00