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 {
732
732
733
733
return ;
734
734
}
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 1
1
namespace ts { } // empty ts module so the module migration script knows this file depends on the `ts` project namespace
2
2
// 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
+
3
15
ts . executeCommandLine ( ts . sys , ts . noop , ts . sys . args ) ;
You can’t perform that action at this time.
0 commit comments