Skip to content

Commit 052d730

Browse files
authored
Add type annotation into services so _services_ API baseline is stable post-LKG (microsoft#42028)
1 parent 2a736a8 commit 052d730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/scriptInfo.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ namespace ts.server {
559559
}
560560
}
561561

562-
getLatestVersion() {
562+
getLatestVersion(): string {
563563
// Ensure we have updated snapshot to give back latest version
564564
this.textStorage.getSnapshot();
565565
return this.textStorage.getVersion();

0 commit comments

Comments
 (0)