Commit b629ff4
Andy
Fix bug: FunctionDeclaration may have missing name (microsoft#20618)
1 parent f2f1745 commit b629ff4Copy full SHA for b629ff4
2 files changed
+23-4Lines changed: 23 additions & 4 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/extractSymbol.ts
Copy file name to clipboardExpand all lines: src/services/refactors/extractSymbol.ts+3-4Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
658 | 658 | |
659 | 659 | |
660 | 660 | |
661 | | - |
662 | | - |
663 | | - |
664 | 661 | |
665 | | - |
| 662 | + |
| 663 | + |
| 664 | + |
666 | 665 | |
667 | 666 | |
668 | 667 | |
|
Collapse file
tests/cases/fourslash/extract-method-in-anonymous-function-declaration.ts
Copy file name to clipboard+20Lines changed: 20 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 | + |
0 commit comments