-
Notifications
You must be signed in to change notification settings - Fork 3
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
context-related optional chaining support in paths #57
Comments
A couple of comments:
|
agree on for |
Not sure what you mean by I think the whole thing should be mentally very simple - you have a path like This line of thought will work for all cases we discussed in issues here and in Discord - for |
related issue: #50
for simple usage, like:
this.foo.bar
path should be translated intothis?.foo?.bar
;for complex usage, like:
this.foo.bar.onClick
should not be translated as optional chainedThe text was updated successfully, but these errors were encountered: