DrBoolean / immutable-ext

fantasyland extensions for immutablejs
ISC License
490 stars 19 forks source link

fix(traverse): Map.empty and List.empty #5

Closed sha49 closed 7 years ago

sha49 commented 7 years ago

I am not sure if this is a problem with the repo or how I use it. I created my-library that uses ramda-lens and immutable-ext to traverse my data structures. When I use it from node everything works well, but when I import my-library in a frontend (using webpack). Then, the functions that use traverse are failing. I tracked down the problem till this changes are solving them. Basically, Map.empty and List.empty are undefined inside List.prototype.traverse and Map.prototype.traverse

Thanks!

DrBoolean commented 7 years ago

Thanks!

sha49 commented 7 years ago

Hi @DrBoolean, I think you did not published yet the version including this fix on npm. Any plans on doing that soon? Thanks.

Life without traverse is sooo sad!

DrBoolean commented 7 years ago

Hey! Sorry about that, give me 1 minute here and it's done