Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants