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

JavaScript - first property value containing object method is wrongly highlighted #3787

Open
miragecraft opened this issue Apr 13, 2024 · 1 comment

Comments

@miragecraft
Copy link

miragecraft commented Apr 13, 2024

Information

  • Language: JavaScript
  • Plugins: none

Verified broken on the test page.

Description
Inside an object, if the value of the first property contains a object method, the object name is highlighted as if it's a function.

Code snippet

Test page

The code being highlighted incorrectly.
let handler = {
  apply: f.apply(), // <- "f" is highlighted wrong
  get: f.get(),
}
@Golmote
Copy link
Contributor

Golmote commented Oct 29, 2024

Hello,
The reason for this highlighting is that the language definition for JS considers that calling the method apply, bind or call on a variable most likely means that variable is a function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants