This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Description
For the following code:

The property client gets incorrectly marked as meta.method-call.js, the property benefits is just source.js
When I switch them around, both become meta.method-call.js:

Seems to me they both should just be source.js or something like meta.property.js if that exists. Definitely shouldn't matter in what order they are placed.
A lot of buggy behaviour like this since the latest update to langauge-javascript, but I'm glad we're getting some more fine grained scoping.