File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ namespace ts {
6060
6161 sys . write ( `${ sys . getExecutingFilePath ( ) } ${ commandLineArgs . join ( " " ) } \n` ) ;
6262 sys . exit = exitCode => sys . exitCode = exitCode ;
63- ts . executeCommandLine (
63+ executeCommandLine (
6464 sys ,
6565 {
6666 onCompilerHostCreate : host => fakes . patchHostForBuildInfoReadWrite ( host ) ,
Original file line number Diff line number Diff line change @@ -605,8 +605,8 @@ namespace ts {
605605 createWatchProgram ( watchCompilerHost ) ;
606606 }
607607
608- function canReportDiagnostics ( sys : System , compilerOptions : CompilerOptions ) {
609- return sys === ts . sys && ( compilerOptions . diagnostics || compilerOptions . extendedDiagnostics ) ;
608+ function canReportDiagnostics ( system : System , compilerOptions : CompilerOptions ) {
609+ return system === sys && ( compilerOptions . diagnostics || compilerOptions . extendedDiagnostics ) ;
610610 }
611611
612612 function enableStatistics ( sys : System , compilerOptions : CompilerOptions ) {
You can’t perform that action at this time.
0 commit comments