Compile public api so that all the updates are ensured to be correct

This commit is contained in:
Sheetal Nandi
2017-10-04 16:03:16 -07:00
parent 8b2a219dd4
commit ee05d0eb1c
3 changed files with 31 additions and 7 deletions

View File

@@ -296,7 +296,7 @@ namespace ts.server {
}
}
getCancellationToken() {
getCancellationToken(): HostCancellationToken {
return this.cancellationToken;
}