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

52 lines
No EOL
1.5 KiB
Text

===================================================================
JsFile: sourceMapValidationFunctionPropertyAssignment.js
mapUrl: sourceMapValidationFunctionPropertyAssignment.js.map
sourceRoot:
sources: sourceMapValidationFunctionPropertyAssignment.ts
===================================================================
-------------------------------------------------------------------
emittedFile:tests/cases/compiler/sourceMapValidationFunctionPropertyAssignment.js
sourceFile:sourceMapValidationFunctionPropertyAssignment.ts
-------------------------------------------------------------------
>>>var x = {
1 >
2 >^^^^
3 > ^
4 > ^^^
5 > ^^^^^^^^^^^^^->
1 >
2 >var
3 > x
4 > =
1 >Emitted(1, 1) Source(1, 1) + SourceIndex(0)
2 >Emitted(1, 5) Source(1, 5) + SourceIndex(0)
3 >Emitted(1, 6) Source(1, 6) + SourceIndex(0)
4 >Emitted(1, 9) Source(1, 9) + SourceIndex(0)
---
>>> n: function () {
1->^^^^
2 > ^
3 > ^->
1->{
2 > n
1->Emitted(2, 5) Source(1, 11) + SourceIndex(0)
2 >Emitted(2, 6) Source(1, 12) + SourceIndex(0)
---
>>> }
1->^^^^
2 > ^
1->() {
2 > }
1->Emitted(3, 5) Source(1, 17) + SourceIndex(0) name (n)
2 >Emitted(3, 6) Source(1, 18) + SourceIndex(0) name (n)
---
>>>};
1 >^
2 > ^
3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^->
1 > }
2 > ;
1 >Emitted(4, 2) Source(1, 20) + SourceIndex(0)
2 >Emitted(4, 3) Source(1, 21) + SourceIndex(0)
---
>>>//# sourceMappingURL=sourceMapValidationFunctionPropertyAssignment.js.map