-
Notifications
You must be signed in to change notification settings - Fork 561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support using unicode as import/export name #1196
feat: support using unicode as import/export name #1196
Conversation
Benchmarks Rust
Benchmarks Rust
Benchmarks Rust
|
CodSpeed Performance ReportMerging #1196 will not alter performanceComparing Summary
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://docs.rs/oxc_syntax/0.13.0/oxc_syntax/identifier/fn.is_identifier_name.html
There's also non-unicode versions https://docs.rs/oxc_syntax/0.13.0/oxc_syntax/identifier/index.html#functions
oops, this comment should be in the previous PR 😅
Oxc's one is much better/performant than regex. Let's replace it. |
a8d8f65
to
a98c8ad
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 05-22-fix_rewrite_dynamic_import_to_correct_entry_chunk #1196 +/- ##
===========================================================================================
+ Coverage 86.98% 87.00% +0.01%
===========================================================================================
Files 128 128
Lines 6264 6272 +8
===========================================================================================
+ Hits 5449 5457 +8
Misses 815 815 ☔ View full report in Codecov by Sentry. |
6b891cd
to
54009bc
Compare
a98c8ad
to
6951234
Compare
✅ Deploy Preview for rolldown-rs canceled.
|
Description