summaryrefslogtreecommitdiff
path: root/test/parallel/test-tty-backwards-api.js
Commit message (Collapse)AuthorAgeFilesLines
* tty: expose stream API from readline methodscjihrig2019-07-181-6/+25
| | | | | | | | | | This commit exposes the return value and callback of the underlying readline APIs from the tty module. PR-URL: https://github.com/nodejs/node/pull/28721 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
* tty: make process.binding('tty_wrap') internalcjihrig2018-08-291-1/+3
| | | | | | | | PR-URL: https://github.com/nodejs/node/pull/22477 Refs: https://github.com/nodejs/node/issues/22160 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
* test: backward compatible api for ttyGergely Nemeth2017-09-201-0/+25
PR-URL: https://github.com/nodejs/node/pull/15235 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>