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

Condition ternary operator colors #1019

Open
barsdeveloper opened this issue Feb 14, 2024 · 0 comments
Open

Condition ternary operator colors #1019

barsdeveloper opened this issue Feb 14, 2024 · 0 comments

Comments

@barsdeveloper
Copy link

When getting the condition from a function call it does break he grammar interpretation. It is being fixed either by using a variable instead of b() or by removing the "a" at the beginning

function b() { }
class A {
    static f = () =>
        "a"
        + (!b() ? `_${1}` : "")
        + `'${2}'`
}

image

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

No branches or pull requests

1 participant