node-pty icon indicating copy to clipboard operation
node-pty copied to clipboard

Remove deprecated API `process.binding`

Open kkocdko opened this issue 1 year ago • 1 comments

This code from pty.js (chjj) was originally designed to work with ancient versions of node.js 0.12 and io.js, but the api is deprecated for many years, the /* require("node:tty") */ tty.ReadStream consturctor received a pipe fd is just worked (both r/w).

Related to #632 also.

kkocdko avatar Dec 25 '23 04:12 kkocdko

GitHub Actions here, combine with #644 .

https://github.com/kkocdko/utils4linux/blob/0cf07f6d541de30667180c29ea876d9df9bf1fdc/.github/workflows/nodepty.yml#L50-L56

kkocdko avatar Dec 25 '23 05:12 kkocdko

Can you rebase on latest main

deepak1556 avatar Mar 18 '24 04:03 deepak1556