We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the api is verbose to use because you have to await each call, this is especially noticeable if you use dzx repl.
The latest deno version introduced a synchronous process spawning api which can be used to add this feature https://deno.com/blog/v1.21#synchronous-subprocess-execution
And in my opinion making it the default interface is ver y reasonable
The text was updated successfully, but these errors were encountered:
Yep makes sence. I was waiting for the new api to replace the old with the new one.
Sorry, something went wrong.
No branches or pull requests
Currently the api is verbose to use because you have to await each call, this is especially noticeable if you use dzx repl.
The latest deno version introduced a synchronous process spawning api which can be used to add this feature https://deno.com/blog/v1.21#synchronous-subprocess-execution
And in my opinion making it the default interface is ver y reasonable
The text was updated successfully, but these errors were encountered: