Open dawarhusain opened 1 year ago
The call graph generator is not working for javascript functions declared with the following syntax, that is anonymous functions
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Functions
let f = function(x, y) { ... }
Is this expected behaviour and can this functionality be supported?
The call graph generator is not working for javascript functions declared with the following syntax, that is anonymous functions
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Functions
Is this expected behaviour and can this functionality be supported?