1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
===================================================================
JsFile: sourceMapValidationDebugger.js
mapUrl: sourceMapValidationDebugger.js.map
sourceRoot:
sources: sourceMapValidationDebugger.ts
===================================================================
-------------------------------------------------------------------
emittedFile:tests/cases/compiler/sourceMapValidationDebugger.js
sourceFile:sourceMapValidationDebugger.ts
-------------------------------------------------------------------
>>>debugger;
1 >
2 >^^^^^^^^
3 > ^
4 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^->
1 >
2 >debugger
3 > ;
1 >Emitted(1, 1) Source(1, 1) + SourceIndex(0)
2 >Emitted(1, 9) Source(1, 9) + SourceIndex(0)
3 >Emitted(1, 10) Source(1, 10) + SourceIndex(0)
---
>>>//# sourceMappingURL=sourceMapValidationDebugger.js.map
|