@teambit/api-server 1.0.355 → 1.0.356
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 +287 -97
- package/dist/api-server.main.runtime.d.ts +3 -0
- package/dist/api-server.main.runtime.js +46 -5
- package/dist/api-server.main.runtime.js.map +1 -1
- package/dist/cli.route.js +22 -3
- package/dist/cli.route.js.map +1 -1
- package/dist/sse-events.route.d.ts +0 -3
- package/dist/sse-events.route.js +9 -8
- package/dist/sse-events.route.js.map +1 -1
- package/package.json +22 -20
- /package/dist/{preview-1722309602759.js → preview-1722396002906.js} +0 -0
package/artifacts/schema.json
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"__schema": "ClassSchema",
|
|
26
26
|
"location": {
|
|
27
27
|
"filePath": "api-server.main.runtime.ts",
|
|
28
|
-
"line":
|
|
28
|
+
"line": 30,
|
|
29
29
|
"character": 1
|
|
30
30
|
},
|
|
31
31
|
"signature": "class ApiServerMain",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"__schema": "ConstructorSchema",
|
|
36
36
|
"location": {
|
|
37
37
|
"filePath": "api-server.main.runtime.ts",
|
|
38
|
-
"line":
|
|
38
|
+
"line": 31,
|
|
39
39
|
"character": 3
|
|
40
40
|
},
|
|
41
41
|
"signature": "constructor ApiServerMain(workspace: Workspace, logger: Logger, express: ExpressMain, watcher: WatcherMain, installer: InstallMain, importer: ImporterMain): ApiServerMain",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"__schema": "ParameterSchema",
|
|
46
46
|
"location": {
|
|
47
47
|
"filePath": "api-server.main.runtime.ts",
|
|
48
|
-
"line":
|
|
48
|
+
"line": 32,
|
|
49
49
|
"character": 5
|
|
50
50
|
},
|
|
51
51
|
"name": "workspace",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"__schema": "TypeRefSchema",
|
|
54
54
|
"location": {
|
|
55
55
|
"filePath": "api-server.main.runtime.ts",
|
|
56
|
-
"line":
|
|
56
|
+
"line": 32,
|
|
57
57
|
"character": 24
|
|
58
58
|
},
|
|
59
59
|
"name": "Workspace"
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"__schema": "ParameterSchema",
|
|
66
66
|
"location": {
|
|
67
67
|
"filePath": "api-server.main.runtime.ts",
|
|
68
|
-
"line":
|
|
68
|
+
"line": 33,
|
|
69
69
|
"character": 5
|
|
70
70
|
},
|
|
71
71
|
"name": "logger",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"__schema": "TypeRefSchema",
|
|
74
74
|
"location": {
|
|
75
75
|
"filePath": "api-server.main.runtime.ts",
|
|
76
|
-
"line":
|
|
76
|
+
"line": 33,
|
|
77
77
|
"character": 21
|
|
78
78
|
},
|
|
79
79
|
"name": "Logger"
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"__schema": "ParameterSchema",
|
|
86
86
|
"location": {
|
|
87
87
|
"filePath": "api-server.main.runtime.ts",
|
|
88
|
-
"line":
|
|
88
|
+
"line": 34,
|
|
89
89
|
"character": 5
|
|
90
90
|
},
|
|
91
91
|
"name": "express",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"__schema": "TypeRefSchema",
|
|
94
94
|
"location": {
|
|
95
95
|
"filePath": "api-server.main.runtime.ts",
|
|
96
|
-
"line":
|
|
96
|
+
"line": 34,
|
|
97
97
|
"character": 22
|
|
98
98
|
},
|
|
99
99
|
"name": "ExpressMain"
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"__schema": "ParameterSchema",
|
|
106
106
|
"location": {
|
|
107
107
|
"filePath": "api-server.main.runtime.ts",
|
|
108
|
-
"line":
|
|
108
|
+
"line": 35,
|
|
109
109
|
"character": 5
|
|
110
110
|
},
|
|
111
111
|
"name": "watcher",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"__schema": "TypeRefSchema",
|
|
114
114
|
"location": {
|
|
115
115
|
"filePath": "api-server.main.runtime.ts",
|
|
116
|
-
"line":
|
|
116
|
+
"line": 35,
|
|
117
117
|
"character": 22
|
|
118
118
|
},
|
|
119
119
|
"name": "WatcherMain"
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"__schema": "ParameterSchema",
|
|
126
126
|
"location": {
|
|
127
127
|
"filePath": "api-server.main.runtime.ts",
|
|
128
|
-
"line":
|
|
128
|
+
"line": 36,
|
|
129
129
|
"character": 5
|
|
130
130
|
},
|
|
131
131
|
"name": "installer",
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"__schema": "TypeRefSchema",
|
|
134
134
|
"location": {
|
|
135
135
|
"filePath": "api-server.main.runtime.ts",
|
|
136
|
-
"line":
|
|
136
|
+
"line": 36,
|
|
137
137
|
"character": 24
|
|
138
138
|
},
|
|
139
139
|
"name": "InstallMain"
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"__schema": "ParameterSchema",
|
|
146
146
|
"location": {
|
|
147
147
|
"filePath": "api-server.main.runtime.ts",
|
|
148
|
-
"line":
|
|
148
|
+
"line": 37,
|
|
149
149
|
"character": 5
|
|
150
150
|
},
|
|
151
151
|
"name": "importer",
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"__schema": "TypeRefSchema",
|
|
154
154
|
"location": {
|
|
155
155
|
"filePath": "api-server.main.runtime.ts",
|
|
156
|
-
"line":
|
|
156
|
+
"line": 37,
|
|
157
157
|
"character": 23
|
|
158
158
|
},
|
|
159
159
|
"name": "ImporterMain"
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
"__schema": "ThisTypeSchema",
|
|
167
167
|
"location": {
|
|
168
168
|
"filePath": "api-server.main.runtime.ts",
|
|
169
|
-
"line":
|
|
169
|
+
"line": 30,
|
|
170
170
|
"character": 1
|
|
171
171
|
},
|
|
172
172
|
"name": "ApiServerMain"
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
"__schema": "FunctionLikeSchema",
|
|
178
178
|
"location": {
|
|
179
179
|
"filePath": "api-server.main.runtime.ts",
|
|
180
|
-
"line":
|
|
180
|
+
"line": 40,
|
|
181
181
|
"character": 3
|
|
182
182
|
},
|
|
183
183
|
"signature": "(method) ApiServerMain.runApiServer(options: {\n port: number;\n compile: boolean;\n}): Promise<unknown>",
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
"__schema": "ParameterSchema",
|
|
188
188
|
"location": {
|
|
189
189
|
"filePath": "api-server.main.runtime.ts",
|
|
190
|
-
"line":
|
|
190
|
+
"line": 40,
|
|
191
191
|
"character": 22
|
|
192
192
|
},
|
|
193
193
|
"name": "options",
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
"__schema": "TypeLiteralSchema",
|
|
196
196
|
"location": {
|
|
197
197
|
"filePath": "api-server.main.runtime.ts",
|
|
198
|
-
"line":
|
|
198
|
+
"line": 40,
|
|
199
199
|
"character": 31
|
|
200
200
|
},
|
|
201
201
|
"members": [
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
"__schema": "VariableLikeSchema",
|
|
204
204
|
"location": {
|
|
205
205
|
"filePath": "api-server.main.runtime.ts",
|
|
206
|
-
"line":
|
|
206
|
+
"line": 40,
|
|
207
207
|
"character": 33
|
|
208
208
|
},
|
|
209
209
|
"signature": "(property) port: number",
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
"__schema": "KeywordTypeSchema",
|
|
213
213
|
"location": {
|
|
214
214
|
"filePath": "api-server.main.runtime.ts",
|
|
215
|
-
"line":
|
|
215
|
+
"line": 40,
|
|
216
216
|
"character": 39
|
|
217
217
|
},
|
|
218
218
|
"name": "number"
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
"__schema": "VariableLikeSchema",
|
|
224
224
|
"location": {
|
|
225
225
|
"filePath": "api-server.main.runtime.ts",
|
|
226
|
-
"line":
|
|
226
|
+
"line": 40,
|
|
227
227
|
"character": 47
|
|
228
228
|
},
|
|
229
229
|
"signature": "(property) compile: boolean",
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
"__schema": "KeywordTypeSchema",
|
|
233
233
|
"location": {
|
|
234
234
|
"filePath": "api-server.main.runtime.ts",
|
|
235
|
-
"line":
|
|
235
|
+
"line": 40,
|
|
236
236
|
"character": 56
|
|
237
237
|
},
|
|
238
238
|
"name": "boolean"
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
"__schema": "InferenceTypeSchema",
|
|
250
250
|
"location": {
|
|
251
251
|
"filePath": "api-server.main.runtime.ts",
|
|
252
|
-
"line":
|
|
252
|
+
"line": 40,
|
|
253
253
|
"character": 3
|
|
254
254
|
},
|
|
255
255
|
"type": "Promise<unknown>"
|
|
@@ -258,11 +258,106 @@
|
|
|
258
258
|
"async"
|
|
259
259
|
]
|
|
260
260
|
},
|
|
261
|
+
{
|
|
262
|
+
"__schema": "FunctionLikeSchema",
|
|
263
|
+
"location": {
|
|
264
|
+
"filePath": "api-server.main.runtime.ts",
|
|
265
|
+
"line": 137,
|
|
266
|
+
"character": 3
|
|
267
|
+
},
|
|
268
|
+
"signature": "(method) ApiServerMain.writeUsedPort(port: number): void",
|
|
269
|
+
"name": "writeUsedPort",
|
|
270
|
+
"params": [
|
|
271
|
+
{
|
|
272
|
+
"__schema": "ParameterSchema",
|
|
273
|
+
"location": {
|
|
274
|
+
"filePath": "api-server.main.runtime.ts",
|
|
275
|
+
"line": 137,
|
|
276
|
+
"character": 17
|
|
277
|
+
},
|
|
278
|
+
"name": "port",
|
|
279
|
+
"type": {
|
|
280
|
+
"__schema": "KeywordTypeSchema",
|
|
281
|
+
"location": {
|
|
282
|
+
"filePath": "api-server.main.runtime.ts",
|
|
283
|
+
"line": 137,
|
|
284
|
+
"character": 23
|
|
285
|
+
},
|
|
286
|
+
"name": "number"
|
|
287
|
+
},
|
|
288
|
+
"isOptional": false,
|
|
289
|
+
"isSpread": false
|
|
290
|
+
}
|
|
291
|
+
],
|
|
292
|
+
"returnType": {
|
|
293
|
+
"__schema": "InferenceTypeSchema",
|
|
294
|
+
"location": {
|
|
295
|
+
"filePath": "api-server.main.runtime.ts",
|
|
296
|
+
"line": 137,
|
|
297
|
+
"character": 3
|
|
298
|
+
},
|
|
299
|
+
"type": "void"
|
|
300
|
+
},
|
|
301
|
+
"modifiers": []
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"__schema": "FunctionLikeSchema",
|
|
305
|
+
"location": {
|
|
306
|
+
"filePath": "api-server.main.runtime.ts",
|
|
307
|
+
"line": 142,
|
|
308
|
+
"character": 3
|
|
309
|
+
},
|
|
310
|
+
"signature": "(method) ApiServerMain.getExistingUsedPort(): Promise<number | undefined>",
|
|
311
|
+
"name": "getExistingUsedPort",
|
|
312
|
+
"params": [],
|
|
313
|
+
"returnType": {
|
|
314
|
+
"__schema": "TypeRefSchema",
|
|
315
|
+
"location": {
|
|
316
|
+
"filePath": "api-server.main.runtime.ts",
|
|
317
|
+
"line": 142,
|
|
318
|
+
"character": 32
|
|
319
|
+
},
|
|
320
|
+
"name": "Promise",
|
|
321
|
+
"typeArgs": [
|
|
322
|
+
{
|
|
323
|
+
"__schema": "TypeUnionSchema",
|
|
324
|
+
"location": {
|
|
325
|
+
"filePath": "api-server.main.runtime.ts",
|
|
326
|
+
"line": 142,
|
|
327
|
+
"character": 40
|
|
328
|
+
},
|
|
329
|
+
"types": [
|
|
330
|
+
{
|
|
331
|
+
"__schema": "KeywordTypeSchema",
|
|
332
|
+
"location": {
|
|
333
|
+
"filePath": "api-server.main.runtime.ts",
|
|
334
|
+
"line": 142,
|
|
335
|
+
"character": 40
|
|
336
|
+
},
|
|
337
|
+
"name": "number"
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"__schema": "KeywordTypeSchema",
|
|
341
|
+
"location": {
|
|
342
|
+
"filePath": "api-server.main.runtime.ts",
|
|
343
|
+
"line": 142,
|
|
344
|
+
"character": 49
|
|
345
|
+
},
|
|
346
|
+
"name": "undefined"
|
|
347
|
+
}
|
|
348
|
+
]
|
|
349
|
+
}
|
|
350
|
+
]
|
|
351
|
+
},
|
|
352
|
+
"modifiers": [
|
|
353
|
+
"async"
|
|
354
|
+
]
|
|
355
|
+
},
|
|
261
356
|
{
|
|
262
357
|
"__schema": "VariableLikeSchema",
|
|
263
358
|
"location": {
|
|
264
359
|
"filePath": "api-server.main.runtime.ts",
|
|
265
|
-
"line":
|
|
360
|
+
"line": 159,
|
|
266
361
|
"character": 3
|
|
267
362
|
},
|
|
268
363
|
"signature": "(property) ApiServerMain.dependencies: Aspect[]",
|
|
@@ -271,7 +366,7 @@
|
|
|
271
366
|
"__schema": "InferenceTypeSchema",
|
|
272
367
|
"location": {
|
|
273
368
|
"filePath": "api-server.main.runtime.ts",
|
|
274
|
-
"line":
|
|
369
|
+
"line": 159,
|
|
275
370
|
"character": 3
|
|
276
371
|
},
|
|
277
372
|
"type": "Aspect[]"
|
|
@@ -283,7 +378,7 @@
|
|
|
283
378
|
"__schema": "VariableLikeSchema",
|
|
284
379
|
"location": {
|
|
285
380
|
"filePath": "api-server.main.runtime.ts",
|
|
286
|
-
"line":
|
|
381
|
+
"line": 177,
|
|
287
382
|
"character": 3
|
|
288
383
|
},
|
|
289
384
|
"signature": "(property) ApiServerMain.runtime: RuntimeDefinition",
|
|
@@ -292,7 +387,7 @@
|
|
|
292
387
|
"__schema": "InferenceTypeSchema",
|
|
293
388
|
"location": {
|
|
294
389
|
"filePath": "api-server.main.runtime.ts",
|
|
295
|
-
"line":
|
|
390
|
+
"line": 177,
|
|
296
391
|
"character": 3
|
|
297
392
|
},
|
|
298
393
|
"type": "RuntimeDefinition"
|
|
@@ -304,7 +399,7 @@
|
|
|
304
399
|
"__schema": "FunctionLikeSchema",
|
|
305
400
|
"location": {
|
|
306
401
|
"filePath": "api-server.main.runtime.ts",
|
|
307
|
-
"line":
|
|
402
|
+
"line": 178,
|
|
308
403
|
"character": 3
|
|
309
404
|
},
|
|
310
405
|
"signature": "(method) ApiServerMain.provider([cli, workspace, loggerMain, express, watcher, snapping, lanes, installer, exporter, checkout, componentLog, importer, componentCompare, generator, remove, config,]: [\n CLIMain,\n Workspace,\n LoggerMain,\n ExpressMain,\n WatcherMain,\n SnappingMain,\n LanesMain,\n InstallMain,\n ExportMain,\n CheckoutMain,\n ComponentLogMain,\n ImporterMain,\n ComponentCompareMain,\n GeneratorMain,\n RemoveMain,\n ConfigMain\n]): Promise<ApiServerMain>",
|
|
@@ -314,7 +409,7 @@
|
|
|
314
409
|
"__schema": "ParameterSchema",
|
|
315
410
|
"location": {
|
|
316
411
|
"filePath": "api-server.main.runtime.ts",
|
|
317
|
-
"line":
|
|
412
|
+
"line": 178,
|
|
318
413
|
"character": 25
|
|
319
414
|
},
|
|
320
415
|
"name": "[ cli, workspace, loggerMain, express, watcher, snapping, lanes, installer, exporter, checkout, componentLog, importer, componentCompare, generator, remove, config ]",
|
|
@@ -322,7 +417,7 @@
|
|
|
322
417
|
"__schema": "TupleTypeSchema",
|
|
323
418
|
"location": {
|
|
324
419
|
"filePath": "api-server.main.runtime.ts",
|
|
325
|
-
"line":
|
|
420
|
+
"line": 195,
|
|
326
421
|
"character": 6
|
|
327
422
|
},
|
|
328
423
|
"elements": [
|
|
@@ -330,7 +425,7 @@
|
|
|
330
425
|
"__schema": "TypeRefSchema",
|
|
331
426
|
"location": {
|
|
332
427
|
"filePath": "api-server.main.runtime.ts",
|
|
333
|
-
"line":
|
|
428
|
+
"line": 196,
|
|
334
429
|
"character": 5
|
|
335
430
|
},
|
|
336
431
|
"name": "CLIMain"
|
|
@@ -339,7 +434,7 @@
|
|
|
339
434
|
"__schema": "TypeRefSchema",
|
|
340
435
|
"location": {
|
|
341
436
|
"filePath": "api-server.main.runtime.ts",
|
|
342
|
-
"line":
|
|
437
|
+
"line": 197,
|
|
343
438
|
"character": 5
|
|
344
439
|
},
|
|
345
440
|
"name": "Workspace"
|
|
@@ -348,7 +443,7 @@
|
|
|
348
443
|
"__schema": "TypeRefSchema",
|
|
349
444
|
"location": {
|
|
350
445
|
"filePath": "api-server.main.runtime.ts",
|
|
351
|
-
"line":
|
|
446
|
+
"line": 198,
|
|
352
447
|
"character": 5
|
|
353
448
|
},
|
|
354
449
|
"name": "LoggerMain"
|
|
@@ -357,7 +452,7 @@
|
|
|
357
452
|
"__schema": "TypeRefSchema",
|
|
358
453
|
"location": {
|
|
359
454
|
"filePath": "api-server.main.runtime.ts",
|
|
360
|
-
"line":
|
|
455
|
+
"line": 199,
|
|
361
456
|
"character": 5
|
|
362
457
|
},
|
|
363
458
|
"name": "ExpressMain"
|
|
@@ -366,7 +461,7 @@
|
|
|
366
461
|
"__schema": "TypeRefSchema",
|
|
367
462
|
"location": {
|
|
368
463
|
"filePath": "api-server.main.runtime.ts",
|
|
369
|
-
"line":
|
|
464
|
+
"line": 200,
|
|
370
465
|
"character": 5
|
|
371
466
|
},
|
|
372
467
|
"name": "WatcherMain"
|
|
@@ -375,7 +470,7 @@
|
|
|
375
470
|
"__schema": "TypeRefSchema",
|
|
376
471
|
"location": {
|
|
377
472
|
"filePath": "api-server.main.runtime.ts",
|
|
378
|
-
"line":
|
|
473
|
+
"line": 201,
|
|
379
474
|
"character": 5
|
|
380
475
|
},
|
|
381
476
|
"name": "SnappingMain"
|
|
@@ -384,7 +479,7 @@
|
|
|
384
479
|
"__schema": "TypeRefSchema",
|
|
385
480
|
"location": {
|
|
386
481
|
"filePath": "api-server.main.runtime.ts",
|
|
387
|
-
"line":
|
|
482
|
+
"line": 202,
|
|
388
483
|
"character": 5
|
|
389
484
|
},
|
|
390
485
|
"name": "LanesMain"
|
|
@@ -393,7 +488,7 @@
|
|
|
393
488
|
"__schema": "TypeRefSchema",
|
|
394
489
|
"location": {
|
|
395
490
|
"filePath": "api-server.main.runtime.ts",
|
|
396
|
-
"line":
|
|
491
|
+
"line": 203,
|
|
397
492
|
"character": 5
|
|
398
493
|
},
|
|
399
494
|
"name": "InstallMain"
|
|
@@ -402,7 +497,7 @@
|
|
|
402
497
|
"__schema": "TypeRefSchema",
|
|
403
498
|
"location": {
|
|
404
499
|
"filePath": "api-server.main.runtime.ts",
|
|
405
|
-
"line":
|
|
500
|
+
"line": 204,
|
|
406
501
|
"character": 5
|
|
407
502
|
},
|
|
408
503
|
"name": "ExportMain"
|
|
@@ -411,7 +506,7 @@
|
|
|
411
506
|
"__schema": "TypeRefSchema",
|
|
412
507
|
"location": {
|
|
413
508
|
"filePath": "api-server.main.runtime.ts",
|
|
414
|
-
"line":
|
|
509
|
+
"line": 205,
|
|
415
510
|
"character": 5
|
|
416
511
|
},
|
|
417
512
|
"name": "CheckoutMain"
|
|
@@ -420,7 +515,7 @@
|
|
|
420
515
|
"__schema": "TypeRefSchema",
|
|
421
516
|
"location": {
|
|
422
517
|
"filePath": "api-server.main.runtime.ts",
|
|
423
|
-
"line":
|
|
518
|
+
"line": 206,
|
|
424
519
|
"character": 5
|
|
425
520
|
},
|
|
426
521
|
"name": "ComponentLogMain"
|
|
@@ -429,7 +524,7 @@
|
|
|
429
524
|
"__schema": "TypeRefSchema",
|
|
430
525
|
"location": {
|
|
431
526
|
"filePath": "api-server.main.runtime.ts",
|
|
432
|
-
"line":
|
|
527
|
+
"line": 207,
|
|
433
528
|
"character": 5
|
|
434
529
|
},
|
|
435
530
|
"name": "ImporterMain"
|
|
@@ -438,7 +533,7 @@
|
|
|
438
533
|
"__schema": "TypeRefSchema",
|
|
439
534
|
"location": {
|
|
440
535
|
"filePath": "api-server.main.runtime.ts",
|
|
441
|
-
"line":
|
|
536
|
+
"line": 208,
|
|
442
537
|
"character": 5
|
|
443
538
|
},
|
|
444
539
|
"name": "ComponentCompareMain"
|
|
@@ -447,7 +542,7 @@
|
|
|
447
542
|
"__schema": "TypeRefSchema",
|
|
448
543
|
"location": {
|
|
449
544
|
"filePath": "api-server.main.runtime.ts",
|
|
450
|
-
"line":
|
|
545
|
+
"line": 209,
|
|
451
546
|
"character": 5
|
|
452
547
|
},
|
|
453
548
|
"name": "GeneratorMain"
|
|
@@ -456,7 +551,7 @@
|
|
|
456
551
|
"__schema": "TypeRefSchema",
|
|
457
552
|
"location": {
|
|
458
553
|
"filePath": "api-server.main.runtime.ts",
|
|
459
|
-
"line":
|
|
554
|
+
"line": 210,
|
|
460
555
|
"character": 5
|
|
461
556
|
},
|
|
462
557
|
"name": "RemoveMain"
|
|
@@ -465,7 +560,7 @@
|
|
|
465
560
|
"__schema": "TypeRefSchema",
|
|
466
561
|
"location": {
|
|
467
562
|
"filePath": "api-server.main.runtime.ts",
|
|
468
|
-
"line":
|
|
563
|
+
"line": 211,
|
|
469
564
|
"character": 5
|
|
470
565
|
},
|
|
471
566
|
"name": "ConfigMain"
|
|
@@ -480,7 +575,7 @@
|
|
|
480
575
|
"__schema": "InferenceTypeSchema",
|
|
481
576
|
"location": {
|
|
482
577
|
"filePath": "api-server.main.runtime.ts",
|
|
483
|
-
"line":
|
|
578
|
+
"line": 178,
|
|
484
579
|
"character": 3
|
|
485
580
|
},
|
|
486
581
|
"type": "Promise<ApiServerMain>"
|
|
@@ -556,7 +651,7 @@
|
|
|
556
651
|
"__schema": "ClassSchema",
|
|
557
652
|
"location": {
|
|
558
653
|
"filePath": "api-server.main.runtime.ts",
|
|
559
|
-
"line":
|
|
654
|
+
"line": 30,
|
|
560
655
|
"character": 1
|
|
561
656
|
},
|
|
562
657
|
"signature": "class ApiServerMain",
|
|
@@ -566,7 +661,7 @@
|
|
|
566
661
|
"__schema": "ConstructorSchema",
|
|
567
662
|
"location": {
|
|
568
663
|
"filePath": "api-server.main.runtime.ts",
|
|
569
|
-
"line":
|
|
664
|
+
"line": 31,
|
|
570
665
|
"character": 3
|
|
571
666
|
},
|
|
572
667
|
"signature": "constructor ApiServerMain(workspace: Workspace, logger: Logger, express: ExpressMain, watcher: WatcherMain, installer: InstallMain, importer: ImporterMain): ApiServerMain",
|
|
@@ -576,7 +671,7 @@
|
|
|
576
671
|
"__schema": "ParameterSchema",
|
|
577
672
|
"location": {
|
|
578
673
|
"filePath": "api-server.main.runtime.ts",
|
|
579
|
-
"line":
|
|
674
|
+
"line": 32,
|
|
580
675
|
"character": 5
|
|
581
676
|
},
|
|
582
677
|
"name": "workspace",
|
|
@@ -584,7 +679,7 @@
|
|
|
584
679
|
"__schema": "TypeRefSchema",
|
|
585
680
|
"location": {
|
|
586
681
|
"filePath": "api-server.main.runtime.ts",
|
|
587
|
-
"line":
|
|
682
|
+
"line": 32,
|
|
588
683
|
"character": 24
|
|
589
684
|
},
|
|
590
685
|
"name": "Workspace"
|
|
@@ -596,7 +691,7 @@
|
|
|
596
691
|
"__schema": "ParameterSchema",
|
|
597
692
|
"location": {
|
|
598
693
|
"filePath": "api-server.main.runtime.ts",
|
|
599
|
-
"line":
|
|
694
|
+
"line": 33,
|
|
600
695
|
"character": 5
|
|
601
696
|
},
|
|
602
697
|
"name": "logger",
|
|
@@ -604,7 +699,7 @@
|
|
|
604
699
|
"__schema": "TypeRefSchema",
|
|
605
700
|
"location": {
|
|
606
701
|
"filePath": "api-server.main.runtime.ts",
|
|
607
|
-
"line":
|
|
702
|
+
"line": 33,
|
|
608
703
|
"character": 21
|
|
609
704
|
},
|
|
610
705
|
"name": "Logger"
|
|
@@ -616,7 +711,7 @@
|
|
|
616
711
|
"__schema": "ParameterSchema",
|
|
617
712
|
"location": {
|
|
618
713
|
"filePath": "api-server.main.runtime.ts",
|
|
619
|
-
"line":
|
|
714
|
+
"line": 34,
|
|
620
715
|
"character": 5
|
|
621
716
|
},
|
|
622
717
|
"name": "express",
|
|
@@ -624,7 +719,7 @@
|
|
|
624
719
|
"__schema": "TypeRefSchema",
|
|
625
720
|
"location": {
|
|
626
721
|
"filePath": "api-server.main.runtime.ts",
|
|
627
|
-
"line":
|
|
722
|
+
"line": 34,
|
|
628
723
|
"character": 22
|
|
629
724
|
},
|
|
630
725
|
"name": "ExpressMain"
|
|
@@ -636,7 +731,7 @@
|
|
|
636
731
|
"__schema": "ParameterSchema",
|
|
637
732
|
"location": {
|
|
638
733
|
"filePath": "api-server.main.runtime.ts",
|
|
639
|
-
"line":
|
|
734
|
+
"line": 35,
|
|
640
735
|
"character": 5
|
|
641
736
|
},
|
|
642
737
|
"name": "watcher",
|
|
@@ -644,7 +739,7 @@
|
|
|
644
739
|
"__schema": "TypeRefSchema",
|
|
645
740
|
"location": {
|
|
646
741
|
"filePath": "api-server.main.runtime.ts",
|
|
647
|
-
"line":
|
|
742
|
+
"line": 35,
|
|
648
743
|
"character": 22
|
|
649
744
|
},
|
|
650
745
|
"name": "WatcherMain"
|
|
@@ -656,7 +751,7 @@
|
|
|
656
751
|
"__schema": "ParameterSchema",
|
|
657
752
|
"location": {
|
|
658
753
|
"filePath": "api-server.main.runtime.ts",
|
|
659
|
-
"line":
|
|
754
|
+
"line": 36,
|
|
660
755
|
"character": 5
|
|
661
756
|
},
|
|
662
757
|
"name": "installer",
|
|
@@ -664,7 +759,7 @@
|
|
|
664
759
|
"__schema": "TypeRefSchema",
|
|
665
760
|
"location": {
|
|
666
761
|
"filePath": "api-server.main.runtime.ts",
|
|
667
|
-
"line":
|
|
762
|
+
"line": 36,
|
|
668
763
|
"character": 24
|
|
669
764
|
},
|
|
670
765
|
"name": "InstallMain"
|
|
@@ -676,7 +771,7 @@
|
|
|
676
771
|
"__schema": "ParameterSchema",
|
|
677
772
|
"location": {
|
|
678
773
|
"filePath": "api-server.main.runtime.ts",
|
|
679
|
-
"line":
|
|
774
|
+
"line": 37,
|
|
680
775
|
"character": 5
|
|
681
776
|
},
|
|
682
777
|
"name": "importer",
|
|
@@ -684,7 +779,7 @@
|
|
|
684
779
|
"__schema": "TypeRefSchema",
|
|
685
780
|
"location": {
|
|
686
781
|
"filePath": "api-server.main.runtime.ts",
|
|
687
|
-
"line":
|
|
782
|
+
"line": 37,
|
|
688
783
|
"character": 23
|
|
689
784
|
},
|
|
690
785
|
"name": "ImporterMain"
|
|
@@ -697,7 +792,7 @@
|
|
|
697
792
|
"__schema": "ThisTypeSchema",
|
|
698
793
|
"location": {
|
|
699
794
|
"filePath": "api-server.main.runtime.ts",
|
|
700
|
-
"line":
|
|
795
|
+
"line": 30,
|
|
701
796
|
"character": 1
|
|
702
797
|
},
|
|
703
798
|
"name": "ApiServerMain"
|
|
@@ -708,7 +803,7 @@
|
|
|
708
803
|
"__schema": "FunctionLikeSchema",
|
|
709
804
|
"location": {
|
|
710
805
|
"filePath": "api-server.main.runtime.ts",
|
|
711
|
-
"line":
|
|
806
|
+
"line": 40,
|
|
712
807
|
"character": 3
|
|
713
808
|
},
|
|
714
809
|
"signature": "(method) ApiServerMain.runApiServer(options: {\n port: number;\n compile: boolean;\n}): Promise<unknown>",
|
|
@@ -718,7 +813,7 @@
|
|
|
718
813
|
"__schema": "ParameterSchema",
|
|
719
814
|
"location": {
|
|
720
815
|
"filePath": "api-server.main.runtime.ts",
|
|
721
|
-
"line":
|
|
816
|
+
"line": 40,
|
|
722
817
|
"character": 22
|
|
723
818
|
},
|
|
724
819
|
"name": "options",
|
|
@@ -726,7 +821,7 @@
|
|
|
726
821
|
"__schema": "TypeLiteralSchema",
|
|
727
822
|
"location": {
|
|
728
823
|
"filePath": "api-server.main.runtime.ts",
|
|
729
|
-
"line":
|
|
824
|
+
"line": 40,
|
|
730
825
|
"character": 31
|
|
731
826
|
},
|
|
732
827
|
"members": [
|
|
@@ -734,7 +829,7 @@
|
|
|
734
829
|
"__schema": "VariableLikeSchema",
|
|
735
830
|
"location": {
|
|
736
831
|
"filePath": "api-server.main.runtime.ts",
|
|
737
|
-
"line":
|
|
832
|
+
"line": 40,
|
|
738
833
|
"character": 33
|
|
739
834
|
},
|
|
740
835
|
"signature": "(property) port: number",
|
|
@@ -743,7 +838,7 @@
|
|
|
743
838
|
"__schema": "KeywordTypeSchema",
|
|
744
839
|
"location": {
|
|
745
840
|
"filePath": "api-server.main.runtime.ts",
|
|
746
|
-
"line":
|
|
841
|
+
"line": 40,
|
|
747
842
|
"character": 39
|
|
748
843
|
},
|
|
749
844
|
"name": "number"
|
|
@@ -754,7 +849,7 @@
|
|
|
754
849
|
"__schema": "VariableLikeSchema",
|
|
755
850
|
"location": {
|
|
756
851
|
"filePath": "api-server.main.runtime.ts",
|
|
757
|
-
"line":
|
|
852
|
+
"line": 40,
|
|
758
853
|
"character": 47
|
|
759
854
|
},
|
|
760
855
|
"signature": "(property) compile: boolean",
|
|
@@ -763,7 +858,7 @@
|
|
|
763
858
|
"__schema": "KeywordTypeSchema",
|
|
764
859
|
"location": {
|
|
765
860
|
"filePath": "api-server.main.runtime.ts",
|
|
766
|
-
"line":
|
|
861
|
+
"line": 40,
|
|
767
862
|
"character": 56
|
|
768
863
|
},
|
|
769
864
|
"name": "boolean"
|
|
@@ -780,7 +875,7 @@
|
|
|
780
875
|
"__schema": "InferenceTypeSchema",
|
|
781
876
|
"location": {
|
|
782
877
|
"filePath": "api-server.main.runtime.ts",
|
|
783
|
-
"line":
|
|
878
|
+
"line": 40,
|
|
784
879
|
"character": 3
|
|
785
880
|
},
|
|
786
881
|
"type": "Promise<unknown>"
|
|
@@ -789,11 +884,106 @@
|
|
|
789
884
|
"async"
|
|
790
885
|
]
|
|
791
886
|
},
|
|
887
|
+
{
|
|
888
|
+
"__schema": "FunctionLikeSchema",
|
|
889
|
+
"location": {
|
|
890
|
+
"filePath": "api-server.main.runtime.ts",
|
|
891
|
+
"line": 137,
|
|
892
|
+
"character": 3
|
|
893
|
+
},
|
|
894
|
+
"signature": "(method) ApiServerMain.writeUsedPort(port: number): void",
|
|
895
|
+
"name": "writeUsedPort",
|
|
896
|
+
"params": [
|
|
897
|
+
{
|
|
898
|
+
"__schema": "ParameterSchema",
|
|
899
|
+
"location": {
|
|
900
|
+
"filePath": "api-server.main.runtime.ts",
|
|
901
|
+
"line": 137,
|
|
902
|
+
"character": 17
|
|
903
|
+
},
|
|
904
|
+
"name": "port",
|
|
905
|
+
"type": {
|
|
906
|
+
"__schema": "KeywordTypeSchema",
|
|
907
|
+
"location": {
|
|
908
|
+
"filePath": "api-server.main.runtime.ts",
|
|
909
|
+
"line": 137,
|
|
910
|
+
"character": 23
|
|
911
|
+
},
|
|
912
|
+
"name": "number"
|
|
913
|
+
},
|
|
914
|
+
"isOptional": false,
|
|
915
|
+
"isSpread": false
|
|
916
|
+
}
|
|
917
|
+
],
|
|
918
|
+
"returnType": {
|
|
919
|
+
"__schema": "InferenceTypeSchema",
|
|
920
|
+
"location": {
|
|
921
|
+
"filePath": "api-server.main.runtime.ts",
|
|
922
|
+
"line": 137,
|
|
923
|
+
"character": 3
|
|
924
|
+
},
|
|
925
|
+
"type": "void"
|
|
926
|
+
},
|
|
927
|
+
"modifiers": []
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
"__schema": "FunctionLikeSchema",
|
|
931
|
+
"location": {
|
|
932
|
+
"filePath": "api-server.main.runtime.ts",
|
|
933
|
+
"line": 142,
|
|
934
|
+
"character": 3
|
|
935
|
+
},
|
|
936
|
+
"signature": "(method) ApiServerMain.getExistingUsedPort(): Promise<number | undefined>",
|
|
937
|
+
"name": "getExistingUsedPort",
|
|
938
|
+
"params": [],
|
|
939
|
+
"returnType": {
|
|
940
|
+
"__schema": "TypeRefSchema",
|
|
941
|
+
"location": {
|
|
942
|
+
"filePath": "api-server.main.runtime.ts",
|
|
943
|
+
"line": 142,
|
|
944
|
+
"character": 32
|
|
945
|
+
},
|
|
946
|
+
"name": "Promise",
|
|
947
|
+
"typeArgs": [
|
|
948
|
+
{
|
|
949
|
+
"__schema": "TypeUnionSchema",
|
|
950
|
+
"location": {
|
|
951
|
+
"filePath": "api-server.main.runtime.ts",
|
|
952
|
+
"line": 142,
|
|
953
|
+
"character": 40
|
|
954
|
+
},
|
|
955
|
+
"types": [
|
|
956
|
+
{
|
|
957
|
+
"__schema": "KeywordTypeSchema",
|
|
958
|
+
"location": {
|
|
959
|
+
"filePath": "api-server.main.runtime.ts",
|
|
960
|
+
"line": 142,
|
|
961
|
+
"character": 40
|
|
962
|
+
},
|
|
963
|
+
"name": "number"
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
"__schema": "KeywordTypeSchema",
|
|
967
|
+
"location": {
|
|
968
|
+
"filePath": "api-server.main.runtime.ts",
|
|
969
|
+
"line": 142,
|
|
970
|
+
"character": 49
|
|
971
|
+
},
|
|
972
|
+
"name": "undefined"
|
|
973
|
+
}
|
|
974
|
+
]
|
|
975
|
+
}
|
|
976
|
+
]
|
|
977
|
+
},
|
|
978
|
+
"modifiers": [
|
|
979
|
+
"async"
|
|
980
|
+
]
|
|
981
|
+
},
|
|
792
982
|
{
|
|
793
983
|
"__schema": "VariableLikeSchema",
|
|
794
984
|
"location": {
|
|
795
985
|
"filePath": "api-server.main.runtime.ts",
|
|
796
|
-
"line":
|
|
986
|
+
"line": 159,
|
|
797
987
|
"character": 3
|
|
798
988
|
},
|
|
799
989
|
"signature": "(property) ApiServerMain.dependencies: Aspect[]",
|
|
@@ -802,7 +992,7 @@
|
|
|
802
992
|
"__schema": "InferenceTypeSchema",
|
|
803
993
|
"location": {
|
|
804
994
|
"filePath": "api-server.main.runtime.ts",
|
|
805
|
-
"line":
|
|
995
|
+
"line": 159,
|
|
806
996
|
"character": 3
|
|
807
997
|
},
|
|
808
998
|
"type": "Aspect[]"
|
|
@@ -814,7 +1004,7 @@
|
|
|
814
1004
|
"__schema": "VariableLikeSchema",
|
|
815
1005
|
"location": {
|
|
816
1006
|
"filePath": "api-server.main.runtime.ts",
|
|
817
|
-
"line":
|
|
1007
|
+
"line": 177,
|
|
818
1008
|
"character": 3
|
|
819
1009
|
},
|
|
820
1010
|
"signature": "(property) ApiServerMain.runtime: RuntimeDefinition",
|
|
@@ -823,7 +1013,7 @@
|
|
|
823
1013
|
"__schema": "InferenceTypeSchema",
|
|
824
1014
|
"location": {
|
|
825
1015
|
"filePath": "api-server.main.runtime.ts",
|
|
826
|
-
"line":
|
|
1016
|
+
"line": 177,
|
|
827
1017
|
"character": 3
|
|
828
1018
|
},
|
|
829
1019
|
"type": "RuntimeDefinition"
|
|
@@ -835,7 +1025,7 @@
|
|
|
835
1025
|
"__schema": "FunctionLikeSchema",
|
|
836
1026
|
"location": {
|
|
837
1027
|
"filePath": "api-server.main.runtime.ts",
|
|
838
|
-
"line":
|
|
1028
|
+
"line": 178,
|
|
839
1029
|
"character": 3
|
|
840
1030
|
},
|
|
841
1031
|
"signature": "(method) ApiServerMain.provider([cli, workspace, loggerMain, express, watcher, snapping, lanes, installer, exporter, checkout, componentLog, importer, componentCompare, generator, remove, config,]: [\n CLIMain,\n Workspace,\n LoggerMain,\n ExpressMain,\n WatcherMain,\n SnappingMain,\n LanesMain,\n InstallMain,\n ExportMain,\n CheckoutMain,\n ComponentLogMain,\n ImporterMain,\n ComponentCompareMain,\n GeneratorMain,\n RemoveMain,\n ConfigMain\n]): Promise<ApiServerMain>",
|
|
@@ -845,7 +1035,7 @@
|
|
|
845
1035
|
"__schema": "ParameterSchema",
|
|
846
1036
|
"location": {
|
|
847
1037
|
"filePath": "api-server.main.runtime.ts",
|
|
848
|
-
"line":
|
|
1038
|
+
"line": 178,
|
|
849
1039
|
"character": 25
|
|
850
1040
|
},
|
|
851
1041
|
"name": "[ cli, workspace, loggerMain, express, watcher, snapping, lanes, installer, exporter, checkout, componentLog, importer, componentCompare, generator, remove, config ]",
|
|
@@ -853,7 +1043,7 @@
|
|
|
853
1043
|
"__schema": "TupleTypeSchema",
|
|
854
1044
|
"location": {
|
|
855
1045
|
"filePath": "api-server.main.runtime.ts",
|
|
856
|
-
"line":
|
|
1046
|
+
"line": 195,
|
|
857
1047
|
"character": 6
|
|
858
1048
|
},
|
|
859
1049
|
"elements": [
|
|
@@ -861,7 +1051,7 @@
|
|
|
861
1051
|
"__schema": "TypeRefSchema",
|
|
862
1052
|
"location": {
|
|
863
1053
|
"filePath": "api-server.main.runtime.ts",
|
|
864
|
-
"line":
|
|
1054
|
+
"line": 196,
|
|
865
1055
|
"character": 5
|
|
866
1056
|
},
|
|
867
1057
|
"name": "CLIMain"
|
|
@@ -870,7 +1060,7 @@
|
|
|
870
1060
|
"__schema": "TypeRefSchema",
|
|
871
1061
|
"location": {
|
|
872
1062
|
"filePath": "api-server.main.runtime.ts",
|
|
873
|
-
"line":
|
|
1063
|
+
"line": 197,
|
|
874
1064
|
"character": 5
|
|
875
1065
|
},
|
|
876
1066
|
"name": "Workspace"
|
|
@@ -879,7 +1069,7 @@
|
|
|
879
1069
|
"__schema": "TypeRefSchema",
|
|
880
1070
|
"location": {
|
|
881
1071
|
"filePath": "api-server.main.runtime.ts",
|
|
882
|
-
"line":
|
|
1072
|
+
"line": 198,
|
|
883
1073
|
"character": 5
|
|
884
1074
|
},
|
|
885
1075
|
"name": "LoggerMain"
|
|
@@ -888,7 +1078,7 @@
|
|
|
888
1078
|
"__schema": "TypeRefSchema",
|
|
889
1079
|
"location": {
|
|
890
1080
|
"filePath": "api-server.main.runtime.ts",
|
|
891
|
-
"line":
|
|
1081
|
+
"line": 199,
|
|
892
1082
|
"character": 5
|
|
893
1083
|
},
|
|
894
1084
|
"name": "ExpressMain"
|
|
@@ -897,7 +1087,7 @@
|
|
|
897
1087
|
"__schema": "TypeRefSchema",
|
|
898
1088
|
"location": {
|
|
899
1089
|
"filePath": "api-server.main.runtime.ts",
|
|
900
|
-
"line":
|
|
1090
|
+
"line": 200,
|
|
901
1091
|
"character": 5
|
|
902
1092
|
},
|
|
903
1093
|
"name": "WatcherMain"
|
|
@@ -906,7 +1096,7 @@
|
|
|
906
1096
|
"__schema": "TypeRefSchema",
|
|
907
1097
|
"location": {
|
|
908
1098
|
"filePath": "api-server.main.runtime.ts",
|
|
909
|
-
"line":
|
|
1099
|
+
"line": 201,
|
|
910
1100
|
"character": 5
|
|
911
1101
|
},
|
|
912
1102
|
"name": "SnappingMain"
|
|
@@ -915,7 +1105,7 @@
|
|
|
915
1105
|
"__schema": "TypeRefSchema",
|
|
916
1106
|
"location": {
|
|
917
1107
|
"filePath": "api-server.main.runtime.ts",
|
|
918
|
-
"line":
|
|
1108
|
+
"line": 202,
|
|
919
1109
|
"character": 5
|
|
920
1110
|
},
|
|
921
1111
|
"name": "LanesMain"
|
|
@@ -924,7 +1114,7 @@
|
|
|
924
1114
|
"__schema": "TypeRefSchema",
|
|
925
1115
|
"location": {
|
|
926
1116
|
"filePath": "api-server.main.runtime.ts",
|
|
927
|
-
"line":
|
|
1117
|
+
"line": 203,
|
|
928
1118
|
"character": 5
|
|
929
1119
|
},
|
|
930
1120
|
"name": "InstallMain"
|
|
@@ -933,7 +1123,7 @@
|
|
|
933
1123
|
"__schema": "TypeRefSchema",
|
|
934
1124
|
"location": {
|
|
935
1125
|
"filePath": "api-server.main.runtime.ts",
|
|
936
|
-
"line":
|
|
1126
|
+
"line": 204,
|
|
937
1127
|
"character": 5
|
|
938
1128
|
},
|
|
939
1129
|
"name": "ExportMain"
|
|
@@ -942,7 +1132,7 @@
|
|
|
942
1132
|
"__schema": "TypeRefSchema",
|
|
943
1133
|
"location": {
|
|
944
1134
|
"filePath": "api-server.main.runtime.ts",
|
|
945
|
-
"line":
|
|
1135
|
+
"line": 205,
|
|
946
1136
|
"character": 5
|
|
947
1137
|
},
|
|
948
1138
|
"name": "CheckoutMain"
|
|
@@ -951,7 +1141,7 @@
|
|
|
951
1141
|
"__schema": "TypeRefSchema",
|
|
952
1142
|
"location": {
|
|
953
1143
|
"filePath": "api-server.main.runtime.ts",
|
|
954
|
-
"line":
|
|
1144
|
+
"line": 206,
|
|
955
1145
|
"character": 5
|
|
956
1146
|
},
|
|
957
1147
|
"name": "ComponentLogMain"
|
|
@@ -960,7 +1150,7 @@
|
|
|
960
1150
|
"__schema": "TypeRefSchema",
|
|
961
1151
|
"location": {
|
|
962
1152
|
"filePath": "api-server.main.runtime.ts",
|
|
963
|
-
"line":
|
|
1153
|
+
"line": 207,
|
|
964
1154
|
"character": 5
|
|
965
1155
|
},
|
|
966
1156
|
"name": "ImporterMain"
|
|
@@ -969,7 +1159,7 @@
|
|
|
969
1159
|
"__schema": "TypeRefSchema",
|
|
970
1160
|
"location": {
|
|
971
1161
|
"filePath": "api-server.main.runtime.ts",
|
|
972
|
-
"line":
|
|
1162
|
+
"line": 208,
|
|
973
1163
|
"character": 5
|
|
974
1164
|
},
|
|
975
1165
|
"name": "ComponentCompareMain"
|
|
@@ -978,7 +1168,7 @@
|
|
|
978
1168
|
"__schema": "TypeRefSchema",
|
|
979
1169
|
"location": {
|
|
980
1170
|
"filePath": "api-server.main.runtime.ts",
|
|
981
|
-
"line":
|
|
1171
|
+
"line": 209,
|
|
982
1172
|
"character": 5
|
|
983
1173
|
},
|
|
984
1174
|
"name": "GeneratorMain"
|
|
@@ -987,7 +1177,7 @@
|
|
|
987
1177
|
"__schema": "TypeRefSchema",
|
|
988
1178
|
"location": {
|
|
989
1179
|
"filePath": "api-server.main.runtime.ts",
|
|
990
|
-
"line":
|
|
1180
|
+
"line": 210,
|
|
991
1181
|
"character": 5
|
|
992
1182
|
},
|
|
993
1183
|
"name": "RemoveMain"
|
|
@@ -996,7 +1186,7 @@
|
|
|
996
1186
|
"__schema": "TypeRefSchema",
|
|
997
1187
|
"location": {
|
|
998
1188
|
"filePath": "api-server.main.runtime.ts",
|
|
999
|
-
"line":
|
|
1189
|
+
"line": 211,
|
|
1000
1190
|
"character": 5
|
|
1001
1191
|
},
|
|
1002
1192
|
"name": "ConfigMain"
|
|
@@ -1011,7 +1201,7 @@
|
|
|
1011
1201
|
"__schema": "InferenceTypeSchema",
|
|
1012
1202
|
"location": {
|
|
1013
1203
|
"filePath": "api-server.main.runtime.ts",
|
|
1014
|
-
"line":
|
|
1204
|
+
"line": 178,
|
|
1015
1205
|
"character": 3
|
|
1016
1206
|
},
|
|
1017
1207
|
"type": "Promise<ApiServerMain>"
|
|
@@ -1029,7 +1219,7 @@
|
|
|
1029
1219
|
"__schema": "UnImplementedSchema",
|
|
1030
1220
|
"location": {
|
|
1031
1221
|
"filePath": "api-server.main.runtime.ts",
|
|
1032
|
-
"line":
|
|
1222
|
+
"line": 244,
|
|
1033
1223
|
"character": 16
|
|
1034
1224
|
},
|
|
1035
1225
|
"name": "ApiServerMain",
|
|
@@ -1041,7 +1231,7 @@
|
|
|
1041
1231
|
"__schema": "UnImplementedSchema",
|
|
1042
1232
|
"location": {
|
|
1043
1233
|
"filePath": "api-server.main.runtime.ts",
|
|
1044
|
-
"line":
|
|
1234
|
+
"line": 242,
|
|
1045
1235
|
"character": 1
|
|
1046
1236
|
},
|
|
1047
1237
|
"name": "ApiServerAspect.addRuntime(ApiServerMain);",
|
|
@@ -1090,7 +1280,7 @@
|
|
|
1090
1280
|
"componentId": {
|
|
1091
1281
|
"scope": "teambit.harmony",
|
|
1092
1282
|
"name": "api-server",
|
|
1093
|
-
"version": "1.0.
|
|
1283
|
+
"version": "1.0.356"
|
|
1094
1284
|
},
|
|
1095
1285
|
"taggedModuleExports": []
|
|
1096
1286
|
}
|