javascript-call-graph icon indicating copy to clipboard operation
javascript-call-graph copied to clipboard

Approximate call graph builder for JavaScript

Results 1 javascript-call-graph issues
Sort by recently updated
recently updated
newest added

Places of automatic semicolon insertion followed by in and decrements. E.g.: return 1\n++i; or in a block { return 1\n--j } Same goes for return 2 } j = 1;...