Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readline: expose stream API #28674

Merged
merged 3 commits into from
Jul 16, 2019
Merged

readline: expose stream API #28674

merged 3 commits into from
Jul 16, 2019

Commits on Jul 16, 2019

  1. readline: expose stream API in clearLine()

    This commit adds an optional callback to clearLine(), which
    is passed to the stream's write() method. It also exposes the
    return value of write().
    
    PR-URL: nodejs#28674
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Rich Trott <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Trivikram Kamat <[email protected]>
    cjihrig committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    79cc8bb View commit details
    Browse the repository at this point in the history
  2. readline: expose stream API in moveCursor()

    This commit adds an optional callback to moveCursor(), which is
    passed to the stream's write() method. It also exposes the
    return value of write().
    
    PR-URL: nodejs#28674
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Rich Trott <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Trivikram Kamat <[email protected]>
    cjihrig committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    795c748 View commit details
    Browse the repository at this point in the history
  3. readline: expose stream API in cursorTo()

    This commit adds an optional callback to cursorTo(), which is
    passed to the stream's write() method. It also exposes the
    return value of write().
    
    PR-URL: nodejs#28674
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Rich Trott <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Trivikram Kamat <[email protected]>
    cjihrig committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    462f438 View commit details
    Browse the repository at this point in the history