I'm proposing we split node-pty into 2 sub-components that can be used independently or together with node-pty. The components would do:
- Launch the shell and expose the FD (most of the C++ logic)
- Connect to the FD (most of the TS logic)
This will help support:
Note that the node-pty repo and npm package will remain, nothing will change in that respect. The node-pty repo and package will mainly just be glue code between the new sub-components.
I'm proposing we split node-pty into 2 sub-components that can be used independently or together with node-pty. The components would do:
This will help support:
Note that the node-pty repo and npm package will remain, nothing will change in that respect. The node-pty repo and package will mainly just be glue code between the new sub-components.