TypeScript/tests/baselines/reference/sourceMapValidationExportAssignmentCommonjs.sourcemap.txt
2014-07-12 17:30:19 -07:00

89 lines
2.4 KiB
Plaintext

===================================================================
JsFile: sourceMapValidationExportAssignmentCommonjs.js
mapUrl: sourceMapValidationExportAssignmentCommonjs.js.map
sourceRoot:
sources: sourceMapValidationExportAssignmentCommonjs.ts
===================================================================
-------------------------------------------------------------------
emittedFile:tests/cases/compiler/sourceMapValidationExportAssignmentCommonjs.js
sourceFile:sourceMapValidationExportAssignmentCommonjs.ts
-------------------------------------------------------------------
>>>var a = (function () {
1 >
2 >^^^^
3 > ^
4 > ^^^^^^^^^^^^^^->
1 >
2 >class
3 > a
1 >Emitted(1, 1) Source(1, 1) + SourceIndex(0)
2 >Emitted(1, 5) Source(1, 7) + SourceIndex(0)
3 >Emitted(1, 6) Source(1, 8) + SourceIndex(0)
---
>>> function a() {
1->^^^^
2 > ^^^^^^^^^
3 > ^
1->
2 > class
3 > a
1->Emitted(2, 5) Source(1, 1) + SourceIndex(0) name (a)
2 >Emitted(2, 14) Source(1, 7) + SourceIndex(0) name (a)
3 >Emitted(2, 15) Source(1, 8) + SourceIndex(0) name (a)
---
>>> }
1 >^^^^
2 > ^
3 > ^^^^^^^^^->
1 > {
> public c;
>
2 > }
1 >Emitted(3, 5) Source(3, 1) + SourceIndex(0) name (a.constructor)
2 >Emitted(3, 6) Source(3, 2) + SourceIndex(0) name (a.constructor)
---
>>> return a;
1->^^^^
2 > ^^^^^^^^
1->
2 > }
1->Emitted(4, 5) Source(3, 1) + SourceIndex(0) name (a)
2 >Emitted(4, 13) Source(3, 2) + SourceIndex(0) name (a)
---
>>>})();
1 >
2 >^
3 >
4 > ^^^^
5 > ^^^^^^^^^^^^^^^->
1 >
2 >}
3 >
4 > class a {
> public c;
> }
1 >Emitted(5, 1) Source(3, 1) + SourceIndex(0) name (a)
2 >Emitted(5, 2) Source(3, 2) + SourceIndex(0) name (a)
3 >Emitted(5, 2) Source(1, 1) + SourceIndex(0)
4 >Emitted(5, 6) Source(3, 2) + SourceIndex(0)
---
>>>module.exports = a;
1->
2 >
3 >^^^^^^^^^^^^^^^^^
4 > ^
5 > ^
6 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^->
1->
>export = a;
2 >
3 >export =
4 > a
5 > ;
1->Emitted(6, 1) Source(4, 12) + SourceIndex(0)
2 >Emitted(6, 1) Source(4, 1) + SourceIndex(0)
3 >Emitted(6, 18) Source(4, 10) + SourceIndex(0)
4 >Emitted(6, 19) Source(4, 11) + SourceIndex(0)
5 >Emitted(6, 20) Source(4, 12) + SourceIndex(0)
---
>>>//# sourceMappingURL=sourceMapValidationExportAssignmentCommonjs.js.map