flowjs / flow.js

A JavaScript library providing multiple simultaneous, stable, fault-tolerant and resumable/restartable file uploads via the HTML5 File API.
Other
2.96k stars 346 forks source link

Incrementaly migration Flow to Typescript. #287

Closed Merynek closed 4 years ago

Merynek commented 4 years ago

I have two problems with migration.

Importing types/classes/(from TS),... in FlowJS https://stackoverflow.com/questions/59993606/import-typescript-file-in-flowjs-eslit-flow-cannot-resolve-module

Importing types/classes/(from FlowJS),... in TS Same problem with ESLINT

Did somebody solving this issue?