diff --git a/src/compiler/utilities.ts b/src/compiler/utilities.ts index d76ea0241da4c..b0ecb8fa63a2b 100644 --- a/src/compiler/utilities.ts +++ b/src/compiler/utilities.ts @@ -7325,7 +7325,6 @@ function Identifier(this: Mutable, kind: SyntaxKind, pos: number, end: num this.parent = undefined!; this.original = undefined; this.emitNode = undefined; - (this as Identifier).flowNode = undefined; } function SourceMapSource(this: SourceMapSource, fileName: string, text: string, skipTrivia?: (pos: number) => number) {