Skip to content

Commit bb5edf1

Browse files
committed
Reduce instance size of Identifier
1 parent f326cbf commit bb5edf1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compiler/utilities.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7325,7 +7325,6 @@ function Identifier(this: Mutable<Node>, kind: SyntaxKind, pos: number, end: num
73257325
this.parent = undefined!;
73267326
this.original = undefined;
73277327
this.emitNode = undefined;
7328-
(this as Identifier).flowNode = undefined;
73297328
}
73307329

73317330
function SourceMapSource(this: SourceMapSource, fileName: string, text: string, skipTrivia?: (pos: number) => number) {

0 commit comments

Comments
 (0)