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: Unhandled CallExpression expression syntax: CallExpression #255

Merged
merged 2 commits into from
Aug 12, 2024

Conversation

matz3
Copy link
Member

@matz3 matz3 commented Aug 9, 2024

A CallExpression on a CallExpression wasn't handled yet and caused a
fatal error.

This commit also adds a test case for another issue that was already
fixed via #73 (SuperKeyword).

Fixes: #246

d3xter666
d3xter666 previously approved these changes Aug 12, 2024
A CallExpression on a CallExpression wasn't handled yet and caused a
fatal error.

This commit also adds a test case for another issue that was already
fixed via #73 (SuperKeyword).

Fixes: #246
CSSSize is already detected
@matz3 matz3 requested a review from d3xter666 August 12, 2024 09:04
@matz3 matz3 merged commit b041970 into main Aug 12, 2024
13 checks passed
@matz3 matz3 deleted the fix-callexpr-on-callexpr branch August 12, 2024 11:28
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.

UI5 Linter fails to determine context of a call expression in common scenarios
2 participants