mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 16:38:05 -06:00
Merge pull request #28194 from iliashkolyar/add_missing_apostrophe_in_codefix
Add missing apostrophe to codefix suggestion
This commit is contained in:
commit
d569743640
@ -677,7 +677,7 @@ namespace ts.refactor.extractSymbol {
|
||||
case SyntaxKind.ArrowFunction:
|
||||
return "arrow function";
|
||||
case SyntaxKind.MethodDeclaration:
|
||||
return `method '${scope.name.getText()}`;
|
||||
return `method '${scope.name.getText()}'`;
|
||||
case SyntaxKind.GetAccessor:
|
||||
return `'get ${scope.name.getText()}'`;
|
||||
case SyntaxKind.SetAccessor:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user