mithril-vndb/stream
Rasmus Porsager c3896b92e6 output mithril, stream and ospec esm versions on build - fixes #2112 (#2194)
* output mithril, stream and ospec esm versions on build

* Add esm bundles

* [request] Clearer error message for JSON deserialization failure (#2195)

* Bundled output for commit fd7cf8041e [skip ci]

* Fix #1714 conditionally halting stream (#2200)

* Fix #1714 conditionally halting stream

* Add note in changelog

* Do not include stream as named export in mithril.esm.js

* Rename mithril.min.esm.js to mithril.esm.min.js

* Add esm files to eslintignore

* Add named exports

* Add hyperscript `m` as named export

* Add builds with export changes

* checkout regular bundled files

* Change .esm.js to .mjs

* Update pkg module to point to .mjs

* Fix for export names to avoid collision

* Updated bundled files
2018-11-14 15:37:08 -05:00
..
tests Add Stream.lift (#1950) 2018-11-13 18:55:45 -05:00
change-log.md stream: Removed valueOf & toString methods (fixes #2150) (#2151) 2018-05-16 00:01:30 +02: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 Add Stream.lift (#1950) 2018-11-13 18:55:45 -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.