@teambit/stash 1.0.186 → 1.0.188

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <testsuites tests="0" failures="0" errors="0" skipped="0">
3
- <testsuite name="teambit.component/stash@1.0.186" tests="0" failures="0" errors="0" skipped="0"/>
3
+ <testsuite name="teambit.component/stash@1.0.188" tests="0" failures="0" errors="0" skipped="0"/>
4
4
  </testsuites>
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/stash",
3
- "version": "1.0.186",
3
+ "version": "1.0.188",
4
4
  "homepage": "https://bit.cloud/teambit/component/stash",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.component",
8
8
  "name": "stash",
9
- "version": "1.0.186"
9
+ "version": "1.0.188"
10
10
  },
11
11
  "dependencies": {
12
12
  "fs-extra": "10.0.0",
@@ -16,11 +16,11 @@
16
16
  "@teambit/component-id": "1.2.0",
17
17
  "@teambit/harmony": "0.4.6",
18
18
  "@teambit/bit-error": "0.0.404",
19
- "@teambit/workspace": "1.0.186",
20
- "@teambit/checkout": "1.0.186",
21
- "@teambit/cli": "0.0.854",
22
- "@teambit/component": "1.0.186",
23
- "@teambit/snapping": "1.0.186"
19
+ "@teambit/workspace": "1.0.188",
20
+ "@teambit/checkout": "1.0.188",
21
+ "@teambit/cli": "0.0.855",
22
+ "@teambit/component": "1.0.188",
23
+ "@teambit/snapping": "1.0.188"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/fs-extra": "9.0.7",
@@ -1,1124 +0,0 @@
1
- {
2
- "__schema": "APISchema",
3
- "location": {
4
- "filePath": "index.ts",
5
- "line": 1,
6
- "character": 1
7
- },
8
- "module": {
9
- "__schema": "ModuleSchema",
10
- "location": {
11
- "filePath": "index.ts",
12
- "line": 1,
13
- "character": 1
14
- },
15
- "exports": [
16
- {
17
- "__schema": "ClassSchema",
18
- "location": {
19
- "filePath": "stash.main.runtime.ts",
20
- "line": 21,
21
- "character": 1
22
- },
23
- "signature": "class StashMain",
24
- "name": "StashMain",
25
- "members": [
26
- {
27
- "__schema": "ConstructorSchema",
28
- "location": {
29
- "filePath": "stash.main.runtime.ts",
30
- "line": 23,
31
- "character": 3
32
- },
33
- "signature": "constructor StashMain(workspace: Workspace, checkout: CheckoutMain, snapping: SnappingMain): StashMain",
34
- "name": "constructor",
35
- "params": [
36
- {
37
- "__schema": "ParameterSchema",
38
- "location": {
39
- "filePath": "stash.main.runtime.ts",
40
- "line": 23,
41
- "character": 15
42
- },
43
- "name": "workspace",
44
- "type": {
45
- "__schema": "TypeRefSchema",
46
- "location": {
47
- "filePath": "stash.main.runtime.ts",
48
- "line": 23,
49
- "character": 34
50
- },
51
- "name": "Workspace"
52
- },
53
- "isOptional": false,
54
- "isSpread": false
55
- },
56
- {
57
- "__schema": "ParameterSchema",
58
- "location": {
59
- "filePath": "stash.main.runtime.ts",
60
- "line": 23,
61
- "character": 45
62
- },
63
- "name": "checkout",
64
- "type": {
65
- "__schema": "TypeRefSchema",
66
- "location": {
67
- "filePath": "stash.main.runtime.ts",
68
- "line": 23,
69
- "character": 63
70
- },
71
- "name": "CheckoutMain"
72
- },
73
- "isOptional": false,
74
- "isSpread": false
75
- },
76
- {
77
- "__schema": "ParameterSchema",
78
- "location": {
79
- "filePath": "stash.main.runtime.ts",
80
- "line": 23,
81
- "character": 77
82
- },
83
- "name": "snapping",
84
- "type": {
85
- "__schema": "TypeRefSchema",
86
- "location": {
87
- "filePath": "stash.main.runtime.ts",
88
- "line": 23,
89
- "character": 95
90
- },
91
- "name": "SnappingMain"
92
- },
93
- "isOptional": false,
94
- "isSpread": false
95
- }
96
- ],
97
- "returnType": {
98
- "__schema": "ThisTypeSchema",
99
- "location": {
100
- "filePath": "stash.main.runtime.ts",
101
- "line": 21,
102
- "character": 1
103
- },
104
- "name": "StashMain"
105
- },
106
- "modifiers": []
107
- },
108
- {
109
- "__schema": "FunctionLikeSchema",
110
- "location": {
111
- "filePath": "stash.main.runtime.ts",
112
- "line": 27,
113
- "character": 3
114
- },
115
- "signature": "(method) StashMain.save(options: {\n message?: string;\n pattern?: string;\n}): Promise<ComponentID[]>",
116
- "name": "save",
117
- "params": [
118
- {
119
- "__schema": "ParameterSchema",
120
- "location": {
121
- "filePath": "stash.main.runtime.ts",
122
- "line": 27,
123
- "character": 14
124
- },
125
- "name": "options",
126
- "type": {
127
- "__schema": "TypeLiteralSchema",
128
- "location": {
129
- "filePath": "stash.main.runtime.ts",
130
- "line": 27,
131
- "character": 23
132
- },
133
- "members": [
134
- {
135
- "__schema": "VariableLikeSchema",
136
- "location": {
137
- "filePath": "stash.main.runtime.ts",
138
- "line": 27,
139
- "character": 25
140
- },
141
- "signature": "(property) message?: string | undefined",
142
- "name": "message",
143
- "type": {
144
- "__schema": "KeywordTypeSchema",
145
- "location": {
146
- "filePath": "stash.main.runtime.ts",
147
- "line": 27,
148
- "character": 35
149
- },
150
- "name": "string"
151
- },
152
- "isOptional": true
153
- },
154
- {
155
- "__schema": "VariableLikeSchema",
156
- "location": {
157
- "filePath": "stash.main.runtime.ts",
158
- "line": 27,
159
- "character": 43
160
- },
161
- "signature": "(property) pattern?: string | undefined",
162
- "name": "pattern",
163
- "type": {
164
- "__schema": "KeywordTypeSchema",
165
- "location": {
166
- "filePath": "stash.main.runtime.ts",
167
- "line": 27,
168
- "character": 53
169
- },
170
- "name": "string"
171
- },
172
- "isOptional": true
173
- }
174
- ]
175
- },
176
- "isOptional": false,
177
- "isSpread": false
178
- }
179
- ],
180
- "returnType": {
181
- "__schema": "TypeRefSchema",
182
- "location": {
183
- "filePath": "stash.main.runtime.ts",
184
- "line": 27,
185
- "character": 64
186
- },
187
- "name": "Promise",
188
- "typeArgs": [
189
- {
190
- "__schema": "TypeArraySchema",
191
- "location": {
192
- "filePath": "stash.main.runtime.ts",
193
- "line": 27,
194
- "character": 72
195
- },
196
- "type": {
197
- "__schema": "TypeRefSchema",
198
- "location": {
199
- "filePath": "stash.main.runtime.ts",
200
- "line": 27,
201
- "character": 72
202
- },
203
- "name": "ComponentID"
204
- }
205
- }
206
- ]
207
- },
208
- "modifiers": [
209
- "async"
210
- ]
211
- },
212
- {
213
- "__schema": "FunctionLikeSchema",
214
- "location": {
215
- "filePath": "stash.main.runtime.ts",
216
- "line": 66,
217
- "character": 3
218
- },
219
- "signature": "(method) StashMain.list(): Promise<ListResult[]>",
220
- "name": "list",
221
- "params": [],
222
- "returnType": {
223
- "__schema": "TypeRefSchema",
224
- "location": {
225
- "filePath": "stash.main.runtime.ts",
226
- "line": 66,
227
- "character": 17
228
- },
229
- "name": "Promise",
230
- "typeArgs": [
231
- {
232
- "__schema": "TypeArraySchema",
233
- "location": {
234
- "filePath": "stash.main.runtime.ts",
235
- "line": 66,
236
- "character": 25
237
- },
238
- "type": {
239
- "__schema": "TypeRefSchema",
240
- "location": {
241
- "filePath": "stash.main.runtime.ts",
242
- "line": 66,
243
- "character": 25
244
- },
245
- "name": "ListResult"
246
- }
247
- }
248
- ]
249
- },
250
- "modifiers": [
251
- "async"
252
- ]
253
- },
254
- {
255
- "__schema": "FunctionLikeSchema",
256
- "location": {
257
- "filePath": "stash.main.runtime.ts",
258
- "line": 80,
259
- "character": 3
260
- },
261
- "signature": "(method) StashMain.loadLatest(checkoutProps?: CheckoutProps, stashId?: string): Promise<ComponentID[]>",
262
- "name": "loadLatest",
263
- "params": [
264
- {
265
- "__schema": "ParameterSchema",
266
- "location": {
267
- "filePath": "stash.main.runtime.ts",
268
- "line": 80,
269
- "character": 20
270
- },
271
- "name": "checkoutProps",
272
- "type": {
273
- "__schema": "TypeRefSchema",
274
- "location": {
275
- "filePath": "stash.main.runtime.ts",
276
- "line": 80,
277
- "character": 35
278
- },
279
- "name": "CheckoutProps"
280
- },
281
- "isOptional": true,
282
- "defaultValue": "{}",
283
- "isSpread": false
284
- },
285
- {
286
- "__schema": "ParameterSchema",
287
- "location": {
288
- "filePath": "stash.main.runtime.ts",
289
- "line": 80,
290
- "character": 55
291
- },
292
- "name": "stashId",
293
- "type": {
294
- "__schema": "KeywordTypeSchema",
295
- "location": {
296
- "filePath": "stash.main.runtime.ts",
297
- "line": 80,
298
- "character": 65
299
- },
300
- "name": "string"
301
- },
302
- "isOptional": true,
303
- "isSpread": false
304
- }
305
- ],
306
- "returnType": {
307
- "__schema": "InferenceTypeSchema",
308
- "location": {
309
- "filePath": "stash.main.runtime.ts",
310
- "line": 80,
311
- "character": 3
312
- },
313
- "type": "Promise<ComponentID[]>"
314
- },
315
- "modifiers": [
316
- "async"
317
- ]
318
- },
319
- {
320
- "__schema": "VariableLikeSchema",
321
- "location": {
322
- "filePath": "stash.main.runtime.ts",
323
- "line": 125,
324
- "character": 3
325
- },
326
- "signature": "(property) StashMain.slots: never[]",
327
- "name": "slots",
328
- "type": {
329
- "__schema": "InferenceTypeSchema",
330
- "location": {
331
- "filePath": "stash.main.runtime.ts",
332
- "line": 125,
333
- "character": 3
334
- },
335
- "type": "never[]"
336
- },
337
- "isOptional": true,
338
- "defaultValue": "[]"
339
- },
340
- {
341
- "__schema": "VariableLikeSchema",
342
- "location": {
343
- "filePath": "stash.main.runtime.ts",
344
- "line": 126,
345
- "character": 3
346
- },
347
- "signature": "(property) StashMain.dependencies: Aspect[]",
348
- "name": "dependencies",
349
- "type": {
350
- "__schema": "InferenceTypeSchema",
351
- "location": {
352
- "filePath": "stash.main.runtime.ts",
353
- "line": 126,
354
- "character": 3
355
- },
356
- "type": "Aspect[]"
357
- },
358
- "isOptional": true,
359
- "defaultValue": "[CLIAspect, WorkspaceAspect, CheckoutAspect, SnappingAspect]"
360
- },
361
- {
362
- "__schema": "VariableLikeSchema",
363
- "location": {
364
- "filePath": "stash.main.runtime.ts",
365
- "line": 127,
366
- "character": 3
367
- },
368
- "signature": "(property) StashMain.runtime: RuntimeDefinition",
369
- "name": "runtime",
370
- "type": {
371
- "__schema": "InferenceTypeSchema",
372
- "location": {
373
- "filePath": "stash.main.runtime.ts",
374
- "line": 127,
375
- "character": 3
376
- },
377
- "type": "RuntimeDefinition"
378
- },
379
- "isOptional": true,
380
- "defaultValue": "MainRuntime"
381
- },
382
- {
383
- "__schema": "FunctionLikeSchema",
384
- "location": {
385
- "filePath": "stash.main.runtime.ts",
386
- "line": 128,
387
- "character": 3
388
- },
389
- "signature": "(method) StashMain.provider([cli, workspace, checkout, snapping]: [CLIMain, Workspace, CheckoutMain, SnappingMain]): Promise<StashMain>",
390
- "name": "provider",
391
- "params": [
392
- {
393
- "__schema": "ParameterSchema",
394
- "location": {
395
- "filePath": "stash.main.runtime.ts",
396
- "line": 128,
397
- "character": 25
398
- },
399
- "name": "[ cli, workspace, checkout, snapping ]",
400
- "type": {
401
- "__schema": "TupleTypeSchema",
402
- "location": {
403
- "filePath": "stash.main.runtime.ts",
404
- "line": 128,
405
- "character": 63
406
- },
407
- "elements": [
408
- {
409
- "__schema": "TypeRefSchema",
410
- "location": {
411
- "filePath": "stash.main.runtime.ts",
412
- "line": 128,
413
- "character": 64
414
- },
415
- "name": "CLIMain"
416
- },
417
- {
418
- "__schema": "TypeRefSchema",
419
- "location": {
420
- "filePath": "stash.main.runtime.ts",
421
- "line": 128,
422
- "character": 73
423
- },
424
- "name": "Workspace"
425
- },
426
- {
427
- "__schema": "TypeRefSchema",
428
- "location": {
429
- "filePath": "stash.main.runtime.ts",
430
- "line": 128,
431
- "character": 84
432
- },
433
- "name": "CheckoutMain"
434
- },
435
- {
436
- "__schema": "TypeRefSchema",
437
- "location": {
438
- "filePath": "stash.main.runtime.ts",
439
- "line": 128,
440
- "character": 98
441
- },
442
- "name": "SnappingMain"
443
- }
444
- ]
445
- },
446
- "isOptional": false,
447
- "isSpread": false
448
- }
449
- ],
450
- "returnType": {
451
- "__schema": "InferenceTypeSchema",
452
- "location": {
453
- "filePath": "stash.main.runtime.ts",
454
- "line": 128,
455
- "character": 3
456
- },
457
- "type": "Promise<StashMain>"
458
- },
459
- "modifiers": [
460
- "static",
461
- "async"
462
- ]
463
- }
464
- ],
465
- "extendsNodes": [],
466
- "implementNodes": []
467
- },
468
- {
469
- "__schema": "UnImplementedSchema",
470
- "location": {
471
- "filePath": "index.ts",
472
- "line": 4,
473
- "character": 16
474
- },
475
- "name": "StashAspect",
476
- "type": "Identifier"
477
- },
478
- {
479
- "__schema": "VariableLikeSchema",
480
- "location": {
481
- "filePath": "stash.aspect.ts",
482
- "line": 3,
483
- "character": 14
484
- },
485
- "signature": "const StashAspect: Aspect",
486
- "name": "StashAspect",
487
- "type": {
488
- "__schema": "TypeRefSchema",
489
- "location": {
490
- "filePath": "stash.aspect.ts",
491
- "line": 3,
492
- "character": 14
493
- },
494
- "name": "Aspect",
495
- "componentId": {
496
- "scope": "teambit.harmony",
497
- "name": "harmony",
498
- "version": "0.4.6"
499
- }
500
- },
501
- "isOptional": false,
502
- "defaultValue": "Aspect.create({\n id: 'teambit.component/stash',\n})"
503
- }
504
- ],
505
- "internals": []
506
- },
507
- "internals": [
508
- {
509
- "__schema": "ModuleSchema",
510
- "location": {
511
- "filePath": "stash.main.runtime.ts",
512
- "line": 1,
513
- "character": 1
514
- },
515
- "exports": [
516
- {
517
- "__schema": "ClassSchema",
518
- "location": {
519
- "filePath": "stash.main.runtime.ts",
520
- "line": 21,
521
- "character": 1
522
- },
523
- "signature": "class StashMain",
524
- "name": "StashMain",
525
- "members": [
526
- {
527
- "__schema": "ConstructorSchema",
528
- "location": {
529
- "filePath": "stash.main.runtime.ts",
530
- "line": 23,
531
- "character": 3
532
- },
533
- "signature": "constructor StashMain(workspace: Workspace, checkout: CheckoutMain, snapping: SnappingMain): StashMain",
534
- "name": "constructor",
535
- "params": [
536
- {
537
- "__schema": "ParameterSchema",
538
- "location": {
539
- "filePath": "stash.main.runtime.ts",
540
- "line": 23,
541
- "character": 15
542
- },
543
- "name": "workspace",
544
- "type": {
545
- "__schema": "TypeRefSchema",
546
- "location": {
547
- "filePath": "stash.main.runtime.ts",
548
- "line": 23,
549
- "character": 34
550
- },
551
- "name": "Workspace"
552
- },
553
- "isOptional": false,
554
- "isSpread": false
555
- },
556
- {
557
- "__schema": "ParameterSchema",
558
- "location": {
559
- "filePath": "stash.main.runtime.ts",
560
- "line": 23,
561
- "character": 45
562
- },
563
- "name": "checkout",
564
- "type": {
565
- "__schema": "TypeRefSchema",
566
- "location": {
567
- "filePath": "stash.main.runtime.ts",
568
- "line": 23,
569
- "character": 63
570
- },
571
- "name": "CheckoutMain"
572
- },
573
- "isOptional": false,
574
- "isSpread": false
575
- },
576
- {
577
- "__schema": "ParameterSchema",
578
- "location": {
579
- "filePath": "stash.main.runtime.ts",
580
- "line": 23,
581
- "character": 77
582
- },
583
- "name": "snapping",
584
- "type": {
585
- "__schema": "TypeRefSchema",
586
- "location": {
587
- "filePath": "stash.main.runtime.ts",
588
- "line": 23,
589
- "character": 95
590
- },
591
- "name": "SnappingMain"
592
- },
593
- "isOptional": false,
594
- "isSpread": false
595
- }
596
- ],
597
- "returnType": {
598
- "__schema": "ThisTypeSchema",
599
- "location": {
600
- "filePath": "stash.main.runtime.ts",
601
- "line": 21,
602
- "character": 1
603
- },
604
- "name": "StashMain"
605
- },
606
- "modifiers": []
607
- },
608
- {
609
- "__schema": "FunctionLikeSchema",
610
- "location": {
611
- "filePath": "stash.main.runtime.ts",
612
- "line": 27,
613
- "character": 3
614
- },
615
- "signature": "(method) StashMain.save(options: {\n message?: string;\n pattern?: string;\n}): Promise<ComponentID[]>",
616
- "name": "save",
617
- "params": [
618
- {
619
- "__schema": "ParameterSchema",
620
- "location": {
621
- "filePath": "stash.main.runtime.ts",
622
- "line": 27,
623
- "character": 14
624
- },
625
- "name": "options",
626
- "type": {
627
- "__schema": "TypeLiteralSchema",
628
- "location": {
629
- "filePath": "stash.main.runtime.ts",
630
- "line": 27,
631
- "character": 23
632
- },
633
- "members": [
634
- {
635
- "__schema": "VariableLikeSchema",
636
- "location": {
637
- "filePath": "stash.main.runtime.ts",
638
- "line": 27,
639
- "character": 25
640
- },
641
- "signature": "(property) message?: string | undefined",
642
- "name": "message",
643
- "type": {
644
- "__schema": "KeywordTypeSchema",
645
- "location": {
646
- "filePath": "stash.main.runtime.ts",
647
- "line": 27,
648
- "character": 35
649
- },
650
- "name": "string"
651
- },
652
- "isOptional": true
653
- },
654
- {
655
- "__schema": "VariableLikeSchema",
656
- "location": {
657
- "filePath": "stash.main.runtime.ts",
658
- "line": 27,
659
- "character": 43
660
- },
661
- "signature": "(property) pattern?: string | undefined",
662
- "name": "pattern",
663
- "type": {
664
- "__schema": "KeywordTypeSchema",
665
- "location": {
666
- "filePath": "stash.main.runtime.ts",
667
- "line": 27,
668
- "character": 53
669
- },
670
- "name": "string"
671
- },
672
- "isOptional": true
673
- }
674
- ]
675
- },
676
- "isOptional": false,
677
- "isSpread": false
678
- }
679
- ],
680
- "returnType": {
681
- "__schema": "TypeRefSchema",
682
- "location": {
683
- "filePath": "stash.main.runtime.ts",
684
- "line": 27,
685
- "character": 64
686
- },
687
- "name": "Promise",
688
- "typeArgs": [
689
- {
690
- "__schema": "TypeArraySchema",
691
- "location": {
692
- "filePath": "stash.main.runtime.ts",
693
- "line": 27,
694
- "character": 72
695
- },
696
- "type": {
697
- "__schema": "TypeRefSchema",
698
- "location": {
699
- "filePath": "stash.main.runtime.ts",
700
- "line": 27,
701
- "character": 72
702
- },
703
- "name": "ComponentID"
704
- }
705
- }
706
- ]
707
- },
708
- "modifiers": [
709
- "async"
710
- ]
711
- },
712
- {
713
- "__schema": "FunctionLikeSchema",
714
- "location": {
715
- "filePath": "stash.main.runtime.ts",
716
- "line": 66,
717
- "character": 3
718
- },
719
- "signature": "(method) StashMain.list(): Promise<ListResult[]>",
720
- "name": "list",
721
- "params": [],
722
- "returnType": {
723
- "__schema": "TypeRefSchema",
724
- "location": {
725
- "filePath": "stash.main.runtime.ts",
726
- "line": 66,
727
- "character": 17
728
- },
729
- "name": "Promise",
730
- "typeArgs": [
731
- {
732
- "__schema": "TypeArraySchema",
733
- "location": {
734
- "filePath": "stash.main.runtime.ts",
735
- "line": 66,
736
- "character": 25
737
- },
738
- "type": {
739
- "__schema": "TypeRefSchema",
740
- "location": {
741
- "filePath": "stash.main.runtime.ts",
742
- "line": 66,
743
- "character": 25
744
- },
745
- "name": "ListResult"
746
- }
747
- }
748
- ]
749
- },
750
- "modifiers": [
751
- "async"
752
- ]
753
- },
754
- {
755
- "__schema": "FunctionLikeSchema",
756
- "location": {
757
- "filePath": "stash.main.runtime.ts",
758
- "line": 80,
759
- "character": 3
760
- },
761
- "signature": "(method) StashMain.loadLatest(checkoutProps?: CheckoutProps, stashId?: string): Promise<ComponentID[]>",
762
- "name": "loadLatest",
763
- "params": [
764
- {
765
- "__schema": "ParameterSchema",
766
- "location": {
767
- "filePath": "stash.main.runtime.ts",
768
- "line": 80,
769
- "character": 20
770
- },
771
- "name": "checkoutProps",
772
- "type": {
773
- "__schema": "TypeRefSchema",
774
- "location": {
775
- "filePath": "stash.main.runtime.ts",
776
- "line": 80,
777
- "character": 35
778
- },
779
- "name": "CheckoutProps"
780
- },
781
- "isOptional": true,
782
- "defaultValue": "{}",
783
- "isSpread": false
784
- },
785
- {
786
- "__schema": "ParameterSchema",
787
- "location": {
788
- "filePath": "stash.main.runtime.ts",
789
- "line": 80,
790
- "character": 55
791
- },
792
- "name": "stashId",
793
- "type": {
794
- "__schema": "KeywordTypeSchema",
795
- "location": {
796
- "filePath": "stash.main.runtime.ts",
797
- "line": 80,
798
- "character": 65
799
- },
800
- "name": "string"
801
- },
802
- "isOptional": true,
803
- "isSpread": false
804
- }
805
- ],
806
- "returnType": {
807
- "__schema": "InferenceTypeSchema",
808
- "location": {
809
- "filePath": "stash.main.runtime.ts",
810
- "line": 80,
811
- "character": 3
812
- },
813
- "type": "Promise<ComponentID[]>"
814
- },
815
- "modifiers": [
816
- "async"
817
- ]
818
- },
819
- {
820
- "__schema": "VariableLikeSchema",
821
- "location": {
822
- "filePath": "stash.main.runtime.ts",
823
- "line": 125,
824
- "character": 3
825
- },
826
- "signature": "(property) StashMain.slots: never[]",
827
- "name": "slots",
828
- "type": {
829
- "__schema": "InferenceTypeSchema",
830
- "location": {
831
- "filePath": "stash.main.runtime.ts",
832
- "line": 125,
833
- "character": 3
834
- },
835
- "type": "never[]"
836
- },
837
- "isOptional": true,
838
- "defaultValue": "[]"
839
- },
840
- {
841
- "__schema": "VariableLikeSchema",
842
- "location": {
843
- "filePath": "stash.main.runtime.ts",
844
- "line": 126,
845
- "character": 3
846
- },
847
- "signature": "(property) StashMain.dependencies: Aspect[]",
848
- "name": "dependencies",
849
- "type": {
850
- "__schema": "InferenceTypeSchema",
851
- "location": {
852
- "filePath": "stash.main.runtime.ts",
853
- "line": 126,
854
- "character": 3
855
- },
856
- "type": "Aspect[]"
857
- },
858
- "isOptional": true,
859
- "defaultValue": "[CLIAspect, WorkspaceAspect, CheckoutAspect, SnappingAspect]"
860
- },
861
- {
862
- "__schema": "VariableLikeSchema",
863
- "location": {
864
- "filePath": "stash.main.runtime.ts",
865
- "line": 127,
866
- "character": 3
867
- },
868
- "signature": "(property) StashMain.runtime: RuntimeDefinition",
869
- "name": "runtime",
870
- "type": {
871
- "__schema": "InferenceTypeSchema",
872
- "location": {
873
- "filePath": "stash.main.runtime.ts",
874
- "line": 127,
875
- "character": 3
876
- },
877
- "type": "RuntimeDefinition"
878
- },
879
- "isOptional": true,
880
- "defaultValue": "MainRuntime"
881
- },
882
- {
883
- "__schema": "FunctionLikeSchema",
884
- "location": {
885
- "filePath": "stash.main.runtime.ts",
886
- "line": 128,
887
- "character": 3
888
- },
889
- "signature": "(method) StashMain.provider([cli, workspace, checkout, snapping]: [CLIMain, Workspace, CheckoutMain, SnappingMain]): Promise<StashMain>",
890
- "name": "provider",
891
- "params": [
892
- {
893
- "__schema": "ParameterSchema",
894
- "location": {
895
- "filePath": "stash.main.runtime.ts",
896
- "line": 128,
897
- "character": 25
898
- },
899
- "name": "[ cli, workspace, checkout, snapping ]",
900
- "type": {
901
- "__schema": "TupleTypeSchema",
902
- "location": {
903
- "filePath": "stash.main.runtime.ts",
904
- "line": 128,
905
- "character": 63
906
- },
907
- "elements": [
908
- {
909
- "__schema": "TypeRefSchema",
910
- "location": {
911
- "filePath": "stash.main.runtime.ts",
912
- "line": 128,
913
- "character": 64
914
- },
915
- "name": "CLIMain"
916
- },
917
- {
918
- "__schema": "TypeRefSchema",
919
- "location": {
920
- "filePath": "stash.main.runtime.ts",
921
- "line": 128,
922
- "character": 73
923
- },
924
- "name": "Workspace"
925
- },
926
- {
927
- "__schema": "TypeRefSchema",
928
- "location": {
929
- "filePath": "stash.main.runtime.ts",
930
- "line": 128,
931
- "character": 84
932
- },
933
- "name": "CheckoutMain"
934
- },
935
- {
936
- "__schema": "TypeRefSchema",
937
- "location": {
938
- "filePath": "stash.main.runtime.ts",
939
- "line": 128,
940
- "character": 98
941
- },
942
- "name": "SnappingMain"
943
- }
944
- ]
945
- },
946
- "isOptional": false,
947
- "isSpread": false
948
- }
949
- ],
950
- "returnType": {
951
- "__schema": "InferenceTypeSchema",
952
- "location": {
953
- "filePath": "stash.main.runtime.ts",
954
- "line": 128,
955
- "character": 3
956
- },
957
- "type": "Promise<StashMain>"
958
- },
959
- "modifiers": [
960
- "static",
961
- "async"
962
- ]
963
- }
964
- ],
965
- "extendsNodes": [],
966
- "implementNodes": []
967
- },
968
- {
969
- "__schema": "UnImplementedSchema",
970
- "location": {
971
- "filePath": "stash.main.runtime.ts",
972
- "line": 139,
973
- "character": 16
974
- },
975
- "name": "StashMain",
976
- "type": "Identifier"
977
- }
978
- ],
979
- "internals": [
980
- {
981
- "__schema": "TypeSchema",
982
- "location": {
983
- "filePath": "stash.main.runtime.ts",
984
- "line": 15,
985
- "character": 1
986
- },
987
- "signature": "type ListResult = {\n id: string;\n message?: string | undefined;\n components: string[];\n}",
988
- "name": "ListResult",
989
- "type": {
990
- "__schema": "TypeLiteralSchema",
991
- "location": {
992
- "filePath": "stash.main.runtime.ts",
993
- "line": 15,
994
- "character": 19
995
- },
996
- "members": [
997
- {
998
- "__schema": "VariableLikeSchema",
999
- "location": {
1000
- "filePath": "stash.main.runtime.ts",
1001
- "line": 16,
1002
- "character": 3
1003
- },
1004
- "signature": "(property) id: string",
1005
- "name": "id",
1006
- "type": {
1007
- "__schema": "KeywordTypeSchema",
1008
- "location": {
1009
- "filePath": "stash.main.runtime.ts",
1010
- "line": 16,
1011
- "character": 7
1012
- },
1013
- "name": "string"
1014
- },
1015
- "isOptional": false
1016
- },
1017
- {
1018
- "__schema": "VariableLikeSchema",
1019
- "location": {
1020
- "filePath": "stash.main.runtime.ts",
1021
- "line": 17,
1022
- "character": 3
1023
- },
1024
- "signature": "(property) message?: string | undefined",
1025
- "name": "message",
1026
- "type": {
1027
- "__schema": "KeywordTypeSchema",
1028
- "location": {
1029
- "filePath": "stash.main.runtime.ts",
1030
- "line": 17,
1031
- "character": 13
1032
- },
1033
- "name": "string"
1034
- },
1035
- "isOptional": true
1036
- },
1037
- {
1038
- "__schema": "VariableLikeSchema",
1039
- "location": {
1040
- "filePath": "stash.main.runtime.ts",
1041
- "line": 18,
1042
- "character": 3
1043
- },
1044
- "signature": "(property) components: string[]",
1045
- "name": "components",
1046
- "type": {
1047
- "__schema": "TypeArraySchema",
1048
- "location": {
1049
- "filePath": "stash.main.runtime.ts",
1050
- "line": 18,
1051
- "character": 15
1052
- },
1053
- "type": {
1054
- "__schema": "KeywordTypeSchema",
1055
- "location": {
1056
- "filePath": "stash.main.runtime.ts",
1057
- "line": 18,
1058
- "character": 15
1059
- },
1060
- "name": "string"
1061
- }
1062
- },
1063
- "isOptional": false
1064
- }
1065
- ]
1066
- }
1067
- },
1068
- {
1069
- "__schema": "UnImplementedSchema",
1070
- "location": {
1071
- "filePath": "stash.main.runtime.ts",
1072
- "line": 137,
1073
- "character": 1
1074
- },
1075
- "name": "StashAspect.addRuntime(StashMain);",
1076
- "type": "ExpressionStatement"
1077
- }
1078
- ]
1079
- },
1080
- {
1081
- "__schema": "ModuleSchema",
1082
- "location": {
1083
- "filePath": "stash.aspect.ts",
1084
- "line": 1,
1085
- "character": 1
1086
- },
1087
- "exports": [
1088
- {
1089
- "__schema": "VariableLikeSchema",
1090
- "location": {
1091
- "filePath": "stash.aspect.ts",
1092
- "line": 3,
1093
- "character": 14
1094
- },
1095
- "signature": "const StashAspect: Aspect",
1096
- "name": "StashAspect",
1097
- "type": {
1098
- "__schema": "TypeRefSchema",
1099
- "location": {
1100
- "filePath": "stash.aspect.ts",
1101
- "line": 3,
1102
- "character": 14
1103
- },
1104
- "name": "Aspect",
1105
- "componentId": {
1106
- "scope": "teambit.harmony",
1107
- "name": "harmony",
1108
- "version": "0.4.6"
1109
- }
1110
- },
1111
- "isOptional": false,
1112
- "defaultValue": "Aspect.create({\n id: 'teambit.component/stash',\n})"
1113
- }
1114
- ],
1115
- "internals": []
1116
- }
1117
- ],
1118
- "componentId": {
1119
- "scope": "teambit.component",
1120
- "name": "stash",
1121
- "version": "1.0.186"
1122
- },
1123
- "taggedModuleExports": []
1124
- }