oxc/crates
overlookmotel c4fa738312
perf(parser): consume single-line comments faster (#2374)
Use `byte_search!` macro to consume single-line comments.

Would be a lot simpler if didn't have to deal with irregular line breaks. Damn you Unicode!
2024-02-10 11:02:30 +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 Publish crates v0.7.0 2024-02-09 23:01:12 +08:00
oxc_cli feat(cli): add --version (#2182) 2024-01-26 19:13:17 +08:00
oxc_codegen Publish crates v0.7.0 2024-02-09 23:01:12 +08:00
oxc_diagnostics Publish crates v0.7.0 2024-02-09 23:01:12 +08:00
oxc_index Publish crates v0.7.0 2024-02-09 23:01:12 +08:00
oxc_js_regex Initialize JS Regex crates and def AST. (#1500) 2023-11-23 00:22:17 +08:00
oxc_language_server chore(deps): update cargo (#2191) 2024-01-29 11:38:47 +08:00
oxc_linter fix(linter/jsx_a11y): Ensure plugin settings are used (#2359) 2024-02-09 20:55:50 +08:00
oxc_macros feat(linter): remove the --timings feature (#2049) 2024-01-16 14:21:04 +08:00
oxc_minifier Publish crates v0.7.0 2024-02-09 23:01:12 +08:00
oxc_parser perf(parser): consume single-line comments faster (#2374) 2024-02-10 11:02:30 +08:00
oxc_prettier feat(prettier): print rest parameters (#2370) 2024-02-09 22:59:28 +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 chore(wasm): remove console_error_panic_hook 2024-02-02 17:02:01 +08:00