-
Notifications
You must be signed in to change notification settings - Fork 591
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
[JavaScript] Optional chaining does not work properly #2349
Comments
ghost
changed the title
[JavaScript] Optional chaining and nullish coalescing do not work properly
[JavaScript] Optional chaining does not work properly
Apr 23, 2020
In https://github.com/sublimehq/Packages/pull/2132/files#diff-21d3129035563b382f383dc8438d53a8R95, it uses |
Given that many JavaScript engines already support this feature, can we expect a reasonably fast fix? @Thom1729 |
jfcherng
added a commit
to jfcherng-sublime/ST-Official-Packages
that referenced
this issue
Apr 28, 2020
sublimehq#2349 (comment) Signed-off-by: Jack Cherng <[email protected]>
jfcherng
added a commit
to jfcherng-sublime/ST-Official-Packages
that referenced
this issue
Apr 28, 2020
sublimehq#2349 (comment) Signed-off-by: Jack Cherng <[email protected]>
wbond
pushed a commit
that referenced
this issue
Jul 20, 2020
mitranim
pushed a commit
to mitranim/Packages
that referenced
this issue
Mar 25, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Examples:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining
Actual:
Expected:
or
Introduced in #2132
/cc author @Thom1729
The text was updated successfully, but these errors were encountered: