Fix options for typedef-whitespace lint rule

This commit is contained in:
Andy Hanson
2017-04-03 09:37:29 -07:00
parent a62869c81e
commit 130a24015a
3 changed files with 19 additions and 9 deletions

View File

@@ -219,7 +219,7 @@ namespace ts.server {
getCurrentRequestId(): number;
sendRequestCompletedEvent(requestId: number): void;
getServerHost(): ServerHost;
isCancellationRequested(): boolean;
isCancellationRequested(): boolean;
executeWithRequestId(requestId: number, action: () => void): void;
logError(error: Error, message: string): void;
}