oxc/crates
overlookmotel b8d9a51462 refactor(span): deal only in owned Atoms (#8641)
#8596 made `Atom` a `Copy` type. Now we can deal exclusively in owned `Atom`s. Refactor code to not pass `&Atom` into functions etc.
2025-01-21 14:20:06 +00:00
..
oxc release(crates): v0.47.1 (#8593) 2025-01-19 09:44:29 +08:00
oxc_allocator docs(allocator): improve docs for Allocator (#8623) 2025-01-21 04:01:41 +00:00
oxc_ast refactor(ast): align #[estree(via)] behavior (#8599) 2025-01-19 20:44:33 +00:00
oxc_ast_macros release(crates): v0.47.1 (#8593) 2025-01-19 09:44:29 +08:00
oxc_cfg release(crates): v0.47.1 (#8593) 2025-01-19 09:44:29 +08:00
oxc_codegen perf(codegen): do not check for comments if turned off (#8598) 2025-01-19 09:07:24 +00:00
oxc_data_structures release(crates): v0.47.1 (#8593) 2025-01-19 09:44:29 +08:00
oxc_diagnostics release(crates): v0.47.1 (#8593) 2025-01-19 09:44:29 +08:00
oxc_ecmascript fix(minifier): remove expression statement void 0 (#8602) 2025-01-19 14:47:00 +00:00
oxc_estree release(crates): v0.47.1 (#8593) 2025-01-19 09:44:29 +08:00
oxc_isolated_declarations refactor(span): deal only in owned Atoms (#8641) 2025-01-21 14:20:06 +00:00
oxc_language_server refactor(language_server): simplify IsolatedLintHandler (#8183) 2025-01-18 11:49:21 +08:00
oxc_linter refactor(span): deal only in owned Atoms (#8641) 2025-01-21 14:20:06 +00:00
oxc_macros chore(deps): update rust crates (#8452) 2025-01-15 13:29:46 +00:00
oxc_mangler refactor(span): derive Copy on Atom (#8596) 2025-01-19 16:14:23 +08:00
oxc_minifier refactor(minifier): rename ast_passes to peephole (#8635) 2025-01-21 11:09:53 +00:00
oxc_napi release(crates): v0.47.1 (#8593) 2025-01-19 09:44:29 +08:00
oxc_parser refactor(span): deal only in owned Atoms (#8641) 2025-01-21 14:20:06 +00:00
oxc_prettier refactor(allocator): String type (#8568) 2025-01-18 01:23:54 +00:00
oxc_regular_expression refactor(span): derive Copy on Atom (#8596) 2025-01-19 16:14:23 +08:00
oxc_semantic refactor(span): deal only in owned Atoms (#8641) 2025-01-21 14:20:06 +00:00
oxc_span refactor(span): deal only in owned Atoms (#8641) 2025-01-21 14:20:06 +00:00
oxc_syntax refactor(span): deal only in owned Atoms (#8641) 2025-01-21 14:20:06 +00:00
oxc_transformer refactor(span): deal only in owned Atoms (#8641) 2025-01-21 14:20:06 +00:00
oxc_traverse refactor(span): derive Copy on Atom (#8596) 2025-01-19 16:14:23 +08:00
oxc_wasm feat(napi/minify): implement napi (#8478) 2025-01-14 08:55:55 +00:00