oxc/crates
overlookmotel 0acc4a726e refactor(parser): fetch 2 bytes in ? byte handler (#4563)
Lexer's `?` byte handler needs to fetch next 2 bytes, so do that in one shot, rather than bounds-checking twice.
2024-07-31 00:28:50 +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 docs(ast): add doc comments to literal nodes (#4551) 2024-07-30 20:36:36 +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 perf(linter): remove allocations for string comparisons (#4570) 2024-07-31 00:24:12 +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 fix(parser): fix enum member parsing (#4543) 2024-07-30 10:43:09 +00: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 perf(linter): remove allocations for string comparisons (#4570) 2024-07-31 00:24:12 +00: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): fetch 2 bytes in ? byte handler (#4563) 2024-07-31 00:28:50 +00:00
oxc_prettier chore: remove unsafe_code = "warn" rust lint 2024-07-15 10:39:08 +08:00
oxc_semantic fix(parser): fix enum member parsing (#4543) 2024-07-30 10:43:09 +00:00
oxc_sourcemap refactor(sourcemap): align Base64 chars lookup table to cache line (#4535) 2024-07-30 04:28:10 +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 fix(parser): fix enum member parsing (#4543) 2024-07-30 10:43:09 +00:00
oxc_traverse fix(parser): fix enum member parsing (#4543) 2024-07-30 10:43:09 +00:00
oxc_wasm refactor(syntax): give ScopeId a niche (#4468) 2024-07-26 00:14:50 +00:00