TypeScript/tests/baselines/reference/emitBOM.sourcemap.txt

37 lines
1.1 KiB
Plaintext
Raw Normal View History

2014-08-06 21:05:01 +02:00
===================================================================
2014-08-06 23:33:06 +02:00
JsFile: emitBOM.js
mapUrl: emitBOM.js.map
2014-08-06 21:05:01 +02:00
sourceRoot:
2014-08-06 23:33:06 +02:00
sources: emitBOM.ts
2014-08-06 21:05:01 +02:00
===================================================================
-------------------------------------------------------------------
2014-08-06 23:33:06 +02:00
emittedFile:tests/cases/compiler/emitBOM.js
sourceFile:emitBOM.ts
2014-08-06 21:05:01 +02:00
-------------------------------------------------------------------
>>>// JS and d.ts output should have a BOM but not the sourcemap
2014-08-06 21:05:01 +02:00
1 >
2 >
3 >^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2014-08-06 21:05:01 +02:00
1 >
>// JS and d.ts output should have a BOM but not the sourcemap
>
2 >
3 >// JS and d.ts output should have a BOM but not the sourcemap
2014-08-06 21:05:01 +02:00
1 >Emitted(1, 1) Source(3, 1) + SourceIndex(0)
2 >Emitted(1, 1) Source(2, 1) + SourceIndex(0)
3 >Emitted(1, 62) Source(2, 62) + SourceIndex(0)
---
>>>var x;
1 >^^^^
2 > ^
3 > ^
4 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^->
1 >
>var
2 > x
3 > ;
1 >Emitted(2, 5) Source(3, 5) + SourceIndex(0)
2 >Emitted(2, 6) Source(3, 6) + SourceIndex(0)
3 >Emitted(2, 7) Source(3, 7) + SourceIndex(0)
2014-08-06 21:05:01 +02:00
---
2014-08-06 23:33:06 +02:00
>>>//# sourceMappingURL=emitBOM.js.map