1
0
Fork 0
Commit Graph

5 Commits

Author SHA1 Message Date
Sean Sube cea8c8abff feat: convert to ES modules, C8 for coverage
BREAKING CHANGE: this is not breaking for users, but for library users,
some bundling or a runtime supporting ES modules is now required.
2022-02-06 00:23:37 -06:00
ssube e7e42eee89
feat: list files using node's fs module instead of recursive-readdir
BREAKING CHANGE: this changes how directories are listed, by replacing
the recursive-readdir module with node's readdir method, and a custom
implementation that is compatible with the changes to Node 16's fs
implementation for testing.
2021-07-14 00:13:21 -05:00
Sean Sube cb3ee1fa8e
remove(test): async leak helpers (#313) 2020-04-02 18:58:57 -05:00
ssube b818aa66d4 cover stream error handling 2019-11-15 21:05:44 -06:00
ssube 838f87baf5 fix(tests): cover source read and write 2019-11-15 21:05:44 -06:00