summaryrefslogtreecommitdiff
path: root/test/parallel/test-stream2-transform.js
AgeCommit message (Expand)Author
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-16stream: fix regression introduced in #26059Matteo Collina
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-03-06stream: make sure 'readable' is emitted before ending the streamMatteo Collina
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-01-11test: fix spelling in test case commentsTobias Nießen
2018-01-10stream: always defer 'readable' with nextTickMatteo Collina
2017-12-18stream: rm {writeable/readable}State.lengthCalvin Metcalf
2017-12-15stream: add flow and buffer properties to streamsCalvin Metcalf
2017-11-26test: add test of stream TransformYoshiya Hinosawa
2017-11-18test: use arrow functions instead of bindTobias Nießen
2017-07-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
2017-06-19test: remove node-tap lookalikecjihrig
2017-05-05test: reduce string concatenationsVse Mozhet Byt
2017-03-10meta: restore original copyright headerJames M Snell
2017-01-11test: s/assert.equal/assert.strictEqual/Gibson Fahnestock
2017-01-11test: use eslint to fix var->const/letGibson Fahnestock
2017-01-02test: use const for all require() callscjihrig
2016-11-18test: add test case of PassThroughYoshiya Hinosawa
2016-09-12tools: replace custom ESLint rule with built-inRich Trott
2016-05-08tools: lint for object literal spacingRich Trott
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-01-04test: remove unused vars from parallel testsRich Trott
2015-12-26test: remove unnecessary assignmentsRich Trott
2015-05-19test: enable linting for testsRoman Reiss
2015-02-22test: common.js -> commonBrendan Ashworth
2015-01-12Remove excessive copyright/license boilerplateisaacs
2015-01-05Merge remote-tracking branch 'joyent/v0.12' into v1.xBen Noordhuis
2014-12-17test: split test in parallel/sequentialFedor Indutny