===================================================================
JsFile: templateLiteralsSourceMap.js
mapUrl: templateLiteralsSourceMap.js.map
sourceRoot: 
sources: templateLiteralsSourceMap.ts
===================================================================
-------------------------------------------------------------------
emittedFile:templateLiteralsSourceMap.js
sourceFile:templateLiteralsSourceMap.ts
-------------------------------------------------------------------
>>>"use strict";
>>>const s = `a${0}b${1}c${2}`;
1 >
2 >^^^^^^
3 >      ^
4 >       ^^^
5 >          ^^^^
6 >              ^
7 >               ^^^^
8 >                   ^
9 >                    ^^^^
10>                        ^
11>                         ^^
12>                           ^
13>                            ^^^^^^^^^^^^^^^^^^^^^^^^->
1 >
2 >const 
3 >      s
4 >        = 
5 >          `a${
6 >              0
7 >               }b${
8 >                   1
9 >                    }c${
10>                        2
11>                         }`
12>                           ;
1 >Emitted(2, 1) Source(1, 1) + SourceIndex(0)
2 >Emitted(2, 7) Source(1, 7) + SourceIndex(0)
3 >Emitted(2, 8) Source(1, 8) + SourceIndex(0)
4 >Emitted(2, 11) Source(1, 11) + SourceIndex(0)
5 >Emitted(2, 15) Source(1, 15) + SourceIndex(0)
6 >Emitted(2, 16) Source(1, 16) + SourceIndex(0)
7 >Emitted(2, 20) Source(1, 20) + SourceIndex(0)
8 >Emitted(2, 21) Source(1, 21) + SourceIndex(0)
9 >Emitted(2, 25) Source(1, 25) + SourceIndex(0)
10>Emitted(2, 26) Source(1, 26) + SourceIndex(0)
11>Emitted(2, 28) Source(1, 28) + SourceIndex(0)
12>Emitted(2, 29) Source(1, 29) + SourceIndex(0)
---
>>>//# sourceMappingURL=templateLiteralsSourceMap.js.map