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-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2088,7 +2088,7 @@ namespace ts {
2088
2088
importOnRightSide?: Symbol;// for import declarations - import that appear on the right side
2089
2089
jsxFlags?: JsxFlags;// flags for knowning what kind of element/attributes we're dealing with
2090
2090
resolvedJsxType?: Type;// resolved element attributes type of a JSX openinglike element
2091
-
superStatement?: ExpressionStatement;// Cached super-statement found in the constructor. Used in checking whether super is called before this-accessing
2091
+
superCall?: ExpressionStatement;// Cached first super-call found in the constructor. Used in checking whether super is called before this-accessing
0 commit comments