mithril-vndb/stream
eladzlot 3578d0ffb3 added test for stream.end.map
Tests for issue #1736

Any maps set to the end stream do not get called.
In fact, for some reason adding a map to and end stream throws an error:

```
Cannot read property '_state' of undefined
    at updateDependency (/Users/eladzlot/www/mithril.js/stream/stream.js:46:20)
```
2017-03-24 11:53:54 +03:00
..
tests added test for stream.end.map 2017-03-24 11:53:54 +03:00
package.json feat: Make streams publishable to NPM (#1635) 2017-02-17 13:01:32 -08:00
stream.js refactor: Move scan and scanMerge to stream module (#1718) 2017-03-15 17:22:06 -07:00