oxc/crates
overlookmotel 148bdb5585 refactor(parser): adjust function inlining (#4530)
These 2 `#[inline(always)]` were introduced by accident by me just playing around in #4298. One should be kept, but the other one we should leave to compiler to decide.
2024-07-29 15:38:02 +00:00
..
oxc Release crates v0.22.1 (#4508) 2024-07-28 09:58:29 +08:00
oxc_allocator Release crates v0.22.1 (#4508) 2024-07-28 09:58:29 +08:00
oxc_ast feat(codegen): align operator precedence with esbuild (#4509) 2024-07-28 11:48:51 +00:00
oxc_ast_macros Release crates v0.22.1 (#4508) 2024-07-28 09:58:29 +08:00
oxc_cfg Release crates v0.22.1 (#4508) 2024-07-28 09:58:29 +08:00
oxc_codegen feat(codegen): align more esbuild implementations (#4510) 2024-07-28 13:35:37 +00:00
oxc_diagnostics Release crates v0.22.1 (#4508) 2024-07-28 09:58:29 +08:00
oxc_index Release crates v0.22.1 (#4508) 2024-07-28 09:58:29 +08:00
oxc_isolated_declarations Release crates v0.22.1 (#4508) 2024-07-28 09:58:29 +08:00
oxc_js_regex
oxc_language_server refactor(linter): use diagnostic codes in lint rules (#4349) 2024-07-20 03:35:00 +00:00
oxc_linter feat(linter): eslint-plugin-vitest/no-import-node-test (#4440) 2024-07-29 13:53:42 +08:00
oxc_macros perf(linter): disable lint rules by file type (#4380) 2024-07-21 15:22:54 +00:00
oxc_mangler Release crates v0.22.1 (#4508) 2024-07-28 09:58:29 +08:00
oxc_minifier fix(codegen): fixes for esbuild test cases (#4503) 2024-07-28 08:57:15 +00:00
oxc_module_lexer Release crates v0.22.1 (#4508) 2024-07-28 09:58:29 +08:00
oxc_parser refactor(parser): adjust function inlining (#4530) 2024-07-29 15:38:02 +00:00
oxc_prettier chore: remove unsafe_code = "warn" rust lint 2024-07-15 10:39:08 +08:00
oxc_semantic feat(semantic): remove ReferenceFlags::Value from non-type-only exports that referenced type binding (#4511) 2024-07-29 03:39:18 +00:00
oxc_sourcemap perf(sourcemap): use simd to escape JSON string (#4487) 2024-07-29 12:42:21 +00:00
oxc_span Release crates v0.22.1 (#4508) 2024-07-28 09:58:29 +08:00
oxc_syntax feat(codegen): align operator precedence with esbuild (#4509) 2024-07-28 11:48:51 +00:00
oxc_transformer refactor(transformer/typescript): determine whether to remove ExportSpeicifer by ReferenceFlags (#4513) 2024-07-29 03:39:20 +00:00
oxc_traverse Release crates v0.22.1 (#4508) 2024-07-28 09:58:29 +08:00
oxc_wasm refactor(syntax): give ScopeId a niche (#4468) 2024-07-26 00:14:50 +00:00