Skip to content

Fix optional chaining support to handle newer ChainExpression implementation #1187

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

Merged
merged 1 commit into from
May 9, 2021

Conversation

bmish
Copy link
Member

@bmish bmish commented May 9, 2021

Optional chaining support in many of our rules was not working because we were only handling the older OptionalCallExpression / OptionalMemberExpression implementation.

I had to update us to the latest Babel dependencies in order to receive this newer implementation to test against.

… implementation

Optional chaining support in many of our rules was not working because we were only handling the older OptionalCallExpression / OptionalMemberExpression implementation.
@bmish bmish added the bug label May 9, 2021
@bmish bmish mentioned this pull request May 9, 2021
@bmish bmish merged commit 8ca9bcd into ember-cli:master May 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant