File: computedPropertyNamesSourceMap1_ES6.sourcemap.txt

package info (click to toggle)
node-typescript 2.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 203,952 kB
  • ctags: 52,987
  • sloc: sh: 11; makefile: 5
file content (107 lines) | stat: -rw-r--r-- 2,807 bytes parent folder | download | duplicates (2)
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
===================================================================
JsFile: computedPropertyNamesSourceMap1_ES6.js
mapUrl: computedPropertyNamesSourceMap1_ES6.js.map
sourceRoot: 
sources: computedPropertyNamesSourceMap1_ES6.ts
===================================================================
-------------------------------------------------------------------
emittedFile:tests/cases/conformance/es6/computedProperties/computedPropertyNamesSourceMap1_ES6.js
sourceFile:computedPropertyNamesSourceMap1_ES6.ts
-------------------------------------------------------------------
>>>class C {
1 >
2 >^^^^^^^^^^^^^^^^^^->
1 >
1 >Emitted(1, 1) Source(1, 1) + SourceIndex(0)
---
>>>    ["hello"]() {
1->^^^^
2 >    ^
3 >     ^^^^^^^
4 >            ^
5 >             ^^^^^->
1->class C {
  >    
2 >    [
3 >     "hello"
4 >            ]
1->Emitted(2, 5) Source(2, 5) + SourceIndex(0)
2 >Emitted(2, 6) Source(2, 6) + SourceIndex(0)
3 >Emitted(2, 13) Source(2, 13) + SourceIndex(0)
4 >Emitted(2, 14) Source(2, 14) + SourceIndex(0)
---
>>>        debugger;
1->^^^^^^^^
2 >        ^^^^^^^^
3 >                ^
1->() {
  >        
2 >        debugger
3 >                ;
1->Emitted(3, 9) Source(3, 9) + SourceIndex(0)
2 >Emitted(3, 17) Source(3, 17) + SourceIndex(0)
3 >Emitted(3, 18) Source(3, 18) + SourceIndex(0)
---
>>>    }
1 >^^^^
2 >    ^
3 >     ^^^^^^^^^^^^^^^^^^^->
1 >
  >	
2 >    }
1 >Emitted(4, 5) Source(4, 2) + SourceIndex(0)
2 >Emitted(4, 6) Source(4, 3) + SourceIndex(0)
---
>>>    get ["goodbye"]() {
1->^^^^
2 >    ^^^^
3 >        ^
4 >         ^^^^^^^^^
5 >                  ^
1->
  >	
2 >    get 
3 >        [
4 >         "goodbye"
5 >                  ]
1->Emitted(5, 5) Source(5, 2) + SourceIndex(0)
2 >Emitted(5, 9) Source(5, 6) + SourceIndex(0)
3 >Emitted(5, 10) Source(5, 7) + SourceIndex(0)
4 >Emitted(5, 19) Source(5, 16) + SourceIndex(0)
5 >Emitted(5, 20) Source(5, 17) + SourceIndex(0)
---
>>>        return 0;
1 >^^^^^^^^
2 >        ^^^^^^
3 >              ^
4 >               ^
5 >                ^
1 >() {
  >		
2 >        return
3 >               
4 >               0
5 >                ;
1 >Emitted(6, 9) Source(6, 3) + SourceIndex(0)
2 >Emitted(6, 15) Source(6, 9) + SourceIndex(0)
3 >Emitted(6, 16) Source(6, 10) + SourceIndex(0)
4 >Emitted(6, 17) Source(6, 11) + SourceIndex(0)
5 >Emitted(6, 18) Source(6, 12) + SourceIndex(0)
---
>>>    }
1 >^^^^
2 >    ^
1 >
  >	
2 >    }
1 >Emitted(7, 5) Source(7, 2) + SourceIndex(0)
2 >Emitted(7, 6) Source(7, 3) + SourceIndex(0)
---
>>>}
1 >^
2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^->
1 >
  >}
1 >Emitted(8, 2) Source(8, 2) + SourceIndex(0)
---
>>>//# sourceMappingURL=computedPropertyNamesSourceMap1_ES6.js.map