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
When tossing checkJs or // @ts-check into a project, users almost immediately get feedback like Cannot find name 'require' which is frustrating because we specifically understand how require works.
I understand that we want users to have more actionable feedback when they require a Node built-in, but the current behavior is not ideal.