mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-17 01:49:57 -05:00
Compile public api so that all the updates are ensured to be correct
This commit is contained in:
@@ -296,7 +296,7 @@ namespace ts.server {
|
||||
}
|
||||
}
|
||||
|
||||
getCancellationToken() {
|
||||
getCancellationToken(): HostCancellationToken {
|
||||
return this.cancellationToken;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user