@teambit/importer 1.0.160 → 1.0.161
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_scope_importer-preview.js +1 -1
- package/artifacts/schema.json +87 -87
- package/dist/dependents-getter.d.ts +15 -0
- package/dist/dependents-getter.js +208 -0
- package/dist/dependents-getter.js.map +1 -0
- package/dist/import-components.d.ts +2 -2
- package/dist/import-components.js +11 -29
- package/dist/import-components.js.map +1 -1
- package/dist/import.cmd.d.ts +2 -1
- package/dist/import.cmd.js +10 -9
- package/dist/import.cmd.js.map +1 -1
- package/dist/importer.main.runtime.d.ts +1 -1
- package/dist/importer.main.runtime.js.map +1 -1
- package/dist/{preview-1707275702806.js → preview-1707362166593.js} +2 -2
- package/package.json +16 -15
package/artifacts/schema.json
CHANGED
|
@@ -313,16 +313,16 @@
|
|
|
313
313
|
"line": 53,
|
|
314
314
|
"character": 3
|
|
315
315
|
},
|
|
316
|
-
"signature": "(property)
|
|
317
|
-
"name": "
|
|
316
|
+
"signature": "(property) dependentsVia?: string | undefined",
|
|
317
|
+
"name": "dependentsVia",
|
|
318
318
|
"type": {
|
|
319
319
|
"__schema": "KeywordTypeSchema",
|
|
320
320
|
"location": {
|
|
321
321
|
"filePath": "import-components.ts",
|
|
322
322
|
"line": 53,
|
|
323
|
-
"character":
|
|
323
|
+
"character": 19
|
|
324
324
|
},
|
|
325
|
-
"name": "
|
|
325
|
+
"name": "string"
|
|
326
326
|
},
|
|
327
327
|
"isOptional": true
|
|
328
328
|
},
|
|
@@ -333,16 +333,16 @@
|
|
|
333
333
|
"line": 54,
|
|
334
334
|
"character": 3
|
|
335
335
|
},
|
|
336
|
-
"signature": "(property)
|
|
337
|
-
"name": "
|
|
336
|
+
"signature": "(property) silent?: boolean | undefined",
|
|
337
|
+
"name": "silent",
|
|
338
338
|
"type": {
|
|
339
339
|
"__schema": "KeywordTypeSchema",
|
|
340
340
|
"location": {
|
|
341
341
|
"filePath": "import-components.ts",
|
|
342
342
|
"line": 54,
|
|
343
|
-
"character":
|
|
343
|
+
"character": 12
|
|
344
344
|
},
|
|
345
|
-
"name": "
|
|
345
|
+
"name": "boolean"
|
|
346
346
|
},
|
|
347
347
|
"isOptional": true
|
|
348
348
|
},
|
|
@@ -708,7 +708,7 @@
|
|
|
708
708
|
"location": {
|
|
709
709
|
"filePath": "importer.main.runtime.ts",
|
|
710
710
|
"line": 37,
|
|
711
|
-
"character":
|
|
711
|
+
"character": 22
|
|
712
712
|
},
|
|
713
713
|
"name": "Logger"
|
|
714
714
|
},
|
|
@@ -2131,16 +2131,16 @@
|
|
|
2131
2131
|
"line": 53,
|
|
2132
2132
|
"character": 3
|
|
2133
2133
|
},
|
|
2134
|
-
"signature": "(property)
|
|
2135
|
-
"name": "
|
|
2134
|
+
"signature": "(property) dependentsVia?: string | undefined",
|
|
2135
|
+
"name": "dependentsVia",
|
|
2136
2136
|
"type": {
|
|
2137
2137
|
"__schema": "KeywordTypeSchema",
|
|
2138
2138
|
"location": {
|
|
2139
2139
|
"filePath": "import-components.ts",
|
|
2140
2140
|
"line": 53,
|
|
2141
|
-
"character":
|
|
2141
|
+
"character": 19
|
|
2142
2142
|
},
|
|
2143
|
-
"name": "
|
|
2143
|
+
"name": "string"
|
|
2144
2144
|
},
|
|
2145
2145
|
"isOptional": true
|
|
2146
2146
|
},
|
|
@@ -2151,16 +2151,16 @@
|
|
|
2151
2151
|
"line": 54,
|
|
2152
2152
|
"character": 3
|
|
2153
2153
|
},
|
|
2154
|
-
"signature": "(property)
|
|
2155
|
-
"name": "
|
|
2154
|
+
"signature": "(property) silent?: boolean | undefined",
|
|
2155
|
+
"name": "silent",
|
|
2156
2156
|
"type": {
|
|
2157
2157
|
"__schema": "KeywordTypeSchema",
|
|
2158
2158
|
"location": {
|
|
2159
2159
|
"filePath": "import-components.ts",
|
|
2160
2160
|
"line": 54,
|
|
2161
|
-
"character":
|
|
2161
|
+
"character": 12
|
|
2162
2162
|
},
|
|
2163
|
-
"name": "
|
|
2163
|
+
"name": "boolean"
|
|
2164
2164
|
},
|
|
2165
2165
|
"isOptional": true
|
|
2166
2166
|
},
|
|
@@ -3355,7 +3355,7 @@
|
|
|
3355
3355
|
"__schema": "FunctionLikeSchema",
|
|
3356
3356
|
"location": {
|
|
3357
3357
|
"filePath": "import-components.ts",
|
|
3358
|
-
"line":
|
|
3358
|
+
"line": 485,
|
|
3359
3359
|
"character": 3
|
|
3360
3360
|
},
|
|
3361
3361
|
"signature": "(method) ImportComponents.importAccordingToBitMap(): Promise<ImportResult>",
|
|
@@ -3365,7 +3365,7 @@
|
|
|
3365
3365
|
"__schema": "TypeRefSchema",
|
|
3366
3366
|
"location": {
|
|
3367
3367
|
"filePath": "import-components.ts",
|
|
3368
|
-
"line":
|
|
3368
|
+
"line": 485,
|
|
3369
3369
|
"character": 36
|
|
3370
3370
|
},
|
|
3371
3371
|
"name": "Promise",
|
|
@@ -3374,7 +3374,7 @@
|
|
|
3374
3374
|
"__schema": "TypeRefSchema",
|
|
3375
3375
|
"location": {
|
|
3376
3376
|
"filePath": "import-components.ts",
|
|
3377
|
-
"line":
|
|
3377
|
+
"line": 485,
|
|
3378
3378
|
"character": 44
|
|
3379
3379
|
},
|
|
3380
3380
|
"name": "ImportResult"
|
|
@@ -3389,7 +3389,7 @@
|
|
|
3389
3389
|
"__schema": "FunctionLikeSchema",
|
|
3390
3390
|
"location": {
|
|
3391
3391
|
"filePath": "import-components.ts",
|
|
3392
|
-
"line":
|
|
3392
|
+
"line": 528,
|
|
3393
3393
|
"character": 3
|
|
3394
3394
|
},
|
|
3395
3395
|
"signature": "(method) ImportComponents._getCurrentVersions(ids: ComponentIdList): Promise<ImportedVersions>",
|
|
@@ -3399,7 +3399,7 @@
|
|
|
3399
3399
|
"__schema": "ParameterSchema",
|
|
3400
3400
|
"location": {
|
|
3401
3401
|
"filePath": "import-components.ts",
|
|
3402
|
-
"line":
|
|
3402
|
+
"line": 528,
|
|
3403
3403
|
"character": 29
|
|
3404
3404
|
},
|
|
3405
3405
|
"name": "ids",
|
|
@@ -3407,7 +3407,7 @@
|
|
|
3407
3407
|
"__schema": "TypeRefSchema",
|
|
3408
3408
|
"location": {
|
|
3409
3409
|
"filePath": "import-components.ts",
|
|
3410
|
-
"line":
|
|
3410
|
+
"line": 528,
|
|
3411
3411
|
"character": 34
|
|
3412
3412
|
},
|
|
3413
3413
|
"name": "ComponentIdList"
|
|
@@ -3420,7 +3420,7 @@
|
|
|
3420
3420
|
"__schema": "TypeRefSchema",
|
|
3421
3421
|
"location": {
|
|
3422
3422
|
"filePath": "import-components.ts",
|
|
3423
|
-
"line":
|
|
3423
|
+
"line": 528,
|
|
3424
3424
|
"character": 52
|
|
3425
3425
|
},
|
|
3426
3426
|
"name": "Promise",
|
|
@@ -3429,7 +3429,7 @@
|
|
|
3429
3429
|
"__schema": "TypeRefSchema",
|
|
3430
3430
|
"location": {
|
|
3431
3431
|
"filePath": "import-components.ts",
|
|
3432
|
-
"line":
|
|
3432
|
+
"line": 528,
|
|
3433
3433
|
"character": 60
|
|
3434
3434
|
},
|
|
3435
3435
|
"name": "ImportedVersions"
|
|
@@ -3444,14 +3444,14 @@
|
|
|
3444
3444
|
"__schema": "FunctionLikeSchema",
|
|
3445
3445
|
"location": {
|
|
3446
3446
|
"filePath": "import-components.ts",
|
|
3447
|
-
"line":
|
|
3447
|
+
"line": 542,
|
|
3448
3448
|
"character": 3
|
|
3449
3449
|
},
|
|
3450
3450
|
"doc": {
|
|
3451
3451
|
"__schema": "DocSchema",
|
|
3452
3452
|
"location": {
|
|
3453
3453
|
"filePath": "import-components.ts",
|
|
3454
|
-
"line":
|
|
3454
|
+
"line": 539,
|
|
3455
3455
|
"character": 3
|
|
3456
3456
|
},
|
|
3457
3457
|
"raw": "/**\n * get import details, includes the diff between the versions array before import and after import\n */",
|
|
@@ -3464,7 +3464,7 @@
|
|
|
3464
3464
|
"__schema": "ParameterSchema",
|
|
3465
3465
|
"location": {
|
|
3466
3466
|
"filePath": "import-components.ts",
|
|
3467
|
-
"line":
|
|
3467
|
+
"line": 543,
|
|
3468
3468
|
"character": 5
|
|
3469
3469
|
},
|
|
3470
3470
|
"name": "currentVersions",
|
|
@@ -3472,7 +3472,7 @@
|
|
|
3472
3472
|
"__schema": "TypeRefSchema",
|
|
3473
3473
|
"location": {
|
|
3474
3474
|
"filePath": "import-components.ts",
|
|
3475
|
-
"line":
|
|
3475
|
+
"line": 543,
|
|
3476
3476
|
"character": 22
|
|
3477
3477
|
},
|
|
3478
3478
|
"name": "ImportedVersions"
|
|
@@ -3484,7 +3484,7 @@
|
|
|
3484
3484
|
"__schema": "ParameterSchema",
|
|
3485
3485
|
"location": {
|
|
3486
3486
|
"filePath": "import-components.ts",
|
|
3487
|
-
"line":
|
|
3487
|
+
"line": 544,
|
|
3488
3488
|
"character": 5
|
|
3489
3489
|
},
|
|
3490
3490
|
"name": "components",
|
|
@@ -3492,14 +3492,14 @@
|
|
|
3492
3492
|
"__schema": "TypeArraySchema",
|
|
3493
3493
|
"location": {
|
|
3494
3494
|
"filePath": "import-components.ts",
|
|
3495
|
-
"line":
|
|
3495
|
+
"line": 544,
|
|
3496
3496
|
"character": 17
|
|
3497
3497
|
},
|
|
3498
3498
|
"type": {
|
|
3499
3499
|
"__schema": "TypeRefSchema",
|
|
3500
3500
|
"location": {
|
|
3501
3501
|
"filePath": "import-components.ts",
|
|
3502
|
-
"line":
|
|
3502
|
+
"line": 544,
|
|
3503
3503
|
"character": 17
|
|
3504
3504
|
},
|
|
3505
3505
|
"name": "VersionDependencies"
|
|
@@ -3513,7 +3513,7 @@
|
|
|
3513
3513
|
"__schema": "TypeRefSchema",
|
|
3514
3514
|
"location": {
|
|
3515
3515
|
"filePath": "import-components.ts",
|
|
3516
|
-
"line":
|
|
3516
|
+
"line": 545,
|
|
3517
3517
|
"character": 6
|
|
3518
3518
|
},
|
|
3519
3519
|
"name": "Promise",
|
|
@@ -3522,14 +3522,14 @@
|
|
|
3522
3522
|
"__schema": "TypeArraySchema",
|
|
3523
3523
|
"location": {
|
|
3524
3524
|
"filePath": "import-components.ts",
|
|
3525
|
-
"line":
|
|
3525
|
+
"line": 545,
|
|
3526
3526
|
"character": 14
|
|
3527
3527
|
},
|
|
3528
3528
|
"type": {
|
|
3529
3529
|
"__schema": "TypeRefSchema",
|
|
3530
3530
|
"location": {
|
|
3531
3531
|
"filePath": "import-components.ts",
|
|
3532
|
-
"line":
|
|
3532
|
+
"line": 545,
|
|
3533
3533
|
"character": 14
|
|
3534
3534
|
},
|
|
3535
3535
|
"name": "ImportDetails"
|
|
@@ -3545,7 +3545,7 @@
|
|
|
3545
3545
|
"__schema": "FunctionLikeSchema",
|
|
3546
3546
|
"location": {
|
|
3547
3547
|
"filePath": "import-components.ts",
|
|
3548
|
-
"line":
|
|
3548
|
+
"line": 586,
|
|
3549
3549
|
"character": 3
|
|
3550
3550
|
},
|
|
3551
3551
|
"signature": "(method) ImportComponents._throwForPotentialIssues(ids: ComponentIdList): Promise<void>",
|
|
@@ -3555,7 +3555,7 @@
|
|
|
3555
3555
|
"__schema": "ParameterSchema",
|
|
3556
3556
|
"location": {
|
|
3557
3557
|
"filePath": "import-components.ts",
|
|
3558
|
-
"line":
|
|
3558
|
+
"line": 586,
|
|
3559
3559
|
"character": 34
|
|
3560
3560
|
},
|
|
3561
3561
|
"name": "ids",
|
|
@@ -3563,7 +3563,7 @@
|
|
|
3563
3563
|
"__schema": "TypeRefSchema",
|
|
3564
3564
|
"location": {
|
|
3565
3565
|
"filePath": "import-components.ts",
|
|
3566
|
-
"line":
|
|
3566
|
+
"line": 586,
|
|
3567
3567
|
"character": 39
|
|
3568
3568
|
},
|
|
3569
3569
|
"name": "ComponentIdList"
|
|
@@ -3576,7 +3576,7 @@
|
|
|
3576
3576
|
"__schema": "TypeRefSchema",
|
|
3577
3577
|
"location": {
|
|
3578
3578
|
"filePath": "import-components.ts",
|
|
3579
|
-
"line":
|
|
3579
|
+
"line": 586,
|
|
3580
3580
|
"character": 57
|
|
3581
3581
|
},
|
|
3582
3582
|
"name": "Promise",
|
|
@@ -3585,7 +3585,7 @@
|
|
|
3585
3585
|
"__schema": "KeywordTypeSchema",
|
|
3586
3586
|
"location": {
|
|
3587
3587
|
"filePath": "import-components.ts",
|
|
3588
|
-
"line":
|
|
3588
|
+
"line": 586,
|
|
3589
3589
|
"character": 65
|
|
3590
3590
|
},
|
|
3591
3591
|
"name": "void"
|
|
@@ -3600,7 +3600,7 @@
|
|
|
3600
3600
|
"__schema": "FunctionLikeSchema",
|
|
3601
3601
|
"location": {
|
|
3602
3602
|
"filePath": "import-components.ts",
|
|
3603
|
-
"line":
|
|
3603
|
+
"line": 591,
|
|
3604
3604
|
"character": 3
|
|
3605
3605
|
},
|
|
3606
3606
|
"signature": "(method) ImportComponents._throwForModifiedOrNewComponents(ids: ComponentIdList): Promise<void>",
|
|
@@ -3610,7 +3610,7 @@
|
|
|
3610
3610
|
"__schema": "ParameterSchema",
|
|
3611
3611
|
"location": {
|
|
3612
3612
|
"filePath": "import-components.ts",
|
|
3613
|
-
"line":
|
|
3613
|
+
"line": 591,
|
|
3614
3614
|
"character": 42
|
|
3615
3615
|
},
|
|
3616
3616
|
"name": "ids",
|
|
@@ -3618,7 +3618,7 @@
|
|
|
3618
3618
|
"__schema": "TypeRefSchema",
|
|
3619
3619
|
"location": {
|
|
3620
3620
|
"filePath": "import-components.ts",
|
|
3621
|
-
"line":
|
|
3621
|
+
"line": 591,
|
|
3622
3622
|
"character": 47
|
|
3623
3623
|
},
|
|
3624
3624
|
"name": "ComponentIdList"
|
|
@@ -3631,7 +3631,7 @@
|
|
|
3631
3631
|
"__schema": "TypeRefSchema",
|
|
3632
3632
|
"location": {
|
|
3633
3633
|
"filePath": "import-components.ts",
|
|
3634
|
-
"line":
|
|
3634
|
+
"line": 591,
|
|
3635
3635
|
"character": 65
|
|
3636
3636
|
},
|
|
3637
3637
|
"name": "Promise",
|
|
@@ -3640,7 +3640,7 @@
|
|
|
3640
3640
|
"__schema": "KeywordTypeSchema",
|
|
3641
3641
|
"location": {
|
|
3642
3642
|
"filePath": "import-components.ts",
|
|
3643
|
-
"line":
|
|
3643
|
+
"line": 591,
|
|
3644
3644
|
"character": 73
|
|
3645
3645
|
},
|
|
3646
3646
|
"name": "void"
|
|
@@ -3655,14 +3655,14 @@
|
|
|
3655
3655
|
"__schema": "FunctionLikeSchema",
|
|
3656
3656
|
"location": {
|
|
3657
3657
|
"filePath": "import-components.ts",
|
|
3658
|
-
"line":
|
|
3658
|
+
"line": 614,
|
|
3659
3659
|
"character": 3
|
|
3660
3660
|
},
|
|
3661
3661
|
"doc": {
|
|
3662
3662
|
"__schema": "DocSchema",
|
|
3663
3663
|
"location": {
|
|
3664
3664
|
"filePath": "import-components.ts",
|
|
3665
|
-
"line":
|
|
3665
|
+
"line": 609,
|
|
3666
3666
|
"character": 3
|
|
3667
3667
|
},
|
|
3668
3668
|
"raw": "/**\n * Model Component id() calculation uses id.toString() for the hash.\n * If an imported component has scopereadonly name equals to a local name, both will have the exact same\n * hash and they'll override each other.\n */",
|
|
@@ -3675,7 +3675,7 @@
|
|
|
3675
3675
|
"__schema": "ParameterSchema",
|
|
3676
3676
|
"location": {
|
|
3677
3677
|
"filePath": "import-components.ts",
|
|
3678
|
-
"line":
|
|
3678
|
+
"line": 614,
|
|
3679
3679
|
"character": 43
|
|
3680
3680
|
},
|
|
3681
3681
|
"name": "ids",
|
|
@@ -3683,7 +3683,7 @@
|
|
|
3683
3683
|
"__schema": "TypeRefSchema",
|
|
3684
3684
|
"location": {
|
|
3685
3685
|
"filePath": "import-components.ts",
|
|
3686
|
-
"line":
|
|
3686
|
+
"line": 614,
|
|
3687
3687
|
"character": 48
|
|
3688
3688
|
},
|
|
3689
3689
|
"name": "ComponentIdList"
|
|
@@ -3696,7 +3696,7 @@
|
|
|
3696
3696
|
"__schema": "KeywordTypeSchema",
|
|
3697
3697
|
"location": {
|
|
3698
3698
|
"filePath": "import-components.ts",
|
|
3699
|
-
"line":
|
|
3699
|
+
"line": 614,
|
|
3700
3700
|
"character": 66
|
|
3701
3701
|
},
|
|
3702
3702
|
"name": "void"
|
|
@@ -3707,7 +3707,7 @@
|
|
|
3707
3707
|
"__schema": "FunctionLikeSchema",
|
|
3708
3708
|
"location": {
|
|
3709
3709
|
"filePath": "import-components.ts",
|
|
3710
|
-
"line":
|
|
3710
|
+
"line": 625,
|
|
3711
3711
|
"character": 3
|
|
3712
3712
|
},
|
|
3713
3713
|
"signature": "(method) ImportComponents._getMergeStatus(component: Component): Promise<ComponentMergeStatus>",
|
|
@@ -3717,7 +3717,7 @@
|
|
|
3717
3717
|
"__schema": "ParameterSchema",
|
|
3718
3718
|
"location": {
|
|
3719
3719
|
"filePath": "import-components.ts",
|
|
3720
|
-
"line":
|
|
3720
|
+
"line": 625,
|
|
3721
3721
|
"character": 25
|
|
3722
3722
|
},
|
|
3723
3723
|
"name": "component",
|
|
@@ -3725,7 +3725,7 @@
|
|
|
3725
3725
|
"__schema": "TypeRefSchema",
|
|
3726
3726
|
"location": {
|
|
3727
3727
|
"filePath": "import-components.ts",
|
|
3728
|
-
"line":
|
|
3728
|
+
"line": 625,
|
|
3729
3729
|
"character": 36
|
|
3730
3730
|
},
|
|
3731
3731
|
"name": "Component"
|
|
@@ -3738,7 +3738,7 @@
|
|
|
3738
3738
|
"__schema": "TypeRefSchema",
|
|
3739
3739
|
"location": {
|
|
3740
3740
|
"filePath": "import-components.ts",
|
|
3741
|
-
"line":
|
|
3741
|
+
"line": 625,
|
|
3742
3742
|
"character": 48
|
|
3743
3743
|
},
|
|
3744
3744
|
"name": "Promise",
|
|
@@ -3747,7 +3747,7 @@
|
|
|
3747
3747
|
"__schema": "TypeRefSchema",
|
|
3748
3748
|
"location": {
|
|
3749
3749
|
"filePath": "import-components.ts",
|
|
3750
|
-
"line":
|
|
3750
|
+
"line": 625,
|
|
3751
3751
|
"character": 56
|
|
3752
3752
|
},
|
|
3753
3753
|
"name": "ComponentMergeStatus"
|
|
@@ -3762,14 +3762,14 @@
|
|
|
3762
3762
|
"__schema": "FunctionLikeSchema",
|
|
3763
3763
|
"location": {
|
|
3764
3764
|
"filePath": "import-components.ts",
|
|
3765
|
-
"line":
|
|
3765
|
+
"line": 662,
|
|
3766
3766
|
"character": 3
|
|
3767
3767
|
},
|
|
3768
3768
|
"doc": {
|
|
3769
3769
|
"__schema": "DocSchema",
|
|
3770
3770
|
"location": {
|
|
3771
3771
|
"filePath": "import-components.ts",
|
|
3772
|
-
"line":
|
|
3772
|
+
"line": 652,
|
|
3773
3773
|
"character": 3
|
|
3774
3774
|
},
|
|
3775
3775
|
"raw": "/**\n * 1) when there are conflicts and the strategy is \"ours\", don't write the imported component to\n * the filesystem, only update bitmap.\n *\n * 2) when there are conflicts and the strategy is \"theirs\", override the local changes by the\n * imported component. (similar to --override)\n *\n * 3) when there is no conflict or there are conflicts and the strategy is manual, write the files\n * according to the merge result. (done by applyModifiedVersion())\n */",
|
|
@@ -3782,7 +3782,7 @@
|
|
|
3782
3782
|
"__schema": "ParameterSchema",
|
|
3783
3783
|
"location": {
|
|
3784
3784
|
"filePath": "import-components.ts",
|
|
3785
|
-
"line":
|
|
3785
|
+
"line": 662,
|
|
3786
3786
|
"character": 41
|
|
3787
3787
|
},
|
|
3788
3788
|
"name": "componentMergeStatus",
|
|
@@ -3790,7 +3790,7 @@
|
|
|
3790
3790
|
"__schema": "TypeRefSchema",
|
|
3791
3791
|
"location": {
|
|
3792
3792
|
"filePath": "import-components.ts",
|
|
3793
|
-
"line":
|
|
3793
|
+
"line": 662,
|
|
3794
3794
|
"character": 63
|
|
3795
3795
|
},
|
|
3796
3796
|
"name": "ComponentMergeStatus"
|
|
@@ -3803,7 +3803,7 @@
|
|
|
3803
3803
|
"__schema": "TypeUnionSchema",
|
|
3804
3804
|
"location": {
|
|
3805
3805
|
"filePath": "import-components.ts",
|
|
3806
|
-
"line":
|
|
3806
|
+
"line": 662,
|
|
3807
3807
|
"character": 86
|
|
3808
3808
|
},
|
|
3809
3809
|
"types": [
|
|
@@ -3811,7 +3811,7 @@
|
|
|
3811
3811
|
"__schema": "TypeRefSchema",
|
|
3812
3812
|
"location": {
|
|
3813
3813
|
"filePath": "import-components.ts",
|
|
3814
|
-
"line":
|
|
3814
|
+
"line": 662,
|
|
3815
3815
|
"character": 86
|
|
3816
3816
|
},
|
|
3817
3817
|
"name": "FilesStatus"
|
|
@@ -3820,7 +3820,7 @@
|
|
|
3820
3820
|
"__schema": "LiteralTypeSchema",
|
|
3821
3821
|
"location": {
|
|
3822
3822
|
"filePath": "import-components.ts",
|
|
3823
|
-
"line":
|
|
3823
|
+
"line": 662,
|
|
3824
3824
|
"character": 100
|
|
3825
3825
|
},
|
|
3826
3826
|
"name": "null"
|
|
@@ -3829,7 +3829,7 @@
|
|
|
3829
3829
|
"__schema": "KeywordTypeSchema",
|
|
3830
3830
|
"location": {
|
|
3831
3831
|
"filePath": "import-components.ts",
|
|
3832
|
-
"line":
|
|
3832
|
+
"line": 662,
|
|
3833
3833
|
"character": 107
|
|
3834
3834
|
},
|
|
3835
3835
|
"name": "undefined"
|
|
@@ -3842,14 +3842,14 @@
|
|
|
3842
3842
|
"__schema": "FunctionLikeSchema",
|
|
3843
3843
|
"location": {
|
|
3844
3844
|
"filePath": "import-components.ts",
|
|
3845
|
-
"line":
|
|
3845
|
+
"line": 702,
|
|
3846
3846
|
"character": 3
|
|
3847
3847
|
},
|
|
3848
3848
|
"doc": {
|
|
3849
3849
|
"__schema": "DocSchema",
|
|
3850
3850
|
"location": {
|
|
3851
3851
|
"filePath": "import-components.ts",
|
|
3852
|
-
"line":
|
|
3852
|
+
"line": 698,
|
|
3853
3853
|
"character": 3
|
|
3854
3854
|
},
|
|
3855
3855
|
"raw": "/**\n * update the component files if they are modified and there is a merge strategy.\n * returns only the components that need to be written to the filesystem\n */",
|
|
@@ -3862,7 +3862,7 @@
|
|
|
3862
3862
|
"__schema": "ParameterSchema",
|
|
3863
3863
|
"location": {
|
|
3864
3864
|
"filePath": "import-components.ts",
|
|
3865
|
-
"line":
|
|
3865
|
+
"line": 702,
|
|
3866
3866
|
"character": 53
|
|
3867
3867
|
},
|
|
3868
3868
|
"name": "components",
|
|
@@ -3870,14 +3870,14 @@
|
|
|
3870
3870
|
"__schema": "TypeArraySchema",
|
|
3871
3871
|
"location": {
|
|
3872
3872
|
"filePath": "import-components.ts",
|
|
3873
|
-
"line":
|
|
3873
|
+
"line": 702,
|
|
3874
3874
|
"character": 65
|
|
3875
3875
|
},
|
|
3876
3876
|
"type": {
|
|
3877
3877
|
"__schema": "TypeRefSchema",
|
|
3878
3878
|
"location": {
|
|
3879
3879
|
"filePath": "import-components.ts",
|
|
3880
|
-
"line":
|
|
3880
|
+
"line": 702,
|
|
3881
3881
|
"character": 65
|
|
3882
3882
|
},
|
|
3883
3883
|
"name": "Component"
|
|
@@ -3891,7 +3891,7 @@
|
|
|
3891
3891
|
"__schema": "TypeRefSchema",
|
|
3892
3892
|
"location": {
|
|
3893
3893
|
"filePath": "import-components.ts",
|
|
3894
|
-
"line":
|
|
3894
|
+
"line": 702,
|
|
3895
3895
|
"character": 79
|
|
3896
3896
|
},
|
|
3897
3897
|
"name": "Promise",
|
|
@@ -3900,14 +3900,14 @@
|
|
|
3900
3900
|
"__schema": "TypeArraySchema",
|
|
3901
3901
|
"location": {
|
|
3902
3902
|
"filePath": "import-components.ts",
|
|
3903
|
-
"line":
|
|
3903
|
+
"line": 702,
|
|
3904
3904
|
"character": 87
|
|
3905
3905
|
},
|
|
3906
3906
|
"type": {
|
|
3907
3907
|
"__schema": "TypeRefSchema",
|
|
3908
3908
|
"location": {
|
|
3909
3909
|
"filePath": "import-components.ts",
|
|
3910
|
-
"line":
|
|
3910
|
+
"line": 702,
|
|
3911
3911
|
"character": 87
|
|
3912
3912
|
},
|
|
3913
3913
|
"name": "Component"
|
|
@@ -3923,7 +3923,7 @@
|
|
|
3923
3923
|
"__schema": "FunctionLikeSchema",
|
|
3924
3924
|
"location": {
|
|
3925
3925
|
"filePath": "import-components.ts",
|
|
3926
|
-
"line":
|
|
3926
|
+
"line": 731,
|
|
3927
3927
|
"character": 3
|
|
3928
3928
|
},
|
|
3929
3929
|
"signature": "(method) ImportComponents._shouldSaveLaneData(): boolean",
|
|
@@ -3933,7 +3933,7 @@
|
|
|
3933
3933
|
"__schema": "KeywordTypeSchema",
|
|
3934
3934
|
"location": {
|
|
3935
3935
|
"filePath": "import-components.ts",
|
|
3936
|
-
"line":
|
|
3936
|
+
"line": 731,
|
|
3937
3937
|
"character": 26
|
|
3938
3938
|
},
|
|
3939
3939
|
"name": "boolean"
|
|
@@ -3944,7 +3944,7 @@
|
|
|
3944
3944
|
"__schema": "FunctionLikeSchema",
|
|
3945
3945
|
"location": {
|
|
3946
3946
|
"filePath": "import-components.ts",
|
|
3947
|
-
"line":
|
|
3947
|
+
"line": 738,
|
|
3948
3948
|
"character": 3
|
|
3949
3949
|
},
|
|
3950
3950
|
"signature": "(method) ImportComponents._saveLaneDataIfNeeded(components: Component[]): Promise<void>",
|
|
@@ -3954,7 +3954,7 @@
|
|
|
3954
3954
|
"__schema": "ParameterSchema",
|
|
3955
3955
|
"location": {
|
|
3956
3956
|
"filePath": "import-components.ts",
|
|
3957
|
-
"line":
|
|
3957
|
+
"line": 738,
|
|
3958
3958
|
"character": 31
|
|
3959
3959
|
},
|
|
3960
3960
|
"name": "components",
|
|
@@ -3962,14 +3962,14 @@
|
|
|
3962
3962
|
"__schema": "TypeArraySchema",
|
|
3963
3963
|
"location": {
|
|
3964
3964
|
"filePath": "import-components.ts",
|
|
3965
|
-
"line":
|
|
3965
|
+
"line": 738,
|
|
3966
3966
|
"character": 43
|
|
3967
3967
|
},
|
|
3968
3968
|
"type": {
|
|
3969
3969
|
"__schema": "TypeRefSchema",
|
|
3970
3970
|
"location": {
|
|
3971
3971
|
"filePath": "import-components.ts",
|
|
3972
|
-
"line":
|
|
3972
|
+
"line": 738,
|
|
3973
3973
|
"character": 43
|
|
3974
3974
|
},
|
|
3975
3975
|
"name": "Component"
|
|
@@ -3983,7 +3983,7 @@
|
|
|
3983
3983
|
"__schema": "TypeRefSchema",
|
|
3984
3984
|
"location": {
|
|
3985
3985
|
"filePath": "import-components.ts",
|
|
3986
|
-
"line":
|
|
3986
|
+
"line": 738,
|
|
3987
3987
|
"character": 57
|
|
3988
3988
|
},
|
|
3989
3989
|
"name": "Promise",
|
|
@@ -3992,7 +3992,7 @@
|
|
|
3992
3992
|
"__schema": "KeywordTypeSchema",
|
|
3993
3993
|
"location": {
|
|
3994
3994
|
"filePath": "import-components.ts",
|
|
3995
|
-
"line":
|
|
3995
|
+
"line": 738,
|
|
3996
3996
|
"character": 65
|
|
3997
3997
|
},
|
|
3998
3998
|
"name": "void"
|
|
@@ -4007,7 +4007,7 @@
|
|
|
4007
4007
|
"__schema": "FunctionLikeSchema",
|
|
4008
4008
|
"location": {
|
|
4009
4009
|
"filePath": "import-components.ts",
|
|
4010
|
-
"line":
|
|
4010
|
+
"line": 763,
|
|
4011
4011
|
"character": 3
|
|
4012
4012
|
},
|
|
4013
4013
|
"signature": "(method) ImportComponents._writeToFileSystem(components: Component[]): Promise<ComponentWriterResults>",
|
|
@@ -4017,7 +4017,7 @@
|
|
|
4017
4017
|
"__schema": "ParameterSchema",
|
|
4018
4018
|
"location": {
|
|
4019
4019
|
"filePath": "import-components.ts",
|
|
4020
|
-
"line":
|
|
4020
|
+
"line": 763,
|
|
4021
4021
|
"character": 28
|
|
4022
4022
|
},
|
|
4023
4023
|
"name": "components",
|
|
@@ -4025,14 +4025,14 @@
|
|
|
4025
4025
|
"__schema": "TypeArraySchema",
|
|
4026
4026
|
"location": {
|
|
4027
4027
|
"filePath": "import-components.ts",
|
|
4028
|
-
"line":
|
|
4028
|
+
"line": 763,
|
|
4029
4029
|
"character": 40
|
|
4030
4030
|
},
|
|
4031
4031
|
"type": {
|
|
4032
4032
|
"__schema": "TypeRefSchema",
|
|
4033
4033
|
"location": {
|
|
4034
4034
|
"filePath": "import-components.ts",
|
|
4035
|
-
"line":
|
|
4035
|
+
"line": 763,
|
|
4036
4036
|
"character": 40
|
|
4037
4037
|
},
|
|
4038
4038
|
"name": "Component"
|
|
@@ -4046,7 +4046,7 @@
|
|
|
4046
4046
|
"__schema": "TypeRefSchema",
|
|
4047
4047
|
"location": {
|
|
4048
4048
|
"filePath": "import-components.ts",
|
|
4049
|
-
"line":
|
|
4049
|
+
"line": 763,
|
|
4050
4050
|
"character": 54
|
|
4051
4051
|
},
|
|
4052
4052
|
"name": "Promise",
|
|
@@ -4055,7 +4055,7 @@
|
|
|
4055
4055
|
"__schema": "TypeRefSchema",
|
|
4056
4056
|
"location": {
|
|
4057
4057
|
"filePath": "import-components.ts",
|
|
4058
|
-
"line":
|
|
4058
|
+
"line": 763,
|
|
4059
4059
|
"character": 62
|
|
4060
4060
|
},
|
|
4061
4061
|
"name": "ComponentWriterResults"
|
|
@@ -4389,7 +4389,7 @@
|
|
|
4389
4389
|
"location": {
|
|
4390
4390
|
"filePath": "importer.main.runtime.ts",
|
|
4391
4391
|
"line": 37,
|
|
4392
|
-
"character":
|
|
4392
|
+
"character": 22
|
|
4393
4393
|
},
|
|
4394
4394
|
"name": "Logger"
|
|
4395
4395
|
},
|
|
@@ -5519,7 +5519,7 @@
|
|
|
5519
5519
|
"componentId": {
|
|
5520
5520
|
"scope": "teambit.scope",
|
|
5521
5521
|
"name": "importer",
|
|
5522
|
-
"version": "1.0.
|
|
5522
|
+
"version": "1.0.161"
|
|
5523
5523
|
},
|
|
5524
5524
|
"taggedModuleExports": []
|
|
5525
5525
|
}
|