Commit a8e1ad4
authored
fix(37781): import missing argument types for a new method (microsoft#37857)
1 parent 5f46d42 commit a8e1ad4Copy full SHA for a8e1ad4
6 files changed
+139-16Lines changed: 139 additions & 16 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/services/codefixes
- tests/cases/fourslash
Expand file treeCollapse file tree
Open diff view settings
Collapse file
src/services/codefixes/fixAddMissingMember.ts
Copy file name to clipboardExpand all lines: src/services/codefixes/fixAddMissingMember.ts+9-10Lines changed: 9 additions & 10 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
24 | | - |
| 24 | + |
25 | 25 | |
26 | 26 | |
27 | 27 | |
28 | 28 | |
29 | 29 | |
30 | 30 | |
31 | 31 | |
32 | | - |
| 32 | + |
33 | 33 | |
34 | 34 | |
35 | 35 | |
| ||
66 | 66 | |
67 | 67 | |
68 | 68 | |
69 | | - |
| 69 | + |
70 | 70 | |
71 | 71 | |
72 | 72 | |
| ||
304 | 304 | |
305 | 305 | |
306 | 306 | |
307 | | - |
308 | | - |
| 307 | + |
309 | 308 | |
310 | 309 | |
311 | 310 | |
312 | | - |
| 311 | + |
313 | 312 | |
314 | 313 | |
315 | 314 | |
| ||
321 | 320 | |
322 | 321 | |
323 | 322 | |
324 | | - |
325 | | - |
| 323 | + |
326 | 324 | |
327 | | - |
| 325 | + |
| 326 | + |
328 | 327 | |
329 | | - |
330 | 328 | |
331 | 329 | |
332 | 330 | |
333 | 331 | |
334 | 332 | |
335 | 333 | |
| 334 | + |
336 | 335 | |
337 | 336 | |
338 | 337 | |
|
Collapse file
src/services/codefixes/helpers.ts
Copy file name to clipboardExpand all lines: src/services/codefixes/helpers.ts+15-5Lines changed: 15 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
218 | 218 | |
219 | 219 | |
220 | 220 | |
221 | | - |
222 | 221 | |
| 222 | + |
223 | 223 | |
224 | 224 | |
225 | 225 | |
| 226 | + |
226 | 227 | |
227 | 228 | |
228 | | - |
229 | | - |
230 | | - |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
231 | 241 | |
232 | 242 | |
233 | 243 | |
| ||
242 | 252 | |
243 | 253 | |
244 | 254 | |
245 | | - |
| 255 | + |
246 | 256 | |
247 | 257 | |
248 | 258 | |
|
Collapse file
tests/cases/fourslash/codeFixUndeclaredAcrossFiles3.ts
Copy file name to clipboardExpand all lines: tests/cases/fourslash/codeFixUndeclaredAcrossFiles3.ts+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
20 | 20 | |
21 | 21 | |
22 | 22 | |
23 | | - |
| 23 | + |
24 | 24 | |
25 | 25 | |
26 | 26 | |
Collapse file
tests/cases/fourslash/codeFixUndeclaredMethodFunctionArgs_importArgumentType.ts
Copy file name to clipboard+31Lines changed: 31 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 | + |
Collapse file
tests/cases/fourslash/codeFixUndeclaredMethodFunctionArgs_importArgumentType1.ts
Copy file name to clipboard+38Lines changed: 38 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 | + |
Collapse file
tests/cases/fourslash/codeFixUndeclaredMethodFunctionArgs_importArgumentType2.ts
Copy file name to clipboard+45Lines changed: 45 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 | + |
0 commit comments