We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
It seems that method shorthand syntax for object breaks highlights of its body.
In this screenshot, if is highlighted as invalid.
if
Code:
const a = { "foo"() { if (true) {} } };
Environment:
Activity