Commit 36b68db
src: reduce the nearest parent package JSON cache size
PR-URL: #59888
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Edy Silva <edigleyssonsilva@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>1 parent 26b40ba commit 36b68dbCopy full SHA for 36b68db
File tree
Expand file treeCollapse file tree
4 files changed
+52
-46
lines changedOpen diff view settings
Filter options
- lib/internal/modules
- src
- typings/internalBinding
Expand file treeCollapse file tree
4 files changed
+52
-46
lines changedOpen diff view settings
Collapse file
lib/internal/modules/package_json_reader.js
Copy file name to clipboardExpand all lines: lib/internal/modules/package_json_reader.js+52-4Lines changed: 52 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
6 | 6 | |
7 | 7 | |
8 | 8 | |
| 9 | + |
9 | 10 | |
| 11 | + |
10 | 12 | |
11 | 13 | |
12 | 14 | |
| ||
26 | 28 | |
27 | 29 | |
28 | 30 | |
| 31 | + |
29 | 32 | |
30 | 33 | |
31 | 34 | |
| ||
127 | 130 | |
128 | 131 | |
129 | 132 | |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
130 | 172 | |
131 | 173 | |
132 | 174 | |
133 | 175 | |
134 | 176 | |
135 | 177 | |
136 | 178 | |
137 | | - |
138 | | - |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
139 | 187 | |
140 | 188 | |
141 | | - |
| 189 | + |
142 | 190 | |
143 | 191 | |
144 | 192 | |
145 | 193 | |
146 | 194 | |
147 | 195 | |
148 | 196 | |
149 | | - |
| 197 | + |
150 | 198 | |
151 | 199 | |
152 | 200 | |
|
Collapse file
-39Lines changed: 0 additions & 39 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
315 | 315 | |
316 | 316 | |
317 | 317 | |
318 | | - |
319 | | - |
320 | | - |
321 | | - |
322 | | - |
323 | | - |
324 | | - |
325 | | - |
326 | | - |
327 | | - |
328 | | - |
329 | | - |
330 | | - |
331 | | - |
332 | | - |
333 | | - |
334 | | - |
335 | | - |
336 | | - |
337 | | - |
338 | | - |
339 | | - |
340 | | - |
341 | | - |
342 | | - |
343 | | - |
344 | | - |
345 | | - |
346 | | - |
347 | | - |
348 | | - |
349 | | - |
350 | | - |
351 | | - |
352 | 318 | |
353 | 319 | |
354 | 320 | |
| ||
597 | 563 | |
598 | 564 | |
599 | 565 | |
600 | | - |
601 | | - |
602 | | - |
603 | | - |
604 | 566 | |
605 | 567 | |
606 | 568 | |
| ||
636 | 598 | |
637 | 599 | |
638 | 600 | |
639 | | - |
640 | 601 | |
641 | 602 | |
642 | 603 | |
|
Collapse file
-2Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
55 | 55 | |
56 | 56 | |
57 | 57 | |
58 | | - |
59 | | - |
60 | 58 | |
61 | 59 | |
62 | 60 | |
|
Collapse file
typings/internalBinding/modules.d.ts
Copy file name to clipboardExpand all lines: typings/internalBinding/modules.d.ts-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
23 | 23 | |
24 | 24 | |
25 | 25 | |
26 | | - |
27 | 26 | |
28 | 27 | |
29 | 28 | |
|
0 commit comments