| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
@nodejs/streams |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM!
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM with a comment. It shouldn't cause issues in practice but ¯_(ツ)_/¯
Sorry, something went wrong.
| (options.readable !== false && isReadableNodeStream(stream)); | ||
| const writable = options.writable || | ||
| (options.writable !== false && isWritableNodeStream(stream)); | ||
| const readable = options.readable ?? isReadableNodeStream(stream); |
There was a problem hiding this comment.
Behavior is different for some falsy values.
Sorry, something went wrong.
There was a problem hiding this comment.
lgtm
Sorry, something went wrong.
Sorry, something went wrong.
PR-URL: #40998 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
|
@ronag do you mind opening a backport PR for this to v16.x-staging? When pulling it for the release, it causes some failing tests. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Improve readability