nodejs / readable-stream

Node-core streams for userland
https://nodejs.org/api/stream.html
Other
1.03k stars 227 forks source link

fix: Replace global with globalThis #467

Closed phated closed 2 years ago

phated commented 2 years ago

Closes #426

This removes the global references in the generated files with globalThis.

I also regenerated the files. It looks like this changed a bunch of stuff in the output because of a newer babel (??)

phated commented 2 years ago

Nvm, forgot the support matrix. Also, didn't realize that globalThis wasn't available in node 10 🤦