mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
If a transform stream has objectMode = true, it should allow falsey values other than (null) like 0, false, ''. null is reserved to indicate stream eof but other falsey values should flow through properly.