kosich / rxjs-autorun

Re-evaluate an expression whenever Observable in it emits
MIT License
34 stars 2 forks source link

[chore] updated packages, fixed build, lowered rxjs peerDependency version #16

Closed kosich closed 3 years ago

kosich commented 3 years ago

This PR updates some packages (except webpack update to v 5.0.0 that requires build config changes) Lowers peerDependency on RxJS (tests work starting from 6.0.0) Enables tsc downlevelIteration for for..of on Map.

Jopie64 commented 3 years ago

I'll leave it up to you to merge this ok? :)

kosich commented 3 years ago

that downlevelIteration adds to the lib final size a bit. we might optimize this later