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 · 0 comments

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(),
}
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

1 participant