@@ -25,7 +25,7 @@ var __rest = (this && this.__rest) || function (s, e) {
2525 t [ p ] = s [ p ] ;
2626 if ( s != null && typeof Object . getOwnPropertySymbols === "function" )
2727 for ( var i = 0 , p = Object . getOwnPropertySymbols ( s ) ; i < p . length ; i ++ ) {
28- if ( e . indexOf ( p [ i ] ) < 0 && Object . prototype . propertyIsEnumerable ( p [ i ] ) )
28+ if ( e . indexOf ( p [ i ] ) < 0 && Object . prototype . propertyIsEnumerable . call ( s , p [ i ] ) )
2929 t [ p [ i ] ] = s [ p [ i ] ] ;
3030 }
3131 return t ;
@@ -111,7 +111,7 @@ sourceFile:../lib/file0.ts
111111>>> t [ p ] = s [ p ] ;
112112>>> if ( s != null && typeof Object . getOwnPropertySymbols === "function" )
113113>>> for ( var i = 0 , p = Object . getOwnPropertySymbols ( s ) ; i < p . length ; i ++ ) {
114- >>> if ( e . indexOf ( p [ i ] ) < 0 && Object . prototype . propertyIsEnumerable ( p [ i ] ) )
114+ >>> if ( e . indexOf ( p [ i ] ) < 0 && Object . prototype . propertyIsEnumerable . call ( s , p [ i ] ) )
115115>>> t [ p [ i ] ] = s [ p [ i ] ] ;
116116>>> }
117117>>> return t ;
@@ -614,26 +614,26 @@ sourceFile:file4.ts
614614 } ,
615615 {
616616 "pos" : 678 ,
617- "end" : 1170 ,
617+ "end" : 1178 ,
618618 "kind" : "emitHelpers" ,
619619 "data" : "typescript:rest"
620620 } ,
621621 {
622- "pos" : 1172 ,
623- "end" : 1927 ,
622+ "pos" : 1180 ,
623+ "end" : 1935 ,
624624 "kind" : "prepend" ,
625625 "data" : "/src/lib/module.js" ,
626626 "texts" : [
627627 {
628- "pos" : 1172 ,
629- "end" : 1927 ,
628+ "pos" : 1180 ,
629+ "end" : 1935 ,
630630 "kind" : "text"
631631 }
632632 ]
633633 } ,
634634 {
635- "pos" : 1927 ,
636- "end" : 2445 ,
635+ "pos" : 1935 ,
636+ "end" : 2453 ,
637637 "kind" : "text"
638638 }
639639 ] ,
@@ -699,22 +699,22 @@ var __spread = (this && this.__spread) || function () {
699699 return ar ;
700700} ;
701701-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
702- emitHelpers : ( 678 - 1170 ) :: typescript :rest
702+ emitHelpers : ( 678 - 1178 ) :: typescript :rest
703703var __rest = ( this && this . __rest ) || function ( s , e ) {
704704 var t = { } ;
705705 for ( var p in s ) if ( Object . prototype . hasOwnProperty . call ( s , p ) && e . indexOf ( p ) < 0 )
706706 t [ p ] = s [ p ] ;
707707 if ( s != null && typeof Object . getOwnPropertySymbols === "function" )
708708 for ( var i = 0 , p = Object . getOwnPropertySymbols ( s ) ; i < p . length ; i ++ ) {
709- if ( e . indexOf ( p [ i ] ) < 0 && Object . prototype . propertyIsEnumerable ( p [ i ] ) )
709+ if ( e . indexOf ( p [ i ] ) < 0 && Object . prototype . propertyIsEnumerable . call ( s , p [ i ] ) )
710710 t [ p [ i ] ] = s [ p [ i ] ] ;
711711 }
712712 return t ;
713713} ;
714714-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
715- prepend : ( 1172 - 1927 ) :: / src / lib / module . js texts :: 1
715+ prepend : ( 1180 - 1935 ) :: / src / lib / module . js texts :: 1
716716>> -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
717- text : ( 1172 - 1927 )
717+ text : ( 1180 - 1935 )
718718var myGlob = 20 ;
719719function libfile0Spread ( ) {
720720 var b = [ ] ;
@@ -740,7 +740,7 @@ define("file2", ["require", "exports"], function (require, exports) {
740740var globalConst = 10 ;
741741
742742-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
743- text : ( 1927 - 2445 )
743+ text : ( 1935 - 2453 )
744744define ( "file3" , [ "require" , "exports" ] , function ( require , exports ) {
745745 "use strict" ;
746746 Object . defineProperty ( exports , "__esModule" , { value : true } ) ;
@@ -817,7 +817,7 @@ var __rest = (this && this.__rest) || function (s, e) {
817817 t [ p ] = s [ p ] ;
818818 if ( s != null && typeof Object . getOwnPropertySymbols === "function" )
819819 for ( var i = 0 , p = Object . getOwnPropertySymbols ( s ) ; i < p . length ; i ++ ) {
820- if ( e . indexOf ( p [ i ] ) < 0 && Object . prototype . propertyIsEnumerable ( p [ i ] ) )
820+ if ( e . indexOf ( p [ i ] ) < 0 && Object . prototype . propertyIsEnumerable . call ( s , p [ i ] ) )
821821 t [ p [ i ] ] = s [ p [ i ] ] ;
822822 }
823823 return t ;
@@ -887,7 +887,7 @@ sourceFile:file0.ts
887887>>> t [ p ] = s [ p ] ;
888888>>> if ( s != null && typeof Object . getOwnPropertySymbols === "function" )
889889>>> for ( var i = 0 , p = Object . getOwnPropertySymbols ( s ) ; i < p . length ; i ++ ) {
890- >>> if ( e . indexOf ( p [ i ] ) < 0 && Object . prototype . propertyIsEnumerable ( p [ i ] ) )
890+ >>> if ( e . indexOf ( p [ i ] ) < 0 && Object . prototype . propertyIsEnumerable . call ( s , p [ i ] ) )
891891>>> t [ p [ i ] ] = s [ p [ i ] ] ;
892892>>> }
893893>>> return t ;
@@ -1194,13 +1194,13 @@ sourceFile:global.ts
11941194 } ,
11951195 {
11961196 "pos" : 678 ,
1197- "end" : 1170 ,
1197+ "end" : 1178 ,
11981198 "kind" : "emitHelpers" ,
11991199 "data" : "typescript:rest"
12001200 } ,
12011201 {
1202- "pos" : 1172 ,
1203- "end" : 1927 ,
1202+ "pos" : 1180 ,
1203+ "end" : 1935 ,
12041204 "kind" : "text"
12051205 }
12061206 ] ,
@@ -1253,20 +1253,20 @@ var __spread = (this && this.__spread) || function () {
12531253 return ar ;
12541254} ;
12551255-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
1256- emitHelpers : ( 678 - 1170 ) :: typescript :rest
1256+ emitHelpers : ( 678 - 1178 ) :: typescript :rest
12571257var __rest = ( this && this . __rest ) || function ( s , e ) {
12581258 var t = { } ;
12591259 for ( var p in s ) if ( Object . prototype . hasOwnProperty . call ( s , p ) && e . indexOf ( p ) < 0 )
12601260 t [ p ] = s [ p ] ;
12611261 if ( s != null && typeof Object . getOwnPropertySymbols === "function" )
12621262 for ( var i = 0 , p = Object . getOwnPropertySymbols ( s ) ; i < p . length ; i ++ ) {
1263- if ( e . indexOf ( p [ i ] ) < 0 && Object . prototype . propertyIsEnumerable ( p [ i ] ) )
1263+ if ( e . indexOf ( p [ i ] ) < 0 && Object . prototype . propertyIsEnumerable . call ( s , p [ i ] ) )
12641264 t [ p [ i ] ] = s [ p [ i ] ] ;
12651265 }
12661266 return t ;
12671267} ;
12681268-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
1269- text : ( 1172 - 1927 )
1269+ text : ( 1180 - 1935 )
12701270var myGlob = 20 ;
12711271function libfile0Spread ( ) {
12721272 var b = [ ] ;
0 commit comments