You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/compiler/types.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -4111,7 +4111,7 @@ namespace ts {
4111
4111
/* @internal */isReferenced?: SymbolFlags;// True if the symbol is referenced elsewhere. Keeps track of the meaning of a reference in case a symbol is both a type parameter and parameter.
4112
4112
/* @internal */isReplaceableByMethod?: boolean;// Can this Javascript class property be replaced by a method symbol?
4113
4113
/* @internal */isAssigned?: boolean;// True if the symbol is a parameter with assignments
4114
-
/* @internal */assignmentDeclarationMembers?: Map<Declaration>;// detected late-bound assignment declarations associated with the symbol
4114
+
/* @internal */assignmentDeclarationMembers?: Map<Declaration>;// detected late-bound assignment declarations associated with the symbol
0 commit comments