oxc/crates
overlookmotel d74c7fa0c9 fix(transformer): remove AstBuilder::copy from arrow functions transform (#5825)
Remove `AstBuilder::copy` calls by taking ownership of the `ArrowFunctionExpression` at start of transform.
2024-09-18 02:23:33 +00:00
..
oxc feat(semantic): add SemanticBuilder::with_excess_capacity (#5762) 2024-09-14 15:02:16 +00:00
oxc_allocator release(crates): v0.29.0 (#5763) 2024-09-13 21:43:23 +08:00
oxc_ast feat(prettier): support TSMappedType (#5834) 2024-09-17 16:25:51 -04:00
oxc_ast_macros refactor(ast): move functions to top level in ast macro (#5793) 2024-09-16 04:10:31 +00:00
oxc_cfg release(crates): v0.29.0 (#5763) 2024-09-13 21:43:23 +08:00
oxc_codegen fix(codegen): various spacing issues (#5820) 2024-09-17 09:03:28 +00:00
oxc_diagnostics refactor(ast): change Comment struct (#5783) 2024-09-15 09:22:58 +00:00
oxc_index release(crates): v0.29.0 (#5763) 2024-09-13 21:43:23 +08:00
oxc_isolated_declarations fix(codegen): various spacing issues (#5820) 2024-09-17 09:03:28 +00:00
oxc_language_server refactor(linter): start internal/external split of OxlintOptions (#5659) 2024-09-10 03:19:04 +00:00
oxc_linter refactor(linter): decouple module resolution from import plugin (#5829) 2024-09-17 15:48:03 -04:00
oxc_macros perf(linter): move shared context info to ContextHost (#5795) 2024-09-16 04:22:07 +00:00
oxc_mangler release(crates): v0.29.0 (#5763) 2024-09-13 21:43:23 +08:00
oxc_minifier release(crates): v0.29.0 (#5763) 2024-09-13 21:43:23 +08:00
oxc_module_lexer release(crates): v0.29.0 (#5763) 2024-09-13 21:43:23 +08:00
oxc_parser feat(parser): calculate leading and trailing position for comments (#5785) 2024-09-16 16:37:35 +00:00
oxc_prettier feat(prettier): improve ts class output (#5835) 2024-09-17 17:33:35 -04:00
oxc_regular_expression release(crates): v0.29.0 (#5763) 2024-09-13 21:43:23 +08:00
oxc_semantic refactor(semantic): remove unused vars warning in release mode (#5803) 2024-09-16 15:32:36 +00:00
oxc_sourcemap release(crates): v0.29.0 (#5763) 2024-09-13 21:43:23 +08:00
oxc_span feat(span): impl From<Atom<'a>> for Atom (#5809) 2024-09-17 05:46:16 +00:00
oxc_syntax docs(syntax): add ModuleRecord documentation (#5818) 2024-09-17 05:22:01 +00:00
oxc_transformer fix(transformer): remove AstBuilder::copy from arrow functions transform (#5825) 2024-09-18 02:23:33 +00:00
oxc_traverse refactor(transformer): use AstBuilder instead of using struct constructor (#5778) 2024-09-15 14:58:56 +00:00
oxc_wasm refactor(ast): change Comment struct (#5783) 2024-09-15 09:22:58 +00:00