Skip to content

Commit 2cc7a79

Browse files
author
Yui T
committed
use const
1 parent 2d13345 commit 2cc7a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/services.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4254,7 +4254,7 @@ namespace ts {
42544254

42554255
if (declaration) {
42564256
if (isFunctionLikeKind(declaration.kind)) {
4257-
let signature = typeChecker.getSignatureFromDeclaration(<SignatureDeclaration>declaration);
4257+
const signature = typeChecker.getSignatureFromDeclaration(<SignatureDeclaration>declaration);
42584258
if (declaration.kind === SyntaxKind.ConstructSignature) {
42594259
displayParts.push(keywordPart(SyntaxKind.NewKeyword));
42604260
displayParts.push(spacePart());

0 commit comments

Comments
 (0)