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

doc: fix and modernize code examples in domain.md by vsemozhetbyt · Pull Request #11110 · nodejs/node · GitHub

/ node Public

doc: fix and modernize code examples in domain.md - #11110

Closed
vsemozhetbyt wants to merge 4 commits into
nodejs:masterfrom
vsemozhetbyt:domain.md
Closed

doc: fix and modernize code examples in domain.md#11110
vsemozhetbyt wants to merge 4 commits into
nodejs:masterfrom
vsemozhetbyt:domain.md

Conversation

vsemozhetbyt commented Feb 1, 2017
edited
Loading

Copy link
Copy Markdown
Contributor
Checklist
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

doc, domain

  • var -> const
  • concatenations -> templates
  • add missing space
  • fix variable shadowing (fixed basing on the previous example)

FWIW, until the sealing of the domain's vague fate.

nodejs-github-bot added doc Issues and PRs related to the documentations. domain Issues and PRs related to the domain subsystem. labels Feb 1, 2017
Comment thread doc/api/domain.md Outdated

Copy link
Copy Markdown
Contributor

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

Won't this change remove the stack trace?

vsemozhetbyt Feb 1, 2017
edited
Loading

Copy link
Copy Markdown
Contributor Author

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

Oh. Yes. Sorry.

I shall revert these ones. It seems something like Error ${util.format(err)} will be much worse.

Copy link
Copy Markdown
Contributor Author

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

@evanlucas Reverted.

Copy link
Copy Markdown
Contributor Author

cc @nodejs/documentation

Copy link
Copy Markdown
Contributor Author

@evanlucas Could we proceed?

Copy link
Copy Markdown
Contributor Author

@evanlucas @jasnell Could this be landed?

Copy link
Copy Markdown
Contributor

Yep LGTM. Can you land or would you like me to? Thanks!

Copy link
Copy Markdown
Contributor Author

@evanlucas Sorry, I can't) I am not a collaborator)

Copy link
Copy Markdown
Contributor

Landed in 5a42cd1. Thanks!

evanlucas closed this Feb 14, 2017
evanlucas pushed a commit that referenced this pull request Feb 14, 2017
* var -> const
* string concatenation -> template strings

PR-URL: #11110
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
vsemozhetbyt deleted the domain.md branch February 14, 2017 22:17
italoacasas pushed a commit to italoacasas/node that referenced this pull request Feb 16, 2017
* var -> const
* string concatenation -> template strings

PR-URL: nodejs#11110
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
italoacasas pushed a commit that referenced this pull request Feb 22, 2017
* var -> const
* string concatenation -> template strings

PR-URL: #11110
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
italoacasas mentioned this pull request Feb 25, 2017
jasnell pushed a commit that referenced this pull request Mar 7, 2017
* var -> const
* string concatenation -> template strings

PR-URL: #11110
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
jasnell pushed a commit that referenced this pull request Mar 7, 2017
* var -> const
* string concatenation -> template strings

PR-URL: #11110
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this pull request Mar 9, 2017
* var -> const
* string concatenation -> template strings

PR-URL: #11110
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins mentioned this pull request Mar 9, 2017
MylesBorins pushed a commit that referenced this pull request Mar 9, 2017
* var -> const
* string concatenation -> template strings

PR-URL: #11110
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins mentioned this pull request Mar 9, 2017
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. domain Issues and PRs related to the domain subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL