This repository has been archived by the owner on Jul 9, 2024. It is now read-only.
forked from evilpie/jsctags
-
Notifications
You must be signed in to change notification settings - Fork 67
Cannot read property 'type' of undefined #33
Comments
I have exactly the same issue! My |
yes,me too! |
same thing for me; running |
+1, running |
Could this be related to the second item in #23? It has been a long time, but looks the same. In this case, an expected extra argument isn't passed, so |
@boushley can you tell me which drjs commit you're using, and what options are you passing to jsctags.js? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have had a problem running jsctags on underscore.js and backbone.js both of them reporting
Cannot read property 'type' of undefined
. The entire error looks like the following:The error message didn't seem to point me towards the source of the error. However in both of these libraries I was able to track down the source of the error to the following.
In backbone.js:
and
In underscore.js:
It appears this method of checking if we are in node.js is causing problems.
Any suggested workaround for this?
The text was updated successfully, but these errors were encountered: