1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
|
===================================================================
JsFile: sourceMapValidationDestructuringVariableStatementObjectBindingPattern4.js
mapUrl: sourceMapValidationDestructuringVariableStatementObjectBindingPattern4.js.map
sourceRoot:
sources: sourceMapValidationDestructuringVariableStatementObjectBindingPattern4.ts
===================================================================
-------------------------------------------------------------------
emittedFile:tests/cases/compiler/sourceMapValidationDestructuringVariableStatementObjectBindingPattern4.js
sourceFile:sourceMapValidationDestructuringVariableStatementObjectBindingPattern4.ts
-------------------------------------------------------------------
>>>var _a = { x: 20, y: "hi" }, _b = _a.x, x = _b === void 0 ? 500 : _b, y = _a.y;
1 >
2 >^^^^
3 > ^^^^^
4 > ^^
5 > ^
6 > ^^
7 > ^^
8 > ^^
9 > ^
10> ^^
11> ^^^^
12> ^^
13> ^^
14> ^^^^^^^^^
15> ^^
16> ^
17> ^^^^^^^^^^^^^^^^^^^
18> ^^^
19> ^^^^^
20> ^^
21> ^
22> ^^^^^^^
23> ^
24> ^^^^^^^^^^^^^^^^^^->
1 >var
2 >
3 > {x = 500,
> y} =
4 > {
5 > x
6 > :
7 > 20
8 > ,
9 > y
10> :
11> "hi"
12> }
13>
14> x = 500
15>
16> x
17> =
18> 500
19>
20> ,
>
21> y
22> } = { x: 20, y: "hi" }
23> ;
1 >Emitted(1, 1) Source(1, 5) + SourceIndex(0)
2 >Emitted(1, 5) Source(1, 5) + SourceIndex(0)
3 >Emitted(1, 10) Source(2, 11) + SourceIndex(0)
4 >Emitted(1, 12) Source(2, 13) + SourceIndex(0)
5 >Emitted(1, 13) Source(2, 14) + SourceIndex(0)
6 >Emitted(1, 15) Source(2, 16) + SourceIndex(0)
7 >Emitted(1, 17) Source(2, 18) + SourceIndex(0)
8 >Emitted(1, 19) Source(2, 20) + SourceIndex(0)
9 >Emitted(1, 20) Source(2, 21) + SourceIndex(0)
10>Emitted(1, 22) Source(2, 23) + SourceIndex(0)
11>Emitted(1, 26) Source(2, 27) + SourceIndex(0)
12>Emitted(1, 28) Source(2, 29) + SourceIndex(0)
13>Emitted(1, 30) Source(1, 6) + SourceIndex(0)
14>Emitted(1, 39) Source(1, 13) + SourceIndex(0)
15>Emitted(1, 41) Source(1, 6) + SourceIndex(0)
16>Emitted(1, 42) Source(1, 7) + SourceIndex(0)
17>Emitted(1, 61) Source(1, 10) + SourceIndex(0)
18>Emitted(1, 64) Source(1, 13) + SourceIndex(0)
19>Emitted(1, 69) Source(1, 13) + SourceIndex(0)
20>Emitted(1, 71) Source(2, 6) + SourceIndex(0)
21>Emitted(1, 72) Source(2, 7) + SourceIndex(0)
22>Emitted(1, 79) Source(2, 29) + SourceIndex(0)
23>Emitted(1, 80) Source(2, 30) + SourceIndex(0)
---
>>>//# sourceMappingURL=sourceMapValidationDestructuringVariableStatementObjectBindingPattern4.js.map
|