| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Seems fine to me, but I might be missing some context. cc @nodejs/documentation |
Sorry, something went wrong.
|
LGTM, but could you also update the statement that I referenced in #6427 (comment). |
Sorry, something went wrong.
|
Note that, as is, this opens the possibility that people -god forbid- start accessing arguments from modules... |
Sorry, something went wrong.
There was a problem hiding this comment.
Extra space after "to"
Sorry, something went wrong.
There was a problem hiding this comment.
Fixed.
Sorry, something went wrong.
|
LGTM, but let's wait a day or so to let other collaborators weigh in. |
Sorry, something went wrong.
There was a problem hiding this comment.
thing? Wouldn't code be better?
Sorry, something went wrong.
There was a problem hiding this comment.
Sorted.
Sorry, something went wrong.
|
LGTM with mine and @thefourtheye's nits. Thanks for the PR @mtharrison! Also, can you update the commit title and message to conform to https://github.com/nodejs/node/blob/master/CONTRIBUTING.md#step-3-commit? Specifically, the title and body line lengths. Thanks! |
Sorry, something went wrong.
|
@evanlucas Thanks. I squashed into a single commit. Which looks like it conforms. Is it correct? |
Sorry, something went wrong.
There was a problem hiding this comment.
I wouldn’t reference V8 here directly, as this does not depend on the specific engine that’s being used.
Sorry, something went wrong.
There was a problem hiding this comment.
ah good point @addaleax
Sorry, something went wrong.
There was a problem hiding this comment.
@addaleax @evanlucas Do you have any suggestions for something more appropriate? Some ideas:
Sorry, something went wrong.
There was a problem hiding this comment.
I like the change the whole sentence idea
Sorry, something went wrong.
There was a problem hiding this comment.
@evanlucas thanks, updated accordingly.
Sorry, something went wrong.
|
@mtharrison commit message looks good. Thanks! |
Sorry, something went wrong.
There was a problem hiding this comment.
I know this particular document is riddled with you and your, which we should get refactored out later.. can you reword this to avoid adding a new instance of your? Perhaps, Before a module's code is executed, Node.js will wrap it with a function wrapper.
Sorry, something went wrong.
|
Left some comments. LGTM otherwise. |
Sorry, something went wrong.
Included a block in the modules.md file to explain the existence and purpose of the module wrapper.
|
@jasnell Thanks, I've addressed those issues now. |
Sorry, something went wrong.
|
Thank you! |
Sorry, something went wrong.
Included a block in the modules.md file to explain the existence and purpose of the module wrapper. PR-URL: #6433 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Included a block in the modules.md file to explain the existence and purpose of the module wrapper. PR-URL: #6433 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Included a block in the modules.md file to explain the existence and purpose of the module wrapper. PR-URL: #6433 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Included a block in the modules.md file to explain the existence and purpose of the module wrapper. PR-URL: #6433 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Included a block in the modules.md file to explain the existence and purpose of the module wrapper. PR-URL: #6433 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Included a block in the modules.md file to explain the existence and purpose of the module wrapper. PR-URL: #6433 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: James M Snell <jasnell@gmail.com>
| Back | FazBrowse Home | New Git URL |
Checklist
Affected core subsystem(s)
doc
Description of change
Included a block in the modules.md file to explain the existence and
purpose of the module wrapper