File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -180,14 +180,6 @@ module Harness.LanguageService {
180
180
throw new Error ( "No script with name '" + fileName + "'" ) ;
181
181
}
182
182
183
- public getDefaultLibFilename ( ) : string {
184
- return undefined ;
185
- }
186
-
187
- public getCurrentDirectory ( ) : string {
188
- return undefined ;
189
- }
190
-
191
183
//////////////////////////////////////////////////////////////////////
192
184
// ILogger implementation
193
185
//
Original file line number Diff line number Diff line change @@ -417,8 +417,6 @@ module ts {
417
417
getScriptSnapshot ( fileName : string ) : TypeScript . IScriptSnapshot ;
418
418
getLocalizedDiagnosticMessages ( ) : any ;
419
419
getCancellationToken ( ) : CancellationToken ;
420
- getDefaultLibFilename ( ) : string ;
421
- getCurrentDirectory ( ) : string ;
422
420
}
423
421
424
422
//
You can’t perform that action at this time.
0 commit comments