File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -256,12 +256,12 @@ var opts = {
256256 ' flush' : flush
257257};
258258
259- var TransformStream = transformStream .ctor ( opts );
259+ var MyStream = transformStream .ctor ( opts );
260260
261- var bool = ( TransformStream .prototype ._transform === transform );
261+ var bool = ( MyStream .prototype ._transform === transform );
262262// returns true
263263
264- bool = ( TransformStream .prototype ._flush === flush );
264+ bool = ( MyStream .prototype ._flush === flush );
265265// returns true
266266```
267267
Original file line number Diff line number Diff line change 5252 "readable-stream" : " ^2.1.4"
5353 },
5454 "devDependencies" : {
55- "@stdlib/bench" : " ^0.1 .0" ,
55+ "@stdlib/bench" : " ^0.2 .0" ,
5656 "@stdlib/streams-node-inspect-sink" : " ^0.1.0" ,
5757 "@stdlib/streams-node-stdout" : " ^0.1.1" ,
5858 "@stdlib/utils-noop" : " ^0.1.1" ,
You can’t perform that action at this time.
0 commit comments