oxc/crates
rzvxa d8ad321687 refactor(semantic): make control flow generation optional. (#3737)
For maximum backward compatibility, we generate CFG by default.

Note: It can't be done with a simple method since lifetimes make it impossible(at least without unsafe trickery) I've tried to do it without a macro but it was just unintuitive.
2024-06-18 15:59:38 +00:00
..
oxc Release crates v0.14.0 (#3643) 2024-06-12 17:52:41 +08:00
oxc_allocator feat(linter): add eslint/no-useless-constructor (#3594) 2024-06-13 13:12:18 +08:00
oxc_ast feat(isolated-declarations): inferring set accessor parameter type from get accessor return type (#3725) 2024-06-17 15:47:23 +00:00
oxc_ast_macros Release crates v0.14.0 (#3643) 2024-06-12 17:52:41 +08:00
oxc_cfg refactor(semantic): make control flow generation optional. (#3737) 2024-06-18 15:59:38 +00:00
oxc_codegen feat(codegen)!: new code gen API (#3740) 2024-06-18 15:50:12 +00:00
oxc_diagnostics chore: make println and eprintln opt-in (#3712) 2024-06-17 10:40:34 +00:00
oxc_index chore(deps): update dependency rust to v1.79.0 (#3661) 2024-06-14 02:28:06 +00:00
oxc_isolated_declarations feat(codegen)!: new code gen API (#3740) 2024-06-18 15:50:12 +00:00
oxc_js_regex chore: crates should only publish src and examples directory 2024-06-08 16:35:16 +08:00
oxc_language_server feat!(ast): make Trivias clonable by adding Arc (#3638) 2024-06-12 13:16:10 +08:00
oxc_linter refactor(semantic): make control flow generation optional. (#3737) 2024-06-18 15:59:38 +00:00
oxc_macros chore: crates should only publish src and examples directory 2024-06-08 16:35:16 +08:00
oxc_minifier feat(codegen)!: new code gen API (#3740) 2024-06-18 15:50:12 +00:00
oxc_module_lexer chore: make println and eprintln opt-in (#3712) 2024-06-17 10:40:34 +00:00
oxc_parser chore: make println and eprintln opt-in (#3712) 2024-06-17 10:40:34 +00:00
oxc_prettier chore: make println and eprintln opt-in (#3712) 2024-06-17 10:40:34 +00:00
oxc_semantic refactor(semantic): make control flow generation optional. (#3737) 2024-06-18 15:59:38 +00:00
oxc_sourcemap chore: make println and eprintln opt-in (#3712) 2024-06-17 10:40:34 +00:00
oxc_span Release crates v0.14.0 (#3643) 2024-06-12 17:52:41 +08:00
oxc_syntax Release crates v0.14.0 (#3643) 2024-06-12 17:52:41 +08:00
oxc_transformer feat(codegen)!: new code gen API (#3740) 2024-06-18 15:50:12 +00:00
oxc_traverse fix(traverse): change visit order for Function (#3685) 2024-06-17 10:45:36 +08:00
oxc_wasm feat(codegen)!: new code gen API (#3740) 2024-06-18 15:50:12 +00:00