File: outModuleConcatSystem.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 (166 lines) | stat: -rw-r--r-- 5,010 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
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
===================================================================
JsFile: all.js
mapUrl: all.js.map
sourceRoot: 
sources: tests/cases/compiler/ref/a.ts,tests/cases/compiler/b.ts
===================================================================
-------------------------------------------------------------------
emittedFile:all.js
sourceFile:tests/cases/compiler/ref/a.ts
-------------------------------------------------------------------
>>>var __extends = (this && this.__extends) || function (d, b) {
>>>    for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
>>>    function __() { this.constructor = d; }
>>>    d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
>>>};
>>>System.register("ref/a", [], function (exports_1, context_1) {
>>>    "use strict";
>>>    var __moduleName = context_1 && context_1.id;
>>>    var A;
>>>    return {
>>>        setters: [],
>>>        execute: function () {
>>>            A = (function () {
1 >^^^^^^^^^^^^
2 >            ^^^^^^^^^^^^^^^^^^^->
1 >
  >
1 >Emitted(13, 13) Source(2, 1) + SourceIndex(0)
---
>>>                function A() {
1->^^^^^^^^^^^^^^^^
2 >                ^^->
1->
1->Emitted(14, 17) Source(2, 1) + SourceIndex(0)
---
>>>                }
1->^^^^^^^^^^^^^^^^
2 >                ^
3 >                 ^^^^^^^^^->
1->export class A { 
2 >                }
1->Emitted(15, 17) Source(2, 18) + SourceIndex(0)
2 >Emitted(15, 18) Source(2, 19) + SourceIndex(0)
---
>>>                return A;
1->^^^^^^^^^^^^^^^^
2 >                ^^^^^^^^
1->
2 >                }
1->Emitted(16, 17) Source(2, 18) + SourceIndex(0)
2 >Emitted(16, 25) Source(2, 19) + SourceIndex(0)
---
>>>            }());
1 >^^^^^^^^^^^^
2 >            ^
3 >             
4 >             ^^^^
5 >                 ^^^^^^^^^^^^^^->
1 >
2 >            }
3 >             
4 >             export class A { }
1 >Emitted(17, 13) Source(2, 18) + SourceIndex(0)
2 >Emitted(17, 14) Source(2, 19) + SourceIndex(0)
3 >Emitted(17, 14) Source(2, 1) + SourceIndex(0)
4 >Emitted(17, 18) Source(2, 19) + SourceIndex(0)
---
>>>            exports_1("A", A);
>>>        }
1->^^^^^^^^
2 >        ^
1->
  >
2 >        
1->Emitted(19, 9) Source(3, 1) + SourceIndex(0)
2 >Emitted(19, 10) Source(3, 2) + SourceIndex(0)
---
-------------------------------------------------------------------
emittedFile:all.js
sourceFile:tests/cases/compiler/b.ts
-------------------------------------------------------------------
>>>    };
>>>});
>>>System.register("b", ["ref/a"], function (exports_2, context_2) {
>>>    "use strict";
>>>    var __moduleName = context_2 && context_2.id;
>>>    var a_1, B;
>>>    return {
>>>        setters: [
>>>            function (a_1_1) {
>>>                a_1 = a_1_1;
>>>            }
>>>        ],
>>>        execute: function () {
>>>            B = (function (_super) {
1 >^^^^^^^^^^^^
2 >            ^^^^^^^^^^^^^^^^^^^^^^^^^^->
1 >import {A} from "./ref/a";
  >
1 >Emitted(33, 13) Source(2, 1) + SourceIndex(1)
---
>>>                __extends(B, _super);
1->^^^^^^^^^^^^^^^^
2 >                ^^^^^^^^^^^^^^^^^^^^^
1->export class B extends 
2 >                A
1->Emitted(34, 17) Source(2, 24) + SourceIndex(1)
2 >Emitted(34, 38) Source(2, 25) + SourceIndex(1)
---
>>>                function B() {
1 >^^^^^^^^^^^^^^^^
2 >                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^->
1 >
1 >Emitted(35, 17) Source(2, 1) + SourceIndex(1)
---
>>>                    return _super !== null && _super.apply(this, arguments) || this;
>>>                }
1->^^^^^^^^^^^^^^^^
2 >                ^
3 >                 ^^^^^^^^^->
1->export class B extends A { 
2 >                }
1->Emitted(37, 17) Source(2, 28) + SourceIndex(1)
2 >Emitted(37, 18) Source(2, 29) + SourceIndex(1)
---
>>>                return B;
1->^^^^^^^^^^^^^^^^
2 >                ^^^^^^^^
1->
2 >                }
1->Emitted(38, 17) Source(2, 28) + SourceIndex(1)
2 >Emitted(38, 25) Source(2, 29) + SourceIndex(1)
---
>>>            }(a_1.A));
1 >^^^^^^^^^^^^
2 >            ^
3 >             
4 >             ^
5 >              ^^^^^
6 >                   ^^^
7 >                      ^^^^^^^^^->
1 >
2 >            }
3 >             
4 >             export class B extends 
5 >              A
6 >                    { }
1 >Emitted(39, 13) Source(2, 28) + SourceIndex(1)
2 >Emitted(39, 14) Source(2, 29) + SourceIndex(1)
3 >Emitted(39, 14) Source(2, 1) + SourceIndex(1)
4 >Emitted(39, 15) Source(2, 24) + SourceIndex(1)
5 >Emitted(39, 20) Source(2, 25) + SourceIndex(1)
6 >Emitted(39, 23) Source(2, 29) + SourceIndex(1)
---
>>>            exports_2("B", B);
>>>        }
1->^^^^^^^^
2 >        ^
1->
2 >        
1->Emitted(41, 9) Source(2, 29) + SourceIndex(1)
2 >Emitted(41, 10) Source(2, 30) + SourceIndex(1)
---
>>>    };
>>>});
>>>//# sourceMappingURL=all.js.map