Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anonymous function name resolving #8

Open
maierfelix opened this issue Aug 24, 2017 · 0 comments
Open

Anonymous function name resolving #8

maierfelix opened this issue Aug 24, 2017 · 0 comments

Comments

@maierfelix
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant