-
Notifications
You must be signed in to change notification settings - Fork 453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: remove node global #587
Conversation
@@ -0,0 +1,242 @@ | |||
'use strict' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The latency monitor was pulled from the npm package right? Can we get attribution added, I'm not seeing it anywhere.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks better now ?
- adds buffer require - adds globalThis where needed - streaming-iterables was remove and new utils created, this will be consolidated in `ipfs-utils` and backported here to normalize all these iterator helper functions - latency-monitor was copied inside the repo - iso-random-stream is now used instead of node crypto - the test `should ignore self on discovery` was moved to node only Size: 172.97KB 47.03KB below the 220KB limit. `aegir build --node false` and `aegir test -t browser --node false` now work 🎉
5e38009
to
3422f64
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Released in v0.27.7 |
ipfs-utils
and backported here to normalize all these iterator helper functionsshould ignore self on discovery
was moved to node onlySize: 172.97KB
47.03KB below the 220KB limit.
aegir build --node false
andaegir test -t browser --node false
now work 🎉related to this ipfs/js-ipfs#2924