TypeScript/tests/baselines/reference/sourceMapValidationExportAssignment.sourcemap.txt
2015-03-03 15:27:50 -08:00

79 lines
2.1 KiB
Plaintext

===================================================================
JsFile: sourceMapValidationExportAssignment.js
mapUrl: sourceMapValidationExportAssignment.js.map
sourceRoot:
sources: sourceMapValidationExportAssignment.ts
===================================================================
-------------------------------------------------------------------
emittedFile:tests/cases/compiler/sourceMapValidationExportAssignment.js
sourceFile:sourceMapValidationExportAssignment.ts
-------------------------------------------------------------------
>>>define(["require", "exports"], function (require, exports) {
>>> var a = (function () {
1 >^^^^
2 > ^^^^^^^^^^^^^^^^^^^->
1 >
1 >Emitted(2, 5) Source(1, 1) + SourceIndex(0)
---
>>> function a() {
1->^^^^^^^^
2 > ^^->
1->
1->Emitted(3, 9) Source(1, 1) + SourceIndex(0) name (a)
---
>>> }
1->^^^^^^^^
2 > ^
3 > ^^^^^^^^^->
1->class a {
> public c;
>
2 > }
1->Emitted(4, 9) Source(3, 1) + SourceIndex(0) name (a.constructor)
2 >Emitted(4, 10) Source(3, 2) + SourceIndex(0) name (a.constructor)
---
>>> return a;
1->^^^^^^^^
2 > ^^^^^^^^
1->
2 > }
1->Emitted(5, 9) Source(3, 1) + SourceIndex(0) name (a)
2 >Emitted(5, 17) Source(3, 2) + SourceIndex(0) name (a)
---
>>> })();
1 >^^^^
2 > ^
3 >
4 > ^^^^
5 > ^^^^^->
1 >
2 > }
3 >
4 > class a {
> public c;
> }
1 >Emitted(6, 5) Source(3, 1) + SourceIndex(0) name (a)
2 >Emitted(6, 6) Source(3, 2) + SourceIndex(0) name (a)
3 >Emitted(6, 6) Source(1, 1) + SourceIndex(0)
4 >Emitted(6, 10) Source(3, 2) + SourceIndex(0)
---
>>> return a;
1->^^^^
2 >
3 > ^^^^^^^
4 > ^
5 > ^
1->
>export = a;
2 >
3 > export =
4 > a
5 > ;
1->Emitted(7, 5) Source(4, 12) + SourceIndex(0)
2 >Emitted(7, 5) Source(4, 1) + SourceIndex(0)
3 >Emitted(7, 12) Source(4, 10) + SourceIndex(0)
4 >Emitted(7, 13) Source(4, 11) + SourceIndex(0)
5 >Emitted(7, 14) Source(4, 12) + SourceIndex(0)
---
>>>});
>>>//# sourceMappingURL=sourceMapValidationExportAssignment.js.map