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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2972,6 +2972,7 @@ namespace ts {
2972
2972
leftSpread?: Symbol;// Left source for synthetic spread property
2973
2973
rightSpread?: Symbol;// Right source for synthetic spread property
2974
2974
syntheticOrigin?: Symbol;// For a property on a mapped or spread type, points back to the original property
2975
+
syntheticLiteralTypeOrigin?: StringLiteralType;// For a property on a mapped type, indicates the type whose text to use as the declaration name, instead of the symbol name
2975
2976
isDiscriminantProperty?: boolean;// True if discriminant synthetic property
2976
2977
resolvedExports?: SymbolTable;// Resolved exports of module
2977
2978
exportsChecked?: boolean;// True if exports of external module have been checked
0 commit comments