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

Add support for conditional chaining #918

Open
kristoferjoseph opened this issue Jul 19, 2022 · 1 comment
Open

Add support for conditional chaining #918

kristoferjoseph opened this issue Jul 19, 2022 · 1 comment

Comments

@kristoferjoseph
Copy link

Using conditional chaining const foo = bar?.baz || '' causes syntaz error.

@niron1
Copy link

niron1 commented Dec 31, 2022

this was addressed in earlier tickets and was resolved by forks i.e. add change this in your package.json

    "esm": "https://github.com/jsg2021/esm/releases/download/v3.x.x-pr883/esm-3.x.x-pr883.tgz",

or just move to a new published fork altogether and use command line node -r esm-wallaby index.js

    "esm-wallaby": "^3.2.26",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants