oxc/crates
Boshen 70a0076eed
refactor: remove global allocator from non-user facing apps (#2401)
The runtime performance gains does not out weight the compilation speed from
building the custom allocators, which takes about a minute to build on
slower machines.
2024-02-12 14:09:05 +08:00
..
oxc Publish crates v0.7.0 2024-02-09 23:01:12 +08:00
oxc_allocator Publish crates v0.7.0 2024-02-09 23:01:12 +08:00
oxc_ast chore(ast): add some documentation links (#2399) 2024-02-12 13:20:45 +08:00
oxc_cli
oxc_codegen fix(codegen): lower the level of precedence in TaggedTemplateExpression (#2391) 2024-02-11 22:56:32 +08:00
oxc_diagnostics chore(deps): update rust crates (#2396) 2024-02-12 11:42:57 +08:00
oxc_index Publish crates v0.7.0 2024-02-09 23:01:12 +08:00
oxc_js_regex
oxc_language_server
oxc_linter chore(deps): update rust crates (#2396) 2024-02-12 11:42:57 +08:00
oxc_macros
oxc_minifier refactor: remove global allocator from non-user facing apps (#2401) 2024-02-12 14:09:05 +08:00
oxc_parser fix(parser): incorrect parsing of class accessor property name (#2386) 2024-02-11 22:57:13 +08:00
oxc_prettier refactor(prettier): add call_arguments.rs (#2393) 2024-02-11 23:16:07 +08:00
oxc_semantic Publish crates v0.7.0 2024-02-09 23:01:12 +08:00
oxc_span Publish crates v0.7.0 2024-02-09 23:01:12 +08:00
oxc_syntax Publish crates v0.7.0 2024-02-09 23:01:12 +08:00
oxc_transformer Publish crates v0.7.0 2024-02-09 23:01:12 +08:00
oxc_wasm fix(playground): only lint when there are no syntax errors (#2400) 2024-02-12 13:44:44 +08:00