Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4729649

Browse filesBrowse files
cjihrigaduh95
authored andcommitted
doc: replace NOTEs that do not render properly
This commit removes two NOTEs that render properly in the GitHub web interface, but not on the Node.js docs website. PR-URL: #57484 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Xuguang Mei <meixuguang@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent a40ff1f commit 4729649
Copy full SHA for 4729649

File tree

Expand file treeCollapse file tree

2 files changed

+7
-11
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+7
-11
lines changed
Open diff view settings
Collapse file

‎doc/api/cli.md‎

Copy file name to clipboardExpand all lines: doc/api/cli.md
+4-8Lines changed: 4 additions & 8 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -936,14 +936,10 @@ added: v23.10.0
936936

937937
> Stability: 1.0 - Early development
938938
939-
If present, Node.js will look for a
940-
configuration file at the specified path.
941-
Node.js will read the configuration file and apply the settings.
942-
The configuration file should be a JSON file
943-
with the following structure:
944-
945-
> \[!NOTE]
946-
> Replace `vX.Y.Z` in the `$schema` with the version of Node.js you are using.
939+
If present, Node.js will look for a configuration file at the specified path.
940+
Node.js will read the configuration file and apply the settings. The
941+
configuration file should be a JSON file with the following structure. `vX.Y.Z`
942+
in the `$schema` must be replaced with the version of Node.js you are using.
947943

948944
```json
949945
{
Collapse file

‎doc/api/typescript.md‎

Copy file name to clipboardExpand all lines: doc/api/typescript.md
+3-3Lines changed: 3 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ but we recommend version 5.8 or newer with the following `tsconfig.json` setting
9191
}
9292
```
9393

94-
> \[!NOTE]
95-
> Use the `noEmit` option if you intend to only execute `*.ts` files, for example a build script.
96-
> You won't need this flag if you intend to distribute `*.js` files.
94+
Use the `noEmit` option if you intend to only execute `*.ts` files, for example
95+
a build script. You won't need this flag if you intend to distribute `*.js`
96+
files.
9797

9898
### Determining module system
9999

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.