Iroh icon indicating copy to clipboard operation
Iroh copied to clipboard

Anonymous function name resolving

Open maierfelix opened this issue 8 years ago • 0 comments
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.

maierfelix avatar Aug 24 '17 23:08 maierfelix