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
{{ message }}
This repository was archived by the owner on Jul 9, 2024. It is now read-only.
Is there any plans on fixing this?
I'm really interested if this is an implementation issue(and jsctags will be able process large js files(e.g. >5k loc) in a few seconds some day) or the complexity of the underlying algorithm doesn't allows to make the tool practical for such large files?
I'm not sure this issue is new one. It might be the same issue as issue #5.
If I'm doing wrong, please forgive me. It's my first day at github.
When I try jsctags where jquery-1.6.2.min.js,
It never ends. CPU goes up to 100%....
I've tried about 5 times, I got an error message only once. The other times, I got no message at all.
The error message I've got was......
Maximum call stack size exceeded
node.js:134
throw e; // process.nextTick error, or 'error' event on first tick
^
RangeError: Maximum call stack size exceeded
So, is it possible to have more call stacks?
The text was updated successfully, but these errors were encountered: