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

weblit app prints out bindings twice #277

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

PatrickDahlin
Copy link

Removed extra printout of binding since it unnecessarily prints bindings twice

Removed extra printout of binding since it unnecessarily prints bindings twice
@creationix
Copy link
Member

If I remember, these aren't always the same thing and so the code is being lazy and always printing both forms in case they don't match. We could probably store all the results in a set (store the strings as table keys with dummy values) and filter out duplicates before printing.

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

Successfully merging this pull request may close these issues.

2 participants