-
Notifications
You must be signed in to change notification settings - Fork 60
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
Update to [email protected] #88
Comments
This was referenced Jan 13, 2023
badeball
added a commit
to badeball/cypress-cucumber-preprocessor
that referenced
this issue
Feb 9, 2025
.. in the browser bundle, that is. Due to updated transitive dependencies and deduping, the build + browserify examples suddenly fail to due to error parsing nullish coalescing assignment operators [1]. [1] browserify/detective#88
badeball
added a commit
to badeball/cypress-cucumber-preprocessor
that referenced
this issue
Feb 9, 2025
.. in the browser bundle, that is. Due to updated transitive dependencies and deduping, the build + browserify examples suddenly fail to due to error parsing nullish coalescing assignment operators [1]. [1] browserify/detective#88
badeball
added a commit
to badeball/cypress-cucumber-preprocessor
that referenced
this issue
Feb 9, 2025
.. in the browser bundle, that is. Due to updated transitive dependencies and deduping, the build + browserify examples suddenly fail to due to error parsing nullish coalescing assignment operators [1]. [1] browserify/detective#88
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to support Logical nullish assignment (??=) we need to upgrade acorn-node to v. 2.0.1
Related Issue: #browserify/acorn-node#17
Related PR: ##85
The text was updated successfully, but these errors were encountered: