@teambit/tracker 1.0.257 → 1.0.259
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<testsuites tests="0" failures="0" errors="0" skipped="0">
|
|
3
|
-
<testsuite name="teambit.component/tracker@1.0.
|
|
3
|
+
<testsuite name="teambit.component/tracker@1.0.259" tests="0" failures="0" errors="0" skipped="0"/>
|
|
4
4
|
</testsuites>
|
package/artifacts/schema.json
CHANGED
|
@@ -14,462 +14,471 @@
|
|
|
14
14
|
},
|
|
15
15
|
"exports": [
|
|
16
16
|
{
|
|
17
|
-
"__schema": "
|
|
17
|
+
"__schema": "ExportSchema",
|
|
18
18
|
"location": {
|
|
19
|
-
"filePath": "
|
|
20
|
-
"line":
|
|
21
|
-
"character":
|
|
19
|
+
"filePath": "index.ts",
|
|
20
|
+
"line": 3,
|
|
21
|
+
"character": 15
|
|
22
22
|
},
|
|
23
|
-
"signature": "class TrackerMain",
|
|
24
23
|
"name": "TrackerMain",
|
|
25
|
-
"
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
"
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
"
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
24
|
+
"exportNode": {
|
|
25
|
+
"__schema": "ClassSchema",
|
|
26
|
+
"location": {
|
|
27
|
+
"filePath": "tracker.main.runtime.ts",
|
|
28
|
+
"line": 22,
|
|
29
|
+
"character": 1
|
|
30
|
+
},
|
|
31
|
+
"signature": "class TrackerMain",
|
|
32
|
+
"name": "TrackerMain",
|
|
33
|
+
"members": [
|
|
34
|
+
{
|
|
35
|
+
"__schema": "ConstructorSchema",
|
|
36
|
+
"location": {
|
|
37
|
+
"filePath": "tracker.main.runtime.ts",
|
|
38
|
+
"line": 23,
|
|
39
|
+
"character": 3
|
|
40
|
+
},
|
|
41
|
+
"signature": "constructor TrackerMain(workspace: Workspace, logger: Logger): TrackerMain",
|
|
42
|
+
"name": "constructor",
|
|
43
|
+
"params": [
|
|
44
|
+
{
|
|
45
|
+
"__schema": "ParameterSchema",
|
|
46
46
|
"location": {
|
|
47
47
|
"filePath": "tracker.main.runtime.ts",
|
|
48
48
|
"line": 23,
|
|
49
|
-
"character":
|
|
49
|
+
"character": 15
|
|
50
50
|
},
|
|
51
|
-
"name": "
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
"
|
|
51
|
+
"name": "workspace",
|
|
52
|
+
"type": {
|
|
53
|
+
"__schema": "TypeRefSchema",
|
|
54
|
+
"location": {
|
|
55
|
+
"filePath": "tracker.main.runtime.ts",
|
|
56
|
+
"line": 23,
|
|
57
|
+
"character": 34
|
|
58
|
+
},
|
|
59
|
+
"name": "Workspace",
|
|
60
|
+
"componentId": {
|
|
61
|
+
"scope": "teambit.workspace",
|
|
62
|
+
"name": "workspace"
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
"isOptional": false,
|
|
66
|
+
"isSpread": false
|
|
66
67
|
},
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
"__schema": "TypeRefSchema",
|
|
68
|
+
{
|
|
69
|
+
"__schema": "ParameterSchema",
|
|
70
70
|
"location": {
|
|
71
71
|
"filePath": "tracker.main.runtime.ts",
|
|
72
72
|
"line": 23,
|
|
73
|
-
"character":
|
|
73
|
+
"character": 45
|
|
74
74
|
},
|
|
75
|
-
"name": "
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
|
|
75
|
+
"name": "logger",
|
|
76
|
+
"type": {
|
|
77
|
+
"__schema": "TypeRefSchema",
|
|
78
|
+
"location": {
|
|
79
|
+
"filePath": "tracker.main.runtime.ts",
|
|
80
|
+
"line": 23,
|
|
81
|
+
"character": 61
|
|
82
|
+
},
|
|
83
|
+
"name": "Logger",
|
|
84
|
+
"componentId": {
|
|
85
|
+
"scope": "teambit.harmony",
|
|
86
|
+
"name": "logger"
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
"isOptional": false,
|
|
90
|
+
"isSpread": false
|
|
91
|
+
}
|
|
92
|
+
],
|
|
93
|
+
"returnType": {
|
|
94
|
+
"__schema": "ThisTypeSchema",
|
|
95
|
+
"location": {
|
|
96
|
+
"filePath": "tracker.main.runtime.ts",
|
|
97
|
+
"line": 22,
|
|
98
|
+
"character": 1
|
|
80
99
|
},
|
|
81
|
-
"
|
|
82
|
-
"isSpread": false
|
|
83
|
-
}
|
|
84
|
-
],
|
|
85
|
-
"returnType": {
|
|
86
|
-
"__schema": "ThisTypeSchema",
|
|
87
|
-
"location": {
|
|
88
|
-
"filePath": "tracker.main.runtime.ts",
|
|
89
|
-
"line": 22,
|
|
90
|
-
"character": 1
|
|
100
|
+
"name": "TrackerMain"
|
|
91
101
|
},
|
|
92
|
-
"
|
|
93
|
-
},
|
|
94
|
-
"modifiers": []
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"__schema": "FunctionLikeSchema",
|
|
98
|
-
"location": {
|
|
99
|
-
"filePath": "tracker.main.runtime.ts",
|
|
100
|
-
"line": 30,
|
|
101
|
-
"character": 3
|
|
102
|
+
"modifiers": []
|
|
102
103
|
},
|
|
103
|
-
|
|
104
|
-
"__schema": "
|
|
104
|
+
{
|
|
105
|
+
"__schema": "FunctionLikeSchema",
|
|
105
106
|
"location": {
|
|
106
107
|
"filePath": "tracker.main.runtime.ts",
|
|
107
|
-
"line":
|
|
108
|
+
"line": 30,
|
|
108
109
|
"character": 3
|
|
109
110
|
},
|
|
110
|
-
"
|
|
111
|
-
|
|
112
|
-
},
|
|
113
|
-
"signature": "(method) TrackerMain.track(trackData: TrackData): Promise<TrackResult>",
|
|
114
|
-
"name": "track",
|
|
115
|
-
"params": [
|
|
116
|
-
{
|
|
117
|
-
"__schema": "ParameterSchema",
|
|
111
|
+
"doc": {
|
|
112
|
+
"__schema": "DocSchema",
|
|
118
113
|
"location": {
|
|
119
114
|
"filePath": "tracker.main.runtime.ts",
|
|
120
|
-
"line":
|
|
121
|
-
"character":
|
|
122
|
-
},
|
|
123
|
-
"name": "trackData",
|
|
124
|
-
"type": {
|
|
125
|
-
"__schema": "TypeRefSchema",
|
|
126
|
-
"location": {
|
|
127
|
-
"filePath": "tracker.main.runtime.ts",
|
|
128
|
-
"line": 30,
|
|
129
|
-
"character": 26
|
|
130
|
-
},
|
|
131
|
-
"name": "TrackData",
|
|
132
|
-
"internalFilePath": "tracker.main.runtime.ts"
|
|
115
|
+
"line": 25,
|
|
116
|
+
"character": 3
|
|
133
117
|
},
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
}
|
|
137
|
-
],
|
|
138
|
-
"returnType": {
|
|
139
|
-
"__schema": "TypeRefSchema",
|
|
140
|
-
"location": {
|
|
141
|
-
"filePath": "tracker.main.runtime.ts",
|
|
142
|
-
"line": 30,
|
|
143
|
-
"character": 38
|
|
118
|
+
"raw": "/**\n * add a new component to the .bitmap file.\n * this method only adds the records in memory but doesn't persist to the filesystem.\n * to write the .bitmap file once completed, run \"await this.bitMap.write();\"\n */",
|
|
119
|
+
"comment": "add a new component to the .bitmap file.\nthis method only adds the records in memory but doesn't persist to the filesystem.\nto write the .bitmap file once completed, run \"await this.bitMap.write();\""
|
|
144
120
|
},
|
|
145
|
-
"
|
|
146
|
-
"
|
|
121
|
+
"signature": "(method) TrackerMain.track(trackData: TrackData): Promise<TrackResult>",
|
|
122
|
+
"name": "track",
|
|
123
|
+
"params": [
|
|
147
124
|
{
|
|
148
|
-
"__schema": "
|
|
125
|
+
"__schema": "ParameterSchema",
|
|
149
126
|
"location": {
|
|
150
127
|
"filePath": "tracker.main.runtime.ts",
|
|
151
128
|
"line": 30,
|
|
152
|
-
"character":
|
|
129
|
+
"character": 15
|
|
130
|
+
},
|
|
131
|
+
"name": "trackData",
|
|
132
|
+
"type": {
|
|
133
|
+
"__schema": "TypeRefSchema",
|
|
134
|
+
"location": {
|
|
135
|
+
"filePath": "tracker.main.runtime.ts",
|
|
136
|
+
"line": 30,
|
|
137
|
+
"character": 26
|
|
138
|
+
},
|
|
139
|
+
"name": "TrackData",
|
|
140
|
+
"internalFilePath": "tracker.main.runtime.ts"
|
|
153
141
|
},
|
|
154
|
-
"
|
|
155
|
-
"
|
|
142
|
+
"isOptional": false,
|
|
143
|
+
"isSpread": false
|
|
156
144
|
}
|
|
157
|
-
]
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
"async"
|
|
161
|
-
]
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
"__schema": "FunctionLikeSchema",
|
|
165
|
-
"location": {
|
|
166
|
-
"filePath": "tracker.main.runtime.ts",
|
|
167
|
-
"line": 52,
|
|
168
|
-
"character": 3
|
|
169
|
-
},
|
|
170
|
-
"signature": "(method) TrackerMain.addForCLI(addProps: AddProps): Promise<AddActionResults>",
|
|
171
|
-
"name": "addForCLI",
|
|
172
|
-
"params": [
|
|
173
|
-
{
|
|
174
|
-
"__schema": "ParameterSchema",
|
|
145
|
+
],
|
|
146
|
+
"returnType": {
|
|
147
|
+
"__schema": "TypeRefSchema",
|
|
175
148
|
"location": {
|
|
176
149
|
"filePath": "tracker.main.runtime.ts",
|
|
177
|
-
"line":
|
|
178
|
-
"character":
|
|
179
|
-
},
|
|
180
|
-
"name": "addProps",
|
|
181
|
-
"type": {
|
|
182
|
-
"__schema": "TypeRefSchema",
|
|
183
|
-
"location": {
|
|
184
|
-
"filePath": "tracker.main.runtime.ts",
|
|
185
|
-
"line": 52,
|
|
186
|
-
"character": 29
|
|
187
|
-
},
|
|
188
|
-
"name": "AddProps",
|
|
189
|
-
"internalFilePath": "add-components.ts"
|
|
150
|
+
"line": 30,
|
|
151
|
+
"character": 38
|
|
190
152
|
},
|
|
191
|
-
"
|
|
192
|
-
"
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
153
|
+
"name": "Promise",
|
|
154
|
+
"typeArgs": [
|
|
155
|
+
{
|
|
156
|
+
"__schema": "TypeRefSchema",
|
|
157
|
+
"location": {
|
|
158
|
+
"filePath": "tracker.main.runtime.ts",
|
|
159
|
+
"line": 30,
|
|
160
|
+
"character": 46
|
|
161
|
+
},
|
|
162
|
+
"name": "TrackResult",
|
|
163
|
+
"internalFilePath": "tracker.main.runtime.ts"
|
|
164
|
+
}
|
|
165
|
+
]
|
|
166
|
+
},
|
|
167
|
+
"modifiers": [
|
|
168
|
+
"async"
|
|
169
|
+
]
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"__schema": "FunctionLikeSchema",
|
|
197
173
|
"location": {
|
|
198
174
|
"filePath": "tracker.main.runtime.ts",
|
|
199
175
|
"line": 52,
|
|
200
|
-
"character":
|
|
176
|
+
"character": 3
|
|
201
177
|
},
|
|
202
|
-
"
|
|
203
|
-
"
|
|
178
|
+
"signature": "(method) TrackerMain.addForCLI(addProps: AddProps): Promise<AddActionResults>",
|
|
179
|
+
"name": "addForCLI",
|
|
180
|
+
"params": [
|
|
204
181
|
{
|
|
205
|
-
"__schema": "
|
|
182
|
+
"__schema": "ParameterSchema",
|
|
206
183
|
"location": {
|
|
207
184
|
"filePath": "tracker.main.runtime.ts",
|
|
208
185
|
"line": 52,
|
|
209
|
-
"character":
|
|
186
|
+
"character": 19
|
|
210
187
|
},
|
|
211
|
-
"name": "
|
|
212
|
-
"
|
|
188
|
+
"name": "addProps",
|
|
189
|
+
"type": {
|
|
190
|
+
"__schema": "TypeRefSchema",
|
|
191
|
+
"location": {
|
|
192
|
+
"filePath": "tracker.main.runtime.ts",
|
|
193
|
+
"line": 52,
|
|
194
|
+
"character": 29
|
|
195
|
+
},
|
|
196
|
+
"name": "AddProps",
|
|
197
|
+
"internalFilePath": "add-components.ts"
|
|
198
|
+
},
|
|
199
|
+
"isOptional": false,
|
|
200
|
+
"isSpread": false
|
|
213
201
|
}
|
|
214
|
-
]
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
"async"
|
|
218
|
-
]
|
|
219
|
-
},
|
|
220
|
-
{
|
|
221
|
-
"__schema": "FunctionLikeSchema",
|
|
222
|
-
"location": {
|
|
223
|
-
"filePath": "tracker.main.runtime.ts",
|
|
224
|
-
"line": 68,
|
|
225
|
-
"character": 3
|
|
226
|
-
},
|
|
227
|
-
"signature": "(method) TrackerMain.addEnvToConfig(env: string, config: {\n [aspectName: string]: any;\n}): Promise<void>",
|
|
228
|
-
"name": "addEnvToConfig",
|
|
229
|
-
"params": [
|
|
230
|
-
{
|
|
231
|
-
"__schema": "ParameterSchema",
|
|
202
|
+
],
|
|
203
|
+
"returnType": {
|
|
204
|
+
"__schema": "TypeRefSchema",
|
|
232
205
|
"location": {
|
|
233
206
|
"filePath": "tracker.main.runtime.ts",
|
|
234
|
-
"line":
|
|
235
|
-
"character":
|
|
207
|
+
"line": 52,
|
|
208
|
+
"character": 40
|
|
236
209
|
},
|
|
237
|
-
"name": "
|
|
238
|
-
"
|
|
239
|
-
|
|
210
|
+
"name": "Promise",
|
|
211
|
+
"typeArgs": [
|
|
212
|
+
{
|
|
213
|
+
"__schema": "TypeRefSchema",
|
|
214
|
+
"location": {
|
|
215
|
+
"filePath": "tracker.main.runtime.ts",
|
|
216
|
+
"line": 52,
|
|
217
|
+
"character": 48
|
|
218
|
+
},
|
|
219
|
+
"name": "AddActionResults",
|
|
220
|
+
"internalFilePath": "add-components.ts"
|
|
221
|
+
}
|
|
222
|
+
]
|
|
223
|
+
},
|
|
224
|
+
"modifiers": [
|
|
225
|
+
"async"
|
|
226
|
+
]
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"__schema": "FunctionLikeSchema",
|
|
230
|
+
"location": {
|
|
231
|
+
"filePath": "tracker.main.runtime.ts",
|
|
232
|
+
"line": 68,
|
|
233
|
+
"character": 3
|
|
234
|
+
},
|
|
235
|
+
"signature": "(method) TrackerMain.addEnvToConfig(env: string, config: {\n [aspectName: string]: any;\n}): Promise<void>",
|
|
236
|
+
"name": "addEnvToConfig",
|
|
237
|
+
"params": [
|
|
238
|
+
{
|
|
239
|
+
"__schema": "ParameterSchema",
|
|
240
240
|
"location": {
|
|
241
241
|
"filePath": "tracker.main.runtime.ts",
|
|
242
242
|
"line": 68,
|
|
243
|
-
"character":
|
|
243
|
+
"character": 24
|
|
244
244
|
},
|
|
245
|
-
"name": "
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
"
|
|
245
|
+
"name": "env",
|
|
246
|
+
"type": {
|
|
247
|
+
"__schema": "KeywordTypeSchema",
|
|
248
|
+
"location": {
|
|
249
|
+
"filePath": "tracker.main.runtime.ts",
|
|
250
|
+
"line": 68,
|
|
251
|
+
"character": 29
|
|
252
|
+
},
|
|
253
|
+
"name": "string"
|
|
254
|
+
},
|
|
255
|
+
"isOptional": false,
|
|
256
|
+
"isSpread": false
|
|
256
257
|
},
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
"__schema": "TypeLiteralSchema",
|
|
258
|
+
{
|
|
259
|
+
"__schema": "ParameterSchema",
|
|
260
260
|
"location": {
|
|
261
261
|
"filePath": "tracker.main.runtime.ts",
|
|
262
262
|
"line": 68,
|
|
263
|
-
"character":
|
|
263
|
+
"character": 37
|
|
264
264
|
},
|
|
265
|
-
"
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
265
|
+
"name": "config",
|
|
266
|
+
"type": {
|
|
267
|
+
"__schema": "TypeLiteralSchema",
|
|
268
|
+
"location": {
|
|
269
|
+
"filePath": "tracker.main.runtime.ts",
|
|
270
|
+
"line": 68,
|
|
271
|
+
"character": 45
|
|
272
|
+
},
|
|
273
|
+
"members": [
|
|
274
|
+
{
|
|
275
|
+
"__schema": "IndexSignatureSchema",
|
|
275
276
|
"location": {
|
|
276
277
|
"filePath": "tracker.main.runtime.ts",
|
|
277
278
|
"line": 68,
|
|
278
|
-
"character":
|
|
279
|
+
"character": 47
|
|
279
280
|
},
|
|
280
|
-
"
|
|
281
|
-
|
|
282
|
-
"__schema": "KeywordTypeSchema",
|
|
281
|
+
"keyType": {
|
|
282
|
+
"__schema": "ParameterSchema",
|
|
283
283
|
"location": {
|
|
284
284
|
"filePath": "tracker.main.runtime.ts",
|
|
285
285
|
"line": 68,
|
|
286
|
-
"character":
|
|
286
|
+
"character": 48
|
|
287
287
|
},
|
|
288
|
-
"name": "
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
"
|
|
288
|
+
"name": "aspectName",
|
|
289
|
+
"type": {
|
|
290
|
+
"__schema": "KeywordTypeSchema",
|
|
291
|
+
"location": {
|
|
292
|
+
"filePath": "tracker.main.runtime.ts",
|
|
293
|
+
"line": 68,
|
|
294
|
+
"character": 60
|
|
295
|
+
},
|
|
296
|
+
"name": "string"
|
|
297
|
+
},
|
|
298
|
+
"isOptional": false,
|
|
299
|
+
"isSpread": false
|
|
299
300
|
},
|
|
300
|
-
"
|
|
301
|
+
"valueType": {
|
|
302
|
+
"__schema": "KeywordTypeSchema",
|
|
303
|
+
"location": {
|
|
304
|
+
"filePath": "tracker.main.runtime.ts",
|
|
305
|
+
"line": 68,
|
|
306
|
+
"character": 69
|
|
307
|
+
},
|
|
308
|
+
"name": "any"
|
|
309
|
+
}
|
|
301
310
|
}
|
|
302
|
-
|
|
303
|
-
|
|
311
|
+
]
|
|
312
|
+
},
|
|
313
|
+
"isOptional": false,
|
|
314
|
+
"isSpread": false
|
|
315
|
+
}
|
|
316
|
+
],
|
|
317
|
+
"returnType": {
|
|
318
|
+
"__schema": "InferenceTypeSchema",
|
|
319
|
+
"location": {
|
|
320
|
+
"filePath": "tracker.main.runtime.ts",
|
|
321
|
+
"line": 68,
|
|
322
|
+
"character": 3
|
|
304
323
|
},
|
|
305
|
-
"
|
|
306
|
-
"isSpread": false
|
|
307
|
-
}
|
|
308
|
-
],
|
|
309
|
-
"returnType": {
|
|
310
|
-
"__schema": "InferenceTypeSchema",
|
|
311
|
-
"location": {
|
|
312
|
-
"filePath": "tracker.main.runtime.ts",
|
|
313
|
-
"line": 68,
|
|
314
|
-
"character": 3
|
|
324
|
+
"type": "Promise<void>"
|
|
315
325
|
},
|
|
316
|
-
"
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
"async"
|
|
320
|
-
]
|
|
321
|
-
},
|
|
322
|
-
{
|
|
323
|
-
"__schema": "VariableLikeSchema",
|
|
324
|
-
"location": {
|
|
325
|
-
"filePath": "tracker.main.runtime.ts",
|
|
326
|
-
"line": 114,
|
|
327
|
-
"character": 3
|
|
326
|
+
"modifiers": [
|
|
327
|
+
"async"
|
|
328
|
+
]
|
|
328
329
|
},
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
"type": {
|
|
332
|
-
"__schema": "InferenceTypeSchema",
|
|
330
|
+
{
|
|
331
|
+
"__schema": "VariableLikeSchema",
|
|
333
332
|
"location": {
|
|
334
333
|
"filePath": "tracker.main.runtime.ts",
|
|
335
334
|
"line": 114,
|
|
336
335
|
"character": 3
|
|
337
336
|
},
|
|
338
|
-
"
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
337
|
+
"signature": "(property) TrackerMain.slots: never[]",
|
|
338
|
+
"name": "slots",
|
|
339
|
+
"type": {
|
|
340
|
+
"__schema": "InferenceTypeSchema",
|
|
341
|
+
"location": {
|
|
342
|
+
"filePath": "tracker.main.runtime.ts",
|
|
343
|
+
"line": 114,
|
|
344
|
+
"character": 3
|
|
345
|
+
},
|
|
346
|
+
"type": "never[]"
|
|
347
|
+
},
|
|
348
|
+
"isOptional": true,
|
|
349
|
+
"defaultValue": "[]"
|
|
349
350
|
},
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
"type": {
|
|
353
|
-
"__schema": "InferenceTypeSchema",
|
|
351
|
+
{
|
|
352
|
+
"__schema": "VariableLikeSchema",
|
|
354
353
|
"location": {
|
|
355
354
|
"filePath": "tracker.main.runtime.ts",
|
|
356
355
|
"line": 115,
|
|
357
356
|
"character": 3
|
|
358
357
|
},
|
|
359
|
-
"
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
358
|
+
"signature": "(property) TrackerMain.dependencies: Aspect[]",
|
|
359
|
+
"name": "dependencies",
|
|
360
|
+
"type": {
|
|
361
|
+
"__schema": "InferenceTypeSchema",
|
|
362
|
+
"location": {
|
|
363
|
+
"filePath": "tracker.main.runtime.ts",
|
|
364
|
+
"line": 115,
|
|
365
|
+
"character": 3
|
|
366
|
+
},
|
|
367
|
+
"type": "Aspect[]"
|
|
368
|
+
},
|
|
369
|
+
"isOptional": true,
|
|
370
|
+
"defaultValue": "[CLIAspect, WorkspaceAspect, LoggerAspect]"
|
|
370
371
|
},
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
"type": {
|
|
374
|
-
"__schema": "InferenceTypeSchema",
|
|
372
|
+
{
|
|
373
|
+
"__schema": "VariableLikeSchema",
|
|
375
374
|
"location": {
|
|
376
375
|
"filePath": "tracker.main.runtime.ts",
|
|
377
376
|
"line": 116,
|
|
378
377
|
"character": 3
|
|
379
378
|
},
|
|
380
|
-
"
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
},
|
|
385
|
-
{
|
|
386
|
-
"__schema": "FunctionLikeSchema",
|
|
387
|
-
"location": {
|
|
388
|
-
"filePath": "tracker.main.runtime.ts",
|
|
389
|
-
"line": 117,
|
|
390
|
-
"character": 3
|
|
391
|
-
},
|
|
392
|
-
"signature": "(method) TrackerMain.provider([cli, workspace, loggerMain]: [CLIMain, Workspace, LoggerMain]): Promise<TrackerMain>",
|
|
393
|
-
"name": "provider",
|
|
394
|
-
"params": [
|
|
395
|
-
{
|
|
396
|
-
"__schema": "ParameterSchema",
|
|
379
|
+
"signature": "(property) TrackerMain.runtime: RuntimeDefinition",
|
|
380
|
+
"name": "runtime",
|
|
381
|
+
"type": {
|
|
382
|
+
"__schema": "InferenceTypeSchema",
|
|
397
383
|
"location": {
|
|
398
384
|
"filePath": "tracker.main.runtime.ts",
|
|
399
|
-
"line":
|
|
400
|
-
"character":
|
|
385
|
+
"line": 116,
|
|
386
|
+
"character": 3
|
|
401
387
|
},
|
|
402
|
-
"
|
|
403
|
-
|
|
404
|
-
|
|
388
|
+
"type": "RuntimeDefinition"
|
|
389
|
+
},
|
|
390
|
+
"isOptional": true,
|
|
391
|
+
"defaultValue": "MainRuntime"
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"__schema": "FunctionLikeSchema",
|
|
395
|
+
"location": {
|
|
396
|
+
"filePath": "tracker.main.runtime.ts",
|
|
397
|
+
"line": 117,
|
|
398
|
+
"character": 3
|
|
399
|
+
},
|
|
400
|
+
"signature": "(method) TrackerMain.provider([cli, workspace, loggerMain]: [CLIMain, Workspace, LoggerMain]): Promise<TrackerMain>",
|
|
401
|
+
"name": "provider",
|
|
402
|
+
"params": [
|
|
403
|
+
{
|
|
404
|
+
"__schema": "ParameterSchema",
|
|
405
405
|
"location": {
|
|
406
406
|
"filePath": "tracker.main.runtime.ts",
|
|
407
407
|
"line": 117,
|
|
408
|
-
"character":
|
|
408
|
+
"character": 25
|
|
409
409
|
},
|
|
410
|
-
"
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
},
|
|
418
|
-
"name": "CLIMain",
|
|
419
|
-
"componentId": {
|
|
420
|
-
"scope": "teambit.harmony",
|
|
421
|
-
"name": "cli"
|
|
422
|
-
}
|
|
410
|
+
"name": "[ cli, workspace, loggerMain ]",
|
|
411
|
+
"type": {
|
|
412
|
+
"__schema": "TupleTypeSchema",
|
|
413
|
+
"location": {
|
|
414
|
+
"filePath": "tracker.main.runtime.ts",
|
|
415
|
+
"line": 117,
|
|
416
|
+
"character": 55
|
|
423
417
|
},
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
"
|
|
428
|
-
|
|
429
|
-
|
|
418
|
+
"elements": [
|
|
419
|
+
{
|
|
420
|
+
"__schema": "TypeRefSchema",
|
|
421
|
+
"location": {
|
|
422
|
+
"filePath": "tracker.main.runtime.ts",
|
|
423
|
+
"line": 117,
|
|
424
|
+
"character": 56
|
|
425
|
+
},
|
|
426
|
+
"name": "CLIMain",
|
|
427
|
+
"componentId": {
|
|
428
|
+
"scope": "teambit.harmony",
|
|
429
|
+
"name": "cli"
|
|
430
|
+
}
|
|
430
431
|
},
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
"
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
432
|
+
{
|
|
433
|
+
"__schema": "TypeRefSchema",
|
|
434
|
+
"location": {
|
|
435
|
+
"filePath": "tracker.main.runtime.ts",
|
|
436
|
+
"line": 117,
|
|
437
|
+
"character": 65
|
|
438
|
+
},
|
|
439
|
+
"name": "Workspace",
|
|
440
|
+
"componentId": {
|
|
441
|
+
"scope": "teambit.workspace",
|
|
442
|
+
"name": "workspace"
|
|
443
|
+
}
|
|
443
444
|
},
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
"
|
|
447
|
-
|
|
445
|
+
{
|
|
446
|
+
"__schema": "TypeRefSchema",
|
|
447
|
+
"location": {
|
|
448
|
+
"filePath": "tracker.main.runtime.ts",
|
|
449
|
+
"line": 117,
|
|
450
|
+
"character": 76
|
|
451
|
+
},
|
|
452
|
+
"name": "LoggerMain",
|
|
453
|
+
"componentId": {
|
|
454
|
+
"scope": "teambit.harmony",
|
|
455
|
+
"name": "logger"
|
|
456
|
+
}
|
|
448
457
|
}
|
|
449
|
-
|
|
450
|
-
|
|
458
|
+
]
|
|
459
|
+
},
|
|
460
|
+
"isOptional": false,
|
|
461
|
+
"isSpread": false
|
|
462
|
+
}
|
|
463
|
+
],
|
|
464
|
+
"returnType": {
|
|
465
|
+
"__schema": "InferenceTypeSchema",
|
|
466
|
+
"location": {
|
|
467
|
+
"filePath": "tracker.main.runtime.ts",
|
|
468
|
+
"line": 117,
|
|
469
|
+
"character": 3
|
|
451
470
|
},
|
|
452
|
-
"
|
|
453
|
-
"isSpread": false
|
|
454
|
-
}
|
|
455
|
-
],
|
|
456
|
-
"returnType": {
|
|
457
|
-
"__schema": "InferenceTypeSchema",
|
|
458
|
-
"location": {
|
|
459
|
-
"filePath": "tracker.main.runtime.ts",
|
|
460
|
-
"line": 117,
|
|
461
|
-
"character": 3
|
|
471
|
+
"type": "Promise<TrackerMain>"
|
|
462
472
|
},
|
|
463
|
-
"
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
"implementNodes": []
|
|
473
|
+
"modifiers": [
|
|
474
|
+
"static",
|
|
475
|
+
"async"
|
|
476
|
+
]
|
|
477
|
+
}
|
|
478
|
+
],
|
|
479
|
+
"extendsNodes": [],
|
|
480
|
+
"implementNodes": []
|
|
481
|
+
}
|
|
473
482
|
},
|
|
474
483
|
{
|
|
475
484
|
"__schema": "UnImplementedSchema",
|
|
@@ -482,30 +491,39 @@
|
|
|
482
491
|
"type": "Identifier"
|
|
483
492
|
},
|
|
484
493
|
{
|
|
485
|
-
"__schema": "
|
|
494
|
+
"__schema": "ExportSchema",
|
|
486
495
|
"location": {
|
|
487
|
-
"filePath": "
|
|
488
|
-
"line":
|
|
489
|
-
"character":
|
|
496
|
+
"filePath": "index.ts",
|
|
497
|
+
"line": 5,
|
|
498
|
+
"character": 10
|
|
490
499
|
},
|
|
491
|
-
"signature": "const TrackerAspect: Aspect",
|
|
492
500
|
"name": "TrackerAspect",
|
|
493
|
-
"
|
|
494
|
-
"__schema": "
|
|
501
|
+
"exportNode": {
|
|
502
|
+
"__schema": "VariableLikeSchema",
|
|
495
503
|
"location": {
|
|
496
504
|
"filePath": "tracker.aspect.ts",
|
|
497
505
|
"line": 3,
|
|
498
506
|
"character": 14
|
|
499
507
|
},
|
|
500
|
-
"
|
|
501
|
-
"
|
|
502
|
-
|
|
503
|
-
"
|
|
504
|
-
"
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
508
|
+
"signature": "const TrackerAspect: Aspect",
|
|
509
|
+
"name": "TrackerAspect",
|
|
510
|
+
"type": {
|
|
511
|
+
"__schema": "TypeRefSchema",
|
|
512
|
+
"location": {
|
|
513
|
+
"filePath": "tracker.aspect.ts",
|
|
514
|
+
"line": 3,
|
|
515
|
+
"character": 14
|
|
516
|
+
},
|
|
517
|
+
"name": "Aspect",
|
|
518
|
+
"componentId": {
|
|
519
|
+
"scope": "teambit.harmony",
|
|
520
|
+
"name": "harmony",
|
|
521
|
+
"version": "0.4.6"
|
|
522
|
+
}
|
|
523
|
+
},
|
|
524
|
+
"isOptional": false,
|
|
525
|
+
"defaultValue": "Aspect.create({\n id: 'teambit.component/tracker',\n})"
|
|
526
|
+
}
|
|
509
527
|
}
|
|
510
528
|
],
|
|
511
529
|
"internals": []
|
|
@@ -1315,7 +1333,7 @@
|
|
|
1315
1333
|
"componentId": {
|
|
1316
1334
|
"scope": "teambit.component",
|
|
1317
1335
|
"name": "tracker",
|
|
1318
|
-
"version": "1.0.
|
|
1336
|
+
"version": "1.0.259"
|
|
1319
1337
|
},
|
|
1320
1338
|
"taggedModuleExports": []
|
|
1321
1339
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/tracker",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.259",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/component/tracker",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.component",
|
|
8
8
|
"name": "tracker",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.259"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "2.4.2",
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
"@teambit/component-id": "1.2.0",
|
|
20
20
|
"@teambit/legacy-bit-id": "1.1.1",
|
|
21
21
|
"@teambit/harmony": "0.4.6",
|
|
22
|
-
"@teambit/cli": "0.0.
|
|
23
|
-
"@teambit/workspace.modules.node-modules-linker": "0.0.
|
|
24
|
-
"@teambit/workspace": "1.0.
|
|
25
|
-
"@teambit/envs": "1.0.
|
|
26
|
-
"@teambit/logger": "0.0.
|
|
22
|
+
"@teambit/cli": "0.0.863",
|
|
23
|
+
"@teambit/workspace.modules.node-modules-linker": "0.0.172",
|
|
24
|
+
"@teambit/workspace": "1.0.259",
|
|
25
|
+
"@teambit/envs": "1.0.259",
|
|
26
|
+
"@teambit/logger": "0.0.956"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@types/fs-extra": "9.0.7",
|
|
File without changes
|