File tree
Expand file treeCollapse file tree
5 files changed
+39
-9
lines changedFilter options
- src/services
- codefixes
- refactors
- tests/cases/fourslash
Expand file treeCollapse file tree
5 files changed
+39
-9
lines changedsrc/services/codefixes/importFixes.ts
Copy file name to clipboardExpand all lines: src/services/codefixes/importFixes.ts+7-5Lines changed: 7 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
| 35 | + |
35 | 36 |
|
36 | 37 |
|
37 | 38 |
|
| ||
67 | 68 |
|
68 | 69 |
|
69 | 70 |
|
| 71 | + |
70 | 72 |
|
71 | 73 |
|
72 | 74 |
|
| ||
101 | 103 |
|
102 | 104 |
|
103 | 105 |
|
104 |
| - |
| 106 | + |
105 | 107 |
|
106 | 108 |
|
107 | 109 |
|
| ||
547 | 549 |
|
548 | 550 |
|
549 | 551 |
|
550 |
| - |
| 552 | + |
551 | 553 |
|
552 | 554 |
|
553 | 555 |
|
| ||
608 | 610 |
|
609 | 611 |
|
610 | 612 |
|
611 |
| - |
| 613 | + |
612 | 614 |
|
613 | 615 |
|
614 | 616 |
|
615 | 617 |
|
616 | 618 |
|
617 |
| - |
| 619 | + |
618 | 620 |
|
619 | 621 |
|
620 | 622 |
|
621 | 623 |
|
622 | 624 |
|
623 | 625 |
|
624 | 626 |
|
625 |
| - |
| 627 | + |
626 | 628 |
|
627 | 629 |
|
628 | 630 |
|
|
src/services/refactors/moveToNewFile.ts
Copy file name to clipboardExpand all lines: src/services/refactors/moveToNewFile.ts+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
121 | 121 |
|
122 | 122 |
|
123 | 123 |
|
124 |
| - |
| 124 | + |
125 | 125 |
|
126 | 126 |
|
127 | 127 |
|
|
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1488 | 1488 |
|
1489 | 1489 |
|
1490 | 1490 |
|
1491 |
| - |
| 1491 | + |
1492 | 1492 |
|
1493 | 1493 |
|
1494 | 1494 |
|
1495 | 1495 |
|
1496 | 1496 |
|
1497 |
| - |
| 1497 | + |
1498 | 1498 |
|
1499 | 1499 |
|
1500 | 1500 |
|
|
tests/cases/fourslash/importNameCodeFix_add_all_missing_imports.ts
Copy file name to clipboard+29Lines changed: 29 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 | + |
tests/cases/fourslash/importNameCodeFix_types_classic.ts
Copy file name to clipboardExpand all lines: tests/cases/fourslash/importNameCodeFix_types_classic.ts-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
22 | 21 |
|
23 | 22 |
|
24 | 23 |
|
|
0 commit comments