-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Do not mark OptionalMemberExpresion as LVal #17432
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
Do not mark OptionalMemberExpresion as LVal #17432
Conversation
Build successful! You can test your changes in the REPL here: https://babeljs.io/repl/build/59722 |
commit: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Releasing this soon!
@JLHwung I just tested 7.28.1 and while the issue I reported in #17434 appears to be resolved, my builds are still failing. They succeed in 7.27.* though. My project is open, you can try it out if it'd help you at all. Here's what I see now on 7.28.1:
|
In this PR we remove the
OptionalMemberExpression
from theLVal
alias. Theleft
of the AssignmentExpression still allowsOptionalMemberExpression
, so the builder usage and the internal typings are generally not affected.This PR partially reverts #17391.