bcoe / bcoe/c8

use fs.rmdir recursive

Open
#249 1 comment 0 reactions 0 assignees View on GitHub
feature-request
Dominant language
JavaScript
Stars
2.1k
Forks
99
PR merge metrics
No merged PRs in 30d

Description

This...
https://github.com/bcoe/c8/blob/a465b65d907b669714cfc3dca949efd667f499c3/bin/c8.js#L32
could possible be replaced by:
```js
await fs.fsPromises.rmdir(argv.tempDirectory, { recursive: true })
```

if not now, then maybe in the feature when you decide to drop support for < 12.10

(only looking into all my sub dependencies seeing if there is anyway to reduce the total size)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.