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 JS optional-chained member expression. #467

Closed
wants to merge 3 commits into from

Conversation

bm-w
Copy link

@bm-w bm-w commented Nov 19, 2024

member_expression can contain an additional (optional_chain) node between its object and property, for example in foo?.bar:

(member_expression
  object: (identifier)
  optional_chain: (optional_chain)
  property: (property_identifier))

@bm-w bm-w requested a review from a team as a code owner November 19, 2024 21:02
@hendrikvanantwerpen
Copy link
Collaborator

This was included in #472.

@bm-w bm-w deleted the bw/fix-js-optional-chain branch December 13, 2024 01:21
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.

2 participants