js-callgraph icon indicating copy to clipboard operation
js-callgraph copied to clipboard

Support for recent version of JavaScript

Open HoLyVieR opened this issue 10 months ago • 1 comments

This project doesn't seems to be maintained anymore, so I'm leaving this as an issue instead of a PR. For anyone that's looking to do parsing with JavaScript file that esprima can't parse (ex.: with newer features & syntax), I did a fork that switched the AST engine to acorn and fixed some of the analysis issue that's encountered with recent features. It should work on most recently written file, but there may be some issues here and there.

Fork : https://github.com/holyvier/js-callgraph

HoLyVieR avatar Mar 21 '25 16:03 HoLyVieR

I should note that the fork is a potential fix for #54, #67 and #46 . Referencing here if people are looking for solution to those issues.

HoLyVieR avatar Mar 24 '25 15:03 HoLyVieR