File: ES5For-of34.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 (184 lines) | stat: -rw-r--r-- 5,825 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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
===================================================================
JsFile: ES5For-of34.js
mapUrl: ES5For-of34.js.map
sourceRoot: 
sources: ES5For-of34.ts
===================================================================
-------------------------------------------------------------------
emittedFile:tests/cases/conformance/statements/for-ofStatements/ES5For-of34.js
sourceFile:ES5For-of34.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 e_1, _a;
>>>function foo() {
1 >
2 >^^^^^^^^^
3 >         ^^^
4 >            ^^^^^^^^^->
1 >
2 >function 
3 >         foo
1 >Emitted(12, 1) Source(1, 1) + SourceIndex(0)
2 >Emitted(12, 10) Source(1, 10) + SourceIndex(0)
3 >Emitted(12, 13) Source(1, 13) + SourceIndex(0)
---
>>>    return { x: 0 };
1->^^^^
2 >    ^^^^^^^
3 >           ^^
4 >             ^
5 >              ^^
6 >                ^
7 >                 ^^
8 >                   ^
1->() {
  >    
2 >    return 
3 >           { 
4 >             x
5 >              : 
6 >                0
7 >                  }
8 >                   ;
1->Emitted(13, 5) Source(2, 5) + SourceIndex(0)
2 >Emitted(13, 12) Source(2, 12) + SourceIndex(0)
3 >Emitted(13, 14) Source(2, 14) + SourceIndex(0)
4 >Emitted(13, 15) Source(2, 15) + SourceIndex(0)
5 >Emitted(13, 17) Source(2, 17) + SourceIndex(0)
6 >Emitted(13, 18) Source(2, 18) + SourceIndex(0)
7 >Emitted(13, 20) Source(2, 20) + SourceIndex(0)
8 >Emitted(13, 21) Source(2, 21) + SourceIndex(0)
---
>>>}
1 >
2 >^
3 > ^^^^^->
1 >
  >
2 >}
1 >Emitted(14, 1) Source(3, 1) + SourceIndex(0)
2 >Emitted(14, 2) Source(3, 2) + SourceIndex(0)
---
>>>try {
>>>    for (var _b = __values(['a', 'b', 'c']), _c = _b.next(); !_c.done; _c = _b.next()) {
1->^^^^
2 >    ^^^^^
3 >         ^^^^
4 >             ^^^^^
5 >                  ^^^^^^^^^
6 >                           ^
7 >                            ^^^
8 >                               ^^
9 >                                 ^^^
10>                                    ^^
11>                                      ^^^
12>                                         ^
13>                                          ^
14>                                           ^^^^^^^^^^^^^^^^
15>                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1->
  >
2 >    for (foo().x of 
3 >         
4 >             
5 >                  
6 >                           [
7 >                            'a'
8 >                               , 
9 >                                 'b'
10>                                    , 
11>                                      'c'
12>                                         ]
13>                                          
14>                                           
15>                                                           ) 
1->Emitted(16, 5) Source(4, 1) + SourceIndex(0)
2 >Emitted(16, 10) Source(4, 17) + SourceIndex(0)
3 >Emitted(16, 14) Source(4, 17) + SourceIndex(0)
4 >Emitted(16, 19) Source(4, 17) + SourceIndex(0)
5 >Emitted(16, 28) Source(4, 17) + SourceIndex(0)
6 >Emitted(16, 29) Source(4, 18) + SourceIndex(0)
7 >Emitted(16, 32) Source(4, 21) + SourceIndex(0)
8 >Emitted(16, 34) Source(4, 23) + SourceIndex(0)
9 >Emitted(16, 37) Source(4, 26) + SourceIndex(0)
10>Emitted(16, 39) Source(4, 28) + SourceIndex(0)
11>Emitted(16, 42) Source(4, 31) + SourceIndex(0)
12>Emitted(16, 43) Source(4, 32) + SourceIndex(0)
13>Emitted(16, 44) Source(4, 32) + SourceIndex(0)
14>Emitted(16, 60) Source(4, 32) + SourceIndex(0)
15>Emitted(16, 88) Source(4, 34) + SourceIndex(0)
---
>>>        foo().x = _c.value;
1 >^^^^^^^^
2 >        ^^^
3 >           ^^
4 >             ^
5 >              ^
6 >               ^^^^^^^^^^^
1 >
2 >        foo
3 >           ()
4 >             .
5 >              x
6 >               
1 >Emitted(17, 9) Source(4, 6) + SourceIndex(0)
2 >Emitted(17, 12) Source(4, 9) + SourceIndex(0)
3 >Emitted(17, 14) Source(4, 11) + SourceIndex(0)
4 >Emitted(17, 15) Source(4, 12) + SourceIndex(0)
5 >Emitted(17, 16) Source(4, 13) + SourceIndex(0)
6 >Emitted(17, 27) Source(4, 13) + SourceIndex(0)
---
>>>        var p = foo().x;
1 >^^^^^^^^
2 >        ^^^^
3 >            ^
4 >             ^^^
5 >                ^^^
6 >                   ^^
7 >                     ^
8 >                      ^
9 >                       ^
1 > of ['a', 'b', 'c']) {
  >    
2 >        var 
3 >            p
4 >              = 
5 >                foo
6 >                   ()
7 >                     .
8 >                      x
9 >                       ;
1 >Emitted(18, 9) Source(5, 5) + SourceIndex(0)
2 >Emitted(18, 13) Source(5, 9) + SourceIndex(0)
3 >Emitted(18, 14) Source(5, 10) + SourceIndex(0)
4 >Emitted(18, 17) Source(5, 13) + SourceIndex(0)
5 >Emitted(18, 20) Source(5, 16) + SourceIndex(0)
6 >Emitted(18, 22) Source(5, 18) + SourceIndex(0)
7 >Emitted(18, 23) Source(5, 19) + SourceIndex(0)
8 >Emitted(18, 24) Source(5, 20) + SourceIndex(0)
9 >Emitted(18, 25) Source(5, 21) + SourceIndex(0)
---
>>>    }
1 >^^^^^
1 >
  >}
1 >Emitted(19, 6) Source(6, 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-of34.js.map