=================================================================== JsFile: sourceMapForFunctionInInternalModuleWithCommentPrecedingStatement01.js mapUrl: sourceMapForFunctionInInternalModuleWithCommentPrecedingStatement01.js.map sourceRoot: sources: sourceMapForFunctionInInternalModuleWithCommentPrecedingStatement01.ts =================================================================== ------------------------------------------------------------------- emittedFile:tests/cases/compiler/sourceMapForFunctionInInternalModuleWithCommentPrecedingStatement01.js sourceFile:sourceMapForFunctionInInternalModuleWithCommentPrecedingStatement01.ts ------------------------------------------------------------------- >>>var Q; 1 > 2 >^^^^ 3 > ^ 4 > ^ 5 > ^^^^^^^^^^-> 1 > 2 >module 3 > Q 4 > { > function P() { > // Test this > var a = 1; > } > } 1 >Emitted(1, 1) Source(1, 1) + SourceIndex(0) 2 >Emitted(1, 5) Source(1, 8) + SourceIndex(0) 3 >Emitted(1, 6) Source(1, 9) + SourceIndex(0) 4 >Emitted(1, 7) Source(6, 2) + SourceIndex(0) --- >>>(function (Q) { 1-> 2 >^^^^^^^^^^^ 3 > ^ 4 > ^^^^^^^-> 1-> 2 >module 3 > Q 1->Emitted(2, 1) Source(1, 1) + SourceIndex(0) 2 >Emitted(2, 12) Source(1, 8) + SourceIndex(0) 3 >Emitted(2, 13) Source(1, 9) + SourceIndex(0) --- >>> function P() { 1->^^^^ 2 > ^^^^^^^^^ 3 > ^ 4 > ^^^^^^^-> 1-> { > 2 > function 3 > P 1->Emitted(3, 5) Source(2, 5) + SourceIndex(0) 2 >Emitted(3, 14) Source(2, 14) + SourceIndex(0) 3 >Emitted(3, 15) Source(2, 15) + SourceIndex(0) --- >>> // Test this 1->^^^^^^^^ 2 > ^^^^^^^^^^^^ 1->() { > 2 > // Test this 1->Emitted(4, 9) Source(3, 9) + SourceIndex(0) 2 >Emitted(4, 21) Source(3, 21) + SourceIndex(0) --- >>> var a = 1; 1 >^^^^^^^^ 2 > ^^^^ 3 > ^ 4 > ^^^ 5 > ^ 6 > ^ 1 > > 2 > var 3 > a 4 > = 5 > 1 6 > ; 1 >Emitted(5, 9) Source(4, 9) + SourceIndex(0) 2 >Emitted(5, 13) Source(4, 13) + SourceIndex(0) 3 >Emitted(5, 14) Source(4, 14) + SourceIndex(0) 4 >Emitted(5, 17) Source(4, 17) + SourceIndex(0) 5 >Emitted(5, 18) Source(4, 18) + SourceIndex(0) 6 >Emitted(5, 19) Source(4, 19) + SourceIndex(0) --- >>> } 1 >^^^^ 2 > ^ 3 > ^^^^^^^^^^^^^^-> 1 > > 2 > } 1 >Emitted(6, 5) Source(5, 5) + SourceIndex(0) 2 >Emitted(6, 6) Source(5, 6) + SourceIndex(0) --- >>>})(Q || (Q = {})); 1-> 2 >^ 3 > ^^ 4 > ^ 5 > ^^^^^ 6 > ^ 7 > ^^^^^^^^ 8 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> > 2 >} 3 > 4 > Q 5 > 6 > Q 7 > { > function P() { > // Test this > var a = 1; > } > } 1->Emitted(7, 1) Source(6, 1) + SourceIndex(0) 2 >Emitted(7, 2) Source(6, 2) + SourceIndex(0) 3 >Emitted(7, 4) Source(1, 8) + SourceIndex(0) 4 >Emitted(7, 5) Source(1, 9) + SourceIndex(0) 5 >Emitted(7, 10) Source(1, 8) + SourceIndex(0) 6 >Emitted(7, 11) Source(1, 9) + SourceIndex(0) 7 >Emitted(7, 19) Source(6, 2) + SourceIndex(0) --- >>>//# sourceMappingURL=sourceMapForFunctionInInternalModuleWithCommentPrecedingStatement01.js.map