oxc/crates
DonIsaac 5ee1ef3d92 feat(allocator): add Vec::into_boxed_slice (#6195)
Note that this PR does not implement the inverse operation (`Box::to_vec` for `[T]`).
2024-10-12 04:29:43 +00:00
..
oxc refactor(codegen)!: remove CommentOptions API (#6451) 2024-10-11 13:53:28 +00:00
oxc_allocator feat(allocator): add Vec::into_boxed_slice (#6195) 2024-10-12 04:29:43 +00:00
oxc_ast refactor(ast): type params field before params in TS function declaration types (#6391) 2024-10-11 09:57:28 +00:00
oxc_ast_macros release(crates): v0.31.0 (#6360) 2024-10-08 20:55:24 +08:00
oxc_cfg release(crates): v0.31.0 (#6360) 2024-10-08 20:55:24 +08:00
oxc_codegen refactor(codegen)!: remove CommentOptions API (#6451) 2024-10-11 13:53:28 +00:00
oxc_data_structures release(crates): v0.31.0 (#6360) 2024-10-08 20:55:24 +08:00
oxc_diagnostics release(crates): v0.31.0 (#6360) 2024-10-08 20:55:24 +08:00
oxc_index release(crates): v0.31.0 (#6360) 2024-10-08 20:55:24 +08:00
oxc_isolated_declarations refactor(codegen)!: remove CommentOptions API (#6451) 2024-10-11 13:53:28 +00:00
oxc_language_server refactor(oxc)!: remove passing Trivias around (#6446) 2024-10-11 06:09:25 +00:00
oxc_linter refactor(linter): make advertised fix kinds consistent (#6461) 2024-10-11 19:25:32 -04:00
oxc_macros feat(linter): add oxc-security/api-keys (#5906) 2024-09-22 22:39:56 +00:00
oxc_mangler feat(ast)! add source_text to Program (#6444) 2024-10-11 04:13:41 +00:00
oxc_minifier feat(minifier): dce ExpressionStatements with no side effect (#6457) 2024-10-11 13:40:44 +00:00
oxc_module_lexer release(crates): v0.31.0 (#6360) 2024-10-08 20:55:24 +08:00
oxc_parser refactor(ast): type params field before params in TS function declaration types (#6391) 2024-10-11 09:57:28 +00:00
oxc_prettier refactor(prettier)!: remove source_text argument from constructor (#6448) 2024-10-11 06:27:33 +00:00
oxc_regular_expression feat(regular_expression): Support RegExp Modifiers (#6410) 2024-10-10 14:46:17 +00:00
oxc_semantic refactor(ast): type params field before params in TS function declaration types (#6391) 2024-10-11 09:57:28 +00:00
oxc_sourcemap release(crates): v0.31.0 (#6360) 2024-10-08 20:55:24 +08:00
oxc_span docs(span): document validity of ModuleKind::Unambiguous (#6423) 2024-10-10 14:59:41 +00:00
oxc_syntax release(crates): v0.31.0 (#6360) 2024-10-08 20:55:24 +08:00
oxc_syntax_operations release(crates): v0.31.0 (#6360) 2024-10-08 20:55:24 +08:00
oxc_transformer fix(transformer): arrow function transform: correctly resolve this in class accessor properties (#6386) 2024-10-11 07:09:56 +00:00
oxc_traverse refactor(ast): type params field before params in TS function declaration types (#6391) 2024-10-11 09:57:28 +00:00
oxc_wasm refactor(prettier)!: remove source_text argument from constructor (#6448) 2024-10-11 06:27:33 +00:00