-
Notifications
You must be signed in to change notification settings - Fork 21
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
Avoid regexp for expression continuations #130
Conversation
🦋 Changeset detectedLatest commit: f923c5e The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
b632c12
to
08bdb4e
Compare
Codecov Report
@@ Coverage Diff @@
## main #130 +/- ##
==========================================
- Coverage 92.51% 92.02% -0.49%
==========================================
Files 26 26
Lines 735 803 +68
Branches 244 268 +24
==========================================
+ Hits 680 739 +59
- Misses 40 49 +9
Partials 15 15
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
08bdb4e
to
f886c27
Compare
… versions of the parser
Switch from regexp based parsing for the expression continuations. This slightly improves performance and more importantly fixes usage of the parser in safari.