oxc/crates
Boshen ce4d4698b4 feat(codegen)!: remove const generic MINIFY (#5001)
This is a premature optimization, makes the code complicated, and bloats the final binary size.

The minify option is moved to `CodegenOptions`
2024-08-20 08:13:27 +00:00
..
oxc feat(codegen)!: remove const generic MINIFY (#5001) 2024-08-20 08:13:27 +00:00
oxc_allocator Release crates v0.24.3 (#4950) 2024-08-18 14:16:25 +08:00
oxc_ast refactor(ast)!: Change order of fields in CallExpression (#4859) 2024-08-20 09:47:12 +08: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 feat(codegen)!: remove const generic MINIFY (#5001) 2024-08-20 08:13:27 +00: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 feat(codegen)!: remove const generic MINIFY (#5001) 2024-08-20 08:13:27 +00:00
oxc_macros chore(linter): update docs for declare_oxc_lint! (#4825) 2024-08-11 15:27:54 +00:00
oxc_mangler Release crates v0.24.3 (#4950) 2024-08-18 14:16:25 +08:00
oxc_minifier feat(codegen)!: remove const generic MINIFY (#5001) 2024-08-20 08:13:27 +00: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(ast)!: Change order of fields in CallExpression (#4859) 2024-08-20 09:47:12 +08: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 refactor(ast)!: Change order of fields in CallExpression (#4859) 2024-08-20 09:47:12 +08: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