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

Fix transpile bug with optional chaning #781

Merged
merged 1 commit into from
Mar 13, 2023

Conversation

TwitchBronBron
Copy link
Member

Fixes #770 by including the missing ? in dotted get assignments that use optional chaining. (this isn't valid syntax, but the transpiler should still generate the code).

@TwitchBronBron TwitchBronBron merged commit 30e6585 into master Mar 13, 2023
@TwitchBronBron TwitchBronBron deleted the optional-chaning-fixes branch March 13, 2023 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing ? in final optional chaining transpiled output
1 participant