We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2047558 commit 06c28eaCopy full SHA for 06c28ea
src/compiler/core.ts
@@ -2772,6 +2772,10 @@ namespace ts {
2772
this.flags = flags;
2773
this.escapedName = name;
2774
this.declarations = undefined;
2775
+ this.valueDeclaration = undefined;
2776
+ this.id = undefined;
2777
+ this.mergeId = undefined;
2778
+ this.parent = undefined;
2779
}
2780
2781
function Type(this: Type, checker: TypeChecker, flags: TypeFlags) {
0 commit comments