-
-
Notifications
You must be signed in to change notification settings - Fork 151
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
[dcons] "Unexpected token" #325
Comments
btw, you were right about the brittleness of the edge tooling... |
- refactor using ternary op - AFAICT only occurrence in entire umbrella repo
Fixed and released! (v3.0.7) What tooling are you using? This package is a dependency of quite a few other umbrella packages and I've not come across this issue (though myself am only using snowpack for browser or otherwise nodejs 16.11/17.0.1) A global search shows that this was the only instance of using this new Ecmascript operator, so hopefully no other similar surprises... 😉 |
It's a create-react-app toolchain. There are a number of issues with the support of various es features. What specifically about the code above is edgy? Edit: ah, I see, nullish coalescing. I'm also sticking with Node 14 until AWS supports a higher version. |
Hi @postspectacular, back again with another ... question?
Any ideas?
The text was updated successfully, but these errors were encountered: