mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-07 05:41:22 -06:00
Fix more lint
This commit is contained in:
parent
8f638f7ecd
commit
cabd276ddc
@ -2137,7 +2137,7 @@ namespace ts {
|
||||
/* @internal */ exportSymbol?: Symbol; // Exported symbol associated with this symbol
|
||||
/* @internal */ constEnumOnlyModule?: boolean; // True if module contains only const enums or other modules with only const enums
|
||||
/* @internal */ isReferenced?: boolean; // True if the symbol is referenced elsewhere
|
||||
/* @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
|
||||
}
|
||||
|
||||
/* @internal */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user