commits
* Simplify Callbag talkback signal conversion
* Remove symbol fallback for observables
* Merge placeholder functions
* Remove typeof check in delay operator
* Remove rest-spread parameter transform
* Use rest-spread in pipe fn
* Replace array-only implementation with iterable
* Add fromAsyncIterable
* Add wonka@4 to suite
* Rename factory to lazy
* Combine functions for ease of use
* Split fromIterable/fromAsyncIterable back out
That's simply less bytes somehow
* Fix fromPromise test
* Reimplement combine as variadic function
* Implement zip & combine
* Fix up combine types
* Support objects in zip source
* Add additional combine test
* Move combine/zip tests to separate file
* Move size check in zip
* Fix up tuple mapping type
* Replace makeSubject with make derivative
* Reuse make for common sources
* Update package.json to support webpack@5
* remove unnecessary limit on es6
* update package.json to export whole source
Co-authored-by: Phil Pluckthun <phil@kitten.sh>
This may prevent some oddities with uglify-es on React Native.
* Upgrade packages
* Replace makeTrampoline with fromArray in takeLast
* Remove makeTrampoline helper
* Replace Curry helpers with transpilation step
* Update yarn.lock
* Fix bind naming in Babel transform
* Fix curry arguments being pushed to parent scope instead of current
* Upgrade to upcoming bs-platform version
* Prevent transformer to create local variable if that's unnecessary
* Upgrade packages
* Replace makeTrampoline with fromArray in takeLast
* Remove makeTrampoline helper
* Replace Curry helpers with transpilation step
* Update yarn.lock
* Fix bind naming in Babel transform
* Fix curry arguments being pushed to parent scope instead of current
* Upgrade to upcoming bs-platform version
* Prevent transformer to create local variable if that's unnecessary