oxc/crates
2024-08-20 17:00:50 -04:00
..
oxc refactor(oxc,mangler): oxc crate add mangler; mangler use options API 2024-08-20 22:58:59 +08:00
oxc_allocator Release crates v0.24.3 (#4950) 2024-08-18 14:16:25 +08:00
oxc_ast feat(ast): inherit_variants! macro add into_* methods (#5005) 2024-08-20 12:11:54 +00:00
oxc_ast_macros Release crates v0.24.3 (#4950) 2024-08-18 14:16:25 +08:00
oxc_cfg Release crates v0.24.3 (#4950) 2024-08-18 14:16:25 +08:00
oxc_codegen fix: comments gen regression (#5003) 2024-08-20 18:57:12 +08:00
oxc_diagnostics Release crates v0.24.3 (#4950) 2024-08-18 14:16:25 +08:00
oxc_index Release crates v0.24.3 (#4950) 2024-08-18 14:16:25 +08:00
oxc_isolated_declarations fix(isolated_declarations): namespaces that are default exported should be considered for expando functions (#4935) 2024-08-19 11:24:05 +08:00
oxc_language_server refactor(parser)!: remove builder pattern from Parser struct (#5000) 2024-08-20 07:40:25 +00:00
oxc_linter fix(linter/consistent-function-scoping): allow functions passed as arguments (#5011) 2024-08-20 17:00:50 -04:00
oxc_macros chore(linter): update docs for declare_oxc_lint! (#4825) 2024-08-11 15:27:54 +00:00
oxc_mangler refactor(oxc,mangler): oxc crate add mangler; mangler use options API 2024-08-20 22:58:59 +08:00
oxc_minifier refactor(oxc,mangler): oxc crate add mangler; mangler use options API 2024-08-20 22:58:59 +08:00
oxc_module_lexer Release crates v0.24.3 (#4950) 2024-08-18 14:16:25 +08:00
oxc_parser refactor(parser)!: remove builder pattern from Parser struct (#5000) 2024-08-20 07:40:25 +00:00
oxc_prettier refactor(parser)!: remove builder pattern from Parser struct (#5000) 2024-08-20 07:40:25 +00:00
oxc_regular_expression refactor(regular_expression): s/RegExpLiteral/RegularExpression 2024-08-20 14:26:32 +08:00
oxc_semantic refactor(semantic): correct typo in doc comment (#5009) 2024-08-20 15:27:51 +00:00
oxc_sourcemap Release crates v0.24.3 (#4950) 2024-08-18 14:16:25 +08:00
oxc_span refactor(span): clarify Atom conversion methods lifetimes (#4978) 2024-08-19 11:53:01 +00:00
oxc_syntax Release crates v0.24.3 (#4950) 2024-08-18 14:16:25 +08:00
oxc_transformer docs(transformer): add documentation for logical-assignment-operators plugin (#5012) 2024-08-20 16:32:37 +00:00
oxc_traverse refactor(ast)!: Change order of fields in CallExpression (#4859) 2024-08-20 09:47:12 +08:00
oxc_wasm feat(codegen)!: remove const generic MINIFY (#5001) 2024-08-20 08:13:27 +00:00