@teambit/git 1.0.511 → 1.0.513

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