Move executeCommandLine ambient code into tsc (#35788)

This commit is contained in:
Wesley Wigham
2019-12-19 15:55:42 -08:00
committed by GitHub
parent 1fd5bd2b4e
commit 8c9e96bea9
2 changed files with 13 additions and 13 deletions

View File

@@ -732,16 +732,4 @@ namespace ts {
return;
}
}
if (ts.Debug.isDebugging) {
ts.Debug.enableDebugInfo();
}
if (ts.sys.tryEnableSourceMapsForHost && /^development$/i.test(ts.sys.getEnvironmentVariable("NODE_ENV"))) {
ts.sys.tryEnableSourceMapsForHost();
}
if (ts.sys.setBlocking) {
ts.sys.setBlocking();
}
}