|
29 | 29 | -------------------------------- |
30 | 30 | 8 >@ClassDecorator1 |
31 | 31 |
|
32 | | - ~ => Pos: (594 to 594) SpanInfo: {"start":632,"length":914} |
33 | | - >class Greeter { |
34 | | - > constructor( |
35 | | - > @ParameterDecorator1 |
36 | | - > @ParameterDecorator2(20) |
37 | | - > public greeting: string, |
38 | | - > |
39 | | - > @ParameterDecorator1 |
40 | | - > @ParameterDecorator2(30) |
41 | | - > ...b: string[]) { |
42 | | - > } |
43 | | - > |
44 | | - > @PropertyDecorator1 |
45 | | - > @PropertyDecorator2(40) |
46 | | - > greet() { |
47 | | - > return "<h1>" + this.greeting + "</h1>"; |
48 | | - > } |
49 | | - > |
50 | | - > @PropertyDecorator1 |
51 | | - > @PropertyDecorator2(50) |
52 | | - > private x: string; |
53 | | - > |
54 | | - > @PropertyDecorator1 |
55 | | - > @PropertyDecorator2(60) |
56 | | - > private static x1: number = 10; |
57 | | - > |
58 | | - > private fn( |
59 | | - > @ParameterDecorator1 |
60 | | - > @ParameterDecorator2(70) |
61 | | - > x: number) { |
62 | | - > return this.greeting; |
63 | | - > } |
64 | | - > |
65 | | - > @PropertyDecorator1 |
66 | | - > @PropertyDecorator2(80) |
67 | | - > get greetings() { |
68 | | - > return this.greeting; |
69 | | - > } |
70 | | - > |
71 | | - > set greetings( |
72 | | - > @ParameterDecorator1 |
73 | | - > @ParameterDecorator2(90) |
74 | | - > greetings: string) { |
75 | | - > this.greeting = greetings; |
76 | | - > } |
77 | | - >} |
78 | | - >:=> (line 10, col 0) to (line 54, col 1) |
79 | | -8 >@ClassDecorator1 |
80 | | - |
81 | | - ~~~~~~~~~~~~~~~~ => Pos: (595 to 610) SpanInfo: {"start":595,"length":36} |
82 | | - >ClassDecorator1 |
| 32 | + ~~~~~~~~~~~~~~~~~ => Pos: (594 to 610) SpanInfo: {"start":594,"length":37} |
| 33 | + >@ClassDecorator1 |
83 | 34 | >@ClassDecorator2(10) |
84 | | - >:=> (line 8, col 1) to (line 9, col 20) |
| 35 | + >:=> (line 8, col 0) to (line 9, col 20) |
85 | 36 | -------------------------------- |
86 | 37 | 9 >@ClassDecorator2(10) |
87 | 38 |
|
88 | | - ~~~~~~~~~~~~~~~~~~~~~ => Pos: (611 to 631) SpanInfo: {"start":595,"length":36} |
89 | | - >ClassDecorator1 |
| 39 | + ~~~~~~~~~~~~~~~~~~~~~ => Pos: (611 to 631) SpanInfo: {"start":594,"length":37} |
| 40 | + >@ClassDecorator1 |
90 | 41 | >@ClassDecorator2(10) |
91 | | - >:=> (line 8, col 1) to (line 9, col 20) |
| 42 | + >:=> (line 8, col 0) to (line 9, col 20) |
92 | 43 | -------------------------------- |
93 | 44 | 10 >class Greeter { |
94 | 45 |
|
|
148 | 99 | -------------------------------- |
149 | 100 | 12 > @ParameterDecorator1 |
150 | 101 |
|
151 | | - ~~~~~~~~~ => Pos: (665 to 673) SpanInfo: {"start":735,"length":23} |
152 | | - >public greeting: string |
153 | | - >:=> (line 14, col 8) to (line 14, col 31) |
154 | | -12 > @ParameterDecorator1 |
155 | | - |
156 | | - ~~~~~~~~~~~~~~~~~~~~ => Pos: (674 to 693) SpanInfo: {"start":674,"length":52} |
157 | | - >ParameterDecorator1 |
| 102 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (665 to 693) SpanInfo: {"start":673,"length":53} |
| 103 | + >@ParameterDecorator1 |
158 | 104 | > @ParameterDecorator2(20) |
159 | | - >:=> (line 12, col 9) to (line 13, col 32) |
| 105 | + >:=> (line 12, col 8) to (line 13, col 32) |
160 | 106 | -------------------------------- |
161 | 107 | 13 > @ParameterDecorator2(20) |
162 | 108 |
|
163 | | - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (694 to 726) SpanInfo: {"start":674,"length":52} |
164 | | - >ParameterDecorator1 |
| 109 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (694 to 726) SpanInfo: {"start":673,"length":53} |
| 110 | + >@ParameterDecorator1 |
165 | 111 | > @ParameterDecorator2(20) |
166 | | - >:=> (line 12, col 9) to (line 13, col 32) |
| 112 | + >:=> (line 12, col 8) to (line 13, col 32) |
167 | 113 | -------------------------------- |
168 | 114 | 14 > public greeting: string, |
169 | 115 |
|
|
177 | 123 | -------------------------------- |
178 | 124 | 16 > @ParameterDecorator1 |
179 | 125 |
|
180 | | - ~~~~~~~~~ => Pos: (761 to 769) SpanInfo: {"start":835,"length":14} |
181 | | - >...b: string[] |
182 | | - >:=> (line 18, col 12) to (line 18, col 26) |
183 | | -16 > @ParameterDecorator1 |
184 | | - |
185 | | - ~~~~~~~~~~~~~~~~~~~~ => Pos: (770 to 789) SpanInfo: {"start":770,"length":52} |
186 | | - >ParameterDecorator1 |
| 126 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (761 to 789) SpanInfo: {"start":769,"length":53} |
| 127 | + >@ParameterDecorator1 |
187 | 128 | > @ParameterDecorator2(30) |
188 | | - >:=> (line 16, col 9) to (line 17, col 32) |
| 129 | + >:=> (line 16, col 8) to (line 17, col 32) |
189 | 130 | -------------------------------- |
190 | 131 | 17 > @ParameterDecorator2(30) |
191 | 132 |
|
192 | | - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (790 to 822) SpanInfo: {"start":770,"length":52} |
193 | | - >ParameterDecorator1 |
| 133 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (790 to 822) SpanInfo: {"start":769,"length":53} |
| 134 | + >@ParameterDecorator1 |
194 | 135 | > @ParameterDecorator2(30) |
195 | | - >:=> (line 16, col 9) to (line 17, col 32) |
| 136 | + >:=> (line 16, col 8) to (line 17, col 32) |
196 | 137 | -------------------------------- |
197 | 138 | 18 > ...b: string[]) { |
198 | 139 |
|
|
217 | 158 | -------------------------------- |
218 | 159 | 21 > @PropertyDecorator1 |
219 | 160 |
|
220 | | - ~~~~~ => Pos: (860 to 864) SpanInfo: {"start":916,"length":64} |
221 | | - >greet() { |
222 | | - > return "<h1>" + this.greeting + "</h1>"; |
223 | | - > } |
224 | | - >:=> (line 23, col 4) to (line 25, col 5) |
225 | | -21 > @PropertyDecorator1 |
226 | | - |
227 | | - ~~~~~~~~~~~~~~~~~~~ => Pos: (865 to 883) SpanInfo: {"start":865,"length":46} |
228 | | - >PropertyDecorator1 |
| 161 | + ~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (860 to 883) SpanInfo: {"start":864,"length":47} |
| 162 | + >@PropertyDecorator1 |
229 | 163 | > @PropertyDecorator2(40) |
230 | | - >:=> (line 21, col 5) to (line 22, col 27) |
| 164 | + >:=> (line 21, col 4) to (line 22, col 27) |
231 | 165 | -------------------------------- |
232 | 166 | 22 > @PropertyDecorator2(40) |
233 | 167 |
|
234 | | - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (884 to 911) SpanInfo: {"start":865,"length":46} |
235 | | - >PropertyDecorator1 |
| 168 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (884 to 911) SpanInfo: {"start":864,"length":47} |
| 169 | + >@PropertyDecorator1 |
236 | 170 | > @PropertyDecorator2(40) |
237 | | - >:=> (line 21, col 5) to (line 22, col 27) |
| 171 | + >:=> (line 21, col 4) to (line 22, col 27) |
238 | 172 | -------------------------------- |
239 | 173 | 23 > greet() { |
240 | 174 |
|
|
267 | 201 | -------------------------------- |
268 | 202 | 27 > @PropertyDecorator1 |
269 | 203 |
|
270 | | - ~~~~~ => Pos: (982 to 986) SpanInfo: undefined |
271 | | -27 > @PropertyDecorator1 |
272 | | - |
273 | | - ~~~~~~~~~~~~~~~~~~~ => Pos: (987 to 1005) SpanInfo: {"start":987,"length":46} |
274 | | - >PropertyDecorator1 |
| 204 | + ~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (982 to 1005) SpanInfo: {"start":986,"length":47} |
| 205 | + >@PropertyDecorator1 |
275 | 206 | > @PropertyDecorator2(50) |
276 | | - >:=> (line 27, col 5) to (line 28, col 27) |
| 207 | + >:=> (line 27, col 4) to (line 28, col 27) |
277 | 208 | -------------------------------- |
278 | 209 | 28 > @PropertyDecorator2(50) |
279 | 210 |
|
280 | | - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (1006 to 1033) SpanInfo: {"start":987,"length":46} |
281 | | - >PropertyDecorator1 |
| 211 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (1006 to 1033) SpanInfo: {"start":986,"length":47} |
| 212 | + >@PropertyDecorator1 |
282 | 213 | > @PropertyDecorator2(50) |
283 | | - >:=> (line 27, col 5) to (line 28, col 27) |
| 214 | + >:=> (line 27, col 4) to (line 28, col 27) |
284 | 215 | -------------------------------- |
285 | 216 | 29 > private x: string; |
286 | 217 |
|
|
292 | 223 | -------------------------------- |
293 | 224 | 31 > @PropertyDecorator1 |
294 | 225 |
|
295 | | - ~~~~~ => Pos: (1058 to 1062) SpanInfo: {"start":1114,"length":31} |
296 | | - >private static x1: number = 10; |
297 | | - >:=> (line 33, col 4) to (line 33, col 35) |
298 | | -31 > @PropertyDecorator1 |
299 | | - |
300 | | - ~~~~~~~~~~~~~~~~~~~ => Pos: (1063 to 1081) SpanInfo: {"start":1063,"length":46} |
301 | | - >PropertyDecorator1 |
| 226 | + ~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (1058 to 1081) SpanInfo: {"start":1062,"length":47} |
| 227 | + >@PropertyDecorator1 |
302 | 228 | > @PropertyDecorator2(60) |
303 | | - >:=> (line 31, col 5) to (line 32, col 27) |
| 229 | + >:=> (line 31, col 4) to (line 32, col 27) |
304 | 230 | -------------------------------- |
305 | 231 | 32 > @PropertyDecorator2(60) |
306 | 232 |
|
307 | | - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (1082 to 1109) SpanInfo: {"start":1063,"length":46} |
308 | | - >PropertyDecorator1 |
| 233 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (1082 to 1109) SpanInfo: {"start":1062,"length":47} |
| 234 | + >@PropertyDecorator1 |
309 | 235 | > @PropertyDecorator2(60) |
310 | | - >:=> (line 31, col 5) to (line 32, col 27) |
| 236 | + >:=> (line 31, col 4) to (line 32, col 27) |
311 | 237 | -------------------------------- |
312 | 238 | 33 > private static x1: number = 10; |
313 | 239 |
|
|
332 | 258 | -------------------------------- |
333 | 259 | 36 > @ParameterDecorator1 |
334 | 260 |
|
335 | | - ~~~~~~~~~ => Pos: (1163 to 1171) SpanInfo: {"start":1254,"length":20} |
336 | | - >return this.greeting |
337 | | - >:=> (line 39, col 8) to (line 39, col 28) |
338 | | -36 > @ParameterDecorator1 |
339 | | - |
340 | | - ~~~~~~~~~~~~~~~~~~~~ => Pos: (1172 to 1191) SpanInfo: {"start":1172,"length":52} |
341 | | - >ParameterDecorator1 |
| 261 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (1163 to 1191) SpanInfo: {"start":1171,"length":53} |
| 262 | + >@ParameterDecorator1 |
342 | 263 | > @ParameterDecorator2(70) |
343 | | - >:=> (line 36, col 9) to (line 37, col 32) |
| 264 | + >:=> (line 36, col 8) to (line 37, col 32) |
344 | 265 | -------------------------------- |
345 | 266 | 37 > @ParameterDecorator2(70) |
346 | 267 |
|
347 | | - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (1192 to 1224) SpanInfo: {"start":1172,"length":52} |
348 | | - >ParameterDecorator1 |
| 268 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (1192 to 1224) SpanInfo: {"start":1171,"length":53} |
| 269 | + >@ParameterDecorator1 |
349 | 270 | > @ParameterDecorator2(70) |
350 | | - >:=> (line 36, col 9) to (line 37, col 32) |
| 271 | + >:=> (line 36, col 8) to (line 37, col 32) |
351 | 272 | -------------------------------- |
352 | 273 | 38 > x: number) { |
353 | 274 |
|
|
373 | 294 | -------------------------------- |
374 | 295 | 42 > @PropertyDecorator1 |
375 | 296 |
|
376 | | - ~~~~~ => Pos: (1283 to 1287) SpanInfo: {"start":1339,"length":53} |
377 | | - >get greetings() { |
378 | | - > return this.greeting; |
379 | | - > } |
380 | | - >:=> (line 44, col 4) to (line 46, col 5) |
381 | | -42 > @PropertyDecorator1 |
382 | | - |
383 | | - ~~~~~~~~~~~~~~~~~~~ => Pos: (1288 to 1306) SpanInfo: {"start":1288,"length":46} |
384 | | - >PropertyDecorator1 |
| 297 | + ~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (1283 to 1306) SpanInfo: {"start":1287,"length":47} |
| 298 | + >@PropertyDecorator1 |
385 | 299 | > @PropertyDecorator2(80) |
386 | | - >:=> (line 42, col 5) to (line 43, col 27) |
| 300 | + >:=> (line 42, col 4) to (line 43, col 27) |
387 | 301 | -------------------------------- |
388 | 302 | 43 > @PropertyDecorator2(80) |
389 | 303 |
|
390 | | - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (1307 to 1334) SpanInfo: {"start":1288,"length":46} |
391 | | - >PropertyDecorator1 |
| 304 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (1307 to 1334) SpanInfo: {"start":1287,"length":47} |
| 305 | + >@PropertyDecorator1 |
392 | 306 | > @PropertyDecorator2(80) |
393 | | - >:=> (line 42, col 5) to (line 43, col 27) |
| 307 | + >:=> (line 42, col 4) to (line 43, col 27) |
394 | 308 | -------------------------------- |
395 | 309 | 44 > get greetings() { |
396 | 310 |
|
|
434 | 348 | -------------------------------- |
435 | 349 | 49 > @ParameterDecorator1 |
436 | 350 |
|
437 | | - ~~~~~~~~~ => Pos: (1413 to 1421) SpanInfo: {"start":1512,"length":25} |
438 | | - >this.greeting = greetings |
439 | | - >:=> (line 52, col 8) to (line 52, col 33) |
440 | | -49 > @ParameterDecorator1 |
441 | | - |
442 | | - ~~~~~~~~~~~~~~~~~~~~ => Pos: (1422 to 1441) SpanInfo: {"start":1422,"length":52} |
443 | | - >ParameterDecorator1 |
| 351 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (1413 to 1441) SpanInfo: {"start":1421,"length":53} |
| 352 | + >@ParameterDecorator1 |
444 | 353 | > @ParameterDecorator2(90) |
445 | | - >:=> (line 49, col 9) to (line 50, col 32) |
| 354 | + >:=> (line 49, col 8) to (line 50, col 32) |
446 | 355 | -------------------------------- |
447 | 356 | 50 > @ParameterDecorator2(90) |
448 | 357 |
|
449 | | - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (1442 to 1474) SpanInfo: {"start":1422,"length":52} |
450 | | - >ParameterDecorator1 |
| 358 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (1442 to 1474) SpanInfo: {"start":1421,"length":53} |
| 359 | + >@ParameterDecorator1 |
451 | 360 | > @ParameterDecorator2(90) |
452 | | - >:=> (line 49, col 9) to (line 50, col 32) |
| 361 | + >:=> (line 49, col 8) to (line 50, col 32) |
453 | 362 | -------------------------------- |
454 | 363 | 51 > greetings: string) { |
455 | 364 |
|
|
0 commit comments