FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

doc: update readline asyncIterator docs by cjihrig · Pull Request #28425 · nodejs/node · GitHub

/ node Public

doc: update readline asyncIterator docs - #28425

Merged
cjihrig merged 2 commits into
nodejs:masterfrom
cjihrig:rl-async-iter
Jun 27, 2019
Merged

doc: update readline asyncIterator docs#28425
cjihrig merged 2 commits into
nodejs:masterfrom
cjihrig:rl-async-iter

Conversation

cjihrig commented Jun 25, 2019

Copy link
Copy Markdown
Contributor

This commit:

  • Removes an unnecessary stability index entry. These generally are not included for Stable entries.
  • Reformat for-await-of.
  • Remove mention of experimental status that is not true anymore.
  • Remove use of "we"
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines

nodejs-github-bot added doc Issues and PRs related to the documentations. readline Issues and PRs related to the built-in readline module. labels Jun 25, 2019
Comment thread doc/api/readline.md Outdated
Comment thread doc/api/readline.md Outdated
Comment thread doc/api/readline.md Outdated

Trott left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

I left some suggestions for more radical revisions of the text, but it's totally 👍 as-is.

cjihrig commented Jun 26, 2019

Copy link
Copy Markdown
Contributor Author

Comment thread doc/api/readline.md Outdated
cjihrig added 2 commits June 27, 2019 13:51
This commit:
- Removes an unnecessary stability index entry. These generally
  are not included for Stable entries.
- Remove mention of experimental status that is not true anymore.
- Remove use of "we"
- Remove use of relative time phrasing.
- Misc cleanup.

PR-URL: nodejs#28425
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Instead of `for`-`await`-`of`, prefer `for await...of`.

PR-URL: nodejs#28425
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>

cjihrig commented Jun 27, 2019

Copy link
Copy Markdown
Contributor Author

cjihrig closed this Jun 27, 2019
cjihrig deleted the rl-async-iter branch June 27, 2019 18:01
cjihrig merged commit 6045fbb into nodejs:master Jun 27, 2019
targos pushed a commit that referenced this pull request Jul 2, 2019
This commit:
- Removes an unnecessary stability index entry. These generally
  are not included for Stable entries.
- Remove mention of experimental status that is not true anymore.
- Remove use of "we"
- Remove use of relative time phrasing.
- Misc cleanup.

PR-URL: #28425
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
targos pushed a commit that referenced this pull request Jul 2, 2019
Instead of `for`-`await`-`of`, prefer `for await...of`.

PR-URL: #28425
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
targos pushed a commit that referenced this pull request Jul 2, 2019
This commit:
- Removes an unnecessary stability index entry. These generally
  are not included for Stable entries.
- Remove mention of experimental status that is not true anymore.
- Remove use of "we"
- Remove use of relative time phrasing.
- Misc cleanup.

PR-URL: #28425
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
targos pushed a commit that referenced this pull request Jul 2, 2019
Instead of `for`-`await`-`of`, prefer `for await...of`.

PR-URL: #28425
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
targos mentioned this pull request Jul 2, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Issues and PRs related to the documentations. readline Issues and PRs related to the built-in readline module.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL