File: ES5For-of36.sourcemap.txt

package info (click to toggle)
node-typescript 3.3.3333-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 324,548 kB
  • sloc: makefile: 6; sh: 3
file content (155 lines) | stat: -rw-r--r-- 6,020 bytes parent folder | download
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
===================================================================
JsFile: ES5For-of36.js
mapUrl: ES5For-of36.js.map
sourceRoot: 
sources: ES5For-of36.ts
===================================================================
-------------------------------------------------------------------
emittedFile:tests/cases/conformance/statements/for-ofStatements/ES5For-of36.js
sourceFile:ES5For-of36.ts
-------------------------------------------------------------------
>>>var __values = (this && this.__values) || function (o) {
>>>    var m = typeof Symbol === "function" && o[Symbol.iterator], i = 0;
>>>    if (m) return m.call(o);
>>>    return {
>>>        next: function () {
>>>            if (o && i >= o.length) o = void 0;
>>>            return { value: o && o[i++], done: !o };
>>>        }
>>>    };
>>>};
>>>var __read = (this && this.__read) || function (o, n) {
>>>    var m = typeof Symbol === "function" && o[Symbol.iterator];
>>>    if (!m) return o;
>>>    var i = m.call(o), r, ar = [], e;
>>>    try {
>>>        while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
>>>    }
>>>    catch (error) { e = { error: error }; }
>>>    finally {
>>>        try {
>>>            if (r && !r.done && (m = i["return"])) m.call(i);
>>>        }
>>>        finally { if (e) throw e.error; }
>>>    }
>>>    return ar;
>>>};
>>>var e_1, _a;
>>>try {
>>>    for (var _b = __values([2, 3]), _c = _b.next(); !_c.done; _c = _b.next()) {
1 >^^^^
2 >    ^^^^^
3 >         ^^^^
4 >             ^^^^^
5 >                  ^^^^^^^^^
6 >                           ^
7 >                            ^
8 >                             ^^
9 >                               ^
10>                                ^
11>                                 ^
12>                                  ^^^^^^^^^^^^^^^^
13>                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14>                                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^->
1 >
2 >    for (let [a = 0, b = 1] of 
3 >         
4 >             
5 >                  
6 >                           [
7 >                            2
8 >                             , 
9 >                               3
10>                                ]
11>                                 
12>                                  
13>                                                  ) 
1 >Emitted(29, 5) Source(1, 1) + SourceIndex(0)
2 >Emitted(29, 10) Source(1, 28) + SourceIndex(0)
3 >Emitted(29, 14) Source(1, 28) + SourceIndex(0)
4 >Emitted(29, 19) Source(1, 28) + SourceIndex(0)
5 >Emitted(29, 28) Source(1, 28) + SourceIndex(0)
6 >Emitted(29, 29) Source(1, 29) + SourceIndex(0)
7 >Emitted(29, 30) Source(1, 30) + SourceIndex(0)
8 >Emitted(29, 32) Source(1, 32) + SourceIndex(0)
9 >Emitted(29, 33) Source(1, 33) + SourceIndex(0)
10>Emitted(29, 34) Source(1, 34) + SourceIndex(0)
11>Emitted(29, 35) Source(1, 34) + SourceIndex(0)
12>Emitted(29, 51) Source(1, 34) + SourceIndex(0)
13>Emitted(29, 79) Source(1, 36) + SourceIndex(0)
---
>>>        var _d = __read(_c.value, 2), _e = _d[0], a = _e === void 0 ? 0 : _e, _f = _d[1], b = _f === void 0 ? 1 : _f;
1->^^^^^^^^
2 >        ^^^^
3 >            ^^^^^^^^^^^^^^^^^^^^^^^^
4 >                                    ^^
5 >                                      ^^^^^^^^^^
6 >                                                ^^
7 >                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
8 >                                                                            ^^
9 >                                                                              ^^^^^^^^^^
10>                                                                                        ^^
11>                                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
1->
2 >        
3 >            [a = 0, b = 1]
4 >                                    
5 >                                      a = 0
6 >                                                
7 >                                                  a = 0
8 >                                                                            , 
9 >                                                                              b = 1
10>                                                                                        
11>                                                                                          b = 1
1->Emitted(30, 9) Source(1, 10) + SourceIndex(0)
2 >Emitted(30, 13) Source(1, 10) + SourceIndex(0)
3 >Emitted(30, 37) Source(1, 24) + SourceIndex(0)
4 >Emitted(30, 39) Source(1, 11) + SourceIndex(0)
5 >Emitted(30, 49) Source(1, 16) + SourceIndex(0)
6 >Emitted(30, 51) Source(1, 11) + SourceIndex(0)
7 >Emitted(30, 77) Source(1, 16) + SourceIndex(0)
8 >Emitted(30, 79) Source(1, 18) + SourceIndex(0)
9 >Emitted(30, 89) Source(1, 23) + SourceIndex(0)
10>Emitted(30, 91) Source(1, 18) + SourceIndex(0)
11>Emitted(30, 117) Source(1, 23) + SourceIndex(0)
---
>>>        a;
1 >^^^^^^^^
2 >        ^
3 >         ^
4 >          ^->
1 >] of [2, 3]) {
  >    
2 >        a
3 >         ;
1 >Emitted(31, 9) Source(2, 5) + SourceIndex(0)
2 >Emitted(31, 10) Source(2, 6) + SourceIndex(0)
3 >Emitted(31, 11) Source(2, 7) + SourceIndex(0)
---
>>>        b;
1->^^^^^^^^
2 >        ^
3 >         ^
1->
  >    
2 >        b
3 >         ;
1->Emitted(32, 9) Source(3, 5) + SourceIndex(0)
2 >Emitted(32, 10) Source(3, 6) + SourceIndex(0)
3 >Emitted(32, 11) Source(3, 7) + SourceIndex(0)
---
>>>    }
1 >^^^^^
1 >
  >}
1 >Emitted(33, 6) Source(4, 2) + SourceIndex(0)
---
>>>}
>>>catch (e_1_1) { e_1 = { error: e_1_1 }; }
>>>finally {
>>>    try {
>>>        if (_c && !_c.done && (_a = _b["return"])) _a.call(_b);
>>>    }
>>>    finally { if (e_1) throw e_1.error; }
>>>}
>>>//# sourceMappingURL=ES5For-of36.js.map