wix-incubator / kissfs

Extensible and reactive text-based file-system library that keeps it simple, universal and cross-platform
MIT License
12 stars 5 forks source link

upgrade typescript, fs-extra #80

Closed amir-arad closed 7 years ago

amir-arad commented 7 years ago

upgrade typescript to >= 2.42. This will require removing custom fs-extra.d.ts. consider using klaw for the walk functionality and

tyv commented 7 years ago

@amir-arad what was after?

and

tyv commented 7 years ago

consider using klaw for the walk functionality

https://github.com/wix/kissfs/blob/master/src/local-fs-crud-only.ts#L11

amir-arad commented 7 years ago

oh. then just to get rid of local fs-extra.d.ts as it is using an import hack that's no longer supported in TS.

tyv commented 7 years ago

closed via #83