oxc/crates
2024-06-17 16:47:02 +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_codegen refactor(isolated-declarations): decouple codegen (#3715) 2024-06-17 11:45:29 +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 fix(isolated-declarations): should be added to references, not bindings (#3726) 2024-06-17 16:47:02 +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/cfg)!: re-export petgraph as control_flow::graph. (#3722) 2024-06-17 14:16:55 +00:00
oxc_macros chore: crates should only publish src and examples directory 2024-06-08 16:35:16 +08:00
oxc_minifier fix(minifier): respect join_vars: false option (#3724) 2024-06-17 15:52:21 +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/cfg)!: re-export petgraph as control_flow::graph. (#3722) 2024-06-17 14:16:55 +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 chore: make println and eprintln opt-in (#3712) 2024-06-17 10:40:34 +00:00
oxc_traverse fix(traverse): change visit order for Function (#3685) 2024-06-17 10:45:36 +08:00
oxc_wasm feat(codegen)!: remove CodegenOptions::enable_typescript (#3674) 2024-06-14 21:56:00 +08:00