mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 21:36:50 -05:00
Add type annotation into services so _services_ API baseline is stable post-LKG (#42028)
This commit is contained in:
@@ -559,7 +559,7 @@ namespace ts.server {
|
||||
}
|
||||
}
|
||||
|
||||
getLatestVersion() {
|
||||
getLatestVersion(): string {
|
||||
// Ensure we have updated snapshot to give back latest version
|
||||
this.textStorage.getSnapshot();
|
||||
return this.textStorage.getVersion();
|
||||
|
||||
Reference in New Issue
Block a user