Commit fecd20a
committed
Fix sourcemaps for 'for...of' and no source maps for synthesized nodes
1 parent 946dc0e commit fecd20aCopy full SHA for fecd20a
28 files changed
+865-141Lines changed: 865 additions & 141 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/compiler
- tests
- baselines/reference
- cases/conformance/statements/for-ofStatements
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+30-15Lines changed: 30 additions & 15 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2067 | 2067 | |
2068 | 2068 | |
2069 | 2069 | |
| 2070 | + |
| 2071 | + |
| 2072 | + |
2070 | 2073 | |
2071 | 2074 | |
2072 | 2075 | |
| ||
3517 | 3520 | |
3518 | 3521 | |
3519 | 3522 | |
3520 | | - |
3521 | | - |
3522 | | - |
3523 | 3523 | |
3524 | 3524 | |
3525 | 3525 | |
| ||
3533 | 3533 | |
3534 | 3534 | |
3535 | 3535 | |
| 3536 | + |
| 3537 | + |
| 3538 | + |
| 3539 | + |
| 3540 | + |
3536 | 3541 | |
3537 | 3542 | |
3538 | | - |
| 3543 | + |
3539 | 3544 | |
| 3545 | + |
3540 | 3546 | |
3541 | 3547 | |
3542 | 3548 | |
3543 | 3549 | |
3544 | | - |
| 3550 | + |
| 3551 | + |
3545 | 3552 | |
3546 | | - |
| 3553 | + |
| 3554 | + |
3547 | 3555 | |
3548 | 3556 | |
3549 | 3557 | |
3550 | 3558 | |
3551 | | - |
| 3559 | + |
| 3560 | + |
3552 | 3561 | |
3553 | | - |
3554 | | - |
| 3562 | + |
| 3563 | + |
| 3564 | + |
| 3565 | + |
3555 | 3566 | |
3556 | 3567 | |
3557 | | - |
| 3568 | + |
| 3569 | + |
3558 | 3570 | |
| 3571 | + |
3559 | 3572 | |
3560 | 3573 | |
3561 | 3574 | |
| ||
3566 | 3579 | |
3567 | 3580 | |
3568 | 3581 | |
| 3582 | + |
3569 | 3583 | |
3570 | 3584 | |
3571 | 3585 | |
| ||
3579 | 3593 | |
3580 | 3594 | |
3581 | 3595 | |
3582 | | - |
| 3596 | + |
3583 | 3597 | |
3584 | | - |
| 3598 | + |
3585 | 3599 | |
3586 | 3600 | |
3587 | 3601 | |
3588 | 3602 | |
3589 | 3603 | |
3590 | 3604 | |
3591 | | - |
| 3605 | + |
3592 | 3606 | |
3593 | | - |
| 3607 | + |
3594 | 3608 | |
3595 | 3609 | |
3596 | 3610 | |
| ||
3604 | 3618 | |
3605 | 3619 | |
3606 | 3620 | |
3607 | | - |
| 3621 | + |
3608 | 3622 | |
3609 | 3623 | |
| 3624 | + |
3610 | 3625 | |
3611 | 3626 | |
3612 | 3627 | |
|
Collapse file
tests/baselines/reference/ES5For-of1.js
Copy file name to clipboardExpand all lines: tests/baselines/reference/ES5For-of1.js+6-2Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
tests/baselines/reference/ES5For-of1.js.map
Copy file name to clipboardExpand all lines: tests/baselines/reference/ES5For-of1.js.map+2Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
tests/baselines/reference/ES5For-of1.sourcemap.txt
Copy file name to clipboard+116Lines changed: 116 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 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
Collapse file
tests/baselines/reference/ES5For-of13.js
Copy file name to clipboardExpand all lines: tests/baselines/reference/ES5For-of13.js+3-2Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
tests/baselines/reference/ES5For-of13.js.map
Copy file name to clipboardExpand all lines: tests/baselines/reference/ES5For-of13.js.map+2Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
tests/baselines/reference/ES5For-of13.sourcemap.txt
Copy file name to clipboard+109Lines changed: 109 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 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
Collapse file
tests/baselines/reference/ES5For-of25.js
Copy file name to clipboardExpand all lines: tests/baselines/reference/ES5For-of25.js+1Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
tests/baselines/reference/ES5For-of25.js.map
Copy file name to clipboardExpand all lines: tests/baselines/reference/ES5For-of25.js.map+2Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments