-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Implement node:tty
#20855
Comments
Fixes #21012 Closes #20855 Fixes #20890 Fixes #20611 Fixes #20336 Fixes `create-svelte` from #17248 Fixes more reports here: - #6529 (comment) - #6529 (comment) - #6529 (comment)
Fixes denoland#21012 Closes denoland#20855 Fixes denoland#20890 Fixes denoland#20611 Fixes denoland#20336 Fixes `create-svelte` from denoland#17248 Fixes more reports here: - denoland#6529 (comment) - denoland#6529 (comment) - denoland#6529 (comment)
@littledivy Not sure where to post this, but ERROR unreachable
ext:deno_node/_util/asserts.ts:16:9
- unreachable (ext:deno_node/_util/asserts.ts:16:9)
- TTY.ref (ext:deno_node/internal_binding/handle_wrap.ts:38:5)
- ReadStream.ref (node:net:658:20)
... More specifically, it fails here. The problem seems to be Thoughts? |
@ulken Yes, not all of it is implemented yet. In this case, Can you open an issue? Thanks |
@littledivy sure thing. I suppose this is part of the issue?
I'm still confused by the docs I referenced above, it seems to suggest it's indeed implemented. How am I supposed to read it? |
All of these reports below are blocked on
node:tty
support.The text was updated successfully, but these errors were encountered: