-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Max call stack size exceeded #71
Comments
I also get this error, a large Angular 15 application.
It seems to fail on the tail end of the work, generating the |
I went back a few versions, and I tried this with ngd version 1: This is the result:
Edit: after a quick digging into the details, it seems that vis.js has problems with "very large families" or something along the lines.
|
Describe the bug
Running on a large angular app causes the error
RangeError: Maximum call stack size exceeded
during file generation.To Reproduce
Steps to reproduce the behavior:
Sorry. Hard to provide any steps without just having a large app to test on, which I unfortunately cannot provide. Simply running
ngd
with no args threw the error after several files initially parsed successfully.Expected behavior
Don't throw the error.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: