File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 isIterable,
1010 isReadableNodeStream,
1111 isWritableNodeStream,
12+ isNodeStream,
1213 isDestroyed,
1314 isReadableFinished,
1415 isWritableEnded,
Original file line number Diff line number Diff line change @@ -88,7 +88,6 @@ function isWritableEnded(stream) {
8888 return wState . ended ;
8989}
9090
91- << < << << HEAD
9291// Have emitted 'finish'.
9392function isWritableFinished ( stream , strict ) {
9493 if ( ! isWritableNodeStream ( stream ) ) return null ;
@@ -112,8 +111,6 @@ function isReadableEnded(stream) {
112111 return rState . ended ;
113112}
114113
115- === = ===
116- >>> > >>> 3980333 d56 ... stream : add stream . compose
117114// Have emitted 'end'.
118115function isReadableFinished ( stream , strict ) {
119116 if ( ! isReadableNodeStream ( stream ) ) return null ;
@@ -126,7 +123,6 @@ function isReadableFinished(stream, strict) {
126123 ) ;
127124}
128125
129- << < << << HEAD
130126function isDisturbed ( stream ) {
131127 return ! ! ( stream && (
132128 stream . readableDidRead ||
@@ -145,21 +141,10 @@ module.exports = {
145141 isReadable,
146142 isReadableNodeStream,
147143 isReadableEnded,
148- = === ===
149- module . exports = {
150- isReadable,
151- isStream,
152- isDestroyed,
153- isIterable,
154- isReadableNodeStream,
155- > >>> >>> 3980333 d56 ... stream : add stream . compose
156144 isReadableFinished,
157145 isNodeStream,
158146 isWritable,
159147 isWritableNodeStream,
160148 isWritableEnded,
161- < << << << HEAD
162149 isWritableFinished,
163- = === ===
164- >>> >>> > 3980333 d56 ... stream : add stream . compose
165150} ;
You can’t perform that action at this time.
0 commit comments