mithril-vndb/stream
Adam Gamble 23fe0a5ab1 Fixed scan with skip (#2357)
* Fixed bad test for scan

The previous test didn't catch the fact that the accumulator had been
broke, it's value became the special value `SKIP`.

* Fixed Stream.scan() to accept SKIP value

* Update stream/stream.js

Dropped unnecessary ternary as suggested by @isiahmeadows

Co-Authored-By: gamb <adam@gamb.co>
2019-01-09 23:10:02 -05:00
..
tests Fixed scan with skip (#2357) 2019-01-09 23:10:02 -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 Fixed scan with skip (#2357) 2019-01-09 23:10:02 -05:00
stream.mjs Bundled output for commit 922093f1ba [skip ci] 2018-12-04 20:13:40 +00:00

mithril-stream NPM Version NPM License

Mithril's m.stream as a standalone module.

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