| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7fa1344 commit c1d53f8
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -513,22 +513,30 @@ that is not allowed in the environment is used, such as `-p` or a script file. | |||
| 513 | 513 | ||
| 514 | 514 | Node options that are allowed are: | |
| 515 | 515 | - `--enable-fips` | |
| 516 | + `--experimental-modules` | ||
| 517 | + `--experimental-repl-await` | ||
| 518 | + `--experimental-vm-modules` | ||
| 519 | + `--experimental-worker` | ||
| 516 | 520 | - `--force-fips` | |
| 517 | 521 | - `--icu-data-dir` | |
| 522 | + - `--inspect` | ||
| 518 | 523 | - `--inspect-brk` | |
| 519 | 524 | - `--inspect-port` | |
| 520 | - - `--inspect` | ||
| 525 | + `--loader` | ||
| 526 | + `--napi-modules` | ||
| 521 | 527 | - `--no-deprecation` | |
| 528 | + `--no-force-async-hooks-checks` | ||
| 522 | 529 | - `--no-warnings` | |
| 523 | 530 | - `--openssl-config` | |
| 531 | + `--pending-deprecation` | ||
| 524 | 532 | - `--redirect-warnings` | |
| 525 | 533 | - `--require`, `-r` | |
| 526 | 534 | - `--throw-deprecation` | |
| 527 | 535 | - `--tls-cipher-list` | |
| 528 | 536 | - `--trace-deprecation` | |
| 529 | - - `--trace-events-categories` | ||
| 530 | - - `--trace-events-enabled` | ||
| 537 | + - `--trace-event-categories` | ||
| 531 | 538 | - `--trace-event-file-pattern` | |
| 539 | + - `--trace-events-enabled` | ||
| 532 | 540 | - `--trace-sync-io` | |
| 533 | 541 | - `--trace-warnings` | |
| 534 | 542 | - `--track-heap-objects` | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3165,6 +3165,7 @@ static void CheckIfAllowedInEnv(const char* exe, bool is_env, | |||
| 3165 | 3165 | ||
| 3166 | 3166 | static const char* whitelist[] = { | |
| 3167 | 3167 | // Node options, sorted in `node --help` order for ease of comparison. | |
| 3168 | + // Please, update NODE_OPTIONS section in cli.md if changed. | ||
| 3168 | 3169 | "--enable-fips", | |
| 3169 | 3170 | "--experimental-modules", | |
| 3170 | 3171 | "--experimental-repl-await", | |
| Back | FazBrowse Home | New Git URL |
0 commit comments