mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-07 14:34:35 -06:00
Removed internal on private property
This commit is contained in:
parent
0aa72a7822
commit
ece4eeec95
@ -126,7 +126,6 @@ namespace ts.server {
|
||||
private cachedUnresolvedImportsPerFile = new UnresolvedImportsMap();
|
||||
private lastCachedUnresolvedImportsList: SortedReadonlyArray<string>;
|
||||
|
||||
/*@internal*/
|
||||
private lastFileExceededProgramSize: string | undefined;
|
||||
|
||||
// wrapper over the real language service that will suppress all semantic operations
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user