Skip to content

Commit

Permalink
perf(ast/estree): faster UTF-8 to UTF-16 span conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Feb 25, 2025
1 parent 05e3799 commit 129b74d
Show file tree
Hide file tree
Showing 12 changed files with 1,733 additions and 92 deletions.
1 change: 1 addition & 0 deletions .github/.generated_ast_watch_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ src:
- 'crates/oxc_ast/src/generated/derive_get_span.rs'
- 'crates/oxc_ast/src/generated/derive_get_span_mut.rs'
- 'crates/oxc_ast/src/generated/get_id.rs'
- 'crates/oxc_ast/src/generated/utf8_to_utf16_converter.rs'
- 'crates/oxc_ast/src/generated/visit.rs'
- 'crates/oxc_ast/src/generated/visit_mut.rs'
- 'crates/oxc_ast/src/serialize.rs'
Expand Down
Loading

0 comments on commit 129b74d

Please sign in to comment.