In this code:
var obj = {
func1: (param1) => {},
func2: (
param2
) => {},
};
It seems that func2 doesn’t get the meta.function.declaration.js and entity.name.function.js scopes, while func1 does, and likewise param2 doesn’t get the meta.binding.name.js and variable.function.parameter.js scopes.