From what I can tell, this is because of code which explicitly does this in combobulate-js-ts.el:
|
((call_expression function: (member_expression object: (identifier) @name @hl.serene |
|
property: (property_identifier) |
|
(:match "^console$" @name)))))) |
I must admit I don't understand why this code is here... Or how I could get rid of it if I wanted to (I do!) without forking.
Any assistance appreciated 😄