File tree 1 file changed +0
-2
lines changed 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,6 @@ export class CompilerHost implements ts.CompilerHost {
238
238
private _sourceFiles : collections . SortedMap < string , ts . SourceFile > ;
239
239
private _parseConfigHost : ParseConfigHost | undefined ;
240
240
private _newLine : string ;
241
- // private _skipJSDocParsing: boolean | undefined;
242
241
243
242
constructor ( sys : System | vfs . FileSystem , options = ts . getDefaultCompilerOptions ( ) , setParentNodes = false ) {
244
243
if ( sys instanceof vfs . FileSystem ) sys = new System ( sys ) ;
@@ -248,7 +247,6 @@ export class CompilerHost implements ts.CompilerHost {
248
247
this . _sourceFiles = new collections . SortedMap < string , ts . SourceFile > ( { comparer : sys . vfs . stringComparer , sort : "insertion" } ) ;
249
248
this . _setParentNodes = setParentNodes ;
250
249
this . _outputsMap = new collections . SortedMap ( this . vfs . stringComparer ) ;
251
- // this._skipJSDocParsing = options.skipJSDocParsing;
252
250
}
253
251
254
252
public get vfs ( ) {
You can’t perform that action at this time.
0 commit comments