-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
repl: handle object patterns without values #53331
Conversation
@lukehaas Can you please address the lint errors? |
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.
LGTM
Thank you for the fix and congratulations to your first contribution!
Ideally, you could still force push with a commit message that adheres to our commit message standard. In this case e.g., |
fix lint issue
86a199d
to
7b557e3
Compare
@BridgeAR thanks. I've updated the commit message. |
Landed in 479b8e5 |
fix lint issue PR-URL: #53331 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Kohei Ueno <kohei.ueno119@gmail.com>
fix lint issue PR-URL: nodejs#53331 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Kohei Ueno <kohei.ueno119@gmail.com>
fix lint issue PR-URL: nodejs#53331 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Kohei Ueno <kohei.ueno119@gmail.com>
fix lint issue PR-URL: #53331 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Kohei Ueno <kohei.ueno119@gmail.com>
fix lint issue PR-URL: #53331 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Kohei Ueno <kohei.ueno119@gmail.com>
Fixes #53328
For the
ObjectPattern
of typeRestElement
the child node is in theargument
property.