-
-
Notifications
You must be signed in to change notification settings - Fork 57
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: Make comment RegExps non-greedy to prevent some max call stack errors #65
Conversation
This looks interesting and I'm fine with this in general as long as it doesn't break any other functionality. |
just got the
exception. [email protected], [email protected] (1.8.0 is the current version) wow the last release of combine-source-map is 5 years ago, and still rocking ancient deps. |
Thanks @phated for cleaning this up. If no tests are failing we could merge. Therefore if we do merge we need to publish as new major (I'll take care of that). |
Yes that would work .. also now we got CI going again. However the Node.js versions tested are super old now, we should probably test 0.14, 0.16, 0.18 instead. |
We're actually testing pretty much every major version of node now: |
Yeah, I am planning to merge this into master and then update #75 to take it into account. |
LGTM to merge, so go ahead once we publish another minor with the old regex. |
Yep! I think the final minor is ready now. |
OK, published 1.9 + merged CI PR. Now we can focos on that regex stuff :) |
No description provided.