-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Description
Is your feature request related to a problem? Please describe.
The mkdirp utility is used in javascript-obfuscator https://github.com/search?q=repo%3Ajavascript-obfuscator%2Fjavascript-obfuscator+mkdirp&type=code
It can be replaced with Node.js native fs.mkdirSync added recursive option in Node.js v10.12.0 published on Oct 10, 2018.
Describe the solution you'd like
Replace mkdirp with fs.mkdirSync(path, { recursive: true })
Additional context
The mkdirp currently uses these native APIs:
Metadata
Metadata
Assignees
Labels
No labels