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
importOnRightSide?: Symbol;// for import declarations - import that appear on the right side
2089
2088
jsxFlags?: JsxFlags;// flags for knowning what kind of element/attributes we're dealing with
2090
2089
resolvedJsxType?: Type;// resolved element attributes type of a JSX openinglike element
2090
+
hasSuperCall?: boolean;// recorded result when we try to find super-call. We only try to find one if this flag is undefined, indicating that we haven't made an attempt.
2091
2091
superCall?: ExpressionStatement;// Cached first super-call found in the constructor. Used in checking whether super is called before this-accessing
0 commit comments