This repository was archived by the owner on Apr 20, 2018. It is now read-only.
Commit d46a7b0
committed
pipe: don't coerce all values to strings
Node.js streams in object mode accept input other than strings, and
streams in object mode don't coerce their values when piping to other
streams. So to be consistent, neither should Observables; Rx users
should map(String) if they need this coercion.1 parent 5fc6c6d commit d46a7b0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments