mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-09 12:15:34 -06:00
Make tag readonly
This commit is contained in:
parent
f24652ce47
commit
fd7411b8a9
@ -524,7 +524,7 @@ namespace ts.server.typingsInstaller {
|
||||
protected abstract installWorker(requestId: number, packageNames: string[], cwd: string, onRequestCompleted: RequestCompletedAction): void;
|
||||
protected abstract sendResponse(response: SetTypings | InvalidateCachedTypings | BeginInstallTypes | EndInstallTypes): void;
|
||||
|
||||
protected latestDistTag = "latest";
|
||||
protected readonly latestDistTag = "latest";
|
||||
}
|
||||
|
||||
/* @internal */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user