oxc/crates
Dunqing 6b7d3ed613 perf(isolated-declarations): should clone transformed AST rather than original AST (#6078)
close: #6074
Performance regression introduced by https://github.com/oxc-project/oxc/pull/5909. After this PR we back to the fold pattern again
2024-09-26 15:50:27 +00:00
..
oxc docs(oxc): add README.md and crate-level docs (#6035) 2024-09-25 02:16:31 +00:00
oxc_allocator docs(allocator): document oxc_allocator crate (#6037) 2024-09-25 02:16:32 +00:00
oxc_ast feat(ast): allow passing span to void_0 method (#6065) 2024-09-26 05:46:40 +00:00
oxc_ast_macros release(crates): v0.30.1 (#6016) 2024-09-24 14:03:03 +08:00
oxc_cfg release(crates): v0.30.1 (#6016) 2024-09-24 14:03:03 +08:00
oxc_codegen feat(codegen): print vite / webpack special comments (#6021) 2024-09-26 15:19:31 +00:00
oxc_diagnostics fix(diagnostics): check for terminal when displaying links (#6018) 2024-09-24 07:18:07 +00:00
oxc_index release(crates): v0.30.1 (#6016) 2024-09-24 14:03:03 +08:00
oxc_isolated_declarations perf(isolated-declarations): should clone transformed AST rather than original AST (#6078) 2024-09-26 15:50:27 +00:00
oxc_language_server chore(oxc): ban std::collections::HashMap in favor of FxHashMap (#5996) 2024-09-24 16:41:36 +08:00
oxc_linter fix(linter): fix panic in fixer for oxc/only-used-in-recursion (#6070) 2024-09-26 10:50:49 +00:00
oxc_macros feat(linter): add oxc-security/api-keys (#5906) 2024-09-22 22:39:56 +00:00
oxc_mangler release(crates): v0.30.1 (#6016) 2024-09-24 14:03:03 +08:00
oxc_minifier feat(ast): allow passing span to void_0 method (#6065) 2024-09-26 05:46:40 +00:00
oxc_module_lexer release(crates): v0.30.1 (#6016) 2024-09-24 14:03:03 +08:00
oxc_parser fix(paresr): do not report missing initializer error in ambient context (#6020) 2024-09-24 09:04:09 +00:00
oxc_prettier refactor(ast): move all ts ast related impl methods to ast_impl (#6015) 2024-09-24 06:07:37 +00:00
oxc_regular_expression feat(regular_expression): implement GetSpan for RegExp AST nodes (#6056) 2024-09-26 05:51:35 +00:00
oxc_semantic docs(semantic): improve doc comments on Reference methods (#6076) 2024-09-26 12:22:31 +00:00
oxc_sourcemap release(crates): v0.30.1 (#6016) 2024-09-24 14:03:03 +08:00
oxc_span release(crates): v0.30.1 (#6016) 2024-09-24 14:03:03 +08:00
oxc_syntax fix(minifier): compute void number as undefined (#6028) 2024-09-24 14:39:44 +00:00
oxc_transformer feat(ast): allow passing span to void_0 method (#6065) 2024-09-26 05:46:40 +00:00
oxc_traverse release(crates): v0.30.1 (#6016) 2024-09-24 14:03:03 +08:00
oxc_wasm feat(oxc_wasm): add verbse option to debug_dot (#5879) 2024-09-19 06:13:03 +00:00