-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature request: --verbose
mode
#117
Comments
I concur with the suggestion of introducing a --verbose mode. console.log(`Duration: ${Date.now() - start}`); Since it's transpiled to ES2021, the JavaScript remains relatively readable. Regarding potential performance bottlenecks, I believe the issue might be located here: For enhancing performance and flexibility, I should transition to using grubber. This would offer a superior alternative to regular expressions without resorting to an AST, which might introduce frequent breaking changes. |
I see. Also, would it be possible for denoify to transform files concurrently? Using asynchronous fs functions with Lines 150 to 158 in 5ad3bb2
|
it would be great to have a
--verbose
debug output so it would be possible to profile bottlenecks when denoifying node projects. for example, it took 17~25 seconds to convert this 800 loc program with 2 dependencies, which i believe to be bottlenecked by my configuration.Details
The text was updated successfully, but these errors were encountered: