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 doc] include line/cursor in readline documentation #30667

Closed

Commits on Nov 23, 2019

  1. doc: include line/cursor in readline documentation

    Documents the existence and purpose of the `line` and `cursor`
    properties.  `line` can be used for reading the current input value
    during runtime, if reading from a TTY stream.  Both properties are
    necessary when developing a custom CLI input process using `readline`
    as a backend.
    
    Refs: nodejs#30347
    Refs: DefinitelyTyped/DefinitelyTyped#40513
    Js-Brecht committed Nov 23, 2019
    Copy the full SHA
    7e55ab7 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. yaml documentation

    Js-Brecht committed Dec 2, 2019
    Copy the full SHA
    d8d3bd9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5710c46 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. change rl.line type to {string|undefined}

    Co-Authored-By: Anna Henningsen <github@addaleax.net>
    Js-Brecht and addaleax committed Dec 6, 2019
    Copy the full SHA
    2fa2d8d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f193236 View commit details
    Browse the repository at this point in the history
  3. YAML doc > added: 0.1.98

    Verified property exists at the creation of the readline module: version 0.1.98
    Js-Brecht committed Dec 6, 2019
    Copy the full SHA
    ac4e8ba View commit details
    Browse the repository at this point in the history