Open
Description
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
The code being highlighted incorrectly.
let handler = {
apply: f.apply(), // <- "f" is highlighted wrong
get: f.get(),
}