-
Notifications
You must be signed in to change notification settings - Fork 14.5k
Error : visit is not defined #2503
Copy link
Copy link
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptExternalRelates to another program, environment, or user action which we cannot control.Relates to another program, environment, or user action which we cannot control.
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptExternalRelates to another program, environment, or user action which we cannot control.Relates to another program, environment, or user action which we cannot control.
While working on TypeStrong/atom-typescript#76 I've noticed this error:
Which makes no sense considering the code:

Doesn't happen in all my projects. Only on some. But happens reliable for those. However I cannot see a reason as to why. Renaming
visittovisitNodedoes fix it though so I'll send a PR shortly.