Skip to content
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

wasi: replace || with ?? #32628

Closed
wants to merge 1 commit into from
Closed

wasi: replace || with ?? #32628

wants to merge 1 commit into from

Conversation

cjihrig
Copy link
Contributor

@cjihrig cjihrig commented Apr 3, 2020

The codebase is starting to run low on vars to change to let/const.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

@nodejs-github-bot nodejs-github-bot added the wasi Issues and PRs related to the WebAssembly System Interface. label Apr 3, 2020
@cjihrig
Copy link
Contributor Author

cjihrig commented Apr 3, 2020

Looks like the CI isn't quite ready for the new syntax yet.

@devsnek
Copy link
Member

devsnek commented Apr 3, 2020

fix for ci failure 45c5232

@cjihrig
Copy link
Contributor Author

cjihrig commented Apr 3, 2020

@devsnek I'm guessing a proper fix is waiting for a release of acorn with acornjs/acorn#890?

@devsnek
Copy link
Member

devsnek commented Apr 3, 2020

@cjihrig it's not just nullish coalescing, it's any feature we want to use that isn't currently implemented by acorn. we could wait for that specific pr but that wouldn't fix the problem imo.

@cjihrig
Copy link
Contributor Author

cjihrig commented Apr 3, 2020

I'm going to close this out for now since it can't land yet.

@cjihrig cjihrig closed this Apr 3, 2020
@cjihrig cjihrig deleted the nullish branch April 3, 2020 03:14
@addaleax addaleax mentioned this pull request Apr 5, 2020
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wasi Issues and PRs related to the WebAssembly System Interface.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants