| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
@nodejs/streams Looking for some initial feedback before starting work on tests. |
Sorry, something went wrong.
|
@nodejs/streams |
Sorry, something went wrong.
|
I'm not familiar with the use cases for this, but I think it can be a bit confusing because of the function name (and where it's being exported) and because we already have the pre-existing pipe() and pipeline(). Does this really need to exist in node core? |
Sorry, something went wrong.
|
Sorry, something went wrong.
Some options:
|
Sorry, something went wrong.
|
Rxjs does 1. So there is some precedence. |
Sorry, something went wrong.
|
@ronag Sure! 🙂 If it matters for scheduling purposes: I'm based in Europe (currently CEST). |
Sorry, something went wrong.
|
I'm CEST as well. I can be quite flexible next week. What about @benjamingr? |
Sorry, something went wrong.
There was a problem hiding this comment.
lgtm
Sorry, something went wrong.
Sorry, something went wrong.
|
This has sufficient approvals but I think @benjamingr would like to further discuss this before landing? @benjamingr would you mind doing a "request for changes" so we don't accidentally land this before that? |
Sorry, something went wrong.
Sorry, something went wrong.
|
@nodejs/streams @mcollina I've disabled async function support. I believe in this way this can land without any pending items. I'll open a separate PR we can discuss in regards to async fn/gen API. This way we can continue with e.g. web stream support Please 👍 so I know whether I can land this. |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Co-authored-by: Michaël Zasso <targos@protonmail.com>
Sorry, something went wrong.
Sorry, something went wrong.
|
Like #39134 (comment), this needs a backport to land on v16.x because it depends on the semver-major #39294 |
Sorry, something went wrong.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
pipe is similar to pipeline however it supports stream composition, i.e.
Similar to how rx js provides a top level pipe(...observables) method.