Commit 2bd7437
process: move process.features initialization into node.js
Use `internalBinding('config')` to shim the legacy
`process.features`.
PR-URL: #25239
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Minwoo Jung <minwoo@nodesource.com>1 parent 127439d commit 2bd7437Copy full SHA for 2bd7437
File tree
Expand file treeCollapse file tree
5 files changed
+54
-45
lines changedOpen diff view settings
Filter options
- lib/internal/bootstrap
- src
- test/parallel
Expand file treeCollapse file tree
5 files changed
+54
-45
lines changedOpen diff view settings
Collapse file
lib/internal/bootstrap/node.js
Copy file name to clipboardExpand all lines: lib/internal/bootstrap/node.js+18Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
306 | 306 | |
307 | 307 | |
308 | 308 | |
| 309 | + |
| 310 | + |
| 311 | + |
| 312 | + |
| 313 | + |
| 314 | + |
| 315 | + |
| 316 | + |
| 317 | + |
| 318 | + |
| 319 | + |
| 320 | + |
| 321 | + |
| 322 | + |
| 323 | + |
| 324 | + |
| 325 | + |
| 326 | + |
309 | 327 | |
310 | 328 | |
311 | 329 | |
|
Collapse file
-44Lines changed: 0 additions & 44 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
809 | 809 | |
810 | 810 | |
811 | 811 | |
812 | | - |
813 | | - |
814 | | - |
815 | | - |
816 | | - |
817 | | - |
818 | | - |
819 | | - |
820 | | - |
821 | | - |
822 | | - |
823 | | - |
824 | | - |
825 | | - |
826 | | - |
827 | | - |
828 | | - |
829 | | - |
830 | | - |
831 | | - |
832 | | - |
833 | | - |
834 | | - |
835 | | - |
836 | | - |
837 | | - |
838 | | - |
839 | | - |
840 | | - |
841 | | - |
842 | | - |
843 | | - |
844 | | - |
845 | | - |
846 | | - |
847 | | - |
848 | | - |
849 | | - |
850 | | - |
851 | | - |
852 | | - |
853 | | - |
854 | | - |
855 | 812 | |
856 | 813 | |
857 | 814 | |
| ||
934 | 891 | |
935 | 892 | |
936 | 893 | |
937 | | - |
938 | 894 | |
939 | 895 | |
940 | 896 | |
|
Collapse file
+12Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
26 | 26 | |
27 | 27 | |
28 | 28 | |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
29 | 41 | |
30 | 42 | |
31 | 43 | |
|
Collapse file
+4-1Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
555 | 555 | |
556 | 556 | |
557 | 557 | |
| 558 | + |
| 559 | + |
| 560 | + |
558 | 561 | |
559 | | - |
| 562 | + |
560 | 563 | |
561 | 564 | |
562 | 565 | |
|
Collapse file
test/parallel/test-process-features.js
Copy file name to clipboard+20Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
0 commit comments