mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Reduce instance size of Identifier
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user