===================================================================
JsFile: declarationMapInlineSourcesContent.js
mapUrl: declarationMapInlineSourcesContent.js.map
sourceRoot: 
sources: ../declarationMapInlineSourcesContent.ts
sourcesContent: ["export const greeting = \"hello\";\n"]
===================================================================
-------------------------------------------------------------------
emittedFile:dist/declarationMapInlineSourcesContent.js
sourceFile:../declarationMapInlineSourcesContent.ts
-------------------------------------------------------------------
>>>export const greeting = "hello";
1 >
2 >^^^^^^
3 >      ^
4 >       ^^^^^^
5 >             ^^^^^^^^
6 >                     ^^^
7 >                        ^^^^^^^
8 >                               ^
9 >                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^->
1 >
2 >export
3 >       
4 >       const 
5 >             greeting
6 >                      = 
7 >                        "hello"
8 >                               ;
1 >Emitted(1, 1) Source(1, 1) + SourceIndex(0)
2 >Emitted(1, 7) Source(1, 7) + SourceIndex(0)
3 >Emitted(1, 8) Source(1, 8) + SourceIndex(0)
4 >Emitted(1, 14) Source(1, 14) + SourceIndex(0)
5 >Emitted(1, 22) Source(1, 22) + SourceIndex(0)
6 >Emitted(1, 25) Source(1, 25) + SourceIndex(0)
7 >Emitted(1, 32) Source(1, 32) + SourceIndex(0)
8 >Emitted(1, 33) Source(1, 33) + SourceIndex(0)
---
>>>//# sourceMappingURL=declarationMapInlineSourcesContent.js.map===================================================================
JsFile: declarationMapInlineSourcesContent.d.ts
mapUrl: declarationMapInlineSourcesContent.d.ts.map
sourceRoot: 
sources: ../declarationMapInlineSourcesContent.ts
===================================================================
-------------------------------------------------------------------
emittedFile:dist/declarationMapInlineSourcesContent.d.ts
sourceFile:../declarationMapInlineSourcesContent.ts
-------------------------------------------------------------------
>>>export declare const greeting = "hello";
1 >
2 >^^^^^^^^^^^^^^^
3 >               ^^^^^^
4 >                     ^^^^^^^^
5 >                             ^^^^^^^^^^
6 >                                       ^
7 >                                        ^^^^^^^^^^^^^^^^^^^^^^^->
1 >
2 >export 
3 >               const 
4 >                     greeting
5 >                              = "hello"
6 >                                       ;
1 >Emitted(1, 1) Source(1, 1) + SourceIndex(0)
2 >Emitted(1, 16) Source(1, 8) + SourceIndex(0)
3 >Emitted(1, 22) Source(1, 14) + SourceIndex(0)
4 >Emitted(1, 30) Source(1, 22) + SourceIndex(0)
5 >Emitted(1, 40) Source(1, 32) + SourceIndex(0)
6 >Emitted(1, 41) Source(1, 33) + SourceIndex(0)
---
>>>//# sourceMappingURL=declarationMapInlineSourcesContent.d.ts.map