-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
doc: replace to Node.js #19056
doc: replace to Node.js #19056
Conversation
tools/icu/README.md
Outdated
@@ -22,7 +22,7 @@ internationalization functionality. | |||
|
|||
- Make sure your node workspace is clean (clean `git status`) should be | |||
sufficient. | |||
- Configure Node with the specific [ICU version](http://icu-project.org/download) | |||
- Configure node with the specific [ICU version](http://icu-project.org/download) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/node/Node.js/
tools/icu/README.md
Outdated
@@ -22,7 +22,7 @@ internationalization functionality. | |||
|
|||
- Make sure your node workspace is clean (clean `git status`) should be |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is «node» here intentional? Perhaps minor rephrase would help.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, «Verify the node build works:» below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The same applies to: Now, do a clean rebuild of node to test
Also, perhaps look in other files? Quick grep gives me this, for example: doc/api/deprecations.md:613:DebugContext has been removed in V8 and is not available in Node 10+.
doc/api/zlib.md:159:From `zlib/zconf.h`, modified to node.js's usage:
doc/api/documentation.md:83:and the underlying operating system. Node functions which simply wrap a syscall,
doc/api/esm.md:153:rules with only JS file extension and Node builtin modules support could
doc/api/cli.md:447:(so they can be overridden). Node will exit with an error if an option that is
doc/api/n-api.md:3490:- `[out] version`: A pointer to version information for Node itself.
doc/api/tracing.md:6:V8, Node core, and userspace code.
doc/api/tracing.md:36:Starting with Node 10.0.0, the tracing system uses the same time source as the
doc/api/domain.md:446:As of Node 8.0.0, the handlers of Promises are run inside the domain in
doc/api/fs.md:603:Prior to Node v0.12, the `ctime` held the `birthtime` on Windows
doc/api/fs.md:660: Thus for Node `< v6.3.0` use `fs` to access those constants, or
doc/guides/node-postmortem-support.md:6:provides this metadata in its builds for V8 and Node internal structures.
doc/guides/node-postmortem-support.md:16:### Node Debug Symbols
doc/guides/node-postmortem-support.md:19:constants by providing ways to inspect Node-specific structures, like
doc/guides/node-postmortem-support.md:65:sure all Node postmortem metadata are calculated correctly.
doc/guides/building-node-with-ninja.md:1:# Building Node with Ninja
doc/guides/building-node-with-ninja.md:7:To build Node with ninja, there are 3 steps that must be taken:
doc/guides/writing-tests.md:368:### Node test fixture
tools/icu/README.md:25:- Configure Node with the specific [ICU version](http://icu-project.org/download)
tools/icu/README.md:87:- Now, rebuild the Node license.
tools/icu/README.md:119:The files in this directory were written for the node.js effort.
tools/icu/README.md:128:entities within Node, although theyare being scrutinized by interested |
4de9f3c
to
5e09818
Compare
@ChALkeR Thanks for your advice. PTAL! |
5e09818
to
f3e98cc
Compare
tools/remark-cli/package-lock.json
Outdated
@@ -2,7 +2,6 @@ | |||
"name": "remark-cli", | |||
"version": "4.0.0", | |||
"lockfileVersion": 1, | |||
"preserveSymlinks": "1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this intended?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, it is my mistake.
This needs a rebase. |
f3e98cc
to
bbe8e0a
Compare
bbe8e0a
to
f8f5458
Compare
Landed in 35c7238 |
PR-URL: #19056 Reviewed-By: Matheus Marchini <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Shingo Inoue <[email protected]>
PR-URL: nodejs#19056 Reviewed-By: Matheus Marchini <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Shingo Inoue <[email protected]>
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)
doc
Can we replace all
node
?(because I thinknode
points to a repository probably)