es-tooling / ecosystem-cleanup

A place to keep track of ongoing efforts to clean up the JS ecosystem
366 stars 2 forks source link

@remix/web-std-io TextEncoder/TextDecoder #32

Open jordanfinners opened 7 months ago

jordanfinners commented 7 months ago

Currently in Remix web-std-io, they import web-encodings. This provides TextEncoder and TextDecoder functions. These have been available for a long time in the web and node standards.

https://npmgraph.js.org/?q=%40remix-run%2Fnode#select=exact%3A%40remix-run%2Fweb-blob%403.1.0&hide=

leefreemanxyz commented 6 months ago

I think this PR satisfies this issue: https://github.com/remix-run/web-std-io/pull/60

43081j commented 6 months ago

looks like it! that's great work 🥳

will try keep track of the PR, but if there's progress do let us know and we can close this once it lands