mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Merge branch 'master' into rootDir
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user