mithril-vndb/stream
Rasmus Porsager 58c86f7546 Rewrite stream (#2207)
* Rewrite stream

* Rename HALT to SKIP

* Rename HALT to SKIP

* Remove valueOf and toString

* Update docs for HALT to SKIP

* Rename halt to skip in test

* Add test for combining nested streams atomically

* Update change-log.md

* Test basic SKIP

* Add deprecated HALT

* Combine continues with ended streams

* Fix fantasy-land/of to match spec

* Don't use arrow function

* Improve scan description

* Fix merge artifact
2018-11-27 15:11:24 -05:00
..
tests Rewrite stream (#2207) 2018-11-27 15:11:24 -05:00
change-log.md Rewrite stream (#2207) 2018-11-27 15:11:24 -05:00
LICENSE chore: add license files to sub-packages 2017-07-12 21:04:09 -07:00
package.json output mithril, stream and ospec esm versions on build - fixes #2112 (#2194) 2018-11-14 15:37:08 -05:00
README.md docs: add basic readme for mithril-stream 2017-07-12 21:04:09 -07:00
stream.js Rewrite stream (#2207) 2018-11-27 15:11:24 -05:00
stream.mjs output mithril, stream and ospec esm versions on build - fixes #2112 (#2194) 2018-11-14 15:37:08 -05:00

mithril-stream NPM Version NPM License

Mithril's m.stream as a standalone module.

See mithril.js.org/stream.html for docs/usage.