mattkrick / cashay

:moneybag: Relay for the rest of us :moneybag:
MIT License
453 stars 28 forks source link

Fix for #85, clone of undefined object in minimizeQueryAST #86

Closed jordanh closed 8 years ago

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 85.427% when pulling 2391b155a0593c3c487a68271ea72cb4b91051cd on jordanh:print-minimal-query-fix into 8c02ba4efae9c06af64a79c27dda096ce1117d15 on mattkrick:master.

mattkrick commented 8 years ago

Thanks! I hate writing mutative code, but i really don't see a clean way of doing that functionally. The best I can do is wrap the mutative, recursive code in a functional wrapper & expose that...