Merge branch 'master' into rootDir

This commit is contained in:
Sheetal Nandi
2019-10-17 12:54:26 -07:00
53 changed files with 10730 additions and 10292 deletions
+2 -2
View File
@@ -604,8 +604,8 @@ namespace ts {
createWatchProgram(watchCompilerHost);
}
function canReportDiagnostics(sys: System, compilerOptions: CompilerOptions) {
return sys === ts.sys && (compilerOptions.diagnostics || compilerOptions.extendedDiagnostics);
function canReportDiagnostics(system: System, compilerOptions: CompilerOptions) {
return system === sys && (compilerOptions.diagnostics || compilerOptions.extendedDiagnostics);
}
function enableStatistics(sys: System, compilerOptions: CompilerOptions) {