Commit 562b3d4
lib: move web global bootstrapping to the expected file
PR-URL: #47881
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Khaidi Chu <i@2333.moe>1 parent d623616 commit 562b3d4Copy full SHA for 562b3d4
File tree
Expand file treeCollapse file tree
2 files changed
+13
-13
lines changedOpen diff view settings
Filter options
- lib/internal/bootstrap
- web
Expand file treeCollapse file tree
2 files changed
+13
-13
lines changedOpen diff view settings
Collapse file
lib/internal/bootstrap/node.js
Copy file name to clipboardExpand all lines: lib/internal/bootstrap/node.js+1-12Lines changed: 1 addition & 12 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
70 | 70 | |
71 | 71 | |
72 | 72 | |
73 | | - |
74 | 73 | |
75 | 74 | |
76 | 75 | |
| ||
208 | 207 | |
209 | 208 | |
210 | 209 | |
211 | | - |
212 | 210 | |
213 | | - |
214 | | - |
215 | | - |
216 | | - |
217 | 211 | |
| 212 | + |
218 | 213 | |
219 | 214 | |
220 | 215 | |
221 | | - |
222 | | - |
223 | | - |
224 | | - |
225 | | - |
226 | | - |
227 | 216 | |
228 | 217 | |
229 | 218 | |
|
Collapse file
lib/internal/bootstrap/web/exposed-window-or-worker.js
Copy file name to clipboardExpand all lines: lib/internal/bootstrap/web/exposed-window-or-worker.js+12-1Lines changed: 12 additions & 1 deletion
| 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 | |
32 | 44 | |
33 | 45 | |
34 | | - |
35 | 46 | |
36 | 47 | |
37 | 48 | |
|
0 commit comments