@teambit/cli 0.0.857 → 0.0.859
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/preview/teambit_harmony_cli-preview.js +1 -1
- package/artifacts/schema.json +520 -191
- package/dist/cli-parser.d.ts +3 -1
- package/dist/cli-parser.js +4 -3
- package/dist/cli-parser.js.map +1 -1
- package/dist/cli.cmd.js +2 -2
- package/dist/cli.cmd.js.map +1 -1
- package/dist/cli.composition.d.ts +1 -1
- package/dist/cli.main.runtime.d.ts +20 -4
- package/dist/cli.main.runtime.js +20 -6
- package/dist/cli.main.runtime.js.map +1 -1
- package/dist/command-runner.d.ts +4 -1
- package/dist/command-runner.js +15 -7
- package/dist/command-runner.js.map +1 -1
- package/dist/completion.cmd.js +1 -1
- package/dist/exceptions/command-not-found.js +1 -1
- package/dist/exceptions/command-not-found.js.map +1 -1
- package/dist/help.cmd.js +1 -1
- package/dist/help.cmd.js.map +1 -1
- package/dist/legacy-command-adapter.js +1 -1
- package/dist/preview-1712287228511.js +7 -0
- package/dist/version.cmd.js +1 -1
- package/dist/version.cmd.js.map +1 -1
- package/dist/yargs-adapter.d.ts +3 -1
- package/dist/yargs-adapter.js +4 -3
- package/dist/yargs-adapter.js.map +1 -1
- package/package.json +3 -3
- package/dist/preview-1710232535180.js +0 -7
package/artifacts/schema.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"__schema": "ClassSchema",
|
|
18
18
|
"location": {
|
|
19
19
|
"filePath": "cli.main.runtime.ts",
|
|
20
|
-
"line":
|
|
20
|
+
"line": 29,
|
|
21
21
|
"character": 1
|
|
22
22
|
},
|
|
23
23
|
"signature": "class CLIMain",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"__schema": "VariableLikeSchema",
|
|
28
28
|
"location": {
|
|
29
29
|
"filePath": "cli.main.runtime.ts",
|
|
30
|
-
"line":
|
|
30
|
+
"line": 30,
|
|
31
31
|
"character": 3
|
|
32
32
|
},
|
|
33
33
|
"signature": "(property) CLIMain.groups: GroupsType",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"__schema": "TypeRefSchema",
|
|
37
37
|
"location": {
|
|
38
38
|
"filePath": "cli.main.runtime.ts",
|
|
39
|
-
"line":
|
|
39
|
+
"line": 30,
|
|
40
40
|
"character": 3
|
|
41
41
|
},
|
|
42
42
|
"name": "GroupsType",
|
|
@@ -49,17 +49,17 @@
|
|
|
49
49
|
"__schema": "ConstructorSchema",
|
|
50
50
|
"location": {
|
|
51
51
|
"filePath": "cli.main.runtime.ts",
|
|
52
|
-
"line":
|
|
52
|
+
"line": 31,
|
|
53
53
|
"character": 3
|
|
54
54
|
},
|
|
55
|
-
"signature": "constructor CLIMain(commandsSlot: CommandsSlot, onStartSlot: OnStartSlot, onBeforeExitSlot: OnBeforeExitSlot, logger: Logger): CLIMain",
|
|
55
|
+
"signature": "constructor CLIMain(commandsSlot: CommandsSlot, onStartSlot: OnStartSlot, onCommandStartSlot: OnCommandStartSlot, onBeforeExitSlot: OnBeforeExitSlot, logger: Logger): CLIMain",
|
|
56
56
|
"name": "constructor",
|
|
57
57
|
"params": [
|
|
58
58
|
{
|
|
59
59
|
"__schema": "ParameterSchema",
|
|
60
60
|
"location": {
|
|
61
61
|
"filePath": "cli.main.runtime.ts",
|
|
62
|
-
"line":
|
|
62
|
+
"line": 32,
|
|
63
63
|
"character": 5
|
|
64
64
|
},
|
|
65
65
|
"name": "commandsSlot",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"__schema": "TypeRefSchema",
|
|
68
68
|
"location": {
|
|
69
69
|
"filePath": "cli.main.runtime.ts",
|
|
70
|
-
"line":
|
|
70
|
+
"line": 32,
|
|
71
71
|
"character": 27
|
|
72
72
|
},
|
|
73
73
|
"name": "CommandsSlot"
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"__schema": "ParameterSchema",
|
|
80
80
|
"location": {
|
|
81
81
|
"filePath": "cli.main.runtime.ts",
|
|
82
|
-
"line":
|
|
82
|
+
"line": 33,
|
|
83
83
|
"character": 5
|
|
84
84
|
},
|
|
85
85
|
"name": "onStartSlot",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"__schema": "TypeRefSchema",
|
|
88
88
|
"location": {
|
|
89
89
|
"filePath": "cli.main.runtime.ts",
|
|
90
|
-
"line":
|
|
90
|
+
"line": 33,
|
|
91
91
|
"character": 26
|
|
92
92
|
},
|
|
93
93
|
"name": "OnStartSlot",
|
|
@@ -100,7 +100,28 @@
|
|
|
100
100
|
"__schema": "ParameterSchema",
|
|
101
101
|
"location": {
|
|
102
102
|
"filePath": "cli.main.runtime.ts",
|
|
103
|
-
"line":
|
|
103
|
+
"line": 34,
|
|
104
|
+
"character": 5
|
|
105
|
+
},
|
|
106
|
+
"name": "onCommandStartSlot",
|
|
107
|
+
"type": {
|
|
108
|
+
"__schema": "TypeRefSchema",
|
|
109
|
+
"location": {
|
|
110
|
+
"filePath": "cli.main.runtime.ts",
|
|
111
|
+
"line": 34,
|
|
112
|
+
"character": 34
|
|
113
|
+
},
|
|
114
|
+
"name": "OnCommandStartSlot",
|
|
115
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
116
|
+
},
|
|
117
|
+
"isOptional": false,
|
|
118
|
+
"isSpread": false
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"__schema": "ParameterSchema",
|
|
122
|
+
"location": {
|
|
123
|
+
"filePath": "cli.main.runtime.ts",
|
|
124
|
+
"line": 35,
|
|
104
125
|
"character": 5
|
|
105
126
|
},
|
|
106
127
|
"name": "onBeforeExitSlot",
|
|
@@ -108,7 +129,7 @@
|
|
|
108
129
|
"__schema": "TypeRefSchema",
|
|
109
130
|
"location": {
|
|
110
131
|
"filePath": "cli.main.runtime.ts",
|
|
111
|
-
"line":
|
|
132
|
+
"line": 35,
|
|
112
133
|
"character": 31
|
|
113
134
|
},
|
|
114
135
|
"name": "OnBeforeExitSlot",
|
|
@@ -121,7 +142,7 @@
|
|
|
121
142
|
"__schema": "ParameterSchema",
|
|
122
143
|
"location": {
|
|
123
144
|
"filePath": "cli.main.runtime.ts",
|
|
124
|
-
"line":
|
|
145
|
+
"line": 36,
|
|
125
146
|
"character": 5
|
|
126
147
|
},
|
|
127
148
|
"name": "logger",
|
|
@@ -129,7 +150,7 @@
|
|
|
129
150
|
"__schema": "TypeRefSchema",
|
|
130
151
|
"location": {
|
|
131
152
|
"filePath": "cli.main.runtime.ts",
|
|
132
|
-
"line":
|
|
153
|
+
"line": 36,
|
|
133
154
|
"character": 21
|
|
134
155
|
},
|
|
135
156
|
"name": "Logger",
|
|
@@ -146,7 +167,7 @@
|
|
|
146
167
|
"__schema": "ThisTypeSchema",
|
|
147
168
|
"location": {
|
|
148
169
|
"filePath": "cli.main.runtime.ts",
|
|
149
|
-
"line":
|
|
170
|
+
"line": 29,
|
|
150
171
|
"character": 1
|
|
151
172
|
},
|
|
152
173
|
"name": "CLIMain"
|
|
@@ -157,14 +178,14 @@
|
|
|
157
178
|
"__schema": "FunctionLikeSchema",
|
|
158
179
|
"location": {
|
|
159
180
|
"filePath": "cli.main.runtime.ts",
|
|
160
|
-
"line":
|
|
181
|
+
"line": 42,
|
|
161
182
|
"character": 3
|
|
162
183
|
},
|
|
163
184
|
"doc": {
|
|
164
185
|
"__schema": "DocSchema",
|
|
165
186
|
"location": {
|
|
166
187
|
"filePath": "cli.main.runtime.ts",
|
|
167
|
-
"line":
|
|
188
|
+
"line": 39,
|
|
168
189
|
"character": 3
|
|
169
190
|
},
|
|
170
191
|
"raw": "/**\n * registers a new command in to the CLI.\n */",
|
|
@@ -177,7 +198,7 @@
|
|
|
177
198
|
"__schema": "ParameterSchema",
|
|
178
199
|
"location": {
|
|
179
200
|
"filePath": "cli.main.runtime.ts",
|
|
180
|
-
"line":
|
|
201
|
+
"line": 42,
|
|
181
202
|
"character": 12
|
|
182
203
|
},
|
|
183
204
|
"name": "commands",
|
|
@@ -185,7 +206,7 @@
|
|
|
185
206
|
"__schema": "TypeRefSchema",
|
|
186
207
|
"location": {
|
|
187
208
|
"filePath": "cli.main.runtime.ts",
|
|
188
|
-
"line":
|
|
209
|
+
"line": 42,
|
|
189
210
|
"character": 25
|
|
190
211
|
},
|
|
191
212
|
"name": "CommandList"
|
|
@@ -198,7 +219,7 @@
|
|
|
198
219
|
"__schema": "InferenceTypeSchema",
|
|
199
220
|
"location": {
|
|
200
221
|
"filePath": "cli.main.runtime.ts",
|
|
201
|
-
"line":
|
|
222
|
+
"line": 42,
|
|
202
223
|
"character": 3
|
|
203
224
|
},
|
|
204
225
|
"type": "void"
|
|
@@ -209,14 +230,14 @@
|
|
|
209
230
|
"__schema": "FunctionLikeSchema",
|
|
210
231
|
"location": {
|
|
211
232
|
"filePath": "cli.main.runtime.ts",
|
|
212
|
-
"line":
|
|
233
|
+
"line": 55,
|
|
213
234
|
"character": 3
|
|
214
235
|
},
|
|
215
236
|
"doc": {
|
|
216
237
|
"__schema": "DocSchema",
|
|
217
238
|
"location": {
|
|
218
239
|
"filePath": "cli.main.runtime.ts",
|
|
219
|
-
"line":
|
|
240
|
+
"line": 51,
|
|
220
241
|
"character": 3
|
|
221
242
|
},
|
|
222
243
|
"raw": "/**\n * helpful for having the same command name in different environments (e.g. legacy and non-legacy).\n * for example `cli.unregister('tag');` removes the \"bit tag\" command.\n */",
|
|
@@ -229,7 +250,7 @@
|
|
|
229
250
|
"__schema": "ParameterSchema",
|
|
230
251
|
"location": {
|
|
231
252
|
"filePath": "cli.main.runtime.ts",
|
|
232
|
-
"line":
|
|
253
|
+
"line": 55,
|
|
233
254
|
"character": 14
|
|
234
255
|
},
|
|
235
256
|
"name": "commandName",
|
|
@@ -237,7 +258,7 @@
|
|
|
237
258
|
"__schema": "KeywordTypeSchema",
|
|
238
259
|
"location": {
|
|
239
260
|
"filePath": "cli.main.runtime.ts",
|
|
240
|
-
"line":
|
|
261
|
+
"line": 55,
|
|
241
262
|
"character": 27
|
|
242
263
|
},
|
|
243
264
|
"name": "string"
|
|
@@ -250,7 +271,7 @@
|
|
|
250
271
|
"__schema": "InferenceTypeSchema",
|
|
251
272
|
"location": {
|
|
252
273
|
"filePath": "cli.main.runtime.ts",
|
|
253
|
-
"line":
|
|
274
|
+
"line": 55,
|
|
254
275
|
"character": 3
|
|
255
276
|
},
|
|
256
277
|
"type": "void"
|
|
@@ -261,7 +282,7 @@
|
|
|
261
282
|
"__schema": "GetAccessorSchema",
|
|
262
283
|
"location": {
|
|
263
284
|
"filePath": "cli.main.runtime.ts",
|
|
264
|
-
"line":
|
|
285
|
+
"line": 67,
|
|
265
286
|
"character": 3
|
|
266
287
|
},
|
|
267
288
|
"signature": "(getter) CLIMain.commands: CommandList",
|
|
@@ -270,7 +291,7 @@
|
|
|
270
291
|
"__schema": "TypeRefSchema",
|
|
271
292
|
"location": {
|
|
272
293
|
"filePath": "cli.main.runtime.ts",
|
|
273
|
-
"line":
|
|
294
|
+
"line": 67,
|
|
274
295
|
"character": 3
|
|
275
296
|
},
|
|
276
297
|
"name": "CommandList"
|
|
@@ -280,14 +301,14 @@
|
|
|
280
301
|
"__schema": "FunctionLikeSchema",
|
|
281
302
|
"location": {
|
|
282
303
|
"filePath": "cli.main.runtime.ts",
|
|
283
|
-
"line":
|
|
304
|
+
"line": 74,
|
|
284
305
|
"character": 3
|
|
285
306
|
},
|
|
286
307
|
"doc": {
|
|
287
308
|
"__schema": "DocSchema",
|
|
288
309
|
"location": {
|
|
289
310
|
"filePath": "cli.main.runtime.ts",
|
|
290
|
-
"line":
|
|
311
|
+
"line": 71,
|
|
291
312
|
"character": 3
|
|
292
313
|
},
|
|
293
314
|
"raw": "/**\n * get an instance of a registered command. (useful for aspects to modify and extend existing commands)\n */",
|
|
@@ -300,7 +321,7 @@
|
|
|
300
321
|
"__schema": "ParameterSchema",
|
|
301
322
|
"location": {
|
|
302
323
|
"filePath": "cli.main.runtime.ts",
|
|
303
|
-
"line":
|
|
324
|
+
"line": 74,
|
|
304
325
|
"character": 14
|
|
305
326
|
},
|
|
306
327
|
"name": "name",
|
|
@@ -308,7 +329,7 @@
|
|
|
308
329
|
"__schema": "KeywordTypeSchema",
|
|
309
330
|
"location": {
|
|
310
331
|
"filePath": "cli.main.runtime.ts",
|
|
311
|
-
"line":
|
|
332
|
+
"line": 74,
|
|
312
333
|
"character": 20
|
|
313
334
|
},
|
|
314
335
|
"name": "string"
|
|
@@ -321,7 +342,7 @@
|
|
|
321
342
|
"__schema": "TypeUnionSchema",
|
|
322
343
|
"location": {
|
|
323
344
|
"filePath": "cli.main.runtime.ts",
|
|
324
|
-
"line":
|
|
345
|
+
"line": 74,
|
|
325
346
|
"character": 29
|
|
326
347
|
},
|
|
327
348
|
"types": [
|
|
@@ -329,7 +350,7 @@
|
|
|
329
350
|
"__schema": "TypeRefSchema",
|
|
330
351
|
"location": {
|
|
331
352
|
"filePath": "cli.main.runtime.ts",
|
|
332
|
-
"line":
|
|
353
|
+
"line": 74,
|
|
333
354
|
"character": 29
|
|
334
355
|
},
|
|
335
356
|
"name": "Command",
|
|
@@ -339,7 +360,7 @@
|
|
|
339
360
|
"__schema": "KeywordTypeSchema",
|
|
340
361
|
"location": {
|
|
341
362
|
"filePath": "cli.main.runtime.ts",
|
|
342
|
-
"line":
|
|
363
|
+
"line": 74,
|
|
343
364
|
"character": 39
|
|
344
365
|
},
|
|
345
366
|
"name": "undefined"
|
|
@@ -352,14 +373,14 @@
|
|
|
352
373
|
"__schema": "FunctionLikeSchema",
|
|
353
374
|
"location": {
|
|
354
375
|
"filePath": "cli.main.runtime.ts",
|
|
355
|
-
"line":
|
|
376
|
+
"line": 84,
|
|
356
377
|
"character": 3
|
|
357
378
|
},
|
|
358
379
|
"doc": {
|
|
359
380
|
"__schema": "DocSchema",
|
|
360
381
|
"location": {
|
|
361
382
|
"filePath": "cli.main.runtime.ts",
|
|
362
|
-
"line":
|
|
383
|
+
"line": 78,
|
|
363
384
|
"character": 3
|
|
364
385
|
},
|
|
365
386
|
"raw": "/**\n * when running `bit help`, commands are grouped by categories.\n * this method helps registering a new group by providing its name and a description.\n * the name is what needs to be assigned to the `group` property of the Command interface.\n * the description is what shown in the `bit help` output.\n */",
|
|
@@ -372,7 +393,7 @@
|
|
|
372
393
|
"__schema": "ParameterSchema",
|
|
373
394
|
"location": {
|
|
374
395
|
"filePath": "cli.main.runtime.ts",
|
|
375
|
-
"line":
|
|
396
|
+
"line": 84,
|
|
376
397
|
"character": 17
|
|
377
398
|
},
|
|
378
399
|
"name": "name",
|
|
@@ -380,7 +401,7 @@
|
|
|
380
401
|
"__schema": "KeywordTypeSchema",
|
|
381
402
|
"location": {
|
|
382
403
|
"filePath": "cli.main.runtime.ts",
|
|
383
|
-
"line":
|
|
404
|
+
"line": 84,
|
|
384
405
|
"character": 23
|
|
385
406
|
},
|
|
386
407
|
"name": "string"
|
|
@@ -392,7 +413,7 @@
|
|
|
392
413
|
"__schema": "ParameterSchema",
|
|
393
414
|
"location": {
|
|
394
415
|
"filePath": "cli.main.runtime.ts",
|
|
395
|
-
"line":
|
|
416
|
+
"line": 84,
|
|
396
417
|
"character": 31
|
|
397
418
|
},
|
|
398
419
|
"name": "description",
|
|
@@ -400,7 +421,7 @@
|
|
|
400
421
|
"__schema": "KeywordTypeSchema",
|
|
401
422
|
"location": {
|
|
402
423
|
"filePath": "cli.main.runtime.ts",
|
|
403
|
-
"line":
|
|
424
|
+
"line": 84,
|
|
404
425
|
"character": 44
|
|
405
426
|
},
|
|
406
427
|
"name": "string"
|
|
@@ -413,7 +434,7 @@
|
|
|
413
434
|
"__schema": "InferenceTypeSchema",
|
|
414
435
|
"location": {
|
|
415
436
|
"filePath": "cli.main.runtime.ts",
|
|
416
|
-
"line":
|
|
437
|
+
"line": 84,
|
|
417
438
|
"character": 3
|
|
418
439
|
},
|
|
419
440
|
"type": "void"
|
|
@@ -424,9 +445,19 @@
|
|
|
424
445
|
"__schema": "FunctionLikeSchema",
|
|
425
446
|
"location": {
|
|
426
447
|
"filePath": "cli.main.runtime.ts",
|
|
427
|
-
"line":
|
|
448
|
+
"line": 95,
|
|
428
449
|
"character": 3
|
|
429
450
|
},
|
|
451
|
+
"doc": {
|
|
452
|
+
"__schema": "DocSchema",
|
|
453
|
+
"location": {
|
|
454
|
+
"filePath": "cli.main.runtime.ts",
|
|
455
|
+
"line": 92,
|
|
456
|
+
"character": 3
|
|
457
|
+
},
|
|
458
|
+
"raw": "/**\n * onStart is when bootstrapping the CLI. (it happens before onCommandStart)\n */",
|
|
459
|
+
"comment": "onStart is when bootstrapping the CLI. (it happens before onCommandStart)"
|
|
460
|
+
},
|
|
430
461
|
"signature": "(method) CLIMain.registerOnStart(onStartFn: OnStart): this",
|
|
431
462
|
"name": "registerOnStart",
|
|
432
463
|
"params": [
|
|
@@ -434,7 +465,7 @@
|
|
|
434
465
|
"__schema": "ParameterSchema",
|
|
435
466
|
"location": {
|
|
436
467
|
"filePath": "cli.main.runtime.ts",
|
|
437
|
-
"line":
|
|
468
|
+
"line": 95,
|
|
438
469
|
"character": 19
|
|
439
470
|
},
|
|
440
471
|
"name": "onStartFn",
|
|
@@ -442,7 +473,7 @@
|
|
|
442
473
|
"__schema": "TypeRefSchema",
|
|
443
474
|
"location": {
|
|
444
475
|
"filePath": "cli.main.runtime.ts",
|
|
445
|
-
"line":
|
|
476
|
+
"line": 95,
|
|
446
477
|
"character": 30
|
|
447
478
|
},
|
|
448
479
|
"name": "OnStart",
|
|
@@ -456,7 +487,60 @@
|
|
|
456
487
|
"__schema": "TypeRefSchema",
|
|
457
488
|
"location": {
|
|
458
489
|
"filePath": "cli.main.runtime.ts",
|
|
459
|
-
"line":
|
|
490
|
+
"line": 95,
|
|
491
|
+
"character": 3
|
|
492
|
+
},
|
|
493
|
+
"name": "CLIMain"
|
|
494
|
+
},
|
|
495
|
+
"modifiers": []
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
"__schema": "FunctionLikeSchema",
|
|
499
|
+
"location": {
|
|
500
|
+
"filePath": "cli.main.runtime.ts",
|
|
501
|
+
"line": 104,
|
|
502
|
+
"character": 3
|
|
503
|
+
},
|
|
504
|
+
"doc": {
|
|
505
|
+
"__schema": "DocSchema",
|
|
506
|
+
"location": {
|
|
507
|
+
"filePath": "cli.main.runtime.ts",
|
|
508
|
+
"line": 100,
|
|
509
|
+
"character": 3
|
|
510
|
+
},
|
|
511
|
+
"raw": "/**\n * onCommandStart is when a command is about to start and we have the command object and the parsed args and flags\n * already. (it happens after onStart)\n */",
|
|
512
|
+
"comment": "onCommandStart is when a command is about to start and we have the command object and the parsed args and flags\nalready. (it happens after onStart)"
|
|
513
|
+
},
|
|
514
|
+
"signature": "(method) CLIMain.registerOnCommandStart(onCommandStartFn: OnCommandStart): this",
|
|
515
|
+
"name": "registerOnCommandStart",
|
|
516
|
+
"params": [
|
|
517
|
+
{
|
|
518
|
+
"__schema": "ParameterSchema",
|
|
519
|
+
"location": {
|
|
520
|
+
"filePath": "cli.main.runtime.ts",
|
|
521
|
+
"line": 104,
|
|
522
|
+
"character": 26
|
|
523
|
+
},
|
|
524
|
+
"name": "onCommandStartFn",
|
|
525
|
+
"type": {
|
|
526
|
+
"__schema": "TypeRefSchema",
|
|
527
|
+
"location": {
|
|
528
|
+
"filePath": "cli.main.runtime.ts",
|
|
529
|
+
"line": 104,
|
|
530
|
+
"character": 44
|
|
531
|
+
},
|
|
532
|
+
"name": "OnCommandStart",
|
|
533
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
534
|
+
},
|
|
535
|
+
"isOptional": false,
|
|
536
|
+
"isSpread": false
|
|
537
|
+
}
|
|
538
|
+
],
|
|
539
|
+
"returnType": {
|
|
540
|
+
"__schema": "TypeRefSchema",
|
|
541
|
+
"location": {
|
|
542
|
+
"filePath": "cli.main.runtime.ts",
|
|
543
|
+
"line": 104,
|
|
460
544
|
"character": 3
|
|
461
545
|
},
|
|
462
546
|
"name": "CLIMain"
|
|
@@ -467,14 +551,14 @@
|
|
|
467
551
|
"__schema": "FunctionLikeSchema",
|
|
468
552
|
"location": {
|
|
469
553
|
"filePath": "cli.main.runtime.ts",
|
|
470
|
-
"line":
|
|
554
|
+
"line": 124,
|
|
471
555
|
"character": 3
|
|
472
556
|
},
|
|
473
557
|
"doc": {
|
|
474
558
|
"__schema": "DocSchema",
|
|
475
559
|
"location": {
|
|
476
560
|
"filePath": "cli.main.runtime.ts",
|
|
477
|
-
"line":
|
|
561
|
+
"line": 109,
|
|
478
562
|
"character": 3
|
|
479
563
|
},
|
|
480
564
|
"raw": "/**\n * This will register a function to be called before the process exits.\n * This will run only for \"regular\" exits\n * e.g.\n * yes - command run and finished successfully\n * yes - command run and failed gracefully (code 1)\n * not SIGKILL (kill -9)\n * not SIGINT (Ctrl+C)\n * not SIGTERM (kill)\n * not uncaughtException\n * not unhandledRejection\n *\n * @param onBeforeExitFn\n * @returns\n */",
|
|
@@ -484,7 +568,7 @@
|
|
|
484
568
|
"__schema": "PropertyLikeTagSchema",
|
|
485
569
|
"location": {
|
|
486
570
|
"filePath": "cli.main.runtime.ts",
|
|
487
|
-
"line":
|
|
571
|
+
"line": 121,
|
|
488
572
|
"character": 6
|
|
489
573
|
},
|
|
490
574
|
"name": "onBeforeExitFn",
|
|
@@ -494,7 +578,7 @@
|
|
|
494
578
|
"__schema": "ReturnTagSchema",
|
|
495
579
|
"location": {
|
|
496
580
|
"filePath": "cli.main.runtime.ts",
|
|
497
|
-
"line":
|
|
581
|
+
"line": 122,
|
|
498
582
|
"character": 6
|
|
499
583
|
},
|
|
500
584
|
"tagName": "return"
|
|
@@ -508,7 +592,7 @@
|
|
|
508
592
|
"__schema": "ParameterSchema",
|
|
509
593
|
"location": {
|
|
510
594
|
"filePath": "cli.main.runtime.ts",
|
|
511
|
-
"line":
|
|
595
|
+
"line": 124,
|
|
512
596
|
"character": 24
|
|
513
597
|
},
|
|
514
598
|
"name": "onBeforeExitFn",
|
|
@@ -516,7 +600,7 @@
|
|
|
516
600
|
"__schema": "TypeRefSchema",
|
|
517
601
|
"location": {
|
|
518
602
|
"filePath": "cli.main.runtime.ts",
|
|
519
|
-
"line":
|
|
603
|
+
"line": 124,
|
|
520
604
|
"character": 40
|
|
521
605
|
},
|
|
522
606
|
"name": "OnBeforeExitFn",
|
|
@@ -530,7 +614,7 @@
|
|
|
530
614
|
"__schema": "TypeRefSchema",
|
|
531
615
|
"location": {
|
|
532
616
|
"filePath": "cli.main.runtime.ts",
|
|
533
|
-
"line":
|
|
617
|
+
"line": 124,
|
|
534
618
|
"character": 3
|
|
535
619
|
},
|
|
536
620
|
"name": "CLIMain"
|
|
@@ -541,14 +625,14 @@
|
|
|
541
625
|
"__schema": "FunctionLikeSchema",
|
|
542
626
|
"location": {
|
|
543
627
|
"filePath": "cli.main.runtime.ts",
|
|
544
|
-
"line":
|
|
628
|
+
"line": 133,
|
|
545
629
|
"character": 3
|
|
546
630
|
},
|
|
547
631
|
"doc": {
|
|
548
632
|
"__schema": "DocSchema",
|
|
549
633
|
"location": {
|
|
550
634
|
"filePath": "cli.main.runtime.ts",
|
|
551
|
-
"line":
|
|
635
|
+
"line": 130,
|
|
552
636
|
"character": 3
|
|
553
637
|
},
|
|
554
638
|
"raw": "/**\n * execute commands registered to this aspect.\n */",
|
|
@@ -561,7 +645,7 @@
|
|
|
561
645
|
"__schema": "ParameterSchema",
|
|
562
646
|
"location": {
|
|
563
647
|
"filePath": "cli.main.runtime.ts",
|
|
564
|
-
"line":
|
|
648
|
+
"line": 133,
|
|
565
649
|
"character": 13
|
|
566
650
|
},
|
|
567
651
|
"name": "hasWorkspace",
|
|
@@ -569,7 +653,7 @@
|
|
|
569
653
|
"__schema": "KeywordTypeSchema",
|
|
570
654
|
"location": {
|
|
571
655
|
"filePath": "cli.main.runtime.ts",
|
|
572
|
-
"line":
|
|
656
|
+
"line": 133,
|
|
573
657
|
"character": 27
|
|
574
658
|
},
|
|
575
659
|
"name": "boolean"
|
|
@@ -582,7 +666,7 @@
|
|
|
582
666
|
"__schema": "InferenceTypeSchema",
|
|
583
667
|
"location": {
|
|
584
668
|
"filePath": "cli.main.runtime.ts",
|
|
585
|
-
"line":
|
|
669
|
+
"line": 133,
|
|
586
670
|
"character": 3
|
|
587
671
|
},
|
|
588
672
|
"type": "Promise<void>"
|
|
@@ -595,7 +679,7 @@
|
|
|
595
679
|
"__schema": "VariableLikeSchema",
|
|
596
680
|
"location": {
|
|
597
681
|
"filePath": "cli.main.runtime.ts",
|
|
598
|
-
"line":
|
|
682
|
+
"line": 162,
|
|
599
683
|
"character": 3
|
|
600
684
|
},
|
|
601
685
|
"signature": "(property) CLIMain.dependencies: Aspect[]",
|
|
@@ -604,7 +688,7 @@
|
|
|
604
688
|
"__schema": "InferenceTypeSchema",
|
|
605
689
|
"location": {
|
|
606
690
|
"filePath": "cli.main.runtime.ts",
|
|
607
|
-
"line":
|
|
691
|
+
"line": 162,
|
|
608
692
|
"character": 3
|
|
609
693
|
},
|
|
610
694
|
"type": "Aspect[]"
|
|
@@ -616,7 +700,7 @@
|
|
|
616
700
|
"__schema": "VariableLikeSchema",
|
|
617
701
|
"location": {
|
|
618
702
|
"filePath": "cli.main.runtime.ts",
|
|
619
|
-
"line":
|
|
703
|
+
"line": 163,
|
|
620
704
|
"character": 3
|
|
621
705
|
},
|
|
622
706
|
"signature": "(property) CLIMain.runtime: RuntimeDefinition",
|
|
@@ -625,7 +709,7 @@
|
|
|
625
709
|
"__schema": "InferenceTypeSchema",
|
|
626
710
|
"location": {
|
|
627
711
|
"filePath": "cli.main.runtime.ts",
|
|
628
|
-
"line":
|
|
712
|
+
"line": 163,
|
|
629
713
|
"character": 3
|
|
630
714
|
},
|
|
631
715
|
"type": "RuntimeDefinition"
|
|
@@ -637,38 +721,38 @@
|
|
|
637
721
|
"__schema": "VariableLikeSchema",
|
|
638
722
|
"location": {
|
|
639
723
|
"filePath": "cli.main.runtime.ts",
|
|
640
|
-
"line":
|
|
724
|
+
"line": 164,
|
|
641
725
|
"character": 3
|
|
642
726
|
},
|
|
643
|
-
"signature": "(property) CLIMain.slots: (((registerFn: () => string) => SlotRegistry<CommandList>) | ((registerFn: () => string) => SlotRegistry<OnStart>))[]",
|
|
727
|
+
"signature": "(property) CLIMain.slots: (((registerFn: () => string) => SlotRegistry<CommandList>) | ((registerFn: () => string) => SlotRegistry<OnStart>) | ((registerFn: () => string) => SlotRegistry<...>))[]",
|
|
644
728
|
"name": "slots",
|
|
645
729
|
"type": {
|
|
646
730
|
"__schema": "InferenceTypeSchema",
|
|
647
731
|
"location": {
|
|
648
732
|
"filePath": "cli.main.runtime.ts",
|
|
649
|
-
"line":
|
|
733
|
+
"line": 164,
|
|
650
734
|
"character": 3
|
|
651
735
|
},
|
|
652
|
-
"type": "(((registerFn: () => string) => SlotRegistry<CommandList>) | ((registerFn: () => string) => SlotRegistry<OnStart>))[]"
|
|
736
|
+
"type": "(((registerFn: () => string) => SlotRegistry<CommandList>) | ((registerFn: () => string) => SlotRegistry<OnStart>) | ((registerFn: () => string) => SlotRegistry<...>))[]"
|
|
653
737
|
},
|
|
654
738
|
"isOptional": true,
|
|
655
|
-
"defaultValue": "[Slot.withType<CommandList>()
|
|
739
|
+
"defaultValue": "[\n Slot.withType<CommandList>(),\n Slot.withType<OnStart>(),\n Slot.withType<OnCommandStart>(),\n Slot.withType<OnBeforeExitFn>(),\n ]"
|
|
656
740
|
},
|
|
657
741
|
{
|
|
658
742
|
"__schema": "FunctionLikeSchema",
|
|
659
743
|
"location": {
|
|
660
744
|
"filePath": "cli.main.runtime.ts",
|
|
661
|
-
"line":
|
|
745
|
+
"line": 171,
|
|
662
746
|
"character": 3
|
|
663
747
|
},
|
|
664
|
-
"signature": "(method) CLIMain.provider([loggerMain]: [LoggerMain], config: any, [commandsSlot, onStartSlot, onBeforeExitSlot]: [CommandsSlot
|
|
748
|
+
"signature": "(method) CLIMain.provider([loggerMain]: [LoggerMain], config: any, [commandsSlot, onStartSlot, onCommandStartSlot, onBeforeExitSlot]: [\n CommandsSlot,\n OnStartSlot,\n OnCommandStartSlot,\n OnBeforeExitSlot\n]): Promise<CLIMain>",
|
|
665
749
|
"name": "provider",
|
|
666
750
|
"params": [
|
|
667
751
|
{
|
|
668
752
|
"__schema": "ParameterSchema",
|
|
669
753
|
"location": {
|
|
670
754
|
"filePath": "cli.main.runtime.ts",
|
|
671
|
-
"line":
|
|
755
|
+
"line": 172,
|
|
672
756
|
"character": 5
|
|
673
757
|
},
|
|
674
758
|
"name": "[ loggerMain ]",
|
|
@@ -676,7 +760,7 @@
|
|
|
676
760
|
"__schema": "TupleTypeSchema",
|
|
677
761
|
"location": {
|
|
678
762
|
"filePath": "cli.main.runtime.ts",
|
|
679
|
-
"line":
|
|
763
|
+
"line": 172,
|
|
680
764
|
"character": 19
|
|
681
765
|
},
|
|
682
766
|
"elements": [
|
|
@@ -684,7 +768,7 @@
|
|
|
684
768
|
"__schema": "TypeRefSchema",
|
|
685
769
|
"location": {
|
|
686
770
|
"filePath": "cli.main.runtime.ts",
|
|
687
|
-
"line":
|
|
771
|
+
"line": 172,
|
|
688
772
|
"character": 20
|
|
689
773
|
},
|
|
690
774
|
"name": "LoggerMain",
|
|
@@ -702,7 +786,7 @@
|
|
|
702
786
|
"__schema": "ParameterSchema",
|
|
703
787
|
"location": {
|
|
704
788
|
"filePath": "cli.main.runtime.ts",
|
|
705
|
-
"line":
|
|
789
|
+
"line": 173,
|
|
706
790
|
"character": 5
|
|
707
791
|
},
|
|
708
792
|
"name": "config",
|
|
@@ -710,7 +794,7 @@
|
|
|
710
794
|
"__schema": "InferenceTypeSchema",
|
|
711
795
|
"location": {
|
|
712
796
|
"filePath": "cli.main.runtime.ts",
|
|
713
|
-
"line":
|
|
797
|
+
"line": 173,
|
|
714
798
|
"character": 5
|
|
715
799
|
},
|
|
716
800
|
"type": "any"
|
|
@@ -722,24 +806,24 @@
|
|
|
722
806
|
"__schema": "ParameterSchema",
|
|
723
807
|
"location": {
|
|
724
808
|
"filePath": "cli.main.runtime.ts",
|
|
725
|
-
"line":
|
|
809
|
+
"line": 174,
|
|
726
810
|
"character": 5
|
|
727
811
|
},
|
|
728
|
-
"name": "[ commandsSlot, onStartSlot, onBeforeExitSlot ]",
|
|
812
|
+
"name": "[ commandsSlot, onStartSlot, onCommandStartSlot, onBeforeExitSlot ]",
|
|
729
813
|
"type": {
|
|
730
814
|
"__schema": "TupleTypeSchema",
|
|
731
815
|
"location": {
|
|
732
816
|
"filePath": "cli.main.runtime.ts",
|
|
733
|
-
"line":
|
|
734
|
-
"character":
|
|
817
|
+
"line": 174,
|
|
818
|
+
"character": 72
|
|
735
819
|
},
|
|
736
820
|
"elements": [
|
|
737
821
|
{
|
|
738
822
|
"__schema": "TypeRefSchema",
|
|
739
823
|
"location": {
|
|
740
824
|
"filePath": "cli.main.runtime.ts",
|
|
741
|
-
"line":
|
|
742
|
-
"character":
|
|
825
|
+
"line": 175,
|
|
826
|
+
"character": 7
|
|
743
827
|
},
|
|
744
828
|
"name": "CommandsSlot"
|
|
745
829
|
},
|
|
@@ -747,8 +831,8 @@
|
|
|
747
831
|
"__schema": "TypeRefSchema",
|
|
748
832
|
"location": {
|
|
749
833
|
"filePath": "cli.main.runtime.ts",
|
|
750
|
-
"line":
|
|
751
|
-
"character":
|
|
834
|
+
"line": 176,
|
|
835
|
+
"character": 7
|
|
752
836
|
},
|
|
753
837
|
"name": "OnStartSlot",
|
|
754
838
|
"internalFilePath": "cli.main.runtime.ts"
|
|
@@ -757,8 +841,18 @@
|
|
|
757
841
|
"__schema": "TypeRefSchema",
|
|
758
842
|
"location": {
|
|
759
843
|
"filePath": "cli.main.runtime.ts",
|
|
760
|
-
"line":
|
|
761
|
-
"character":
|
|
844
|
+
"line": 177,
|
|
845
|
+
"character": 7
|
|
846
|
+
},
|
|
847
|
+
"name": "OnCommandStartSlot",
|
|
848
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"__schema": "TypeRefSchema",
|
|
852
|
+
"location": {
|
|
853
|
+
"filePath": "cli.main.runtime.ts",
|
|
854
|
+
"line": 178,
|
|
855
|
+
"character": 7
|
|
762
856
|
},
|
|
763
857
|
"name": "OnBeforeExitSlot",
|
|
764
858
|
"internalFilePath": "cli.main.runtime.ts"
|
|
@@ -773,7 +867,7 @@
|
|
|
773
867
|
"__schema": "InferenceTypeSchema",
|
|
774
868
|
"location": {
|
|
775
869
|
"filePath": "cli.main.runtime.ts",
|
|
776
|
-
"line":
|
|
870
|
+
"line": 171,
|
|
777
871
|
"character": 3
|
|
778
872
|
},
|
|
779
873
|
"type": "Promise<CLIMain>"
|
|
@@ -822,7 +916,7 @@
|
|
|
822
916
|
"__schema": "TypeSchema",
|
|
823
917
|
"location": {
|
|
824
918
|
"filePath": "cli.main.runtime.ts",
|
|
825
|
-
"line":
|
|
919
|
+
"line": 26,
|
|
826
920
|
"character": 1
|
|
827
921
|
},
|
|
828
922
|
"signature": "type CommandsSlot = SlotRegistry<CommandList>",
|
|
@@ -831,7 +925,7 @@
|
|
|
831
925
|
"__schema": "TypeRefSchema",
|
|
832
926
|
"location": {
|
|
833
927
|
"filePath": "cli.main.runtime.ts",
|
|
834
|
-
"line":
|
|
928
|
+
"line": 26,
|
|
835
929
|
"character": 28
|
|
836
930
|
},
|
|
837
931
|
"name": "SlotRegistry",
|
|
@@ -845,7 +939,7 @@
|
|
|
845
939
|
"__schema": "TypeRefSchema",
|
|
846
940
|
"location": {
|
|
847
941
|
"filePath": "cli.main.runtime.ts",
|
|
848
|
-
"line":
|
|
942
|
+
"line": 26,
|
|
849
943
|
"character": 41
|
|
850
944
|
},
|
|
851
945
|
"name": "CommandList"
|
|
@@ -998,7 +1092,7 @@
|
|
|
998
1092
|
"_legacy": {
|
|
999
1093
|
"scope": "teambit.harmony",
|
|
1000
1094
|
"name": "cli",
|
|
1001
|
-
"version": "0.0.
|
|
1095
|
+
"version": "0.0.859"
|
|
1002
1096
|
},
|
|
1003
1097
|
"_scope": "teambit.harmony"
|
|
1004
1098
|
}
|
|
@@ -1218,13 +1312,118 @@
|
|
|
1218
1312
|
"line": 21,
|
|
1219
1313
|
"character": 1
|
|
1220
1314
|
},
|
|
1315
|
+
"signature": "type OnCommandStart = (commandName: string, args: CLIArgs, flags: Flags) => Promise<void>",
|
|
1316
|
+
"name": "OnCommandStart",
|
|
1317
|
+
"type": {
|
|
1318
|
+
"__schema": "FunctionLikeSchema",
|
|
1319
|
+
"location": {
|
|
1320
|
+
"filePath": "cli.main.runtime.ts",
|
|
1321
|
+
"line": 21,
|
|
1322
|
+
"character": 30
|
|
1323
|
+
},
|
|
1324
|
+
"signature": "(commandName: string, args: \u001b[2m(package: @teambit/legacy/dist/cli/command)\u001b[22m CLIArgs, flags: \u001b[2m(package: @teambit/legacy/dist/cli/command)\u001b[22m Flags): Promise<void>",
|
|
1325
|
+
"name": "",
|
|
1326
|
+
"params": [
|
|
1327
|
+
{
|
|
1328
|
+
"__schema": "ParameterSchema",
|
|
1329
|
+
"location": {
|
|
1330
|
+
"filePath": "cli.main.runtime.ts",
|
|
1331
|
+
"line": 21,
|
|
1332
|
+
"character": 31
|
|
1333
|
+
},
|
|
1334
|
+
"name": "commandName",
|
|
1335
|
+
"type": {
|
|
1336
|
+
"__schema": "KeywordTypeSchema",
|
|
1337
|
+
"location": {
|
|
1338
|
+
"filePath": "cli.main.runtime.ts",
|
|
1339
|
+
"line": 21,
|
|
1340
|
+
"character": 44
|
|
1341
|
+
},
|
|
1342
|
+
"name": "string"
|
|
1343
|
+
},
|
|
1344
|
+
"isOptional": false,
|
|
1345
|
+
"isSpread": false
|
|
1346
|
+
},
|
|
1347
|
+
{
|
|
1348
|
+
"__schema": "ParameterSchema",
|
|
1349
|
+
"location": {
|
|
1350
|
+
"filePath": "cli.main.runtime.ts",
|
|
1351
|
+
"line": 21,
|
|
1352
|
+
"character": 52
|
|
1353
|
+
},
|
|
1354
|
+
"name": "args",
|
|
1355
|
+
"type": {
|
|
1356
|
+
"__schema": "TypeRefSchema",
|
|
1357
|
+
"location": {
|
|
1358
|
+
"filePath": "cli.main.runtime.ts",
|
|
1359
|
+
"line": 21,
|
|
1360
|
+
"character": 58
|
|
1361
|
+
},
|
|
1362
|
+
"name": "CLIArgs",
|
|
1363
|
+
"packageName": "@teambit/legacy/dist/cli/command"
|
|
1364
|
+
},
|
|
1365
|
+
"isOptional": false,
|
|
1366
|
+
"isSpread": false
|
|
1367
|
+
},
|
|
1368
|
+
{
|
|
1369
|
+
"__schema": "ParameterSchema",
|
|
1370
|
+
"location": {
|
|
1371
|
+
"filePath": "cli.main.runtime.ts",
|
|
1372
|
+
"line": 21,
|
|
1373
|
+
"character": 67
|
|
1374
|
+
},
|
|
1375
|
+
"name": "flags",
|
|
1376
|
+
"type": {
|
|
1377
|
+
"__schema": "TypeRefSchema",
|
|
1378
|
+
"location": {
|
|
1379
|
+
"filePath": "cli.main.runtime.ts",
|
|
1380
|
+
"line": 21,
|
|
1381
|
+
"character": 74
|
|
1382
|
+
},
|
|
1383
|
+
"name": "Flags",
|
|
1384
|
+
"packageName": "@teambit/legacy/dist/cli/command"
|
|
1385
|
+
},
|
|
1386
|
+
"isOptional": false,
|
|
1387
|
+
"isSpread": false
|
|
1388
|
+
}
|
|
1389
|
+
],
|
|
1390
|
+
"returnType": {
|
|
1391
|
+
"__schema": "TypeRefSchema",
|
|
1392
|
+
"location": {
|
|
1393
|
+
"filePath": "cli.main.runtime.ts",
|
|
1394
|
+
"line": 21,
|
|
1395
|
+
"character": 84
|
|
1396
|
+
},
|
|
1397
|
+
"name": "Promise",
|
|
1398
|
+
"typeArgs": [
|
|
1399
|
+
{
|
|
1400
|
+
"__schema": "KeywordTypeSchema",
|
|
1401
|
+
"location": {
|
|
1402
|
+
"filePath": "cli.main.runtime.ts",
|
|
1403
|
+
"line": 21,
|
|
1404
|
+
"character": 92
|
|
1405
|
+
},
|
|
1406
|
+
"name": "void"
|
|
1407
|
+
}
|
|
1408
|
+
]
|
|
1409
|
+
},
|
|
1410
|
+
"modifiers": []
|
|
1411
|
+
}
|
|
1412
|
+
},
|
|
1413
|
+
{
|
|
1414
|
+
"__schema": "TypeSchema",
|
|
1415
|
+
"location": {
|
|
1416
|
+
"filePath": "cli.main.runtime.ts",
|
|
1417
|
+
"line": 22,
|
|
1418
|
+
"character": 1
|
|
1419
|
+
},
|
|
1221
1420
|
"signature": "type OnBeforeExitFn = () => Promise<void>",
|
|
1222
1421
|
"name": "OnBeforeExitFn",
|
|
1223
1422
|
"type": {
|
|
1224
1423
|
"__schema": "FunctionLikeSchema",
|
|
1225
1424
|
"location": {
|
|
1226
1425
|
"filePath": "cli.main.runtime.ts",
|
|
1227
|
-
"line":
|
|
1426
|
+
"line": 22,
|
|
1228
1427
|
"character": 30
|
|
1229
1428
|
},
|
|
1230
1429
|
"signature": "(): Promise<void>",
|
|
@@ -1234,7 +1433,7 @@
|
|
|
1234
1433
|
"__schema": "TypeRefSchema",
|
|
1235
1434
|
"location": {
|
|
1236
1435
|
"filePath": "cli.main.runtime.ts",
|
|
1237
|
-
"line":
|
|
1436
|
+
"line": 22,
|
|
1238
1437
|
"character": 36
|
|
1239
1438
|
},
|
|
1240
1439
|
"name": "Promise",
|
|
@@ -1243,7 +1442,7 @@
|
|
|
1243
1442
|
"__schema": "KeywordTypeSchema",
|
|
1244
1443
|
"location": {
|
|
1245
1444
|
"filePath": "cli.main.runtime.ts",
|
|
1246
|
-
"line":
|
|
1445
|
+
"line": 22,
|
|
1247
1446
|
"character": 44
|
|
1248
1447
|
},
|
|
1249
1448
|
"name": "void"
|
|
@@ -1257,7 +1456,7 @@
|
|
|
1257
1456
|
"__schema": "TypeSchema",
|
|
1258
1457
|
"location": {
|
|
1259
1458
|
"filePath": "cli.main.runtime.ts",
|
|
1260
|
-
"line":
|
|
1459
|
+
"line": 24,
|
|
1261
1460
|
"character": 1
|
|
1262
1461
|
},
|
|
1263
1462
|
"signature": "type OnStartSlot = SlotRegistry<OnStart>",
|
|
@@ -1266,7 +1465,7 @@
|
|
|
1266
1465
|
"__schema": "TypeRefSchema",
|
|
1267
1466
|
"location": {
|
|
1268
1467
|
"filePath": "cli.main.runtime.ts",
|
|
1269
|
-
"line":
|
|
1468
|
+
"line": 24,
|
|
1270
1469
|
"character": 27
|
|
1271
1470
|
},
|
|
1272
1471
|
"name": "SlotRegistry",
|
|
@@ -1280,7 +1479,7 @@
|
|
|
1280
1479
|
"__schema": "TypeRefSchema",
|
|
1281
1480
|
"location": {
|
|
1282
1481
|
"filePath": "cli.main.runtime.ts",
|
|
1283
|
-
"line":
|
|
1482
|
+
"line": 24,
|
|
1284
1483
|
"character": 40
|
|
1285
1484
|
},
|
|
1286
1485
|
"name": "OnStart",
|
|
@@ -1293,7 +1492,43 @@
|
|
|
1293
1492
|
"__schema": "TypeSchema",
|
|
1294
1493
|
"location": {
|
|
1295
1494
|
"filePath": "cli.main.runtime.ts",
|
|
1296
|
-
"line":
|
|
1495
|
+
"line": 25,
|
|
1496
|
+
"character": 1
|
|
1497
|
+
},
|
|
1498
|
+
"signature": "type OnCommandStartSlot = SlotRegistry<OnCommandStart>",
|
|
1499
|
+
"name": "OnCommandStartSlot",
|
|
1500
|
+
"type": {
|
|
1501
|
+
"__schema": "TypeRefSchema",
|
|
1502
|
+
"location": {
|
|
1503
|
+
"filePath": "cli.main.runtime.ts",
|
|
1504
|
+
"line": 25,
|
|
1505
|
+
"character": 34
|
|
1506
|
+
},
|
|
1507
|
+
"name": "SlotRegistry",
|
|
1508
|
+
"componentId": {
|
|
1509
|
+
"scope": "teambit.harmony",
|
|
1510
|
+
"name": "harmony",
|
|
1511
|
+
"version": "0.4.6"
|
|
1512
|
+
},
|
|
1513
|
+
"typeArgs": [
|
|
1514
|
+
{
|
|
1515
|
+
"__schema": "TypeRefSchema",
|
|
1516
|
+
"location": {
|
|
1517
|
+
"filePath": "cli.main.runtime.ts",
|
|
1518
|
+
"line": 25,
|
|
1519
|
+
"character": 47
|
|
1520
|
+
},
|
|
1521
|
+
"name": "OnCommandStart",
|
|
1522
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
1523
|
+
}
|
|
1524
|
+
]
|
|
1525
|
+
}
|
|
1526
|
+
},
|
|
1527
|
+
{
|
|
1528
|
+
"__schema": "TypeSchema",
|
|
1529
|
+
"location": {
|
|
1530
|
+
"filePath": "cli.main.runtime.ts",
|
|
1531
|
+
"line": 26,
|
|
1297
1532
|
"character": 1
|
|
1298
1533
|
},
|
|
1299
1534
|
"signature": "type CommandsSlot = SlotRegistry<CommandList>",
|
|
@@ -1302,7 +1537,7 @@
|
|
|
1302
1537
|
"__schema": "TypeRefSchema",
|
|
1303
1538
|
"location": {
|
|
1304
1539
|
"filePath": "cli.main.runtime.ts",
|
|
1305
|
-
"line":
|
|
1540
|
+
"line": 26,
|
|
1306
1541
|
"character": 28
|
|
1307
1542
|
},
|
|
1308
1543
|
"name": "SlotRegistry",
|
|
@@ -1316,7 +1551,7 @@
|
|
|
1316
1551
|
"__schema": "TypeRefSchema",
|
|
1317
1552
|
"location": {
|
|
1318
1553
|
"filePath": "cli.main.runtime.ts",
|
|
1319
|
-
"line":
|
|
1554
|
+
"line": 26,
|
|
1320
1555
|
"character": 41
|
|
1321
1556
|
},
|
|
1322
1557
|
"name": "CommandList"
|
|
@@ -1328,7 +1563,7 @@
|
|
|
1328
1563
|
"__schema": "TypeSchema",
|
|
1329
1564
|
"location": {
|
|
1330
1565
|
"filePath": "cli.main.runtime.ts",
|
|
1331
|
-
"line":
|
|
1566
|
+
"line": 27,
|
|
1332
1567
|
"character": 1
|
|
1333
1568
|
},
|
|
1334
1569
|
"signature": "type OnBeforeExitSlot = SlotRegistry<OnBeforeExitFn>",
|
|
@@ -1337,7 +1572,7 @@
|
|
|
1337
1572
|
"__schema": "TypeRefSchema",
|
|
1338
1573
|
"location": {
|
|
1339
1574
|
"filePath": "cli.main.runtime.ts",
|
|
1340
|
-
"line":
|
|
1575
|
+
"line": 27,
|
|
1341
1576
|
"character": 32
|
|
1342
1577
|
},
|
|
1343
1578
|
"name": "SlotRegistry",
|
|
@@ -1351,7 +1586,7 @@
|
|
|
1351
1586
|
"__schema": "TypeRefSchema",
|
|
1352
1587
|
"location": {
|
|
1353
1588
|
"filePath": "cli.main.runtime.ts",
|
|
1354
|
-
"line":
|
|
1589
|
+
"line": 27,
|
|
1355
1590
|
"character": 45
|
|
1356
1591
|
},
|
|
1357
1592
|
"name": "OnBeforeExitFn",
|
|
@@ -1364,7 +1599,7 @@
|
|
|
1364
1599
|
"__schema": "ClassSchema",
|
|
1365
1600
|
"location": {
|
|
1366
1601
|
"filePath": "cli.main.runtime.ts",
|
|
1367
|
-
"line":
|
|
1602
|
+
"line": 29,
|
|
1368
1603
|
"character": 1
|
|
1369
1604
|
},
|
|
1370
1605
|
"signature": "class CLIMain",
|
|
@@ -1374,7 +1609,7 @@
|
|
|
1374
1609
|
"__schema": "VariableLikeSchema",
|
|
1375
1610
|
"location": {
|
|
1376
1611
|
"filePath": "cli.main.runtime.ts",
|
|
1377
|
-
"line":
|
|
1612
|
+
"line": 30,
|
|
1378
1613
|
"character": 3
|
|
1379
1614
|
},
|
|
1380
1615
|
"signature": "(property) CLIMain.groups: GroupsType",
|
|
@@ -1383,7 +1618,7 @@
|
|
|
1383
1618
|
"__schema": "TypeRefSchema",
|
|
1384
1619
|
"location": {
|
|
1385
1620
|
"filePath": "cli.main.runtime.ts",
|
|
1386
|
-
"line":
|
|
1621
|
+
"line": 30,
|
|
1387
1622
|
"character": 3
|
|
1388
1623
|
},
|
|
1389
1624
|
"name": "GroupsType",
|
|
@@ -1396,17 +1631,17 @@
|
|
|
1396
1631
|
"__schema": "ConstructorSchema",
|
|
1397
1632
|
"location": {
|
|
1398
1633
|
"filePath": "cli.main.runtime.ts",
|
|
1399
|
-
"line":
|
|
1634
|
+
"line": 31,
|
|
1400
1635
|
"character": 3
|
|
1401
1636
|
},
|
|
1402
|
-
"signature": "constructor CLIMain(commandsSlot: CommandsSlot, onStartSlot: OnStartSlot, onBeforeExitSlot: OnBeforeExitSlot, logger: Logger): CLIMain",
|
|
1637
|
+
"signature": "constructor CLIMain(commandsSlot: CommandsSlot, onStartSlot: OnStartSlot, onCommandStartSlot: OnCommandStartSlot, onBeforeExitSlot: OnBeforeExitSlot, logger: Logger): CLIMain",
|
|
1403
1638
|
"name": "constructor",
|
|
1404
1639
|
"params": [
|
|
1405
1640
|
{
|
|
1406
1641
|
"__schema": "ParameterSchema",
|
|
1407
1642
|
"location": {
|
|
1408
1643
|
"filePath": "cli.main.runtime.ts",
|
|
1409
|
-
"line":
|
|
1644
|
+
"line": 32,
|
|
1410
1645
|
"character": 5
|
|
1411
1646
|
},
|
|
1412
1647
|
"name": "commandsSlot",
|
|
@@ -1414,7 +1649,7 @@
|
|
|
1414
1649
|
"__schema": "TypeRefSchema",
|
|
1415
1650
|
"location": {
|
|
1416
1651
|
"filePath": "cli.main.runtime.ts",
|
|
1417
|
-
"line":
|
|
1652
|
+
"line": 32,
|
|
1418
1653
|
"character": 27
|
|
1419
1654
|
},
|
|
1420
1655
|
"name": "CommandsSlot"
|
|
@@ -1426,7 +1661,7 @@
|
|
|
1426
1661
|
"__schema": "ParameterSchema",
|
|
1427
1662
|
"location": {
|
|
1428
1663
|
"filePath": "cli.main.runtime.ts",
|
|
1429
|
-
"line":
|
|
1664
|
+
"line": 33,
|
|
1430
1665
|
"character": 5
|
|
1431
1666
|
},
|
|
1432
1667
|
"name": "onStartSlot",
|
|
@@ -1434,7 +1669,7 @@
|
|
|
1434
1669
|
"__schema": "TypeRefSchema",
|
|
1435
1670
|
"location": {
|
|
1436
1671
|
"filePath": "cli.main.runtime.ts",
|
|
1437
|
-
"line":
|
|
1672
|
+
"line": 33,
|
|
1438
1673
|
"character": 26
|
|
1439
1674
|
},
|
|
1440
1675
|
"name": "OnStartSlot",
|
|
@@ -1447,7 +1682,28 @@
|
|
|
1447
1682
|
"__schema": "ParameterSchema",
|
|
1448
1683
|
"location": {
|
|
1449
1684
|
"filePath": "cli.main.runtime.ts",
|
|
1450
|
-
"line":
|
|
1685
|
+
"line": 34,
|
|
1686
|
+
"character": 5
|
|
1687
|
+
},
|
|
1688
|
+
"name": "onCommandStartSlot",
|
|
1689
|
+
"type": {
|
|
1690
|
+
"__schema": "TypeRefSchema",
|
|
1691
|
+
"location": {
|
|
1692
|
+
"filePath": "cli.main.runtime.ts",
|
|
1693
|
+
"line": 34,
|
|
1694
|
+
"character": 34
|
|
1695
|
+
},
|
|
1696
|
+
"name": "OnCommandStartSlot",
|
|
1697
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
1698
|
+
},
|
|
1699
|
+
"isOptional": false,
|
|
1700
|
+
"isSpread": false
|
|
1701
|
+
},
|
|
1702
|
+
{
|
|
1703
|
+
"__schema": "ParameterSchema",
|
|
1704
|
+
"location": {
|
|
1705
|
+
"filePath": "cli.main.runtime.ts",
|
|
1706
|
+
"line": 35,
|
|
1451
1707
|
"character": 5
|
|
1452
1708
|
},
|
|
1453
1709
|
"name": "onBeforeExitSlot",
|
|
@@ -1455,7 +1711,7 @@
|
|
|
1455
1711
|
"__schema": "TypeRefSchema",
|
|
1456
1712
|
"location": {
|
|
1457
1713
|
"filePath": "cli.main.runtime.ts",
|
|
1458
|
-
"line":
|
|
1714
|
+
"line": 35,
|
|
1459
1715
|
"character": 31
|
|
1460
1716
|
},
|
|
1461
1717
|
"name": "OnBeforeExitSlot",
|
|
@@ -1468,7 +1724,7 @@
|
|
|
1468
1724
|
"__schema": "ParameterSchema",
|
|
1469
1725
|
"location": {
|
|
1470
1726
|
"filePath": "cli.main.runtime.ts",
|
|
1471
|
-
"line":
|
|
1727
|
+
"line": 36,
|
|
1472
1728
|
"character": 5
|
|
1473
1729
|
},
|
|
1474
1730
|
"name": "logger",
|
|
@@ -1476,7 +1732,7 @@
|
|
|
1476
1732
|
"__schema": "TypeRefSchema",
|
|
1477
1733
|
"location": {
|
|
1478
1734
|
"filePath": "cli.main.runtime.ts",
|
|
1479
|
-
"line":
|
|
1735
|
+
"line": 36,
|
|
1480
1736
|
"character": 21
|
|
1481
1737
|
},
|
|
1482
1738
|
"name": "Logger",
|
|
@@ -1493,7 +1749,7 @@
|
|
|
1493
1749
|
"__schema": "ThisTypeSchema",
|
|
1494
1750
|
"location": {
|
|
1495
1751
|
"filePath": "cli.main.runtime.ts",
|
|
1496
|
-
"line":
|
|
1752
|
+
"line": 29,
|
|
1497
1753
|
"character": 1
|
|
1498
1754
|
},
|
|
1499
1755
|
"name": "CLIMain"
|
|
@@ -1504,14 +1760,14 @@
|
|
|
1504
1760
|
"__schema": "FunctionLikeSchema",
|
|
1505
1761
|
"location": {
|
|
1506
1762
|
"filePath": "cli.main.runtime.ts",
|
|
1507
|
-
"line":
|
|
1763
|
+
"line": 42,
|
|
1508
1764
|
"character": 3
|
|
1509
1765
|
},
|
|
1510
1766
|
"doc": {
|
|
1511
1767
|
"__schema": "DocSchema",
|
|
1512
1768
|
"location": {
|
|
1513
1769
|
"filePath": "cli.main.runtime.ts",
|
|
1514
|
-
"line":
|
|
1770
|
+
"line": 39,
|
|
1515
1771
|
"character": 3
|
|
1516
1772
|
},
|
|
1517
1773
|
"raw": "/**\n * registers a new command in to the CLI.\n */",
|
|
@@ -1524,7 +1780,7 @@
|
|
|
1524
1780
|
"__schema": "ParameterSchema",
|
|
1525
1781
|
"location": {
|
|
1526
1782
|
"filePath": "cli.main.runtime.ts",
|
|
1527
|
-
"line":
|
|
1783
|
+
"line": 42,
|
|
1528
1784
|
"character": 12
|
|
1529
1785
|
},
|
|
1530
1786
|
"name": "commands",
|
|
@@ -1532,7 +1788,7 @@
|
|
|
1532
1788
|
"__schema": "TypeRefSchema",
|
|
1533
1789
|
"location": {
|
|
1534
1790
|
"filePath": "cli.main.runtime.ts",
|
|
1535
|
-
"line":
|
|
1791
|
+
"line": 42,
|
|
1536
1792
|
"character": 25
|
|
1537
1793
|
},
|
|
1538
1794
|
"name": "CommandList"
|
|
@@ -1545,7 +1801,7 @@
|
|
|
1545
1801
|
"__schema": "InferenceTypeSchema",
|
|
1546
1802
|
"location": {
|
|
1547
1803
|
"filePath": "cli.main.runtime.ts",
|
|
1548
|
-
"line":
|
|
1804
|
+
"line": 42,
|
|
1549
1805
|
"character": 3
|
|
1550
1806
|
},
|
|
1551
1807
|
"type": "void"
|
|
@@ -1556,14 +1812,14 @@
|
|
|
1556
1812
|
"__schema": "FunctionLikeSchema",
|
|
1557
1813
|
"location": {
|
|
1558
1814
|
"filePath": "cli.main.runtime.ts",
|
|
1559
|
-
"line":
|
|
1815
|
+
"line": 55,
|
|
1560
1816
|
"character": 3
|
|
1561
1817
|
},
|
|
1562
1818
|
"doc": {
|
|
1563
1819
|
"__schema": "DocSchema",
|
|
1564
1820
|
"location": {
|
|
1565
1821
|
"filePath": "cli.main.runtime.ts",
|
|
1566
|
-
"line":
|
|
1822
|
+
"line": 51,
|
|
1567
1823
|
"character": 3
|
|
1568
1824
|
},
|
|
1569
1825
|
"raw": "/**\n * helpful for having the same command name in different environments (e.g. legacy and non-legacy).\n * for example `cli.unregister('tag');` removes the \"bit tag\" command.\n */",
|
|
@@ -1576,7 +1832,7 @@
|
|
|
1576
1832
|
"__schema": "ParameterSchema",
|
|
1577
1833
|
"location": {
|
|
1578
1834
|
"filePath": "cli.main.runtime.ts",
|
|
1579
|
-
"line":
|
|
1835
|
+
"line": 55,
|
|
1580
1836
|
"character": 14
|
|
1581
1837
|
},
|
|
1582
1838
|
"name": "commandName",
|
|
@@ -1584,7 +1840,7 @@
|
|
|
1584
1840
|
"__schema": "KeywordTypeSchema",
|
|
1585
1841
|
"location": {
|
|
1586
1842
|
"filePath": "cli.main.runtime.ts",
|
|
1587
|
-
"line":
|
|
1843
|
+
"line": 55,
|
|
1588
1844
|
"character": 27
|
|
1589
1845
|
},
|
|
1590
1846
|
"name": "string"
|
|
@@ -1597,7 +1853,7 @@
|
|
|
1597
1853
|
"__schema": "InferenceTypeSchema",
|
|
1598
1854
|
"location": {
|
|
1599
1855
|
"filePath": "cli.main.runtime.ts",
|
|
1600
|
-
"line":
|
|
1856
|
+
"line": 55,
|
|
1601
1857
|
"character": 3
|
|
1602
1858
|
},
|
|
1603
1859
|
"type": "void"
|
|
@@ -1608,7 +1864,7 @@
|
|
|
1608
1864
|
"__schema": "GetAccessorSchema",
|
|
1609
1865
|
"location": {
|
|
1610
1866
|
"filePath": "cli.main.runtime.ts",
|
|
1611
|
-
"line":
|
|
1867
|
+
"line": 67,
|
|
1612
1868
|
"character": 3
|
|
1613
1869
|
},
|
|
1614
1870
|
"signature": "(getter) CLIMain.commands: CommandList",
|
|
@@ -1617,7 +1873,7 @@
|
|
|
1617
1873
|
"__schema": "TypeRefSchema",
|
|
1618
1874
|
"location": {
|
|
1619
1875
|
"filePath": "cli.main.runtime.ts",
|
|
1620
|
-
"line":
|
|
1876
|
+
"line": 67,
|
|
1621
1877
|
"character": 3
|
|
1622
1878
|
},
|
|
1623
1879
|
"name": "CommandList"
|
|
@@ -1627,14 +1883,14 @@
|
|
|
1627
1883
|
"__schema": "FunctionLikeSchema",
|
|
1628
1884
|
"location": {
|
|
1629
1885
|
"filePath": "cli.main.runtime.ts",
|
|
1630
|
-
"line":
|
|
1886
|
+
"line": 74,
|
|
1631
1887
|
"character": 3
|
|
1632
1888
|
},
|
|
1633
1889
|
"doc": {
|
|
1634
1890
|
"__schema": "DocSchema",
|
|
1635
1891
|
"location": {
|
|
1636
1892
|
"filePath": "cli.main.runtime.ts",
|
|
1637
|
-
"line":
|
|
1893
|
+
"line": 71,
|
|
1638
1894
|
"character": 3
|
|
1639
1895
|
},
|
|
1640
1896
|
"raw": "/**\n * get an instance of a registered command. (useful for aspects to modify and extend existing commands)\n */",
|
|
@@ -1647,7 +1903,7 @@
|
|
|
1647
1903
|
"__schema": "ParameterSchema",
|
|
1648
1904
|
"location": {
|
|
1649
1905
|
"filePath": "cli.main.runtime.ts",
|
|
1650
|
-
"line":
|
|
1906
|
+
"line": 74,
|
|
1651
1907
|
"character": 14
|
|
1652
1908
|
},
|
|
1653
1909
|
"name": "name",
|
|
@@ -1655,7 +1911,7 @@
|
|
|
1655
1911
|
"__schema": "KeywordTypeSchema",
|
|
1656
1912
|
"location": {
|
|
1657
1913
|
"filePath": "cli.main.runtime.ts",
|
|
1658
|
-
"line":
|
|
1914
|
+
"line": 74,
|
|
1659
1915
|
"character": 20
|
|
1660
1916
|
},
|
|
1661
1917
|
"name": "string"
|
|
@@ -1668,7 +1924,7 @@
|
|
|
1668
1924
|
"__schema": "TypeUnionSchema",
|
|
1669
1925
|
"location": {
|
|
1670
1926
|
"filePath": "cli.main.runtime.ts",
|
|
1671
|
-
"line":
|
|
1927
|
+
"line": 74,
|
|
1672
1928
|
"character": 29
|
|
1673
1929
|
},
|
|
1674
1930
|
"types": [
|
|
@@ -1676,7 +1932,7 @@
|
|
|
1676
1932
|
"__schema": "TypeRefSchema",
|
|
1677
1933
|
"location": {
|
|
1678
1934
|
"filePath": "cli.main.runtime.ts",
|
|
1679
|
-
"line":
|
|
1935
|
+
"line": 74,
|
|
1680
1936
|
"character": 29
|
|
1681
1937
|
},
|
|
1682
1938
|
"name": "Command",
|
|
@@ -1686,7 +1942,7 @@
|
|
|
1686
1942
|
"__schema": "KeywordTypeSchema",
|
|
1687
1943
|
"location": {
|
|
1688
1944
|
"filePath": "cli.main.runtime.ts",
|
|
1689
|
-
"line":
|
|
1945
|
+
"line": 74,
|
|
1690
1946
|
"character": 39
|
|
1691
1947
|
},
|
|
1692
1948
|
"name": "undefined"
|
|
@@ -1699,14 +1955,14 @@
|
|
|
1699
1955
|
"__schema": "FunctionLikeSchema",
|
|
1700
1956
|
"location": {
|
|
1701
1957
|
"filePath": "cli.main.runtime.ts",
|
|
1702
|
-
"line":
|
|
1958
|
+
"line": 84,
|
|
1703
1959
|
"character": 3
|
|
1704
1960
|
},
|
|
1705
1961
|
"doc": {
|
|
1706
1962
|
"__schema": "DocSchema",
|
|
1707
1963
|
"location": {
|
|
1708
1964
|
"filePath": "cli.main.runtime.ts",
|
|
1709
|
-
"line":
|
|
1965
|
+
"line": 78,
|
|
1710
1966
|
"character": 3
|
|
1711
1967
|
},
|
|
1712
1968
|
"raw": "/**\n * when running `bit help`, commands are grouped by categories.\n * this method helps registering a new group by providing its name and a description.\n * the name is what needs to be assigned to the `group` property of the Command interface.\n * the description is what shown in the `bit help` output.\n */",
|
|
@@ -1719,7 +1975,7 @@
|
|
|
1719
1975
|
"__schema": "ParameterSchema",
|
|
1720
1976
|
"location": {
|
|
1721
1977
|
"filePath": "cli.main.runtime.ts",
|
|
1722
|
-
"line":
|
|
1978
|
+
"line": 84,
|
|
1723
1979
|
"character": 17
|
|
1724
1980
|
},
|
|
1725
1981
|
"name": "name",
|
|
@@ -1727,7 +1983,7 @@
|
|
|
1727
1983
|
"__schema": "KeywordTypeSchema",
|
|
1728
1984
|
"location": {
|
|
1729
1985
|
"filePath": "cli.main.runtime.ts",
|
|
1730
|
-
"line":
|
|
1986
|
+
"line": 84,
|
|
1731
1987
|
"character": 23
|
|
1732
1988
|
},
|
|
1733
1989
|
"name": "string"
|
|
@@ -1739,7 +1995,7 @@
|
|
|
1739
1995
|
"__schema": "ParameterSchema",
|
|
1740
1996
|
"location": {
|
|
1741
1997
|
"filePath": "cli.main.runtime.ts",
|
|
1742
|
-
"line":
|
|
1998
|
+
"line": 84,
|
|
1743
1999
|
"character": 31
|
|
1744
2000
|
},
|
|
1745
2001
|
"name": "description",
|
|
@@ -1747,7 +2003,7 @@
|
|
|
1747
2003
|
"__schema": "KeywordTypeSchema",
|
|
1748
2004
|
"location": {
|
|
1749
2005
|
"filePath": "cli.main.runtime.ts",
|
|
1750
|
-
"line":
|
|
2006
|
+
"line": 84,
|
|
1751
2007
|
"character": 44
|
|
1752
2008
|
},
|
|
1753
2009
|
"name": "string"
|
|
@@ -1760,7 +2016,7 @@
|
|
|
1760
2016
|
"__schema": "InferenceTypeSchema",
|
|
1761
2017
|
"location": {
|
|
1762
2018
|
"filePath": "cli.main.runtime.ts",
|
|
1763
|
-
"line":
|
|
2019
|
+
"line": 84,
|
|
1764
2020
|
"character": 3
|
|
1765
2021
|
},
|
|
1766
2022
|
"type": "void"
|
|
@@ -1771,9 +2027,19 @@
|
|
|
1771
2027
|
"__schema": "FunctionLikeSchema",
|
|
1772
2028
|
"location": {
|
|
1773
2029
|
"filePath": "cli.main.runtime.ts",
|
|
1774
|
-
"line":
|
|
2030
|
+
"line": 95,
|
|
1775
2031
|
"character": 3
|
|
1776
2032
|
},
|
|
2033
|
+
"doc": {
|
|
2034
|
+
"__schema": "DocSchema",
|
|
2035
|
+
"location": {
|
|
2036
|
+
"filePath": "cli.main.runtime.ts",
|
|
2037
|
+
"line": 92,
|
|
2038
|
+
"character": 3
|
|
2039
|
+
},
|
|
2040
|
+
"raw": "/**\n * onStart is when bootstrapping the CLI. (it happens before onCommandStart)\n */",
|
|
2041
|
+
"comment": "onStart is when bootstrapping the CLI. (it happens before onCommandStart)"
|
|
2042
|
+
},
|
|
1777
2043
|
"signature": "(method) CLIMain.registerOnStart(onStartFn: OnStart): this",
|
|
1778
2044
|
"name": "registerOnStart",
|
|
1779
2045
|
"params": [
|
|
@@ -1781,7 +2047,7 @@
|
|
|
1781
2047
|
"__schema": "ParameterSchema",
|
|
1782
2048
|
"location": {
|
|
1783
2049
|
"filePath": "cli.main.runtime.ts",
|
|
1784
|
-
"line":
|
|
2050
|
+
"line": 95,
|
|
1785
2051
|
"character": 19
|
|
1786
2052
|
},
|
|
1787
2053
|
"name": "onStartFn",
|
|
@@ -1789,7 +2055,7 @@
|
|
|
1789
2055
|
"__schema": "TypeRefSchema",
|
|
1790
2056
|
"location": {
|
|
1791
2057
|
"filePath": "cli.main.runtime.ts",
|
|
1792
|
-
"line":
|
|
2058
|
+
"line": 95,
|
|
1793
2059
|
"character": 30
|
|
1794
2060
|
},
|
|
1795
2061
|
"name": "OnStart",
|
|
@@ -1803,7 +2069,7 @@
|
|
|
1803
2069
|
"__schema": "TypeRefSchema",
|
|
1804
2070
|
"location": {
|
|
1805
2071
|
"filePath": "cli.main.runtime.ts",
|
|
1806
|
-
"line":
|
|
2072
|
+
"line": 95,
|
|
1807
2073
|
"character": 3
|
|
1808
2074
|
},
|
|
1809
2075
|
"name": "CLIMain"
|
|
@@ -1814,14 +2080,67 @@
|
|
|
1814
2080
|
"__schema": "FunctionLikeSchema",
|
|
1815
2081
|
"location": {
|
|
1816
2082
|
"filePath": "cli.main.runtime.ts",
|
|
1817
|
-
"line":
|
|
2083
|
+
"line": 104,
|
|
2084
|
+
"character": 3
|
|
2085
|
+
},
|
|
2086
|
+
"doc": {
|
|
2087
|
+
"__schema": "DocSchema",
|
|
2088
|
+
"location": {
|
|
2089
|
+
"filePath": "cli.main.runtime.ts",
|
|
2090
|
+
"line": 100,
|
|
2091
|
+
"character": 3
|
|
2092
|
+
},
|
|
2093
|
+
"raw": "/**\n * onCommandStart is when a command is about to start and we have the command object and the parsed args and flags\n * already. (it happens after onStart)\n */",
|
|
2094
|
+
"comment": "onCommandStart is when a command is about to start and we have the command object and the parsed args and flags\nalready. (it happens after onStart)"
|
|
2095
|
+
},
|
|
2096
|
+
"signature": "(method) CLIMain.registerOnCommandStart(onCommandStartFn: OnCommandStart): this",
|
|
2097
|
+
"name": "registerOnCommandStart",
|
|
2098
|
+
"params": [
|
|
2099
|
+
{
|
|
2100
|
+
"__schema": "ParameterSchema",
|
|
2101
|
+
"location": {
|
|
2102
|
+
"filePath": "cli.main.runtime.ts",
|
|
2103
|
+
"line": 104,
|
|
2104
|
+
"character": 26
|
|
2105
|
+
},
|
|
2106
|
+
"name": "onCommandStartFn",
|
|
2107
|
+
"type": {
|
|
2108
|
+
"__schema": "TypeRefSchema",
|
|
2109
|
+
"location": {
|
|
2110
|
+
"filePath": "cli.main.runtime.ts",
|
|
2111
|
+
"line": 104,
|
|
2112
|
+
"character": 44
|
|
2113
|
+
},
|
|
2114
|
+
"name": "OnCommandStart",
|
|
2115
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
2116
|
+
},
|
|
2117
|
+
"isOptional": false,
|
|
2118
|
+
"isSpread": false
|
|
2119
|
+
}
|
|
2120
|
+
],
|
|
2121
|
+
"returnType": {
|
|
2122
|
+
"__schema": "TypeRefSchema",
|
|
2123
|
+
"location": {
|
|
2124
|
+
"filePath": "cli.main.runtime.ts",
|
|
2125
|
+
"line": 104,
|
|
2126
|
+
"character": 3
|
|
2127
|
+
},
|
|
2128
|
+
"name": "CLIMain"
|
|
2129
|
+
},
|
|
2130
|
+
"modifiers": []
|
|
2131
|
+
},
|
|
2132
|
+
{
|
|
2133
|
+
"__schema": "FunctionLikeSchema",
|
|
2134
|
+
"location": {
|
|
2135
|
+
"filePath": "cli.main.runtime.ts",
|
|
2136
|
+
"line": 124,
|
|
1818
2137
|
"character": 3
|
|
1819
2138
|
},
|
|
1820
2139
|
"doc": {
|
|
1821
2140
|
"__schema": "DocSchema",
|
|
1822
2141
|
"location": {
|
|
1823
2142
|
"filePath": "cli.main.runtime.ts",
|
|
1824
|
-
"line":
|
|
2143
|
+
"line": 109,
|
|
1825
2144
|
"character": 3
|
|
1826
2145
|
},
|
|
1827
2146
|
"raw": "/**\n * This will register a function to be called before the process exits.\n * This will run only for \"regular\" exits\n * e.g.\n * yes - command run and finished successfully\n * yes - command run and failed gracefully (code 1)\n * not SIGKILL (kill -9)\n * not SIGINT (Ctrl+C)\n * not SIGTERM (kill)\n * not uncaughtException\n * not unhandledRejection\n *\n * @param onBeforeExitFn\n * @returns\n */",
|
|
@@ -1831,7 +2150,7 @@
|
|
|
1831
2150
|
"__schema": "PropertyLikeTagSchema",
|
|
1832
2151
|
"location": {
|
|
1833
2152
|
"filePath": "cli.main.runtime.ts",
|
|
1834
|
-
"line":
|
|
2153
|
+
"line": 121,
|
|
1835
2154
|
"character": 6
|
|
1836
2155
|
},
|
|
1837
2156
|
"name": "onBeforeExitFn",
|
|
@@ -1841,7 +2160,7 @@
|
|
|
1841
2160
|
"__schema": "ReturnTagSchema",
|
|
1842
2161
|
"location": {
|
|
1843
2162
|
"filePath": "cli.main.runtime.ts",
|
|
1844
|
-
"line":
|
|
2163
|
+
"line": 122,
|
|
1845
2164
|
"character": 6
|
|
1846
2165
|
},
|
|
1847
2166
|
"tagName": "return"
|
|
@@ -1855,7 +2174,7 @@
|
|
|
1855
2174
|
"__schema": "ParameterSchema",
|
|
1856
2175
|
"location": {
|
|
1857
2176
|
"filePath": "cli.main.runtime.ts",
|
|
1858
|
-
"line":
|
|
2177
|
+
"line": 124,
|
|
1859
2178
|
"character": 24
|
|
1860
2179
|
},
|
|
1861
2180
|
"name": "onBeforeExitFn",
|
|
@@ -1863,7 +2182,7 @@
|
|
|
1863
2182
|
"__schema": "TypeRefSchema",
|
|
1864
2183
|
"location": {
|
|
1865
2184
|
"filePath": "cli.main.runtime.ts",
|
|
1866
|
-
"line":
|
|
2185
|
+
"line": 124,
|
|
1867
2186
|
"character": 40
|
|
1868
2187
|
},
|
|
1869
2188
|
"name": "OnBeforeExitFn",
|
|
@@ -1877,7 +2196,7 @@
|
|
|
1877
2196
|
"__schema": "TypeRefSchema",
|
|
1878
2197
|
"location": {
|
|
1879
2198
|
"filePath": "cli.main.runtime.ts",
|
|
1880
|
-
"line":
|
|
2199
|
+
"line": 124,
|
|
1881
2200
|
"character": 3
|
|
1882
2201
|
},
|
|
1883
2202
|
"name": "CLIMain"
|
|
@@ -1888,14 +2207,14 @@
|
|
|
1888
2207
|
"__schema": "FunctionLikeSchema",
|
|
1889
2208
|
"location": {
|
|
1890
2209
|
"filePath": "cli.main.runtime.ts",
|
|
1891
|
-
"line":
|
|
2210
|
+
"line": 133,
|
|
1892
2211
|
"character": 3
|
|
1893
2212
|
},
|
|
1894
2213
|
"doc": {
|
|
1895
2214
|
"__schema": "DocSchema",
|
|
1896
2215
|
"location": {
|
|
1897
2216
|
"filePath": "cli.main.runtime.ts",
|
|
1898
|
-
"line":
|
|
2217
|
+
"line": 130,
|
|
1899
2218
|
"character": 3
|
|
1900
2219
|
},
|
|
1901
2220
|
"raw": "/**\n * execute commands registered to this aspect.\n */",
|
|
@@ -1908,7 +2227,7 @@
|
|
|
1908
2227
|
"__schema": "ParameterSchema",
|
|
1909
2228
|
"location": {
|
|
1910
2229
|
"filePath": "cli.main.runtime.ts",
|
|
1911
|
-
"line":
|
|
2230
|
+
"line": 133,
|
|
1912
2231
|
"character": 13
|
|
1913
2232
|
},
|
|
1914
2233
|
"name": "hasWorkspace",
|
|
@@ -1916,7 +2235,7 @@
|
|
|
1916
2235
|
"__schema": "KeywordTypeSchema",
|
|
1917
2236
|
"location": {
|
|
1918
2237
|
"filePath": "cli.main.runtime.ts",
|
|
1919
|
-
"line":
|
|
2238
|
+
"line": 133,
|
|
1920
2239
|
"character": 27
|
|
1921
2240
|
},
|
|
1922
2241
|
"name": "boolean"
|
|
@@ -1929,7 +2248,7 @@
|
|
|
1929
2248
|
"__schema": "InferenceTypeSchema",
|
|
1930
2249
|
"location": {
|
|
1931
2250
|
"filePath": "cli.main.runtime.ts",
|
|
1932
|
-
"line":
|
|
2251
|
+
"line": 133,
|
|
1933
2252
|
"character": 3
|
|
1934
2253
|
},
|
|
1935
2254
|
"type": "Promise<void>"
|
|
@@ -1942,7 +2261,7 @@
|
|
|
1942
2261
|
"__schema": "VariableLikeSchema",
|
|
1943
2262
|
"location": {
|
|
1944
2263
|
"filePath": "cli.main.runtime.ts",
|
|
1945
|
-
"line":
|
|
2264
|
+
"line": 162,
|
|
1946
2265
|
"character": 3
|
|
1947
2266
|
},
|
|
1948
2267
|
"signature": "(property) CLIMain.dependencies: Aspect[]",
|
|
@@ -1951,7 +2270,7 @@
|
|
|
1951
2270
|
"__schema": "InferenceTypeSchema",
|
|
1952
2271
|
"location": {
|
|
1953
2272
|
"filePath": "cli.main.runtime.ts",
|
|
1954
|
-
"line":
|
|
2273
|
+
"line": 162,
|
|
1955
2274
|
"character": 3
|
|
1956
2275
|
},
|
|
1957
2276
|
"type": "Aspect[]"
|
|
@@ -1963,7 +2282,7 @@
|
|
|
1963
2282
|
"__schema": "VariableLikeSchema",
|
|
1964
2283
|
"location": {
|
|
1965
2284
|
"filePath": "cli.main.runtime.ts",
|
|
1966
|
-
"line":
|
|
2285
|
+
"line": 163,
|
|
1967
2286
|
"character": 3
|
|
1968
2287
|
},
|
|
1969
2288
|
"signature": "(property) CLIMain.runtime: RuntimeDefinition",
|
|
@@ -1972,7 +2291,7 @@
|
|
|
1972
2291
|
"__schema": "InferenceTypeSchema",
|
|
1973
2292
|
"location": {
|
|
1974
2293
|
"filePath": "cli.main.runtime.ts",
|
|
1975
|
-
"line":
|
|
2294
|
+
"line": 163,
|
|
1976
2295
|
"character": 3
|
|
1977
2296
|
},
|
|
1978
2297
|
"type": "RuntimeDefinition"
|
|
@@ -1984,38 +2303,38 @@
|
|
|
1984
2303
|
"__schema": "VariableLikeSchema",
|
|
1985
2304
|
"location": {
|
|
1986
2305
|
"filePath": "cli.main.runtime.ts",
|
|
1987
|
-
"line":
|
|
2306
|
+
"line": 164,
|
|
1988
2307
|
"character": 3
|
|
1989
2308
|
},
|
|
1990
|
-
"signature": "(property) CLIMain.slots: (((registerFn: () => string) => SlotRegistry<CommandList>) | ((registerFn: () => string) => SlotRegistry<OnStart>))[]",
|
|
2309
|
+
"signature": "(property) CLIMain.slots: (((registerFn: () => string) => SlotRegistry<CommandList>) | ((registerFn: () => string) => SlotRegistry<OnStart>) | ((registerFn: () => string) => SlotRegistry<...>))[]",
|
|
1991
2310
|
"name": "slots",
|
|
1992
2311
|
"type": {
|
|
1993
2312
|
"__schema": "InferenceTypeSchema",
|
|
1994
2313
|
"location": {
|
|
1995
2314
|
"filePath": "cli.main.runtime.ts",
|
|
1996
|
-
"line":
|
|
2315
|
+
"line": 164,
|
|
1997
2316
|
"character": 3
|
|
1998
2317
|
},
|
|
1999
|
-
"type": "(((registerFn: () => string) => SlotRegistry<CommandList>) | ((registerFn: () => string) => SlotRegistry<OnStart>))[]"
|
|
2318
|
+
"type": "(((registerFn: () => string) => SlotRegistry<CommandList>) | ((registerFn: () => string) => SlotRegistry<OnStart>) | ((registerFn: () => string) => SlotRegistry<...>))[]"
|
|
2000
2319
|
},
|
|
2001
2320
|
"isOptional": true,
|
|
2002
|
-
"defaultValue": "[Slot.withType<CommandList>()
|
|
2321
|
+
"defaultValue": "[\n Slot.withType<CommandList>(),\n Slot.withType<OnStart>(),\n Slot.withType<OnCommandStart>(),\n Slot.withType<OnBeforeExitFn>(),\n ]"
|
|
2003
2322
|
},
|
|
2004
2323
|
{
|
|
2005
2324
|
"__schema": "FunctionLikeSchema",
|
|
2006
2325
|
"location": {
|
|
2007
2326
|
"filePath": "cli.main.runtime.ts",
|
|
2008
|
-
"line":
|
|
2327
|
+
"line": 171,
|
|
2009
2328
|
"character": 3
|
|
2010
2329
|
},
|
|
2011
|
-
"signature": "(method) CLIMain.provider([loggerMain]: [LoggerMain], config: any, [commandsSlot, onStartSlot, onBeforeExitSlot]: [CommandsSlot
|
|
2330
|
+
"signature": "(method) CLIMain.provider([loggerMain]: [LoggerMain], config: any, [commandsSlot, onStartSlot, onCommandStartSlot, onBeforeExitSlot]: [\n CommandsSlot,\n OnStartSlot,\n OnCommandStartSlot,\n OnBeforeExitSlot\n]): Promise<CLIMain>",
|
|
2012
2331
|
"name": "provider",
|
|
2013
2332
|
"params": [
|
|
2014
2333
|
{
|
|
2015
2334
|
"__schema": "ParameterSchema",
|
|
2016
2335
|
"location": {
|
|
2017
2336
|
"filePath": "cli.main.runtime.ts",
|
|
2018
|
-
"line":
|
|
2337
|
+
"line": 172,
|
|
2019
2338
|
"character": 5
|
|
2020
2339
|
},
|
|
2021
2340
|
"name": "[ loggerMain ]",
|
|
@@ -2023,7 +2342,7 @@
|
|
|
2023
2342
|
"__schema": "TupleTypeSchema",
|
|
2024
2343
|
"location": {
|
|
2025
2344
|
"filePath": "cli.main.runtime.ts",
|
|
2026
|
-
"line":
|
|
2345
|
+
"line": 172,
|
|
2027
2346
|
"character": 19
|
|
2028
2347
|
},
|
|
2029
2348
|
"elements": [
|
|
@@ -2031,7 +2350,7 @@
|
|
|
2031
2350
|
"__schema": "TypeRefSchema",
|
|
2032
2351
|
"location": {
|
|
2033
2352
|
"filePath": "cli.main.runtime.ts",
|
|
2034
|
-
"line":
|
|
2353
|
+
"line": 172,
|
|
2035
2354
|
"character": 20
|
|
2036
2355
|
},
|
|
2037
2356
|
"name": "LoggerMain",
|
|
@@ -2049,7 +2368,7 @@
|
|
|
2049
2368
|
"__schema": "ParameterSchema",
|
|
2050
2369
|
"location": {
|
|
2051
2370
|
"filePath": "cli.main.runtime.ts",
|
|
2052
|
-
"line":
|
|
2371
|
+
"line": 173,
|
|
2053
2372
|
"character": 5
|
|
2054
2373
|
},
|
|
2055
2374
|
"name": "config",
|
|
@@ -2057,7 +2376,7 @@
|
|
|
2057
2376
|
"__schema": "InferenceTypeSchema",
|
|
2058
2377
|
"location": {
|
|
2059
2378
|
"filePath": "cli.main.runtime.ts",
|
|
2060
|
-
"line":
|
|
2379
|
+
"line": 173,
|
|
2061
2380
|
"character": 5
|
|
2062
2381
|
},
|
|
2063
2382
|
"type": "any"
|
|
@@ -2069,24 +2388,24 @@
|
|
|
2069
2388
|
"__schema": "ParameterSchema",
|
|
2070
2389
|
"location": {
|
|
2071
2390
|
"filePath": "cli.main.runtime.ts",
|
|
2072
|
-
"line":
|
|
2391
|
+
"line": 174,
|
|
2073
2392
|
"character": 5
|
|
2074
2393
|
},
|
|
2075
|
-
"name": "[ commandsSlot, onStartSlot, onBeforeExitSlot ]",
|
|
2394
|
+
"name": "[ commandsSlot, onStartSlot, onCommandStartSlot, onBeforeExitSlot ]",
|
|
2076
2395
|
"type": {
|
|
2077
2396
|
"__schema": "TupleTypeSchema",
|
|
2078
2397
|
"location": {
|
|
2079
2398
|
"filePath": "cli.main.runtime.ts",
|
|
2080
|
-
"line":
|
|
2081
|
-
"character":
|
|
2399
|
+
"line": 174,
|
|
2400
|
+
"character": 72
|
|
2082
2401
|
},
|
|
2083
2402
|
"elements": [
|
|
2084
2403
|
{
|
|
2085
2404
|
"__schema": "TypeRefSchema",
|
|
2086
2405
|
"location": {
|
|
2087
2406
|
"filePath": "cli.main.runtime.ts",
|
|
2088
|
-
"line":
|
|
2089
|
-
"character":
|
|
2407
|
+
"line": 175,
|
|
2408
|
+
"character": 7
|
|
2090
2409
|
},
|
|
2091
2410
|
"name": "CommandsSlot"
|
|
2092
2411
|
},
|
|
@@ -2094,8 +2413,8 @@
|
|
|
2094
2413
|
"__schema": "TypeRefSchema",
|
|
2095
2414
|
"location": {
|
|
2096
2415
|
"filePath": "cli.main.runtime.ts",
|
|
2097
|
-
"line":
|
|
2098
|
-
"character":
|
|
2416
|
+
"line": 176,
|
|
2417
|
+
"character": 7
|
|
2099
2418
|
},
|
|
2100
2419
|
"name": "OnStartSlot",
|
|
2101
2420
|
"internalFilePath": "cli.main.runtime.ts"
|
|
@@ -2104,8 +2423,18 @@
|
|
|
2104
2423
|
"__schema": "TypeRefSchema",
|
|
2105
2424
|
"location": {
|
|
2106
2425
|
"filePath": "cli.main.runtime.ts",
|
|
2107
|
-
"line":
|
|
2108
|
-
"character":
|
|
2426
|
+
"line": 177,
|
|
2427
|
+
"character": 7
|
|
2428
|
+
},
|
|
2429
|
+
"name": "OnCommandStartSlot",
|
|
2430
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
2431
|
+
},
|
|
2432
|
+
{
|
|
2433
|
+
"__schema": "TypeRefSchema",
|
|
2434
|
+
"location": {
|
|
2435
|
+
"filePath": "cli.main.runtime.ts",
|
|
2436
|
+
"line": 178,
|
|
2437
|
+
"character": 7
|
|
2109
2438
|
},
|
|
2110
2439
|
"name": "OnBeforeExitSlot",
|
|
2111
2440
|
"internalFilePath": "cli.main.runtime.ts"
|
|
@@ -2120,7 +2449,7 @@
|
|
|
2120
2449
|
"__schema": "InferenceTypeSchema",
|
|
2121
2450
|
"location": {
|
|
2122
2451
|
"filePath": "cli.main.runtime.ts",
|
|
2123
|
-
"line":
|
|
2452
|
+
"line": 171,
|
|
2124
2453
|
"character": 3
|
|
2125
2454
|
},
|
|
2126
2455
|
"type": "Promise<CLIMain>"
|
|
@@ -2140,7 +2469,7 @@
|
|
|
2140
2469
|
"__schema": "UnImplementedSchema",
|
|
2141
2470
|
"location": {
|
|
2142
2471
|
"filePath": "cli.main.runtime.ts",
|
|
2143
|
-
"line":
|
|
2472
|
+
"line": 196,
|
|
2144
2473
|
"character": 1
|
|
2145
2474
|
},
|
|
2146
2475
|
"name": "CLIAspect.addRuntime(CLIMain);",
|
|
@@ -2150,14 +2479,14 @@
|
|
|
2150
2479
|
"__schema": "FunctionLikeSchema",
|
|
2151
2480
|
"location": {
|
|
2152
2481
|
"filePath": "cli.main.runtime.ts",
|
|
2153
|
-
"line":
|
|
2482
|
+
"line": 204,
|
|
2154
2483
|
"character": 1
|
|
2155
2484
|
},
|
|
2156
2485
|
"doc": {
|
|
2157
2486
|
"__schema": "DocSchema",
|
|
2158
2487
|
"location": {
|
|
2159
2488
|
"filePath": "cli.main.runtime.ts",
|
|
2160
|
-
"line":
|
|
2489
|
+
"line": 198,
|
|
2161
2490
|
"character": 1
|
|
2162
2491
|
},
|
|
2163
2492
|
"raw": "/**\n * kind of a hack.\n * in the legacy, this is running at the beginning and it take care of issues when Bit files are missing,\n * such as \".bit\".\n * (to make this process better, you can easily remove it and run the e2e-tests. you'll see some failing)\n */",
|
|
@@ -2170,7 +2499,7 @@
|
|
|
2170
2499
|
"__schema": "InferenceTypeSchema",
|
|
2171
2500
|
"location": {
|
|
2172
2501
|
"filePath": "cli.main.runtime.ts",
|
|
2173
|
-
"line":
|
|
2502
|
+
"line": 204,
|
|
2174
2503
|
"character": 1
|
|
2175
2504
|
},
|
|
2176
2505
|
"type": "Promise<void>"
|
|
@@ -2183,7 +2512,7 @@
|
|
|
2183
2512
|
"__schema": "FunctionLikeSchema",
|
|
2184
2513
|
"location": {
|
|
2185
2514
|
"filePath": "cli.main.runtime.ts",
|
|
2186
|
-
"line":
|
|
2515
|
+
"line": 212,
|
|
2187
2516
|
"character": 1
|
|
2188
2517
|
},
|
|
2189
2518
|
"signature": "function isFullUrl(url: string): boolean",
|
|
@@ -2193,7 +2522,7 @@
|
|
|
2193
2522
|
"__schema": "ParameterSchema",
|
|
2194
2523
|
"location": {
|
|
2195
2524
|
"filePath": "cli.main.runtime.ts",
|
|
2196
|
-
"line":
|
|
2525
|
+
"line": 212,
|
|
2197
2526
|
"character": 20
|
|
2198
2527
|
},
|
|
2199
2528
|
"name": "url",
|
|
@@ -2201,7 +2530,7 @@
|
|
|
2201
2530
|
"__schema": "KeywordTypeSchema",
|
|
2202
2531
|
"location": {
|
|
2203
2532
|
"filePath": "cli.main.runtime.ts",
|
|
2204
|
-
"line":
|
|
2533
|
+
"line": 212,
|
|
2205
2534
|
"character": 25
|
|
2206
2535
|
},
|
|
2207
2536
|
"name": "string"
|
|
@@ -2214,7 +2543,7 @@
|
|
|
2214
2543
|
"__schema": "TypeRefSchema",
|
|
2215
2544
|
"location": {
|
|
2216
2545
|
"filePath": "cli.main.runtime.ts",
|
|
2217
|
-
"line":
|
|
2546
|
+
"line": 212,
|
|
2218
2547
|
"character": 1
|
|
2219
2548
|
},
|
|
2220
2549
|
"name": "isFullUrl",
|
|
@@ -2301,7 +2630,7 @@
|
|
|
2301
2630
|
"componentId": {
|
|
2302
2631
|
"scope": "teambit.harmony",
|
|
2303
2632
|
"name": "cli",
|
|
2304
|
-
"version": "0.0.
|
|
2633
|
+
"version": "0.0.859"
|
|
2305
2634
|
},
|
|
2306
2635
|
"taggedModuleExports": []
|
|
2307
2636
|
}
|