Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Fix JS optional-chained member expression.#467

Closed
bm-w wants to merge 3 commits intogithub:mainfrom
bm-w:bw/fix-js-optional-chain
Closed

Fix JS optional-chained member expression.#467
bm-w wants to merge 3 commits intogithub:mainfrom
bm-w:bw/fix-js-optional-chain

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
Contributor

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants