Reduce instance size of Identifier

This commit is contained in:
Ron Buckton
2023-01-09 16:12:56 -05:00
parent f326cbfb2e
commit bb5edf1a1d
-1
View File
@@ -7325,7 +7325,6 @@ function Identifier(this: Mutable<Node>, 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) {