File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -732,16 +732,4 @@ namespace ts {
732732
733733 return ;
734734 }
735- }
736-
737- if ( ts . Debug . isDebugging ) {
738- ts . Debug . enableDebugInfo ( ) ;
739- }
740-
741- if ( ts . sys . tryEnableSourceMapsForHost && / ^ d e v e l o p m e n t $ / i. test ( ts . sys . getEnvironmentVariable ( "NODE_ENV" ) ) ) {
742- ts . sys . tryEnableSourceMapsForHost ( ) ;
743- }
744-
745- if ( ts . sys . setBlocking ) {
746- ts . sys . setBlocking ( ) ;
747- }
735+ }
Original file line number Diff line number Diff line change 11namespace ts { } // empty ts module so the module migration script knows this file depends on the `ts` project namespace
22// This file actually uses arguments passed on commandline and executes it
3+ if ( ts . Debug . isDebugging ) {
4+ ts . Debug . enableDebugInfo ( ) ;
5+ }
6+
7+ if ( ts . sys . tryEnableSourceMapsForHost && / ^ d e v e l o p m e n t $ / i. test ( ts . sys . getEnvironmentVariable ( "NODE_ENV" ) ) ) {
8+ ts . sys . tryEnableSourceMapsForHost ( ) ;
9+ }
10+
11+ if ( ts . sys . setBlocking ) {
12+ ts . sys . setBlocking ( ) ;
13+ }
14+
315ts . executeCommandLine ( ts . sys , ts . noop , ts . sys . args ) ;
You can’t perform that action at this time.
0 commit comments