mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-12 12:57:11 -06:00
Remove getDirectory from LanguageServiceShimHost
This commit is contained in:
parent
7ab51c6e2b
commit
7b0662be9e
@ -180,14 +180,6 @@ module Harness.LanguageService {
|
||||
throw new Error("No script with name '" + fileName + "'");
|
||||
}
|
||||
|
||||
public getDefaultLibFilename(): string {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
public getCurrentDirectory(): string {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// ILogger implementation
|
||||
//
|
||||
|
||||
@ -417,8 +417,6 @@ module ts {
|
||||
getScriptSnapshot(fileName: string): TypeScript.IScriptSnapshot;
|
||||
getLocalizedDiagnosticMessages(): any;
|
||||
getCancellationToken(): CancellationToken;
|
||||
getDefaultLibFilename(): string;
|
||||
getCurrentDirectory(): string;
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user