You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I quite like the example code in the readme. Nevertheless it might be a good idea to modernize some parts of the code to make it even easier to integrate node-pty into modern applications using "type": "module" or applications using typescript.
Issue description
I quite like the example code in the readme. Nevertheless it might be a good idea to modernize some parts of the code to make it even easier to integrate node-pty into modern applications using
"type": "module"
or applications using typescript.Proposed Changes
import
instead ofrequire
const
instead ofvar
'node:os'
import instead ofos
The text was updated successfully, but these errors were encountered: