sucrase icon indicating copy to clipboard operation
sucrase copied to clipboard

Remove mz

Open alex-kinokon opened this issue 1 month ago • 0 comments

fs/promises has been supported since Node v10, a version released 6 years ago and have long been EOL. This pull request removes an unnecessary dependency on non-EOL Node.js platforms. Async fs.exists is discouraged by Node.js, so I replaced them with existsSync, which should have no tangible impact on performance.

alex-kinokon avatar May 20 '24 08:05 alex-kinokon