callgraph
callgraph copied to clipboard
Should represent function calls differently from references
As of today, we're graphing both function calls (e.g. lib.function) and references (e.g. var myFn = lib.function.bind(null)) with the same black arrow. Let's use different styling please.