oxc/crates/oxc_ast
overlookmotel a5f04a72b5 perf(ast): faster Comment::is_jsdoc (#7905)
Small optimization.

Replace string slice + `starts_with` (at least 3 x bounds checks + 2 x UTF8 character boundary checks) with a single byte read (1 x bounds check).
2024-12-15 04:28:27 +00:00
..
src perf(ast): faster Comment::is_jsdoc (#7905) 2024-12-15 04:28:27 +00:00
Cargo.toml release(crates): v0.41.0 (#7846) 2024-12-13 21:25:13 +08:00
CHANGELOG.md release(crates): v0.41.0 (#7846) 2024-12-13 21:25:13 +08:00
custom_types.d.ts refactor(ast): move custom types .d.ts file (#6931) 2024-10-26 17:10:34 +00:00