-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
stream: add Transform.by utility function #28501
Commits on Dec 16, 2019
-
stream: add Transform.by utility function
Analogous to Readable.from, Transform.by creates transform streams from async function generators
David Mark Clements committedDec 16, 2019 Configuration menu - View commit details
-
Copy full SHA for d957541 - Browse repository at this point
Copy the full SHA d957541View commit details -
docs: stream.Transform.by typo
David Mark Clements committedDec 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 9005e46 - Browse repository at this point
Copy the full SHA 9005e46View commit details -
stream: Transform.by SourceIterator next optimization
instead of allocating a new function for the Promise constructor per call to next (e.g. via for await) allocate once on init and reuse
David Mark Clements committedDec 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 944f228 - Browse repository at this point
Copy the full SHA 944f228View commit details -
Co-Authored-By: Vse Mozhet Byt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 84c84c9 - Browse repository at this point
Copy the full SHA 84c84c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1937c7 - Browse repository at this point
Copy the full SHA a1937c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad35382 - Browse repository at this point
Copy the full SHA ad35382View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d82c5b - Browse repository at this point
Copy the full SHA 8d82c5bView commit details -
docs: Transform.by clarify as async iterable
Co-Authored-By: Anna Henningsen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7a1ef77 - Browse repository at this point
Copy the full SHA 7a1ef77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5707445 - Browse repository at this point
Copy the full SHA 5707445View commit details -
stream: Transform.by code style
Co-Authored-By: Anna Henningsen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 970ed3d - Browse repository at this point
Copy the full SHA 970ed3dView commit details -
stream: Transform.by minor refactoring
David Mark Clements committedDec 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 6e67a85 - Browse repository at this point
Copy the full SHA 6e67a85View commit details -
streams: Transform.by check fn return value instead of fn instance
David Mark Clements committedDec 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 98aebc5 - Browse repository at this point
Copy the full SHA 98aebc5View commit details -
docs: emphasize Transform.by objectMode default behaviour
David Mark Clements committedDec 16, 2019 Configuration menu - View commit details
-
Copy full SHA for eee19c5 - Browse repository at this point
Copy the full SHA eee19c5View commit details -
docs: Transform.by function naming convention
Co-Authored-By: Vse Mozhet Byt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 26e96be - Browse repository at this point
Copy the full SHA 26e96beView commit details -
docs: add transform content to streams <-> async generators compatibi…
…lity
David Mark Clements committedDec 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 185a6f4 - Browse repository at this point
Copy the full SHA 185a6f4View commit details -
David Mark Clements committed
Dec 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 8e73c51 - Browse repository at this point
Copy the full SHA 8e73c51View commit details -
tests: preempt conflict with nodejs#28566
David Mark Clements committedDec 16, 2019 Configuration menu - View commit details
-
Copy full SHA for b73347f - Browse repository at this point
Copy the full SHA b73347fView commit details -
tests: fix transform async iterator test
David Mark Clements committedDec 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 9789a5b - Browse repository at this point
Copy the full SHA 9789a5bView commit details -
docs: add meta data to Transform.by
Co-Authored-By: Anna Henningsen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bad0bfd - Browse repository at this point
Copy the full SHA bad0bfdView commit details -
stream: error handling bug fix, ensure stream is destroyed after proc…
…ess.nextTick
David Mark Clements committedDec 16, 2019 Configuration menu - View commit details
-
Copy full SHA for f2c8b22 - Browse repository at this point
Copy the full SHA f2c8b22View commit details -
Co-Authored-By: Vse Mozhet Byt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 001fe01 - Browse repository at this point
Copy the full SHA 001fe01View commit details -
Co-Authored-By: Vse Mozhet Byt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9545ee0 - Browse repository at this point
Copy the full SHA 9545ee0View commit details -
Co-Authored-By: Vse Mozhet Byt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f0fa8b6 - Browse repository at this point
Copy the full SHA f0fa8b6View commit details -
Co-Authored-By: Vse Mozhet Byt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b504b15 - Browse repository at this point
Copy the full SHA b504b15View commit details -
streams: Transform.by, rm unncessary check
David Mark Clements committedDec 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 447a895 - Browse repository at this point
Copy the full SHA 447a895View commit details -
David Mark Clements committed
Dec 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 2fe96e4 - Browse repository at this point
Copy the full SHA 2fe96e4View commit details