| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2592,16 +2592,12 @@ static void PrintHelp() { | |||
| 2592 | 2592 | #if HAVE_OPENSSL && NODE_FIPS_MODE | |
| 2593 | 2593 | " --enable-fips enable FIPS crypto at startup\n" | |
| 2594 | 2594 | #endif // NODE_FIPS_MODE && NODE_FIPS_MODE | |
| 2595 | - #if defined(NODE_HAVE_I18N_SUPPORT) | ||
| 2596 | 2595 | " --experimental-modules experimental ES Module support\n" | |
| 2597 | 2596 | " and caching modules\n" | |
| 2598 | - #endif // defined(NODE_HAVE_I18N_SUPPORT) | ||
| 2599 | 2597 | " --experimental-repl-await experimental await keyword support\n" | |
| 2600 | 2598 | " in REPL\n" | |
| 2601 | - #if defined(NODE_HAVE_I18N_SUPPORT) | ||
| 2602 | 2599 | " --experimental-vm-modules experimental ES Module support\n" | |
| 2603 | 2600 | " in vm module\n" | |
| 2604 | - #endif // defined(NODE_HAVE_I18N_SUPPORT) | ||
| 2605 | 2601 | " --experimental-worker experimental threaded Worker support\n" | |
| 2606 | 2602 | #if HAVE_OPENSSL && NODE_FIPS_MODE | |
| 2607 | 2603 | " --force-fips force FIPS crypto (cannot be disabled)\n" | |
@@ -2634,11 +2630,9 @@ static void PrintHelp() { | |||
| 2634 | 2630 | " OPENSSL_CONF)\n" | |
| 2635 | 2631 | #endif // HAVE_OPENSSL | |
| 2636 | 2632 | " --pending-deprecation emit pending deprecation warnings\n" | |
| 2637 | - #if defined(NODE_HAVE_I18N_SUPPORT) | ||
| 2638 | 2633 | " --preserve-symlinks preserve symbolic links when resolving\n" | |
| 2639 | 2634 | " --preserve-symlinks-main preserve symbolic links when resolving\n" | |
| 2640 | 2635 | " the main module\n" | |
| 2641 | - #endif | ||
| 2642 | 2636 | " --prof generate V8 profiler output\n" | |
| 2643 | 2637 | " --prof-process process V8 profiler output generated\n" | |
| 2644 | 2638 | " using --prof\n" | |
@@ -2719,10 +2713,8 @@ static void PrintHelp() { | |||
| 2719 | 2713 | " prefixed to the module search path\n" | |
| 2720 | 2714 | "NODE_PENDING_DEPRECATION set to 1 to emit pending deprecation\n" | |
| 2721 | 2715 | " warnings\n" | |
| 2722 | - #if defined(NODE_HAVE_I18N_SUPPORT) | ||
| 2723 | 2716 | "NODE_PRESERVE_SYMLINKS set to 1 to preserve symbolic links\n" | |
| 2724 | 2717 | " when resolving and caching modules\n" | |
| 2725 | - #endif | ||
| 2726 | 2718 | "NODE_REDIRECT_WARNINGS write warnings to path instead of\n" | |
| 2727 | 2719 | " stderr\n" | |
| 2728 | 2720 | "NODE_REPL_HISTORY path to the persistent REPL history\n" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -32,9 +32,7 @@ function validateNodePrintHelp() { | |||
| 32 | 32 | { compileConstant: NODE_FIPS_MODE, | |
| 33 | 33 | flags: [ '--enable-fips', '--force-fips' ] }, | |
| 34 | 34 | { compileConstant: NODE_HAVE_I18N_SUPPORT, | |
| 35 | - flags: [ '--experimental-modules', '--experimental-vm-modules', | ||
| 36 | - '--icu-data-dir=dir', '--preserve-symlinks', | ||
| 37 | - 'NODE_ICU_DATA', 'NODE_PRESERVE_SYMLINKS' ] }, | ||
| 35 | + flags: [ '--icu-data-dir=dir', 'NODE_ICU_DATA' ] }, | ||
| 38 | 36 | { compileConstant: HAVE_INSPECTOR, | |
| 39 | 37 | flags: [ '--inspect-brk[=[host:]port]', '--inspect-port=[host:]port', | |
| 40 | 38 | '--inspect[=[host:]port]' ] }, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments