stellar / js-xdr

Read/write XDR encoded data structures (RFC 4506)
Apache License 2.0
25 stars 31 forks source link

Remove corejs dependency #43

Closed msfeldstein closed 4 years ago

msfeldstein commented 4 years ago

We were using CoreJS for a Map polyfill, but Map is now well supported in node and browsers, no need to pull in this large, noisy dependency.

abuiles commented 4 years ago

this is a good idea! We have multiple conflicts around this because of another change we did in core, I'll close this PR and do it again.