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
kind of warnings. I looked at the and it's crashing at the parser around line this.parseWithProgramProvider(filePathOrPaths) since this is undefined. I tried replacing the call with a regular function and it parsed fine. To fix, likely we have to do something about the way this is bound.