rtfeldman / seamless-immutable

Immutable data structures for JavaScript which are backwards-compatible with normal JS Arrays and Objects.
BSD 3-Clause "New" or "Revised" License
5.37k stars 195 forks source link

Seamless-immutable should support AMD modules #117

Closed max-winderbaum closed 7 years ago

max-winderbaum commented 8 years ago

I'm happy to make a PR expanding the UMD to accept an AMD request, but it's a hassle to shim seamless-immutable in my RequireJS project. Please let me know if there's a reason this hasn't been implemented, and if you'd like me to add it in :)

rtfeldman commented 8 years ago

No reason except that I don't use AMD. Happy to accept a PR! :smile: