Commit c09cc70
Andy
Fix bug: VariableDeclaration initializer may be undefined (microsoft#24256)
1 parent 153c180 commit c09cc70Copy full SHA for c09cc70
2 files changed
+4-2Lines changed: 4 additions & 2 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/services/refactors
- tests/cases/fourslash
Expand file treeCollapse file tree
Open diff view settings
Collapse file
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 |
|---|---|---|
| ||
76 | 76 | |
77 | 77 | |
78 | 78 | |
79 | | - |
| 79 | + |
80 | 80 | |
81 | 81 | |
82 | 82 | |
|
Collapse file
tests/cases/fourslash/moveToNewFile_moveImport.ts
Copy file name to clipboardExpand all lines: tests/cases/fourslash/moveToNewFile_moveImport.ts+3-1Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
| 5 | + |
5 | 6 | |
6 | 7 | |
7 | 8 | |
| ||
10 | 11 | |
11 | 12 | |
12 | 13 | |
13 | | - |
| 14 | + |
14 | 15 | |
| 16 | + |
15 | 17 | |
16 | 18 | |
17 | 19 | |
0 commit comments