oxc/crates
Dunqing 843318cdbe
refactor(transformer/typescript): reimplementation of Enum conversion based on Babel (#3102)
The remaining test cases will perform better with a scope
implementation, and while we can implement them without the scope, it
still requires us to do what the scope did.

---------

Co-authored-by: Boshen <boshenc@gmail.com>
2024-04-29 16:26:22 +08:00
..
oxc Release crates v0.12.5 2024-04-22 12:52:17 +08:00
oxc_allocator deps(allocator): disable serde dep by default (#3120) 2024-04-28 22:17:32 +08:00
oxc_ast deps(allocator): disable serde dep by default (#3120) 2024-04-28 22:17:32 +08:00
oxc_cli feat(linter): --deny all should not enable nursery rules 2024-04-22 12:34:32 +08:00
oxc_codegen refactor(ast): squash nested enums (#3115) 2024-04-28 20:40:37 +08:00
oxc_diagnostics Release crates v0.12.5 2024-04-22 12:52:17 +08:00
oxc_index chore(linter/tree-shaking): uncomment function and identifier test cases (#3119) 2024-04-28 22:05:33 +08:00
oxc_js_regex refactor: rename CompactString to CompactStr (#2619) 2024-03-06 12:24:23 +08:00
oxc_language_server chore: apply cargo autoinherit (#2826) 2024-03-26 23:57:50 +08:00
oxc_linter refactor(syntax): use FxHashMap for ModuleRecord::request_modules (#3124) 2024-04-29 03:37:34 +00:00
oxc_macros feat(napi/parser): remove experimental flexbuffer api (#2957) 2024-04-13 14:59:31 +08:00
oxc_minifier refactor(ast): squash nested enums (#3115) 2024-04-28 20:40:37 +08:00
oxc_module_lexer refactor(ast): squash nested enums (#3115) 2024-04-28 20:40:37 +08:00
oxc_parser refactor(ast): squash nested enums (#3115) 2024-04-28 20:40:37 +08:00
oxc_prettier refactor(ast): squash nested enums (#3115) 2024-04-28 20:40:37 +08:00
oxc_semantic refactor(ast): squash nested enums (#3115) 2024-04-28 20:40:37 +08:00
oxc_sourcemap Release crates v0.12.5 2024-04-22 12:52:17 +08:00
oxc_span Release crates v0.12.5 2024-04-22 12:52:17 +08:00
oxc_syntax refactor(syntax): use FxHashMap for ModuleRecord::request_modules (#3124) 2024-04-29 03:37:34 +00:00
oxc_transformer refactor(transformer/typescript): reimplementation of Enum conversion based on Babel (#3102) 2024-04-29 16:26:22 +08:00
oxc_wasm feat(transformer): add filename (#2941) 2024-04-11 18:43:51 +08:00