Remove obsolete Node TTY op (
5e9407a)
Deno removed op_node_is_tty and its registration from the Node extension because it is no longer used after the TTY.isTTY(fd) rewrite. This trims dead code from ext/node and reduces maintenance surface without changing behavior.
Other misc changes
- Dependency bump:
sys_traits0.1.25 → 0.1.27 (
26d17b9)