You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently our symbol parsing doesn't understand some function types that might be used in the wild. It doesn't cover cases where we have MethodDefinitions in a class or an arrow function ClassProperty. I have a branch here that gets us nearly there with parsing these symbol types.
Or if you aren't a fan of checking out a branch here is a patch
Currently our symbol parsing doesn't understand some function types that might be used in the wild. It doesn't cover cases where we have
MethodDefinitions in a class or an arrow functionClassProperty. I have a branchherethat gets us nearly there with parsing these symbol types.Or if you aren't a fan of checking out a branch here is a patch