1+ //// [/src/2/second-output.d.ts]
2+ declare namespace N {
3+ }
4+ declare namespace N {
5+ }
6+ declare class C {
7+ doSomething ( ) : void ;
8+ }
9+ //# sourceMappingURL=second-output.d.ts.map
10+
11+ //// [/src/2/second-output.d.ts.map]
12+ { "version" :3 , "file" :"second-output.d.ts" , "sourceRoot" :"" , "sources" :[ "../second/second_part1.ts" , "../second/second_part2.ts" ] , "names" :[ ] , "mappings" :"AAAA,kBAAU,CAAC,CAAC;CAEX;AAED,kBAAU,CAAC,CAAC;CAMX;ACVD;IACI,WAAW;CAGd" }
13+
14+ //// [/src/2/second-output.js]
15+ var N ;
16+ ( function ( N ) {
17+ function f ( ) {
18+ console . log ( 'testing' ) ;
19+ }
20+ f ( ) ;
21+ } ) ( N || ( N = { } ) ) ;
22+ var C = ( function ( ) {
23+ function C ( ) {
24+ }
25+ C . prototype . doSomething = function ( ) {
26+ console . log ( "something got done" ) ;
27+ } ;
28+ return C ;
29+ } ( ) ) ;
30+ //# sourceMappingURL=second-output.js.map
31+
32+ //// [/src/2/second-output.js.map]
33+ { "version" :3 , "file" :"second-output.js" , "sourceRoot" :"" , "sources" :[ "../second/second_part1.ts" , "../second/second_part2.ts" ] , "names" :[ ] , "mappings" :"AAIA,IAAU,CAAC,CAMV;AAND,WAAU,CAAC;IACP;QACI,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IAED,CAAC,EAAE,CAAC;AACR,CAAC,EANS,CAAC,KAAD,CAAC,QAMV;ACVD;IAAA;IAIA,CAAC;IAHG,uBAAW,GAAX;QACI,OAAO,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;IACtC,CAAC;IACL,QAAC;AAAD,CAAC,AAJD,IAIC" }
34+
35+ //// [/src/first/bin/first-output.d.ts]
36+ interface TheFirst {
37+ none: any ;
38+ }
39+ declare const s = "Hello, world" ;
40+ interface NoJsForHereEither {
41+ none: any ;
42+ }
43+ declare function f ( ) : string ;
44+ //# sourceMappingURL=first-output.d.ts.map
45+
46+ //// [/src/first/bin/first-output.d.ts.map]
47+ { "version" :3 , "file" :"first-output.d.ts" , "sourceRoot" :"" , "sources" :[ "../first_part1.ts" , "../first_part2.ts" , "../first_part3.ts" ] , "names" :[ ] , "mappings" :"AAAA,UAAU,QAAQ;IACd,IAAI,EAAE,GAAG,CAAC;CACb;AAED,QAAA,MAAM,CAAC,iBAAiB,CAAC;AAEzB,UAAU,iBAAiB;IACvB,IAAI,EAAE,GAAG,CAAC;CACb;AERD,6BAEC" }
48+
49+ //// [/src/first/bin/first-output.js]
50+ var s = "Hello, world" ;
51+ console . log ( s ) ;
52+ console . log ( f ( ) ) ;
53+ function f ( ) {
54+ return "JS does hoists" ;
55+ }
56+ //# sourceMappingURL=first-output.js.map
57+
58+ //// [/src/first/bin/first-output.js.map]
59+ { "version" :3 , "file" :"first-output.js" , "sourceRoot" :"" , "sources" :[ "../first_part1.ts" , "../first_part2.ts" , "../first_part3.ts" ] , "names" :[ ] , "mappings" :"AAIA,IAAM,CAAC,GAAG,cAAc,CAAC;AAMzB,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;ACVf,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC;ACAjB;IACI,OAAO,gBAAgB,CAAC;AAC5B,CAAC" }
60+
61+ //// [/src/third/thirdjs/output/third-output.d.ts]
62+ interface TheFirst {
63+ none: any ;
64+ }
65+ declare const s = "Hello, world" ;
66+ interface NoJsForHereEither {
67+ none: any ;
68+ }
69+ declare function f ( ) : string ;
70+ //# sourceMappingURL=first-output.d.ts.map
71+ declare namespace N {
72+ }
73+ declare namespace N {
74+ }
75+ declare class C {
76+ doSomething ( ) : void ;
77+ }
78+ //# sourceMappingURL=second-output.d.ts.map
79+ declare var c: C ;
80+ //# sourceMappingURL=third-output.d.ts.map
81+
82+ //// [/src/third/thirdjs/output/third-output.d.ts.map]
83+ { "version" :3 , "file" :"third-output.d.ts" , "sections" :[ { "offset" :{ "line" :0 , "column" :0 } , "map" :{ "version" :3 , "file" :"first-output.d.ts" , "sourceRoot" :"" , "sources" :[ "../first_part1.ts" , "../first_part2.ts" , "../first_part3.ts" ] , "names" :[ ] , "mappings" :"AAAA,UAAU,QAAQ;IACd,IAAI,EAAE,GAAG,CAAC;CACb;AAED,QAAA,MAAM,CAAC,iBAAiB,CAAC;AAEzB,UAAU,iBAAiB;IACvB,IAAI,EAAE,GAAG,CAAC;CACb;AERD,6BAEC" } } , { "offset" :{ "line" :9 , "column" :0 } , "map" :{ "version" :3 , "file" :"second-output.d.ts" , "sourceRoot" :"" , "sources" :[ "../second/second_part1.ts" , "../second/second_part2.ts" ] , "names" :[ ] , "mappings" :"AAAA,kBAAU,CAAC,CAAC;CAEX;AAED,kBAAU,CAAC,CAAC;CAMX;ACVD;IACI,WAAW;CAGd" } } , { "offset" :{ "line" :16 , "column" :43 } , "map" :{ "version" :3 , "file" :"third-output.d.ts" , "sourceRoot" :"" , "sources" :[ "../../third_part1.ts" ] , "names" :[ ] , "mappings" :";AAAA,QAAA,IAAI,CAAC,GAAU,CAAC" } } ] }
84+
85+ //// [/src/third/thirdjs/output/third-output.js]
186var s = "Hello, world" ;
287console . log ( s ) ;
388console . log ( f ( ) ) ;
@@ -23,4 +108,8 @@ var C = (function () {
23108//# sourceMappingURL=second-output.js.map
24109var c = new C ( ) ;
25110c . doSomething ( ) ;
26- //# sourceMappingURL=third-output.js.map
111+ //# sourceMappingURL=third-output.js.map
112+
113+ //// [/src/third/thirdjs/output/third-output.js.map]
114+ { "version" :3 , "file" :"third-output.js" , "sections" :[ { "offset" :{ "line" :0 , "column" :0 } , "map" :{ "version" :3 , "file" :"first-output.js" , "sourceRoot" :"" , "sources" :[ "../first_part1.ts" , "../first_part2.ts" , "../first_part3.ts" ] , "names" :[ ] , "mappings" :"AAIA,IAAM,CAAC,GAAG,cAAc,CAAC;AAMzB,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;ACVf,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC;ACAjB;IACI,OAAO,gBAAgB,CAAC;AAC5B,CAAC" } } , { "offset" :{ "line" :7 , "column" :0 } , "map" :{ "version" :3 , "file" :"second-output.js" , "sourceRoot" :"" , "sources" :[ "../second/second_part1.ts" , "../second/second_part2.ts" ] , "names" :[ ] , "mappings" :"AAIA,IAAU,CAAC,CAMV;AAND,WAAU,CAAC;IACP;QACI,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IAED,CAAC,EAAE,CAAC;AACR,CAAC,EANS,CAAC,KAAD,CAAC,QAMV;ACVD;IAAA;IAIA,CAAC;IAHG,uBAAW,GAAX;QACI,OAAO,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;IACtC,CAAC;IACL,QAAC;AAAD,CAAC,AAJD,IAIC" } } , { "offset" :{ "line" :22 , "column" :41 } , "map" :{ "version" :3 , "file" :"third-output.js" , "sourceRoot" :"" , "sources" :[ "../../third_part1.ts" ] , "names" :[ ] , "mappings" :";AAAA,IAAI,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC;AAChB,CAAC,CAAC,WAAW,EAAE,CAAC" } } ] }
115+
0 commit comments