oxc/crates
overlookmotel c7fbf686b9 refactor(transformer): logical assignment operator transform: no cloning identifier references (#6290)
Use `BoundIdentifier` to generate `IdentifierReference`s from, instead of cloning `IdentifierReference`s. This simplifies the code and is a less error-prone pattern.
2024-10-05 14:48:38 +00:00
..
oxc feat(oxc): add napi transform options (#6268) 2024-10-03 13:36:38 +00:00
oxc_allocator refactor(allocator): remove unnecessary Vec impl (#6213) 2024-10-01 10:54:47 +00:00
oxc_ast refactor(regular_expression)!: Simplify public APIs (#6262) 2024-10-03 02:47:08 +00:00
oxc_ast_macros release(crates): v0.30.5 (#6163) 2024-09-29 15:20:19 +08:00
oxc_cfg release(crates): v0.30.5 (#6163) 2024-09-29 15:20:19 +08:00
oxc_codegen release(crates): v0.30.5 (#6163) 2024-09-29 15:20:19 +08:00
oxc_data_structures refactor(data_structures): NonEmptyStack::len hint that len is never 0 (#6220) 2024-10-01 14:58:36 +00:00
oxc_diagnostics release(crates): v0.30.5 (#6163) 2024-09-29 15:20:19 +08:00
oxc_index release(crates): v0.30.5 (#6163) 2024-09-29 15:20:19 +08:00
oxc_isolated_declarations fix(isolated-declarations): false positive for function with a type asserted parameters (#6181) 2024-10-01 07:57:49 +00:00
oxc_language_server feat(linter): allow fixing in files with source offsets (#6197) 2024-10-03 00:53:30 +00:00
oxc_linter refactor(linter): move shared function from utils to rule (#6127) 2024-10-04 23:24:08 +08: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.5 (#6163) 2024-09-29 15:20:19 +08:00
oxc_minifier fix(minifier): correct the reference link (#6283) 2024-10-05 08:54:59 +08:00
oxc_module_lexer release(crates): v0.30.5 (#6163) 2024-09-29 15:20:19 +08:00
oxc_parser refactor(regular_expression)!: Simplify public APIs (#6262) 2024-10-03 02:47:08 +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 refactor(regular_expression)!: Simplify public APIs (#6262) 2024-10-03 02:47:08 +00:00
oxc_semantic ci(transformer): move post-transform checker to tasks crate (#6288) 2024-10-05 14:48:37 +00:00
oxc_sourcemap release(crates): v0.30.5 (#6163) 2024-09-29 15:20:19 +08:00
oxc_span release(crates): v0.30.5 (#6163) 2024-09-29 15:20:19 +08:00
oxc_syntax release(crates): v0.30.5 (#6163) 2024-09-29 15:20:19 +08:00
oxc_transformer refactor(transformer): logical assignment operator transform: no cloning identifier references (#6290) 2024-10-05 14:48:38 +00:00
oxc_traverse refactor(traverse): TraverseAncestry use NonEmptyStack (#6217) 2024-10-01 12:26:37 +00:00
oxc_wasm refactor(transformer)!: remove source_type param from Transformer::new (#6251) 2024-10-03 00:21:01 +00:00