Skip to content

Commit cabd276

Browse files
committed
Fix more lint
1 parent 8f638f7 commit cabd276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2137,7 +2137,7 @@ namespace ts {
21372137
/* @internal */ exportSymbol?: Symbol; // Exported symbol associated with this symbol
21382138
/* @internal */ constEnumOnlyModule?: boolean; // True if module contains only const enums or other modules with only const enums
21392139
/* @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
2140+
/* @internal */ isDiscardable?: boolean; // True if a Javascript class property can be overwritten by a method
21412141
}
21422142

21432143
/* @internal */

0 commit comments

Comments
 (0)