mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-14 10:55:15 -06:00
Fix linting error
This commit is contained in:
parent
7dd59ceff6
commit
ea3593239c
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user