@teambit/tracker 1.0.329 → 1.0.331
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.
- package/artifacts/__bit_junit.xml +1 -1
- package/artifacts/schema.json +608 -73
- package/dist/add-cmd.d.ts +1 -1
- package/dist/add-cmd.js.map +1 -1
- package/dist/add-components.d.ts +2 -3
- package/dist/add-components.js +63 -58
- package/dist/add-components.js.map +1 -1
- package/dist/determine-main-file.d.ts +2 -2
- package/dist/determine-main-file.js +10 -10
- package/dist/determine-main-file.js.map +1 -1
- package/dist/exceptions/adding-individual-files.d.ts +5 -0
- package/dist/exceptions/adding-individual-files.js +26 -0
- package/dist/exceptions/adding-individual-files.js.map +1 -0
- package/dist/exceptions/duplicate-ids.d.ts +5 -0
- package/dist/exceptions/duplicate-ids.js +49 -0
- package/dist/exceptions/duplicate-ids.js.map +1 -0
- package/dist/exceptions/empty-directory.d.ts +4 -0
- package/dist/exceptions/empty-directory.js +29 -0
- package/dist/exceptions/empty-directory.js.map +1 -0
- package/dist/exceptions/excluded-main-file.d.ts +5 -0
- package/dist/exceptions/excluded-main-file.js +34 -0
- package/dist/exceptions/excluded-main-file.js.map +1 -0
- package/dist/exceptions/index.d.ts +10 -0
- package/dist/exceptions/index.js +125 -0
- package/dist/exceptions/index.js.map +1 -0
- package/dist/exceptions/main-file-is-dir.d.ts +5 -0
- package/dist/exceptions/main-file-is-dir.js +34 -0
- package/dist/exceptions/main-file-is-dir.js.map +1 -0
- package/dist/exceptions/missing-main-file-multiple-components.d.ts +5 -0
- package/dist/exceptions/missing-main-file-multiple-components.js +41 -0
- package/dist/exceptions/missing-main-file-multiple-components.js.map +1 -0
- package/dist/exceptions/no-files.d.ts +5 -0
- package/dist/exceptions/no-files.js +34 -0
- package/dist/exceptions/no-files.js.map +1 -0
- package/dist/exceptions/parent-dir-tracked.d.ts +4 -0
- package/dist/exceptions/parent-dir-tracked.js +23 -0
- package/dist/exceptions/parent-dir-tracked.js.map +1 -0
- package/dist/exceptions/path-outside-consumer.d.ts +5 -0
- package/dist/exceptions/path-outside-consumer.js +34 -0
- package/dist/exceptions/path-outside-consumer.js.map +1 -0
- package/dist/exceptions/paths-not-exist.d.ts +6 -0
- package/dist/exceptions/paths-not-exist.js +36 -0
- package/dist/exceptions/paths-not-exist.js.map +1 -0
- package/dist/exceptions/version-should-be-removed.d.ts +5 -0
- package/dist/exceptions/version-should-be-removed.js +34 -0
- package/dist/exceptions/version-should-be-removed.js.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +51 -0
- package/dist/index.js.map +1 -1
- package/dist/tracker.main.runtime.d.ts +1 -1
- package/dist/tracker.main.runtime.js.map +1 -1
- package/exceptions/adding-individual-files.ts +9 -0
- package/exceptions/duplicate-ids.ts +25 -0
- package/exceptions/empty-directory.ts +8 -0
- package/exceptions/excluded-main-file.ts +10 -0
- package/exceptions/index.ts +21 -0
- package/exceptions/main-file-is-dir.ts +12 -0
- package/exceptions/missing-main-file-multiple-components.ts +16 -0
- package/exceptions/no-files.ts +14 -0
- package/exceptions/parent-dir-tracked.ts +9 -0
- package/exceptions/path-outside-consumer.ts +10 -0
- package/exceptions/paths-not-exist.ts +13 -0
- package/exceptions/version-should-be-removed.ts +10 -0
- package/package.json +12 -9
- /package/dist/{preview-1720427783719.js → preview-1720667996237.js} +0 -0
package/artifacts/schema.json
CHANGED
|
@@ -13,11 +13,596 @@
|
|
|
13
13
|
"character": 1
|
|
14
14
|
},
|
|
15
15
|
"exports": [
|
|
16
|
+
{
|
|
17
|
+
"__schema": "ExportSchema",
|
|
18
|
+
"location": {
|
|
19
|
+
"filePath": "index.ts",
|
|
20
|
+
"line": 2,
|
|
21
|
+
"character": 10
|
|
22
|
+
},
|
|
23
|
+
"name": "AddingIndividualFiles",
|
|
24
|
+
"exportNode": {
|
|
25
|
+
"__schema": "ClassSchema",
|
|
26
|
+
"location": {
|
|
27
|
+
"filePath": "exceptions/adding-individual-files.ts",
|
|
28
|
+
"line": 3,
|
|
29
|
+
"character": 1
|
|
30
|
+
},
|
|
31
|
+
"signature": "class AddingIndividualFiles",
|
|
32
|
+
"name": "AddingIndividualFiles",
|
|
33
|
+
"members": [
|
|
34
|
+
{
|
|
35
|
+
"__schema": "VariableLikeSchema",
|
|
36
|
+
"location": {
|
|
37
|
+
"filePath": "exceptions/adding-individual-files.ts",
|
|
38
|
+
"line": 4,
|
|
39
|
+
"character": 3
|
|
40
|
+
},
|
|
41
|
+
"signature": "(property) AddingIndividualFiles.file: string",
|
|
42
|
+
"name": "file",
|
|
43
|
+
"type": {
|
|
44
|
+
"__schema": "KeywordTypeSchema",
|
|
45
|
+
"location": {
|
|
46
|
+
"filePath": "exceptions/adding-individual-files.ts",
|
|
47
|
+
"line": 4,
|
|
48
|
+
"character": 9
|
|
49
|
+
},
|
|
50
|
+
"name": "string"
|
|
51
|
+
},
|
|
52
|
+
"isOptional": false
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"__schema": "ConstructorSchema",
|
|
56
|
+
"location": {
|
|
57
|
+
"filePath": "exceptions/adding-individual-files.ts",
|
|
58
|
+
"line": 5,
|
|
59
|
+
"character": 3
|
|
60
|
+
},
|
|
61
|
+
"signature": "constructor AddingIndividualFiles(file: string): AddingIndividualFiles",
|
|
62
|
+
"name": "constructor",
|
|
63
|
+
"params": [
|
|
64
|
+
{
|
|
65
|
+
"__schema": "ParameterSchema",
|
|
66
|
+
"location": {
|
|
67
|
+
"filePath": "exceptions/adding-individual-files.ts",
|
|
68
|
+
"line": 5,
|
|
69
|
+
"character": 15
|
|
70
|
+
},
|
|
71
|
+
"name": "file",
|
|
72
|
+
"type": {
|
|
73
|
+
"__schema": "KeywordTypeSchema",
|
|
74
|
+
"location": {
|
|
75
|
+
"filePath": "exceptions/adding-individual-files.ts",
|
|
76
|
+
"line": 5,
|
|
77
|
+
"character": 21
|
|
78
|
+
},
|
|
79
|
+
"name": "string"
|
|
80
|
+
},
|
|
81
|
+
"isOptional": false,
|
|
82
|
+
"isSpread": false
|
|
83
|
+
}
|
|
84
|
+
],
|
|
85
|
+
"returnType": {
|
|
86
|
+
"__schema": "ThisTypeSchema",
|
|
87
|
+
"location": {
|
|
88
|
+
"filePath": "exceptions/adding-individual-files.ts",
|
|
89
|
+
"line": 3,
|
|
90
|
+
"character": 1
|
|
91
|
+
},
|
|
92
|
+
"name": "AddingIndividualFiles"
|
|
93
|
+
},
|
|
94
|
+
"modifiers": []
|
|
95
|
+
}
|
|
96
|
+
],
|
|
97
|
+
"extendsNodes": [
|
|
98
|
+
{
|
|
99
|
+
"__schema": "ExpressionWithTypeArgumentsSchema",
|
|
100
|
+
"location": {
|
|
101
|
+
"filePath": "exceptions/adding-individual-files.ts",
|
|
102
|
+
"line": 3,
|
|
103
|
+
"character": 44
|
|
104
|
+
},
|
|
105
|
+
"name": "extends BitError",
|
|
106
|
+
"typeArgs": [],
|
|
107
|
+
"expression": {
|
|
108
|
+
"__schema": "TypeRefSchema",
|
|
109
|
+
"location": {
|
|
110
|
+
"filePath": "exceptions/adding-individual-files.ts",
|
|
111
|
+
"line": 3,
|
|
112
|
+
"character": 44
|
|
113
|
+
},
|
|
114
|
+
"name": "BitError",
|
|
115
|
+
"componentId": {
|
|
116
|
+
"_legacy": {
|
|
117
|
+
"scope": "teambit.component",
|
|
118
|
+
"name": "tracker",
|
|
119
|
+
"version": "1.0.331"
|
|
120
|
+
},
|
|
121
|
+
"_scope": "teambit.component"
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
],
|
|
126
|
+
"implementNodes": []
|
|
127
|
+
}
|
|
128
|
+
},
|
|
16
129
|
{
|
|
17
130
|
"__schema": "ExportSchema",
|
|
18
131
|
"location": {
|
|
19
132
|
"filePath": "index.ts",
|
|
20
133
|
"line": 3,
|
|
134
|
+
"character": 10
|
|
135
|
+
},
|
|
136
|
+
"name": "ParentDirTracked",
|
|
137
|
+
"exportNode": {
|
|
138
|
+
"__schema": "ClassSchema",
|
|
139
|
+
"location": {
|
|
140
|
+
"filePath": "exceptions/parent-dir-tracked.ts",
|
|
141
|
+
"line": 3,
|
|
142
|
+
"character": 1
|
|
143
|
+
},
|
|
144
|
+
"signature": "class ParentDirTracked",
|
|
145
|
+
"name": "ParentDirTracked",
|
|
146
|
+
"members": [
|
|
147
|
+
{
|
|
148
|
+
"__schema": "ConstructorSchema",
|
|
149
|
+
"location": {
|
|
150
|
+
"filePath": "exceptions/parent-dir-tracked.ts",
|
|
151
|
+
"line": 4,
|
|
152
|
+
"character": 3
|
|
153
|
+
},
|
|
154
|
+
"signature": "constructor ParentDirTracked(parentDir: string, componentId: string, currentDir: string): ParentDirTracked",
|
|
155
|
+
"name": "constructor",
|
|
156
|
+
"params": [
|
|
157
|
+
{
|
|
158
|
+
"__schema": "ParameterSchema",
|
|
159
|
+
"location": {
|
|
160
|
+
"filePath": "exceptions/parent-dir-tracked.ts",
|
|
161
|
+
"line": 4,
|
|
162
|
+
"character": 15
|
|
163
|
+
},
|
|
164
|
+
"name": "parentDir",
|
|
165
|
+
"type": {
|
|
166
|
+
"__schema": "KeywordTypeSchema",
|
|
167
|
+
"location": {
|
|
168
|
+
"filePath": "exceptions/parent-dir-tracked.ts",
|
|
169
|
+
"line": 4,
|
|
170
|
+
"character": 26
|
|
171
|
+
},
|
|
172
|
+
"name": "string"
|
|
173
|
+
},
|
|
174
|
+
"isOptional": false,
|
|
175
|
+
"isSpread": false
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"__schema": "ParameterSchema",
|
|
179
|
+
"location": {
|
|
180
|
+
"filePath": "exceptions/parent-dir-tracked.ts",
|
|
181
|
+
"line": 4,
|
|
182
|
+
"character": 34
|
|
183
|
+
},
|
|
184
|
+
"name": "componentId",
|
|
185
|
+
"type": {
|
|
186
|
+
"__schema": "KeywordTypeSchema",
|
|
187
|
+
"location": {
|
|
188
|
+
"filePath": "exceptions/parent-dir-tracked.ts",
|
|
189
|
+
"line": 4,
|
|
190
|
+
"character": 47
|
|
191
|
+
},
|
|
192
|
+
"name": "string"
|
|
193
|
+
},
|
|
194
|
+
"isOptional": false,
|
|
195
|
+
"isSpread": false
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"__schema": "ParameterSchema",
|
|
199
|
+
"location": {
|
|
200
|
+
"filePath": "exceptions/parent-dir-tracked.ts",
|
|
201
|
+
"line": 4,
|
|
202
|
+
"character": 55
|
|
203
|
+
},
|
|
204
|
+
"name": "currentDir",
|
|
205
|
+
"type": {
|
|
206
|
+
"__schema": "KeywordTypeSchema",
|
|
207
|
+
"location": {
|
|
208
|
+
"filePath": "exceptions/parent-dir-tracked.ts",
|
|
209
|
+
"line": 4,
|
|
210
|
+
"character": 67
|
|
211
|
+
},
|
|
212
|
+
"name": "string"
|
|
213
|
+
},
|
|
214
|
+
"isOptional": false,
|
|
215
|
+
"isSpread": false
|
|
216
|
+
}
|
|
217
|
+
],
|
|
218
|
+
"returnType": {
|
|
219
|
+
"__schema": "ThisTypeSchema",
|
|
220
|
+
"location": {
|
|
221
|
+
"filePath": "exceptions/parent-dir-tracked.ts",
|
|
222
|
+
"line": 3,
|
|
223
|
+
"character": 1
|
|
224
|
+
},
|
|
225
|
+
"name": "ParentDirTracked"
|
|
226
|
+
},
|
|
227
|
+
"modifiers": []
|
|
228
|
+
}
|
|
229
|
+
],
|
|
230
|
+
"extendsNodes": [
|
|
231
|
+
{
|
|
232
|
+
"__schema": "ExpressionWithTypeArgumentsSchema",
|
|
233
|
+
"location": {
|
|
234
|
+
"filePath": "exceptions/parent-dir-tracked.ts",
|
|
235
|
+
"line": 3,
|
|
236
|
+
"character": 39
|
|
237
|
+
},
|
|
238
|
+
"name": "extends BitError",
|
|
239
|
+
"typeArgs": [],
|
|
240
|
+
"expression": {
|
|
241
|
+
"__schema": "TypeRefSchema",
|
|
242
|
+
"location": {
|
|
243
|
+
"filePath": "exceptions/parent-dir-tracked.ts",
|
|
244
|
+
"line": 3,
|
|
245
|
+
"character": 39
|
|
246
|
+
},
|
|
247
|
+
"name": "BitError",
|
|
248
|
+
"componentId": {
|
|
249
|
+
"_legacy": {
|
|
250
|
+
"scope": "teambit.component",
|
|
251
|
+
"name": "tracker",
|
|
252
|
+
"version": "1.0.331"
|
|
253
|
+
},
|
|
254
|
+
"_scope": "teambit.component"
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
],
|
|
259
|
+
"implementNodes": []
|
|
260
|
+
}
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"__schema": "ExportSchema",
|
|
264
|
+
"location": {
|
|
265
|
+
"filePath": "index.ts",
|
|
266
|
+
"line": 4,
|
|
267
|
+
"character": 10
|
|
268
|
+
},
|
|
269
|
+
"name": "MainFileIsDir",
|
|
270
|
+
"exportNode": {
|
|
271
|
+
"__schema": "ClassSchema",
|
|
272
|
+
"location": {
|
|
273
|
+
"filePath": "exceptions/main-file-is-dir.ts",
|
|
274
|
+
"line": 4,
|
|
275
|
+
"character": 1
|
|
276
|
+
},
|
|
277
|
+
"signature": "class MainFileIsDir",
|
|
278
|
+
"name": "MainFileIsDir",
|
|
279
|
+
"members": [
|
|
280
|
+
{
|
|
281
|
+
"__schema": "VariableLikeSchema",
|
|
282
|
+
"location": {
|
|
283
|
+
"filePath": "exceptions/main-file-is-dir.ts",
|
|
284
|
+
"line": 5,
|
|
285
|
+
"character": 3
|
|
286
|
+
},
|
|
287
|
+
"signature": "(property) MainFileIsDir.mainFile: string",
|
|
288
|
+
"name": "mainFile",
|
|
289
|
+
"type": {
|
|
290
|
+
"__schema": "KeywordTypeSchema",
|
|
291
|
+
"location": {
|
|
292
|
+
"filePath": "exceptions/main-file-is-dir.ts",
|
|
293
|
+
"line": 5,
|
|
294
|
+
"character": 13
|
|
295
|
+
},
|
|
296
|
+
"name": "string"
|
|
297
|
+
},
|
|
298
|
+
"isOptional": false
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"__schema": "ConstructorSchema",
|
|
302
|
+
"location": {
|
|
303
|
+
"filePath": "exceptions/main-file-is-dir.ts",
|
|
304
|
+
"line": 6,
|
|
305
|
+
"character": 3
|
|
306
|
+
},
|
|
307
|
+
"signature": "constructor MainFileIsDir(mainFile: string): MainFileIsDir",
|
|
308
|
+
"name": "constructor",
|
|
309
|
+
"params": [
|
|
310
|
+
{
|
|
311
|
+
"__schema": "ParameterSchema",
|
|
312
|
+
"location": {
|
|
313
|
+
"filePath": "exceptions/main-file-is-dir.ts",
|
|
314
|
+
"line": 6,
|
|
315
|
+
"character": 15
|
|
316
|
+
},
|
|
317
|
+
"name": "mainFile",
|
|
318
|
+
"type": {
|
|
319
|
+
"__schema": "KeywordTypeSchema",
|
|
320
|
+
"location": {
|
|
321
|
+
"filePath": "exceptions/main-file-is-dir.ts",
|
|
322
|
+
"line": 6,
|
|
323
|
+
"character": 25
|
|
324
|
+
},
|
|
325
|
+
"name": "string"
|
|
326
|
+
},
|
|
327
|
+
"isOptional": false,
|
|
328
|
+
"isSpread": false
|
|
329
|
+
}
|
|
330
|
+
],
|
|
331
|
+
"returnType": {
|
|
332
|
+
"__schema": "ThisTypeSchema",
|
|
333
|
+
"location": {
|
|
334
|
+
"filePath": "exceptions/main-file-is-dir.ts",
|
|
335
|
+
"line": 4,
|
|
336
|
+
"character": 1
|
|
337
|
+
},
|
|
338
|
+
"name": "MainFileIsDir"
|
|
339
|
+
},
|
|
340
|
+
"modifiers": []
|
|
341
|
+
}
|
|
342
|
+
],
|
|
343
|
+
"extendsNodes": [
|
|
344
|
+
{
|
|
345
|
+
"__schema": "ExpressionWithTypeArgumentsSchema",
|
|
346
|
+
"location": {
|
|
347
|
+
"filePath": "exceptions/main-file-is-dir.ts",
|
|
348
|
+
"line": 4,
|
|
349
|
+
"character": 44
|
|
350
|
+
},
|
|
351
|
+
"name": "extends BitError",
|
|
352
|
+
"typeArgs": [],
|
|
353
|
+
"expression": {
|
|
354
|
+
"__schema": "TypeRefSchema",
|
|
355
|
+
"location": {
|
|
356
|
+
"filePath": "exceptions/main-file-is-dir.ts",
|
|
357
|
+
"line": 4,
|
|
358
|
+
"character": 44
|
|
359
|
+
},
|
|
360
|
+
"name": "BitError",
|
|
361
|
+
"componentId": {
|
|
362
|
+
"_legacy": {
|
|
363
|
+
"scope": "teambit.component",
|
|
364
|
+
"name": "tracker",
|
|
365
|
+
"version": "1.0.331"
|
|
366
|
+
},
|
|
367
|
+
"_scope": "teambit.component"
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
}
|
|
371
|
+
],
|
|
372
|
+
"implementNodes": []
|
|
373
|
+
}
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"__schema": "ExportSchema",
|
|
377
|
+
"location": {
|
|
378
|
+
"filePath": "index.ts",
|
|
379
|
+
"line": 4,
|
|
380
|
+
"character": 25
|
|
381
|
+
},
|
|
382
|
+
"name": "PathOutsideConsumer",
|
|
383
|
+
"exportNode": {
|
|
384
|
+
"__schema": "ClassSchema",
|
|
385
|
+
"location": {
|
|
386
|
+
"filePath": "exceptions/path-outside-consumer.ts",
|
|
387
|
+
"line": 4,
|
|
388
|
+
"character": 1
|
|
389
|
+
},
|
|
390
|
+
"signature": "class PathOutsideConsumer",
|
|
391
|
+
"name": "PathOutsideConsumer",
|
|
392
|
+
"members": [
|
|
393
|
+
{
|
|
394
|
+
"__schema": "VariableLikeSchema",
|
|
395
|
+
"location": {
|
|
396
|
+
"filePath": "exceptions/path-outside-consumer.ts",
|
|
397
|
+
"line": 5,
|
|
398
|
+
"character": 3
|
|
399
|
+
},
|
|
400
|
+
"signature": "(property) PathOutsideConsumer.path: string",
|
|
401
|
+
"name": "path",
|
|
402
|
+
"type": {
|
|
403
|
+
"__schema": "KeywordTypeSchema",
|
|
404
|
+
"location": {
|
|
405
|
+
"filePath": "exceptions/path-outside-consumer.ts",
|
|
406
|
+
"line": 5,
|
|
407
|
+
"character": 9
|
|
408
|
+
},
|
|
409
|
+
"name": "string"
|
|
410
|
+
},
|
|
411
|
+
"isOptional": false
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"__schema": "ConstructorSchema",
|
|
415
|
+
"location": {
|
|
416
|
+
"filePath": "exceptions/path-outside-consumer.ts",
|
|
417
|
+
"line": 6,
|
|
418
|
+
"character": 3
|
|
419
|
+
},
|
|
420
|
+
"signature": "constructor PathOutsideConsumer(path: string): PathOutsideConsumer",
|
|
421
|
+
"name": "constructor",
|
|
422
|
+
"params": [
|
|
423
|
+
{
|
|
424
|
+
"__schema": "ParameterSchema",
|
|
425
|
+
"location": {
|
|
426
|
+
"filePath": "exceptions/path-outside-consumer.ts",
|
|
427
|
+
"line": 6,
|
|
428
|
+
"character": 15
|
|
429
|
+
},
|
|
430
|
+
"name": "path",
|
|
431
|
+
"type": {
|
|
432
|
+
"__schema": "KeywordTypeSchema",
|
|
433
|
+
"location": {
|
|
434
|
+
"filePath": "exceptions/path-outside-consumer.ts",
|
|
435
|
+
"line": 6,
|
|
436
|
+
"character": 21
|
|
437
|
+
},
|
|
438
|
+
"name": "string"
|
|
439
|
+
},
|
|
440
|
+
"isOptional": false,
|
|
441
|
+
"isSpread": false
|
|
442
|
+
}
|
|
443
|
+
],
|
|
444
|
+
"returnType": {
|
|
445
|
+
"__schema": "ThisTypeSchema",
|
|
446
|
+
"location": {
|
|
447
|
+
"filePath": "exceptions/path-outside-consumer.ts",
|
|
448
|
+
"line": 4,
|
|
449
|
+
"character": 1
|
|
450
|
+
},
|
|
451
|
+
"name": "PathOutsideConsumer"
|
|
452
|
+
},
|
|
453
|
+
"modifiers": []
|
|
454
|
+
}
|
|
455
|
+
],
|
|
456
|
+
"extendsNodes": [
|
|
457
|
+
{
|
|
458
|
+
"__schema": "ExpressionWithTypeArgumentsSchema",
|
|
459
|
+
"location": {
|
|
460
|
+
"filePath": "exceptions/path-outside-consumer.ts",
|
|
461
|
+
"line": 4,
|
|
462
|
+
"character": 50
|
|
463
|
+
},
|
|
464
|
+
"name": "extends BitError",
|
|
465
|
+
"typeArgs": [],
|
|
466
|
+
"expression": {
|
|
467
|
+
"__schema": "TypeRefSchema",
|
|
468
|
+
"location": {
|
|
469
|
+
"filePath": "exceptions/path-outside-consumer.ts",
|
|
470
|
+
"line": 4,
|
|
471
|
+
"character": 50
|
|
472
|
+
},
|
|
473
|
+
"name": "BitError",
|
|
474
|
+
"componentId": {
|
|
475
|
+
"_legacy": {
|
|
476
|
+
"scope": "teambit.component",
|
|
477
|
+
"name": "tracker",
|
|
478
|
+
"version": "1.0.331"
|
|
479
|
+
},
|
|
480
|
+
"_scope": "teambit.component"
|
|
481
|
+
}
|
|
482
|
+
}
|
|
483
|
+
}
|
|
484
|
+
],
|
|
485
|
+
"implementNodes": []
|
|
486
|
+
}
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"__schema": "ExportSchema",
|
|
490
|
+
"location": {
|
|
491
|
+
"filePath": "index.ts",
|
|
492
|
+
"line": 4,
|
|
493
|
+
"character": 46
|
|
494
|
+
},
|
|
495
|
+
"name": "VersionShouldBeRemoved",
|
|
496
|
+
"exportNode": {
|
|
497
|
+
"__schema": "ClassSchema",
|
|
498
|
+
"location": {
|
|
499
|
+
"filePath": "exceptions/version-should-be-removed.ts",
|
|
500
|
+
"line": 4,
|
|
501
|
+
"character": 1
|
|
502
|
+
},
|
|
503
|
+
"signature": "class VersionShouldBeRemoved",
|
|
504
|
+
"name": "VersionShouldBeRemoved",
|
|
505
|
+
"members": [
|
|
506
|
+
{
|
|
507
|
+
"__schema": "VariableLikeSchema",
|
|
508
|
+
"location": {
|
|
509
|
+
"filePath": "exceptions/version-should-be-removed.ts",
|
|
510
|
+
"line": 5,
|
|
511
|
+
"character": 3
|
|
512
|
+
},
|
|
513
|
+
"signature": "(property) VersionShouldBeRemoved.id: string",
|
|
514
|
+
"name": "id",
|
|
515
|
+
"type": {
|
|
516
|
+
"__schema": "KeywordTypeSchema",
|
|
517
|
+
"location": {
|
|
518
|
+
"filePath": "exceptions/version-should-be-removed.ts",
|
|
519
|
+
"line": 5,
|
|
520
|
+
"character": 7
|
|
521
|
+
},
|
|
522
|
+
"name": "string"
|
|
523
|
+
},
|
|
524
|
+
"isOptional": false
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"__schema": "ConstructorSchema",
|
|
528
|
+
"location": {
|
|
529
|
+
"filePath": "exceptions/version-should-be-removed.ts",
|
|
530
|
+
"line": 6,
|
|
531
|
+
"character": 3
|
|
532
|
+
},
|
|
533
|
+
"signature": "constructor VersionShouldBeRemoved(id: string): VersionShouldBeRemoved",
|
|
534
|
+
"name": "constructor",
|
|
535
|
+
"params": [
|
|
536
|
+
{
|
|
537
|
+
"__schema": "ParameterSchema",
|
|
538
|
+
"location": {
|
|
539
|
+
"filePath": "exceptions/version-should-be-removed.ts",
|
|
540
|
+
"line": 6,
|
|
541
|
+
"character": 15
|
|
542
|
+
},
|
|
543
|
+
"name": "id",
|
|
544
|
+
"type": {
|
|
545
|
+
"__schema": "KeywordTypeSchema",
|
|
546
|
+
"location": {
|
|
547
|
+
"filePath": "exceptions/version-should-be-removed.ts",
|
|
548
|
+
"line": 6,
|
|
549
|
+
"character": 19
|
|
550
|
+
},
|
|
551
|
+
"name": "string"
|
|
552
|
+
},
|
|
553
|
+
"isOptional": false,
|
|
554
|
+
"isSpread": false
|
|
555
|
+
}
|
|
556
|
+
],
|
|
557
|
+
"returnType": {
|
|
558
|
+
"__schema": "ThisTypeSchema",
|
|
559
|
+
"location": {
|
|
560
|
+
"filePath": "exceptions/version-should-be-removed.ts",
|
|
561
|
+
"line": 4,
|
|
562
|
+
"character": 1
|
|
563
|
+
},
|
|
564
|
+
"name": "VersionShouldBeRemoved"
|
|
565
|
+
},
|
|
566
|
+
"modifiers": []
|
|
567
|
+
}
|
|
568
|
+
],
|
|
569
|
+
"extendsNodes": [
|
|
570
|
+
{
|
|
571
|
+
"__schema": "ExpressionWithTypeArgumentsSchema",
|
|
572
|
+
"location": {
|
|
573
|
+
"filePath": "exceptions/version-should-be-removed.ts",
|
|
574
|
+
"line": 4,
|
|
575
|
+
"character": 53
|
|
576
|
+
},
|
|
577
|
+
"name": "extends BitError",
|
|
578
|
+
"typeArgs": [],
|
|
579
|
+
"expression": {
|
|
580
|
+
"__schema": "TypeRefSchema",
|
|
581
|
+
"location": {
|
|
582
|
+
"filePath": "exceptions/version-should-be-removed.ts",
|
|
583
|
+
"line": 4,
|
|
584
|
+
"character": 53
|
|
585
|
+
},
|
|
586
|
+
"name": "BitError",
|
|
587
|
+
"componentId": {
|
|
588
|
+
"_legacy": {
|
|
589
|
+
"scope": "teambit.component",
|
|
590
|
+
"name": "tracker",
|
|
591
|
+
"version": "1.0.331"
|
|
592
|
+
},
|
|
593
|
+
"_scope": "teambit.component"
|
|
594
|
+
}
|
|
595
|
+
}
|
|
596
|
+
}
|
|
597
|
+
],
|
|
598
|
+
"implementNodes": []
|
|
599
|
+
}
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"__schema": "ExportSchema",
|
|
603
|
+
"location": {
|
|
604
|
+
"filePath": "index.ts",
|
|
605
|
+
"line": 5,
|
|
21
606
|
"character": 15
|
|
22
607
|
},
|
|
23
608
|
"name": "TrackerMain",
|
|
@@ -56,11 +641,7 @@
|
|
|
56
641
|
"line": 23,
|
|
57
642
|
"character": 34
|
|
58
643
|
},
|
|
59
|
-
"name": "Workspace"
|
|
60
|
-
"componentId": {
|
|
61
|
-
"scope": "teambit.workspace",
|
|
62
|
-
"name": "workspace"
|
|
63
|
-
}
|
|
644
|
+
"name": "Workspace"
|
|
64
645
|
},
|
|
65
646
|
"isOptional": false,
|
|
66
647
|
"isSpread": false
|
|
@@ -80,11 +661,7 @@
|
|
|
80
661
|
"line": 23,
|
|
81
662
|
"character": 61
|
|
82
663
|
},
|
|
83
|
-
"name": "Logger"
|
|
84
|
-
"componentId": {
|
|
85
|
-
"scope": "teambit.harmony",
|
|
86
|
-
"name": "logger"
|
|
87
|
-
}
|
|
664
|
+
"name": "Logger"
|
|
88
665
|
},
|
|
89
666
|
"isOptional": false,
|
|
90
667
|
"isSpread": false
|
|
@@ -137,8 +714,7 @@
|
|
|
137
714
|
"line": 30,
|
|
138
715
|
"character": 26
|
|
139
716
|
},
|
|
140
|
-
"name": "TrackData"
|
|
141
|
-
"internalFilePath": "tracker.main.runtime.ts"
|
|
717
|
+
"name": "TrackData"
|
|
142
718
|
},
|
|
143
719
|
"isOptional": false,
|
|
144
720
|
"isSpread": false
|
|
@@ -160,8 +736,7 @@
|
|
|
160
736
|
"line": 30,
|
|
161
737
|
"character": 46
|
|
162
738
|
},
|
|
163
|
-
"name": "TrackResult"
|
|
164
|
-
"internalFilePath": "tracker.main.runtime.ts"
|
|
739
|
+
"name": "TrackResult"
|
|
165
740
|
}
|
|
166
741
|
]
|
|
167
742
|
},
|
|
@@ -194,8 +769,7 @@
|
|
|
194
769
|
"line": 52,
|
|
195
770
|
"character": 29
|
|
196
771
|
},
|
|
197
|
-
"name": "AddProps"
|
|
198
|
-
"internalFilePath": "add-components.ts"
|
|
772
|
+
"name": "AddProps"
|
|
199
773
|
},
|
|
200
774
|
"isOptional": false,
|
|
201
775
|
"isSpread": false
|
|
@@ -217,8 +791,7 @@
|
|
|
217
791
|
"line": 52,
|
|
218
792
|
"character": 48
|
|
219
793
|
},
|
|
220
|
-
"name": "AddActionResults"
|
|
221
|
-
"internalFilePath": "add-components.ts"
|
|
794
|
+
"name": "AddActionResults"
|
|
222
795
|
}
|
|
223
796
|
]
|
|
224
797
|
},
|
|
@@ -424,11 +997,7 @@
|
|
|
424
997
|
"line": 117,
|
|
425
998
|
"character": 56
|
|
426
999
|
},
|
|
427
|
-
"name": "CLIMain"
|
|
428
|
-
"componentId": {
|
|
429
|
-
"scope": "teambit.harmony",
|
|
430
|
-
"name": "cli"
|
|
431
|
-
}
|
|
1000
|
+
"name": "CLIMain"
|
|
432
1001
|
},
|
|
433
1002
|
{
|
|
434
1003
|
"__schema": "TypeRefSchema",
|
|
@@ -437,11 +1006,7 @@
|
|
|
437
1006
|
"line": 117,
|
|
438
1007
|
"character": 65
|
|
439
1008
|
},
|
|
440
|
-
"name": "Workspace"
|
|
441
|
-
"componentId": {
|
|
442
|
-
"scope": "teambit.workspace",
|
|
443
|
-
"name": "workspace"
|
|
444
|
-
}
|
|
1009
|
+
"name": "Workspace"
|
|
445
1010
|
},
|
|
446
1011
|
{
|
|
447
1012
|
"__schema": "TypeRefSchema",
|
|
@@ -450,11 +1015,7 @@
|
|
|
450
1015
|
"line": 117,
|
|
451
1016
|
"character": 76
|
|
452
1017
|
},
|
|
453
|
-
"name": "LoggerMain"
|
|
454
|
-
"componentId": {
|
|
455
|
-
"scope": "teambit.harmony",
|
|
456
|
-
"name": "logger"
|
|
457
|
-
}
|
|
1018
|
+
"name": "LoggerMain"
|
|
458
1019
|
}
|
|
459
1020
|
]
|
|
460
1021
|
},
|
|
@@ -485,7 +1046,7 @@
|
|
|
485
1046
|
"__schema": "UnImplementedSchema",
|
|
486
1047
|
"location": {
|
|
487
1048
|
"filePath": "index.ts",
|
|
488
|
-
"line":
|
|
1049
|
+
"line": 6,
|
|
489
1050
|
"character": 16
|
|
490
1051
|
},
|
|
491
1052
|
"name": "TrackerAspect",
|
|
@@ -495,7 +1056,7 @@
|
|
|
495
1056
|
"__schema": "ExportSchema",
|
|
496
1057
|
"location": {
|
|
497
1058
|
"filePath": "index.ts",
|
|
498
|
-
"line":
|
|
1059
|
+
"line": 7,
|
|
499
1060
|
"character": 10
|
|
500
1061
|
},
|
|
501
1062
|
"name": "TrackerAspect",
|
|
@@ -673,8 +1234,7 @@
|
|
|
673
1234
|
"line": 15,
|
|
674
1235
|
"character": 12
|
|
675
1236
|
},
|
|
676
|
-
"name": "PathOsBasedRelative"
|
|
677
|
-
"packageName": "@teambit/legacy/dist/utils/path"
|
|
1237
|
+
"name": "PathOsBasedRelative"
|
|
678
1238
|
},
|
|
679
1239
|
{
|
|
680
1240
|
"__schema": "TypeRefSchema",
|
|
@@ -683,8 +1243,7 @@
|
|
|
683
1243
|
"line": 15,
|
|
684
1244
|
"character": 34
|
|
685
1245
|
},
|
|
686
|
-
"name": "PathOsBasedAbsolute"
|
|
687
|
-
"packageName": "@teambit/legacy/dist/utils/path"
|
|
1246
|
+
"name": "PathOsBasedAbsolute"
|
|
688
1247
|
}
|
|
689
1248
|
]
|
|
690
1249
|
},
|
|
@@ -846,11 +1405,7 @@
|
|
|
846
1405
|
"line": 23,
|
|
847
1406
|
"character": 34
|
|
848
1407
|
},
|
|
849
|
-
"name": "Workspace"
|
|
850
|
-
"componentId": {
|
|
851
|
-
"scope": "teambit.workspace",
|
|
852
|
-
"name": "workspace"
|
|
853
|
-
}
|
|
1408
|
+
"name": "Workspace"
|
|
854
1409
|
},
|
|
855
1410
|
"isOptional": false,
|
|
856
1411
|
"isSpread": false
|
|
@@ -870,11 +1425,7 @@
|
|
|
870
1425
|
"line": 23,
|
|
871
1426
|
"character": 61
|
|
872
1427
|
},
|
|
873
|
-
"name": "Logger"
|
|
874
|
-
"componentId": {
|
|
875
|
-
"scope": "teambit.harmony",
|
|
876
|
-
"name": "logger"
|
|
877
|
-
}
|
|
1428
|
+
"name": "Logger"
|
|
878
1429
|
},
|
|
879
1430
|
"isOptional": false,
|
|
880
1431
|
"isSpread": false
|
|
@@ -927,8 +1478,7 @@
|
|
|
927
1478
|
"line": 30,
|
|
928
1479
|
"character": 26
|
|
929
1480
|
},
|
|
930
|
-
"name": "TrackData"
|
|
931
|
-
"internalFilePath": "tracker.main.runtime.ts"
|
|
1481
|
+
"name": "TrackData"
|
|
932
1482
|
},
|
|
933
1483
|
"isOptional": false,
|
|
934
1484
|
"isSpread": false
|
|
@@ -950,8 +1500,7 @@
|
|
|
950
1500
|
"line": 30,
|
|
951
1501
|
"character": 46
|
|
952
1502
|
},
|
|
953
|
-
"name": "TrackResult"
|
|
954
|
-
"internalFilePath": "tracker.main.runtime.ts"
|
|
1503
|
+
"name": "TrackResult"
|
|
955
1504
|
}
|
|
956
1505
|
]
|
|
957
1506
|
},
|
|
@@ -984,8 +1533,7 @@
|
|
|
984
1533
|
"line": 52,
|
|
985
1534
|
"character": 29
|
|
986
1535
|
},
|
|
987
|
-
"name": "AddProps"
|
|
988
|
-
"internalFilePath": "add-components.ts"
|
|
1536
|
+
"name": "AddProps"
|
|
989
1537
|
},
|
|
990
1538
|
"isOptional": false,
|
|
991
1539
|
"isSpread": false
|
|
@@ -1007,8 +1555,7 @@
|
|
|
1007
1555
|
"line": 52,
|
|
1008
1556
|
"character": 48
|
|
1009
1557
|
},
|
|
1010
|
-
"name": "AddActionResults"
|
|
1011
|
-
"internalFilePath": "add-components.ts"
|
|
1558
|
+
"name": "AddActionResults"
|
|
1012
1559
|
}
|
|
1013
1560
|
]
|
|
1014
1561
|
},
|
|
@@ -1214,11 +1761,7 @@
|
|
|
1214
1761
|
"line": 117,
|
|
1215
1762
|
"character": 56
|
|
1216
1763
|
},
|
|
1217
|
-
"name": "CLIMain"
|
|
1218
|
-
"componentId": {
|
|
1219
|
-
"scope": "teambit.harmony",
|
|
1220
|
-
"name": "cli"
|
|
1221
|
-
}
|
|
1764
|
+
"name": "CLIMain"
|
|
1222
1765
|
},
|
|
1223
1766
|
{
|
|
1224
1767
|
"__schema": "TypeRefSchema",
|
|
@@ -1227,11 +1770,7 @@
|
|
|
1227
1770
|
"line": 117,
|
|
1228
1771
|
"character": 65
|
|
1229
1772
|
},
|
|
1230
|
-
"name": "Workspace"
|
|
1231
|
-
"componentId": {
|
|
1232
|
-
"scope": "teambit.workspace",
|
|
1233
|
-
"name": "workspace"
|
|
1234
|
-
}
|
|
1773
|
+
"name": "Workspace"
|
|
1235
1774
|
},
|
|
1236
1775
|
{
|
|
1237
1776
|
"__schema": "TypeRefSchema",
|
|
@@ -1240,11 +1779,7 @@
|
|
|
1240
1779
|
"line": 117,
|
|
1241
1780
|
"character": 76
|
|
1242
1781
|
},
|
|
1243
|
-
"name": "LoggerMain"
|
|
1244
|
-
"componentId": {
|
|
1245
|
-
"scope": "teambit.harmony",
|
|
1246
|
-
"name": "logger"
|
|
1247
|
-
}
|
|
1782
|
+
"name": "LoggerMain"
|
|
1248
1783
|
}
|
|
1249
1784
|
]
|
|
1250
1785
|
},
|
|
@@ -1335,7 +1870,7 @@
|
|
|
1335
1870
|
"componentId": {
|
|
1336
1871
|
"scope": "teambit.component",
|
|
1337
1872
|
"name": "tracker",
|
|
1338
|
-
"version": "1.0.
|
|
1873
|
+
"version": "1.0.331"
|
|
1339
1874
|
},
|
|
1340
1875
|
"taggedModuleExports": []
|
|
1341
1876
|
}
|