Commit 5d75ec4
module: reduce the number of URL initializations
PR-URL: #48272
Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
Reviewed-By: Mestery <mestery@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent 1cde4a4 commit 5d75ec4Copy full SHA for 5d75ec4
File tree
Expand file treeCollapse file tree
3 files changed
+18
-15
lines changedOpen diff view settings
Filter options
- lib/internal
- main
- modules/esm
Expand file treeCollapse file tree
3 files changed
+18
-15
lines changedOpen diff view settings
Collapse file
lib/internal/main/check_syntax.js
Copy file name to clipboardExpand all lines: lib/internal/main/check_syntax.js+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3 | 3 | |
4 | 4 | |
5 | 5 | |
| 6 | + |
6 | 7 | |
7 | 8 | |
8 | 9 | |
| ||
55 | 56 | |
56 | 57 | |
57 | 58 | |
58 | | - |
| 59 | + |
59 | 60 | |
60 | 61 | |
61 | 62 | |
|
Collapse file
lib/internal/modules/esm/get_format.js
Copy file name to clipboardExpand all lines: lib/internal/modules/esm/get_format.js+12-10Lines changed: 12 additions & 10 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
20 | 20 | |
21 | 21 | |
22 | 22 | |
23 | | - |
| 23 | + |
24 | 24 | |
25 | 25 | |
26 | 26 | |
| ||
99 | 99 | |
100 | 100 | |
101 | 101 | |
102 | | - |
| 102 | + |
103 | 103 | |
104 | 104 | |
105 | 105 | |
106 | 106 | |
107 | | - |
108 | | - |
| 107 | + |
| 108 | + |
109 | 109 | |
110 | | - |
| 110 | + |
| 111 | + |
111 | 112 | |
112 | 113 | |
113 | 114 | |
114 | | - |
| 115 | + |
115 | 116 | |
116 | 117 | |
117 | 118 | |
118 | 119 | |
119 | | - |
120 | | - |
121 | | - |
122 | | - |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
123 | 125 | |
124 | 126 | |
125 | 127 | |
|
Collapse file
lib/internal/modules/esm/load.js
Copy file name to clipboardExpand all lines: lib/internal/modules/esm/load.js+4-4Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
77 | 77 | |
78 | 78 | |
79 | 79 | |
80 | | - |
| 80 | + |
81 | 81 | |
82 | | - |
83 | | - |
84 | | - |
| 82 | + |
| 83 | + |
| 84 | + |
85 | 85 | |
86 | 86 | |
87 | 87 | |
|
0 commit comments