Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.2k
Commit96514a8
src: iterate on import attributes array correctly
The array's length is supposed to be a multiple of two for dynamicimport callbacks.Fixes:#50700PR-URL:#50703Backport-PR-URL:#51136Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>Reviewed-By: Shelley Vohr <shelley.vohr@gmail.com>Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>Reviewed-By: James M Snell <jasnell@gmail.com>1 parent06646e1 commit96514a8
File tree
3 files changed
+18
-4
lines changed- src
- test/es-module
3 files changed
+18
-4
lines changedLines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
250 | 250 |
| |
251 | 251 |
| |
252 | 252 |
| |
253 |
| - | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
254 | 258 |
| |
255 | 259 |
| |
256 |
| - | |
| 260 | + | |
257 | 261 |
| |
258 | 262 |
| |
259 | 263 |
| |
| |||
299 | 303 |
| |
300 | 304 |
| |
301 | 305 |
| |
302 |
| - | |
| 306 | + | |
303 | 307 |
| |
304 | 308 |
| |
305 | 309 |
| |
| |||
583 | 587 |
| |
584 | 588 |
| |
585 | 589 |
| |
586 |
| - | |
| 590 | + | |
587 | 591 |
| |
588 | 592 |
| |
589 | 593 |
| |
|
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
29 | 34 |
| |
30 | 35 |
| |
31 | 36 |
| |
|
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
24 | 29 |
| |
25 | 30 |
| |
26 | 31 |
| |
|
0 commit comments
Comments
(0)