distolma / storeon-observable

Module for storeon which allows to create async actions
MIT License
5 stars 0 forks source link

Typescript implementation #10

Closed majo44 closed 4 years ago

majo44 commented 4 years ago

This is PR which contains refactoring to typescript which:

Todo:

majo44 commented 4 years ago

Travis build is failed, and I'm not sure why, locally everything works fine, only difference is that I have newer yarn. :(

Update: yarn version is not a reason :(, looking for reason

distolma commented 4 years ago

@majo44 Travis-CI build fails because of size-limit tries to check index.js file, which doesn't exist before a build.

majo44 commented 4 years ago

@distolma thx, I missed that, so I will move the size-limit to build

distolma commented 4 years ago

Great job!