File: sourceMapValidationWhile.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 (119 lines) | stat: -rw-r--r-- 2,890 bytes parent folder | download | duplicates (5)
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
===================================================================
JsFile: sourceMapValidationWhile.js
mapUrl: sourceMapValidationWhile.js.map
sourceRoot: 
sources: sourceMapValidationWhile.ts
===================================================================
-------------------------------------------------------------------
emittedFile:tests/cases/compiler/sourceMapValidationWhile.js
sourceFile:sourceMapValidationWhile.ts
-------------------------------------------------------------------
>>>var a = 10;
1 >
2 >^^^^
3 >    ^
4 >     ^^^
5 >        ^^
6 >          ^
7 >           ^^^^^^^->
1 >
2 >var 
3 >    a
4 >      = 
5 >        10
6 >          ;
1 >Emitted(1, 1) Source(1, 1) + SourceIndex(0)
2 >Emitted(1, 5) Source(1, 5) + SourceIndex(0)
3 >Emitted(1, 6) Source(1, 6) + SourceIndex(0)
4 >Emitted(1, 9) Source(1, 9) + SourceIndex(0)
5 >Emitted(1, 11) Source(1, 11) + SourceIndex(0)
6 >Emitted(1, 12) Source(1, 12) + SourceIndex(0)
---
>>>while (a == 10) {
1->
2 >^^^^^^^
3 >       ^
4 >        ^^^^
5 >            ^^
6 >              ^^
1->
  >
2 >while (
3 >       a
4 >         == 
5 >            10
6 >              ) 
1->Emitted(2, 1) Source(2, 1) + SourceIndex(0)
2 >Emitted(2, 8) Source(2, 8) + SourceIndex(0)
3 >Emitted(2, 9) Source(2, 9) + SourceIndex(0)
4 >Emitted(2, 13) Source(2, 13) + SourceIndex(0)
5 >Emitted(2, 15) Source(2, 15) + SourceIndex(0)
6 >Emitted(2, 17) Source(2, 17) + SourceIndex(0)
---
>>>    a++;
1 >^^^^
2 >    ^
3 >     ^^
4 >       ^
1 >{
  >    
2 >    a
3 >     ++
4 >       ;
1 >Emitted(3, 5) Source(3, 5) + SourceIndex(0)
2 >Emitted(3, 6) Source(3, 6) + SourceIndex(0)
3 >Emitted(3, 8) Source(3, 8) + SourceIndex(0)
4 >Emitted(3, 9) Source(3, 9) + SourceIndex(0)
---
>>>}
1 >^
2 > ^^^^^^^^^^^^^^^^^->
1 >
  >}
1 >Emitted(4, 2) Source(4, 2) + SourceIndex(0)
---
>>>while (a == 10) {
1->
2 >^^^^^^^
3 >       ^
4 >        ^^^^
5 >            ^^
6 >              ^^
1->
  >
2 >while (
3 >       a
4 >         == 
5 >            10
6 >              )
  >              
1->Emitted(5, 1) Source(5, 1) + SourceIndex(0)
2 >Emitted(5, 8) Source(5, 8) + SourceIndex(0)
3 >Emitted(5, 9) Source(5, 9) + SourceIndex(0)
4 >Emitted(5, 13) Source(5, 13) + SourceIndex(0)
5 >Emitted(5, 15) Source(5, 15) + SourceIndex(0)
6 >Emitted(5, 17) Source(6, 1) + SourceIndex(0)
---
>>>    a++;
1 >^^^^
2 >    ^
3 >     ^^
4 >       ^
1 >{
  >    
2 >    a
3 >     ++
4 >       ;
1 >Emitted(6, 5) Source(7, 5) + SourceIndex(0)
2 >Emitted(6, 6) Source(7, 6) + SourceIndex(0)
3 >Emitted(6, 8) Source(7, 8) + SourceIndex(0)
4 >Emitted(6, 9) Source(7, 9) + SourceIndex(0)
---
>>>}
1 >^
2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^->
1 >
  >}
1 >Emitted(7, 2) Source(8, 2) + SourceIndex(0)
---
>>>//# sourceMappingURL=sourceMapValidationWhile.js.map