sindresorhus / del

Delete files and directories
MIT License
1.33k stars 66 forks source link

Support progressive reporting #141

Closed jopemachine closed 2 years ago

jopemachine commented 2 years ago

Fixes #133.

Implemented progressive reporting by referring https://github.com/sindresorhus/cpy#progress-reporting.

jopemachine commented 2 years ago

The test seems failed on Windows due to this issue

sindresorhus commented 2 years ago

I no longer think attaching properties to a promise is the right approach. I think it's better to do a onProgress option.