Iroh
Iroh copied to clipboard
Anonymous function name resolving
trafficstars
It's common case to have anonymous functions in JavaScript, which ruin the output and make it less understandable. But we can try to manually resolve their names at compile-time (VariableDeclarator, Identifier, MemberExpression etc.). Maybe we can even take advantage of runtime data here.