mike-marcacci / fs-capacitor

Filesystem-bufferred, passthrough stream that buffers indefinitely rather than propagate backpressure from downstream consumers.
MIT License
36 stars 8 forks source link

Builds fail due to TypeScript errors #29

Closed jaydenseric closed 4 years ago

jaydenseric commented 4 years ago

With freshly installed node_modules, running npm run prepare results in TypeScript errors:

https://travis-ci.org/github/mike-marcacci/fs-capacitor/jobs/690761205#L212-L225

mike-marcacci commented 4 years ago

This is updated on master, but it will continue to fail until this is fixed: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/45087#pullrequestreview-418861568

Once that gets merged and published, I'll cut a new release.

mike-marcacci commented 4 years ago

My typescript PR was a duplicate. Tracking this one for a fix instead: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/44999

mike-marcacci commented 4 years ago

Fixed and published as v6.2.0.