lit icon indicating copy to clipboard operation
lit copied to clipboard

weblit app prints out bindings twice

Open PatrickDahlin opened this issue 5 years ago • 1 comments

Removed extra printout of binding since it unnecessarily prints bindings twice

PatrickDahlin avatar Oct 18 '20 11:10 PatrickDahlin

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.

creationix avatar Feb 12 '21 17:02 creationix