-
Notifications
You must be signed in to change notification settings - Fork 20
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
Arrow function are not taken into account in the Call graph #20
Comments
Hello @whyboris, Yes of course.
The package is installed globally.
If I just uncomment the 'a' line, I have an empty graphic The case 'a' is actually another problem, but it would be nice to have this ability too. a really useful TypeScript AST viewer with the code Hope It Helps |
If you consider the arr.map(f) case as a bug or something that should be supported and it's not, It's better than I open another issue. Let me know if you are interested in that topic |
oops, it was my mistake. Arrow functions are taken into account! ;-) However, It seems that Lines like that: arr.map(f) are not taken into account Thanks |
Hi,
It seems that arrow functions are not taken into account today right ?
I just changed few of them with regular function and it worked.
It would be nice to have that feature.
Thanks.
The text was updated successfully, but these errors were encountered: