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 8f638f7 commit cabd276Copy full SHA for cabd276
src/compiler/types.ts
@@ -2137,7 +2137,7 @@ namespace ts {
2137
/* @internal */ exportSymbol?: Symbol; // Exported symbol associated with this symbol
2138
/* @internal */ constEnumOnlyModule?: boolean; // True if module contains only const enums or other modules with only const enums
2139
/* @internal */ isReferenced?: boolean; // True if the symbol is referenced elsewhere
2140
- /* @internal */ isDiscardable?: boolean;// True if a Javascript class property can be overwritten by a method
+ /* @internal */ isDiscardable?: boolean; // True if a Javascript class property can be overwritten by a method
2141
}
2142
2143
/* @internal */
0 commit comments