Skip to content

Commit 7b0662b

Browse files
author
Yui T
committed
Remove getDirectory from LanguageServiceShimHost
1 parent 7ab51c6 commit 7b0662b

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

src/harness/harnessLanguageService.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -180,14 +180,6 @@ module Harness.LanguageService {
180180
throw new Error("No script with name '" + fileName + "'");
181181
}
182182

183-
public getDefaultLibFilename(): string {
184-
return undefined;
185-
}
186-
187-
public getCurrentDirectory(): string {
188-
return undefined;
189-
}
190-
191183
//////////////////////////////////////////////////////////////////////
192184
// ILogger implementation
193185
//

src/services/services.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,8 +417,6 @@ module ts {
417417
getScriptSnapshot(fileName: string): TypeScript.IScriptSnapshot;
418418
getLocalizedDiagnosticMessages(): any;
419419
getCancellationToken(): CancellationToken;
420-
getDefaultLibFilename(): string;
421-
getCurrentDirectory(): string;
422420
}
423421

424422
//

0 commit comments

Comments
 (0)