mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-11 20:37:46 -05:00
Remove getDirectory from LanguageServiceShimHost
This commit is contained in:
@@ -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
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user