mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Fix linting error
This commit is contained in:
@@ -6864,7 +6864,7 @@ namespace ts {
|
||||
// EXPRESSION TYPE CHECKING
|
||||
|
||||
function createTransientIdentifier(symbol: Symbol, location: Node): Identifier {
|
||||
let result = <TransientIdentifier>createNode(SyntaxKind.Identifier);
|
||||
const result = <TransientIdentifier>createNode(SyntaxKind.Identifier);
|
||||
result.text = symbol.name;
|
||||
result.resolvedSymbol = symbol;
|
||||
result.parent = location;
|
||||
|
||||
Reference in New Issue
Block a user