Commit 26ab0cd
authored
Merge pull request microsoft#16530 from Microsoft/excess-property-check-error-span-for-spread-property
Improve excess property check error span for spread property4 files changed
+55-2Lines changed: 55 additions & 2 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/compiler
- tests
- baselines/reference
- cases/conformance/types/spread
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+3-1Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
8955 | 8955 | |
8956 | 8956 | |
8957 | 8957 | |
8958 | | - |
| 8958 | + |
| 8959 | + |
| 8960 | + |
8959 | 8961 | |
8960 | 8962 | |
8961 | 8963 | |
|
Collapse file
tests/baselines/reference/objectSpreadNegative.errors.txt
Copy file name to clipboardExpand all lines: tests/baselines/reference/objectSpreadNegative.errors.txt+26-1Lines changed: 26 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
17 | 17 | |
18 | 18 | |
19 | 19 | |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
20 | 26 | |
21 | 27 | |
22 | | - |
| 28 | + |
23 | 29 | |
24 | 30 | |
25 | 31 | |
| ||
128 | 134 | |
129 | 135 | |
130 | 136 | |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
131 | 156 | |
Collapse file
tests/baselines/reference/objectSpreadNegative.js
Copy file name to clipboardExpand all lines: tests/baselines/reference/objectSpreadNegative.js+16Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
72 | 72 | |
73 | 73 | |
74 | 74 | |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
75 | 85 | |
76 | 86 | |
77 | 87 | |
| ||
152 | 162 | |
153 | 163 | |
154 | 164 | |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
Collapse file
tests/cases/conformance/types/spread/objectSpreadNegative.ts
Copy file name to clipboardExpand all lines: tests/cases/conformance/types/spread/objectSpreadNegative.ts+10Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
72 | 72 | |
73 | 73 | |
74 | 74 | |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
0 commit comments