| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,8 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | 5 | <!-- type=misc --> | |
| 6 | 6 | ||
| 7 | - > Stability: 2 - Stable | ||
| 8 | - | ||
| 9 | 7 | <!-- name=report --> | |
| 10 | 8 | ||
| 11 | 9 | <!-- YAML | |
@@ -22,6 +20,8 @@ changes: | |||
| 22 | 20 | description: Added `--report-exclude-network` option for excluding networking operations that can slow down report generation in some cases. | |
| 23 | 21 | --> | |
| 24 | 22 | ||
| 23 | + > Stability: 2 - Stable | ||
| 24 | + | ||
| 25 | 25 | Delivers a JSON-formatted diagnostic summary, written to a file. | |
| 26 | 26 | ||
| 27 | 27 | The report is intended for development, test, and production use, to capture | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,11 +1,11 @@ | |||
| 1 | 1 | # Usage and example | |
| 2 | 2 | ||
| 3 | - ## Usage | ||
| 4 | - | ||
| 5 | 3 | <!--introduced_in=v0.10.0--> | |
| 6 | 4 | ||
| 7 | 5 | <!--type=misc--> | |
| 8 | 6 | ||
| 7 | + ## Usage | ||
| 8 | + | ||
| 9 | 9 | `node [options] [V8 options] [script.js | -e "script" | - ] [arguments]` | |
| 10 | 10 | ||
| 11 | 11 | Please see the [Command-line options][] document for more information. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -152,7 +152,8 @@ for await (const dirent of await fs.opendir(new URL('../../out/doc/api/', import | |||
| 152 | 152 | 'n-api.md': ['introduced_in', 'stability', 'stabilityText', 'miscs'], | |
| 153 | 153 | 'packages.md': ['introduced_in', 'meta', 'miscs'], | |
| 154 | 154 | 'process.md': ['globals'], | |
| 155 | - 'report.md': ['introduced_in', 'stability', 'stabilityText', 'meta', 'miscs'], | ||
| 155 | + 'report.md': ['introduced_in', 'meta', 'stability', 'stabilityText', 'miscs'], | ||
| 156 | + 'synopsis.md': ['introduced_in', 'miscs'], | ||
| 156 | 157 | }[dirent.name] ?? ['modules'])]); | |
| 157 | 158 | ||
| 158 | 159 | assert.partialDeepStrictEqual(allExpectedKeys, findAllKeys(json)); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments