oxc/crates
overlookmotel f847d0f161 refactor(linter): call str::ends_with with array not slice (#7526)
Arrays are more performant than slices where it's possible to use them. Caught by newly enabled lint rule in Rust 1.82.0 in #6649.
2024-11-28 12:08:13 +00:00
..
oxc release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
oxc_allocator fix(minifier): do not fold if statement block with lexical declaration (#7519) 2024-11-28 10:37:41 +00:00
oxc_ast feat(ast)!: add StringLiteral::raw field (#7393) 2024-11-26 23:33:56 +08:00
oxc_ast_macros release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
oxc_cfg release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
oxc_codegen release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
oxc_data_structures release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
oxc_diagnostics release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
oxc_ecmascript feat(ast)!: add StringLiteral::raw field (#7393) 2024-11-26 23:33:56 +08:00
oxc_estree release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
oxc_isolated_declarations feat(ast)!: add StringLiteral::raw field (#7393) 2024-11-26 23:33:56 +08:00
oxc_language_server perf(language_server): use FxDashMap for diagnostics reports map (#7523) 2024-11-28 11:52:13 +00:00
oxc_linter refactor(linter): call str::ends_with with array not slice (#7526) 2024-11-28 12:08:13 +00:00
oxc_macros feat(linter): allow lint rules with the same name (#7496) 2024-11-27 04:25:05 +00:00
oxc_mangler release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
oxc_minifier fix(minifier): do not fold if statement block with lexical declaration (#7519) 2024-11-28 10:37:41 +00:00
oxc_module_lexer release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
oxc_parser feat(ast)!: add StringLiteral::raw field (#7393) 2024-11-26 23:33:56 +08:00
oxc_prettier refactor(prettier): Refactor IR related macros (#7491) 2024-11-26 09:31:30 +00:00
oxc_regular_expression release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
oxc_semantic refactor(semantic, transformer): simplify FxIndexMap type aliases (#7524) 2024-11-28 12:01:17 +00:00
oxc_sourcemap release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
oxc_span release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
oxc_syntax refactor(linter, syntax): introduce type alias FxDashMap (#7520) 2024-11-28 11:45:14 +00:00
oxc_transformer refactor(semantic, transformer): simplify FxIndexMap type aliases (#7524) 2024-11-28 12:01:17 +00:00
oxc_traverse docs(traverse): document soundness hole (#7515) 2024-11-28 10:30:53 +08:00
oxc_wasm feat(wasm): add transformer target API (#7513) 2024-11-28 03:45:59 +00:00