@teambit/compiler 1.0.499 → 1.0.500
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_compilation_compiler-preview.js +1 -1
- package/artifacts/schema.json +437 -95
- package/dist/{preview-1734664696801.js → preview-1734878977623.js} +2 -2
- package/dist/workspace-compiler.d.ts +14 -2
- package/dist/workspace-compiler.js +108 -19
- package/dist/workspace-compiler.js.map +1 -1
- package/package.json +22 -21
package/artifacts/schema.json
CHANGED
|
@@ -57,7 +57,11 @@
|
|
|
57
57
|
"line": 31,
|
|
58
58
|
"character": 21
|
|
59
59
|
},
|
|
60
|
-
"name": "PubsubMain"
|
|
60
|
+
"name": "PubsubMain",
|
|
61
|
+
"componentId": {
|
|
62
|
+
"scope": "teambit.harmony",
|
|
63
|
+
"name": "pubsub"
|
|
64
|
+
}
|
|
61
65
|
},
|
|
62
66
|
"isOptional": false,
|
|
63
67
|
"isSpread": false
|
|
@@ -77,7 +81,8 @@
|
|
|
77
81
|
"line": 32,
|
|
78
82
|
"character": 32
|
|
79
83
|
},
|
|
80
|
-
"name": "WorkspaceCompiler"
|
|
84
|
+
"name": "WorkspaceCompiler",
|
|
85
|
+
"internalFilePath": "workspace-compiler.ts"
|
|
81
86
|
},
|
|
82
87
|
"isOptional": false,
|
|
83
88
|
"isSpread": false
|
|
@@ -97,7 +102,11 @@
|
|
|
97
102
|
"line": 33,
|
|
98
103
|
"character": 19
|
|
99
104
|
},
|
|
100
|
-
"name": "EnvsMain"
|
|
105
|
+
"name": "EnvsMain",
|
|
106
|
+
"componentId": {
|
|
107
|
+
"scope": "teambit.envs",
|
|
108
|
+
"name": "envs"
|
|
109
|
+
}
|
|
101
110
|
},
|
|
102
111
|
"isOptional": false,
|
|
103
112
|
"isSpread": false
|
|
@@ -117,7 +126,11 @@
|
|
|
117
126
|
"line": 34,
|
|
118
127
|
"character": 22
|
|
119
128
|
},
|
|
120
|
-
"name": "BuilderMain"
|
|
129
|
+
"name": "BuilderMain",
|
|
130
|
+
"componentId": {
|
|
131
|
+
"scope": "teambit.pipelines",
|
|
132
|
+
"name": "builder"
|
|
133
|
+
}
|
|
121
134
|
},
|
|
122
135
|
"isOptional": false,
|
|
123
136
|
"isSpread": false
|
|
@@ -137,7 +150,11 @@
|
|
|
137
150
|
"line": 35,
|
|
138
151
|
"character": 24
|
|
139
152
|
},
|
|
140
|
-
"name": "Workspace"
|
|
153
|
+
"name": "Workspace",
|
|
154
|
+
"componentId": {
|
|
155
|
+
"scope": "teambit.workspace",
|
|
156
|
+
"name": "workspace"
|
|
157
|
+
}
|
|
141
158
|
},
|
|
142
159
|
"isOptional": false,
|
|
143
160
|
"isSpread": false
|
|
@@ -157,7 +174,11 @@
|
|
|
157
174
|
"line": 36,
|
|
158
175
|
"character": 33
|
|
159
176
|
},
|
|
160
|
-
"name": "DependencyResolverMain"
|
|
177
|
+
"name": "DependencyResolverMain",
|
|
178
|
+
"componentId": {
|
|
179
|
+
"scope": "teambit.dependencies",
|
|
180
|
+
"name": "dependency-resolver"
|
|
181
|
+
}
|
|
161
182
|
},
|
|
162
183
|
"isOptional": false,
|
|
163
184
|
"isSpread": false
|
|
@@ -177,7 +198,8 @@
|
|
|
177
198
|
"line": 37,
|
|
178
199
|
"character": 30
|
|
179
200
|
},
|
|
180
|
-
"name": "CompilerService"
|
|
201
|
+
"name": "CompilerService",
|
|
202
|
+
"internalFilePath": "compiler.service.ts"
|
|
181
203
|
},
|
|
182
204
|
"isOptional": false,
|
|
183
205
|
"isSpread": false
|
|
@@ -219,7 +241,11 @@
|
|
|
219
241
|
"line": 40,
|
|
220
242
|
"character": 24
|
|
221
243
|
},
|
|
222
|
-
"name": "ExecutionContext"
|
|
244
|
+
"name": "ExecutionContext",
|
|
245
|
+
"componentId": {
|
|
246
|
+
"scope": "teambit.envs",
|
|
247
|
+
"name": "envs"
|
|
248
|
+
}
|
|
223
249
|
},
|
|
224
250
|
"isOptional": false,
|
|
225
251
|
"isSpread": false
|
|
@@ -304,7 +330,12 @@
|
|
|
304
330
|
"line": 48,
|
|
305
331
|
"character": 31
|
|
306
332
|
},
|
|
307
|
-
"name": "ComponentID"
|
|
333
|
+
"name": "ComponentID",
|
|
334
|
+
"componentId": {
|
|
335
|
+
"scope": "teambit.component",
|
|
336
|
+
"name": "component-id",
|
|
337
|
+
"version": "1.2.2"
|
|
338
|
+
}
|
|
308
339
|
}
|
|
309
340
|
},
|
|
310
341
|
{
|
|
@@ -321,7 +352,12 @@
|
|
|
321
352
|
"line": 48,
|
|
322
353
|
"character": 47
|
|
323
354
|
},
|
|
324
|
-
"name": "ComponentID"
|
|
355
|
+
"name": "ComponentID",
|
|
356
|
+
"componentId": {
|
|
357
|
+
"scope": "teambit.component",
|
|
358
|
+
"name": "component-id",
|
|
359
|
+
"version": "1.2.2"
|
|
360
|
+
}
|
|
325
361
|
}
|
|
326
362
|
}
|
|
327
363
|
]
|
|
@@ -345,7 +381,8 @@
|
|
|
345
381
|
"line": 49,
|
|
346
382
|
"character": 14
|
|
347
383
|
},
|
|
348
|
-
"name": "CompileOptions"
|
|
384
|
+
"name": "CompileOptions",
|
|
385
|
+
"internalFilePath": "workspace-compiler.ts"
|
|
349
386
|
},
|
|
350
387
|
"isOptional": true,
|
|
351
388
|
"defaultValue": "{ initiator: CompilationInitiator.ComponentAdded }",
|
|
@@ -386,7 +423,11 @@
|
|
|
386
423
|
"line": 51,
|
|
387
424
|
"character": 27
|
|
388
425
|
},
|
|
389
|
-
"name": "WorkspaceComponentLoadOptions"
|
|
426
|
+
"name": "WorkspaceComponentLoadOptions",
|
|
427
|
+
"componentId": {
|
|
428
|
+
"scope": "teambit.workspace",
|
|
429
|
+
"name": "workspace"
|
|
430
|
+
}
|
|
390
431
|
},
|
|
391
432
|
"isOptional": true,
|
|
392
433
|
"defaultValue": "{}",
|
|
@@ -513,7 +554,11 @@
|
|
|
513
554
|
"line": 66,
|
|
514
555
|
"character": 35
|
|
515
556
|
},
|
|
516
|
-
"name": "Component"
|
|
557
|
+
"name": "Component",
|
|
558
|
+
"componentId": {
|
|
559
|
+
"scope": "teambit.component",
|
|
560
|
+
"name": "component"
|
|
561
|
+
}
|
|
517
562
|
},
|
|
518
563
|
"isOptional": false,
|
|
519
564
|
"isSpread": false
|
|
@@ -605,7 +650,11 @@
|
|
|
605
650
|
"line": 76,
|
|
606
651
|
"character": 36
|
|
607
652
|
},
|
|
608
|
-
"name": "Component"
|
|
653
|
+
"name": "Component",
|
|
654
|
+
"componentId": {
|
|
655
|
+
"scope": "teambit.component",
|
|
656
|
+
"name": "component"
|
|
657
|
+
}
|
|
609
658
|
},
|
|
610
659
|
"isOptional": false,
|
|
611
660
|
"isSpread": false
|
|
@@ -678,7 +727,11 @@
|
|
|
678
727
|
"line": 88,
|
|
679
728
|
"character": 36
|
|
680
729
|
},
|
|
681
|
-
"name": "Component"
|
|
730
|
+
"name": "Component",
|
|
731
|
+
"componentId": {
|
|
732
|
+
"scope": "teambit.component",
|
|
733
|
+
"name": "component"
|
|
734
|
+
}
|
|
682
735
|
},
|
|
683
736
|
"isOptional": false,
|
|
684
737
|
"isSpread": false
|
|
@@ -733,7 +786,11 @@
|
|
|
733
786
|
"line": 95,
|
|
734
787
|
"character": 34
|
|
735
788
|
},
|
|
736
|
-
"name": "Component"
|
|
789
|
+
"name": "Component",
|
|
790
|
+
"componentId": {
|
|
791
|
+
"scope": "teambit.component",
|
|
792
|
+
"name": "component"
|
|
793
|
+
}
|
|
737
794
|
},
|
|
738
795
|
"isOptional": false,
|
|
739
796
|
"isSpread": false
|
|
@@ -755,7 +812,8 @@
|
|
|
755
812
|
"line": 95,
|
|
756
813
|
"character": 54
|
|
757
814
|
},
|
|
758
|
-
"name": "DistArtifact"
|
|
815
|
+
"name": "DistArtifact",
|
|
816
|
+
"internalFilePath": "dist-artifact.ts"
|
|
759
817
|
}
|
|
760
818
|
]
|
|
761
819
|
},
|
|
@@ -795,7 +853,11 @@
|
|
|
795
853
|
"line": 102,
|
|
796
854
|
"character": 42
|
|
797
855
|
},
|
|
798
|
-
"name": "Component"
|
|
856
|
+
"name": "Component",
|
|
857
|
+
"componentId": {
|
|
858
|
+
"scope": "teambit.component",
|
|
859
|
+
"name": "component"
|
|
860
|
+
}
|
|
799
861
|
}
|
|
800
862
|
},
|
|
801
863
|
"isOptional": false,
|
|
@@ -929,7 +991,11 @@
|
|
|
929
991
|
"line": 145,
|
|
930
992
|
"character": 5
|
|
931
993
|
},
|
|
932
|
-
"name": "CLIMain"
|
|
994
|
+
"name": "CLIMain",
|
|
995
|
+
"componentId": {
|
|
996
|
+
"scope": "teambit.harmony",
|
|
997
|
+
"name": "cli"
|
|
998
|
+
}
|
|
933
999
|
},
|
|
934
1000
|
{
|
|
935
1001
|
"__schema": "TypeRefSchema",
|
|
@@ -938,7 +1004,11 @@
|
|
|
938
1004
|
"line": 146,
|
|
939
1005
|
"character": 5
|
|
940
1006
|
},
|
|
941
|
-
"name": "Workspace"
|
|
1007
|
+
"name": "Workspace",
|
|
1008
|
+
"componentId": {
|
|
1009
|
+
"scope": "teambit.workspace",
|
|
1010
|
+
"name": "workspace"
|
|
1011
|
+
}
|
|
942
1012
|
},
|
|
943
1013
|
{
|
|
944
1014
|
"__schema": "TypeRefSchema",
|
|
@@ -947,7 +1017,11 @@
|
|
|
947
1017
|
"line": 147,
|
|
948
1018
|
"character": 5
|
|
949
1019
|
},
|
|
950
|
-
"name": "EnvsMain"
|
|
1020
|
+
"name": "EnvsMain",
|
|
1021
|
+
"componentId": {
|
|
1022
|
+
"scope": "teambit.envs",
|
|
1023
|
+
"name": "envs"
|
|
1024
|
+
}
|
|
951
1025
|
},
|
|
952
1026
|
{
|
|
953
1027
|
"__schema": "TypeRefSchema",
|
|
@@ -956,7 +1030,11 @@
|
|
|
956
1030
|
"line": 148,
|
|
957
1031
|
"character": 5
|
|
958
1032
|
},
|
|
959
|
-
"name": "LoggerMain"
|
|
1033
|
+
"name": "LoggerMain",
|
|
1034
|
+
"componentId": {
|
|
1035
|
+
"scope": "teambit.harmony",
|
|
1036
|
+
"name": "logger"
|
|
1037
|
+
}
|
|
960
1038
|
},
|
|
961
1039
|
{
|
|
962
1040
|
"__schema": "TypeRefSchema",
|
|
@@ -965,7 +1043,11 @@
|
|
|
965
1043
|
"line": 149,
|
|
966
1044
|
"character": 5
|
|
967
1045
|
},
|
|
968
|
-
"name": "PubsubMain"
|
|
1046
|
+
"name": "PubsubMain",
|
|
1047
|
+
"componentId": {
|
|
1048
|
+
"scope": "teambit.harmony",
|
|
1049
|
+
"name": "pubsub"
|
|
1050
|
+
}
|
|
969
1051
|
},
|
|
970
1052
|
{
|
|
971
1053
|
"__schema": "TypeRefSchema",
|
|
@@ -974,7 +1056,11 @@
|
|
|
974
1056
|
"line": 150,
|
|
975
1057
|
"character": 5
|
|
976
1058
|
},
|
|
977
|
-
"name": "AspectLoaderMain"
|
|
1059
|
+
"name": "AspectLoaderMain",
|
|
1060
|
+
"componentId": {
|
|
1061
|
+
"scope": "teambit.harmony",
|
|
1062
|
+
"name": "aspect-loader"
|
|
1063
|
+
}
|
|
978
1064
|
},
|
|
979
1065
|
{
|
|
980
1066
|
"__schema": "TypeRefSchema",
|
|
@@ -983,7 +1069,11 @@
|
|
|
983
1069
|
"line": 151,
|
|
984
1070
|
"character": 5
|
|
985
1071
|
},
|
|
986
|
-
"name": "BuilderMain"
|
|
1072
|
+
"name": "BuilderMain",
|
|
1073
|
+
"componentId": {
|
|
1074
|
+
"scope": "teambit.pipelines",
|
|
1075
|
+
"name": "builder"
|
|
1076
|
+
}
|
|
987
1077
|
},
|
|
988
1078
|
{
|
|
989
1079
|
"__schema": "TypeRefSchema",
|
|
@@ -992,7 +1082,11 @@
|
|
|
992
1082
|
"line": 152,
|
|
993
1083
|
"character": 5
|
|
994
1084
|
},
|
|
995
|
-
"name": "UiMain"
|
|
1085
|
+
"name": "UiMain",
|
|
1086
|
+
"componentId": {
|
|
1087
|
+
"scope": "teambit.ui-foundation",
|
|
1088
|
+
"name": "ui"
|
|
1089
|
+
}
|
|
996
1090
|
},
|
|
997
1091
|
{
|
|
998
1092
|
"__schema": "TypeRefSchema",
|
|
@@ -1001,7 +1095,11 @@
|
|
|
1001
1095
|
"line": 153,
|
|
1002
1096
|
"character": 5
|
|
1003
1097
|
},
|
|
1004
|
-
"name": "GeneratorMain"
|
|
1098
|
+
"name": "GeneratorMain",
|
|
1099
|
+
"componentId": {
|
|
1100
|
+
"scope": "teambit.generator",
|
|
1101
|
+
"name": "generator"
|
|
1102
|
+
}
|
|
1005
1103
|
},
|
|
1006
1104
|
{
|
|
1007
1105
|
"__schema": "TypeRefSchema",
|
|
@@ -1010,7 +1108,11 @@
|
|
|
1010
1108
|
"line": 154,
|
|
1011
1109
|
"character": 5
|
|
1012
1110
|
},
|
|
1013
|
-
"name": "DependencyResolverMain"
|
|
1111
|
+
"name": "DependencyResolverMain",
|
|
1112
|
+
"componentId": {
|
|
1113
|
+
"scope": "teambit.dependencies",
|
|
1114
|
+
"name": "dependency-resolver"
|
|
1115
|
+
}
|
|
1014
1116
|
},
|
|
1015
1117
|
{
|
|
1016
1118
|
"__schema": "TypeRefSchema",
|
|
@@ -1019,7 +1121,11 @@
|
|
|
1019
1121
|
"line": 155,
|
|
1020
1122
|
"character": 5
|
|
1021
1123
|
},
|
|
1022
|
-
"name": "WatcherMain"
|
|
1124
|
+
"name": "WatcherMain",
|
|
1125
|
+
"componentId": {
|
|
1126
|
+
"scope": "teambit.workspace",
|
|
1127
|
+
"name": "watcher"
|
|
1128
|
+
}
|
|
1023
1129
|
},
|
|
1024
1130
|
{
|
|
1025
1131
|
"__schema": "TypeRefSchema",
|
|
@@ -1028,7 +1134,11 @@
|
|
|
1028
1134
|
"line": 156,
|
|
1029
1135
|
"character": 5
|
|
1030
1136
|
},
|
|
1031
|
-
"name": "IssuesMain"
|
|
1137
|
+
"name": "IssuesMain",
|
|
1138
|
+
"componentId": {
|
|
1139
|
+
"scope": "teambit.component",
|
|
1140
|
+
"name": "issues"
|
|
1141
|
+
}
|
|
1032
1142
|
}
|
|
1033
1143
|
]
|
|
1034
1144
|
},
|
|
@@ -1109,6 +1219,10 @@
|
|
|
1109
1219
|
"character": 13
|
|
1110
1220
|
},
|
|
1111
1221
|
"name": "EnvHandler",
|
|
1222
|
+
"componentId": {
|
|
1223
|
+
"scope": "teambit.envs",
|
|
1224
|
+
"name": "envs"
|
|
1225
|
+
},
|
|
1112
1226
|
"typeArgs": [
|
|
1113
1227
|
{
|
|
1114
1228
|
"__schema": "TypeRefSchema",
|
|
@@ -1294,7 +1408,11 @@
|
|
|
1294
1408
|
"line": 32,
|
|
1295
1409
|
"character": 33
|
|
1296
1410
|
},
|
|
1297
|
-
"name": "DependencyResolverMain"
|
|
1411
|
+
"name": "DependencyResolverMain",
|
|
1412
|
+
"componentId": {
|
|
1413
|
+
"scope": "teambit.dependencies",
|
|
1414
|
+
"name": "dependency-resolver"
|
|
1415
|
+
}
|
|
1298
1416
|
},
|
|
1299
1417
|
"isOptional": false,
|
|
1300
1418
|
"isSpread": false
|
|
@@ -1336,7 +1454,11 @@
|
|
|
1336
1454
|
"line": 39,
|
|
1337
1455
|
"character": 27
|
|
1338
1456
|
},
|
|
1339
|
-
"name": "BuildContext"
|
|
1457
|
+
"name": "BuildContext",
|
|
1458
|
+
"componentId": {
|
|
1459
|
+
"scope": "teambit.pipelines",
|
|
1460
|
+
"name": "builder"
|
|
1461
|
+
}
|
|
1340
1462
|
},
|
|
1341
1463
|
"isOptional": false,
|
|
1342
1464
|
"isSpread": false
|
|
@@ -1380,7 +1502,11 @@
|
|
|
1380
1502
|
"line": 49,
|
|
1381
1503
|
"character": 26
|
|
1382
1504
|
},
|
|
1383
|
-
"name": "BuildContext"
|
|
1505
|
+
"name": "BuildContext",
|
|
1506
|
+
"componentId": {
|
|
1507
|
+
"scope": "teambit.pipelines",
|
|
1508
|
+
"name": "builder"
|
|
1509
|
+
}
|
|
1384
1510
|
},
|
|
1385
1511
|
"isOptional": false,
|
|
1386
1512
|
"isSpread": false
|
|
@@ -1402,7 +1528,11 @@
|
|
|
1402
1528
|
"line": 49,
|
|
1403
1529
|
"character": 49
|
|
1404
1530
|
},
|
|
1405
|
-
"name": "BuiltTaskResult"
|
|
1531
|
+
"name": "BuiltTaskResult",
|
|
1532
|
+
"componentId": {
|
|
1533
|
+
"scope": "teambit.pipelines",
|
|
1534
|
+
"name": "builder"
|
|
1535
|
+
}
|
|
1406
1536
|
}
|
|
1407
1537
|
]
|
|
1408
1538
|
},
|
|
@@ -1435,7 +1565,11 @@
|
|
|
1435
1565
|
"line": 77,
|
|
1436
1566
|
"character": 29
|
|
1437
1567
|
},
|
|
1438
|
-
"name": "BuildContext"
|
|
1568
|
+
"name": "BuildContext",
|
|
1569
|
+
"componentId": {
|
|
1570
|
+
"scope": "teambit.pipelines",
|
|
1571
|
+
"name": "builder"
|
|
1572
|
+
}
|
|
1439
1573
|
},
|
|
1440
1574
|
"isOptional": false,
|
|
1441
1575
|
"isSpread": false
|
|
@@ -1455,7 +1589,11 @@
|
|
|
1455
1589
|
"line": 77,
|
|
1456
1590
|
"character": 57
|
|
1457
1591
|
},
|
|
1458
|
-
"name": "TaskResultsList"
|
|
1592
|
+
"name": "TaskResultsList",
|
|
1593
|
+
"componentId": {
|
|
1594
|
+
"scope": "teambit.pipelines",
|
|
1595
|
+
"name": "builder"
|
|
1596
|
+
}
|
|
1459
1597
|
},
|
|
1460
1598
|
"isOptional": false,
|
|
1461
1599
|
"isSpread": false
|
|
@@ -1510,7 +1648,11 @@
|
|
|
1510
1648
|
"line": 82,
|
|
1511
1649
|
"character": 40
|
|
1512
1650
|
},
|
|
1513
|
-
"name": "Capsule"
|
|
1651
|
+
"name": "Capsule",
|
|
1652
|
+
"componentId": {
|
|
1653
|
+
"scope": "teambit.component",
|
|
1654
|
+
"name": "isolator"
|
|
1655
|
+
}
|
|
1514
1656
|
},
|
|
1515
1657
|
"isOptional": false,
|
|
1516
1658
|
"isSpread": false
|
|
@@ -1617,7 +1759,7 @@
|
|
|
1617
1759
|
"_legacy": {
|
|
1618
1760
|
"scope": "teambit.compilation",
|
|
1619
1761
|
"name": "compiler",
|
|
1620
|
-
"version": "1.0.
|
|
1762
|
+
"version": "1.0.500"
|
|
1621
1763
|
},
|
|
1622
1764
|
"_scope": "teambit.compilation"
|
|
1623
1765
|
}
|
|
@@ -1674,6 +1816,10 @@
|
|
|
1674
1816
|
"character": 15
|
|
1675
1817
|
},
|
|
1676
1818
|
"name": "EnvHandler",
|
|
1819
|
+
"componentId": {
|
|
1820
|
+
"scope": "teambit.envs",
|
|
1821
|
+
"name": "envs"
|
|
1822
|
+
},
|
|
1677
1823
|
"typeArgs": [
|
|
1678
1824
|
{
|
|
1679
1825
|
"__schema": "TypeRefSchema",
|
|
@@ -2362,7 +2508,11 @@
|
|
|
2362
2508
|
"line": 111,
|
|
2363
2509
|
"character": 18
|
|
2364
2510
|
},
|
|
2365
|
-
"name": "BuildContext"
|
|
2511
|
+
"name": "BuildContext",
|
|
2512
|
+
"componentId": {
|
|
2513
|
+
"scope": "teambit.pipelines",
|
|
2514
|
+
"name": "builder"
|
|
2515
|
+
}
|
|
2366
2516
|
},
|
|
2367
2517
|
"isOptional": false,
|
|
2368
2518
|
"isSpread": false
|
|
@@ -2384,7 +2534,11 @@
|
|
|
2384
2534
|
"line": 111,
|
|
2385
2535
|
"character": 41
|
|
2386
2536
|
},
|
|
2387
|
-
"name": "BuiltTaskResult"
|
|
2537
|
+
"name": "BuiltTaskResult",
|
|
2538
|
+
"componentId": {
|
|
2539
|
+
"scope": "teambit.pipelines",
|
|
2540
|
+
"name": "builder"
|
|
2541
|
+
}
|
|
2388
2542
|
}
|
|
2389
2543
|
]
|
|
2390
2544
|
},
|
|
@@ -2511,7 +2665,11 @@
|
|
|
2511
2665
|
"line": 128,
|
|
2512
2666
|
"character": 43
|
|
2513
2667
|
},
|
|
2514
|
-
"name": "Component"
|
|
2668
|
+
"name": "Component",
|
|
2669
|
+
"componentId": {
|
|
2670
|
+
"scope": "teambit.component",
|
|
2671
|
+
"name": "component"
|
|
2672
|
+
}
|
|
2515
2673
|
},
|
|
2516
2674
|
"isOptional": false,
|
|
2517
2675
|
"isSpread": false
|
|
@@ -2674,7 +2832,11 @@
|
|
|
2674
2832
|
"line": 144,
|
|
2675
2833
|
"character": 22
|
|
2676
2834
|
},
|
|
2677
|
-
"name": "BuildContext"
|
|
2835
|
+
"name": "BuildContext",
|
|
2836
|
+
"componentId": {
|
|
2837
|
+
"scope": "teambit.pipelines",
|
|
2838
|
+
"name": "builder"
|
|
2839
|
+
}
|
|
2678
2840
|
},
|
|
2679
2841
|
"isOptional": false,
|
|
2680
2842
|
"isSpread": false
|
|
@@ -2738,7 +2900,11 @@
|
|
|
2738
2900
|
"line": 149,
|
|
2739
2901
|
"character": 23
|
|
2740
2902
|
},
|
|
2741
|
-
"name": "BuildContext"
|
|
2903
|
+
"name": "BuildContext",
|
|
2904
|
+
"componentId": {
|
|
2905
|
+
"scope": "teambit.pipelines",
|
|
2906
|
+
"name": "builder"
|
|
2907
|
+
}
|
|
2742
2908
|
},
|
|
2743
2909
|
"isOptional": false,
|
|
2744
2910
|
"isSpread": false
|
|
@@ -2758,7 +2924,11 @@
|
|
|
2758
2924
|
"line": 149,
|
|
2759
2925
|
"character": 51
|
|
2760
2926
|
},
|
|
2761
|
-
"name": "TaskResultsList"
|
|
2927
|
+
"name": "TaskResultsList",
|
|
2928
|
+
"componentId": {
|
|
2929
|
+
"scope": "teambit.pipelines",
|
|
2930
|
+
"name": "builder"
|
|
2931
|
+
}
|
|
2762
2932
|
},
|
|
2763
2933
|
"isOptional": false,
|
|
2764
2934
|
"isSpread": false
|
|
@@ -3058,7 +3228,7 @@
|
|
|
3058
3228
|
"_legacy": {
|
|
3059
3229
|
"scope": "teambit.compilation",
|
|
3060
3230
|
"name": "compiler",
|
|
3061
|
-
"version": "1.0.
|
|
3231
|
+
"version": "1.0.500"
|
|
3062
3232
|
},
|
|
3063
3233
|
"_scope": "teambit.compilation"
|
|
3064
3234
|
}
|
|
@@ -3749,7 +3919,8 @@
|
|
|
3749
3919
|
"line": 8,
|
|
3750
3920
|
"character": 54
|
|
3751
3921
|
},
|
|
3752
|
-
"name": "CompilerErrorEventData"
|
|
3922
|
+
"name": "CompilerErrorEventData",
|
|
3923
|
+
"internalFilePath": "events/compiler-error.ts"
|
|
3753
3924
|
}
|
|
3754
3925
|
],
|
|
3755
3926
|
"expression": {
|
|
@@ -3764,7 +3935,7 @@
|
|
|
3764
3935
|
"_legacy": {
|
|
3765
3936
|
"scope": "teambit.compilation",
|
|
3766
3937
|
"name": "compiler",
|
|
3767
|
-
"version": "1.0.
|
|
3938
|
+
"version": "1.0.500"
|
|
3768
3939
|
},
|
|
3769
3940
|
"_scope": "teambit.compilation"
|
|
3770
3941
|
}
|
|
@@ -3820,7 +3991,11 @@
|
|
|
3820
3991
|
"line": 31,
|
|
3821
3992
|
"character": 21
|
|
3822
3993
|
},
|
|
3823
|
-
"name": "PubsubMain"
|
|
3994
|
+
"name": "PubsubMain",
|
|
3995
|
+
"componentId": {
|
|
3996
|
+
"scope": "teambit.harmony",
|
|
3997
|
+
"name": "pubsub"
|
|
3998
|
+
}
|
|
3824
3999
|
},
|
|
3825
4000
|
"isOptional": false,
|
|
3826
4001
|
"isSpread": false
|
|
@@ -3840,7 +4015,8 @@
|
|
|
3840
4015
|
"line": 32,
|
|
3841
4016
|
"character": 32
|
|
3842
4017
|
},
|
|
3843
|
-
"name": "WorkspaceCompiler"
|
|
4018
|
+
"name": "WorkspaceCompiler",
|
|
4019
|
+
"internalFilePath": "workspace-compiler.ts"
|
|
3844
4020
|
},
|
|
3845
4021
|
"isOptional": false,
|
|
3846
4022
|
"isSpread": false
|
|
@@ -3860,7 +4036,11 @@
|
|
|
3860
4036
|
"line": 33,
|
|
3861
4037
|
"character": 19
|
|
3862
4038
|
},
|
|
3863
|
-
"name": "EnvsMain"
|
|
4039
|
+
"name": "EnvsMain",
|
|
4040
|
+
"componentId": {
|
|
4041
|
+
"scope": "teambit.envs",
|
|
4042
|
+
"name": "envs"
|
|
4043
|
+
}
|
|
3864
4044
|
},
|
|
3865
4045
|
"isOptional": false,
|
|
3866
4046
|
"isSpread": false
|
|
@@ -3880,7 +4060,11 @@
|
|
|
3880
4060
|
"line": 34,
|
|
3881
4061
|
"character": 22
|
|
3882
4062
|
},
|
|
3883
|
-
"name": "BuilderMain"
|
|
4063
|
+
"name": "BuilderMain",
|
|
4064
|
+
"componentId": {
|
|
4065
|
+
"scope": "teambit.pipelines",
|
|
4066
|
+
"name": "builder"
|
|
4067
|
+
}
|
|
3884
4068
|
},
|
|
3885
4069
|
"isOptional": false,
|
|
3886
4070
|
"isSpread": false
|
|
@@ -3900,7 +4084,11 @@
|
|
|
3900
4084
|
"line": 35,
|
|
3901
4085
|
"character": 24
|
|
3902
4086
|
},
|
|
3903
|
-
"name": "Workspace"
|
|
4087
|
+
"name": "Workspace",
|
|
4088
|
+
"componentId": {
|
|
4089
|
+
"scope": "teambit.workspace",
|
|
4090
|
+
"name": "workspace"
|
|
4091
|
+
}
|
|
3904
4092
|
},
|
|
3905
4093
|
"isOptional": false,
|
|
3906
4094
|
"isSpread": false
|
|
@@ -3920,7 +4108,11 @@
|
|
|
3920
4108
|
"line": 36,
|
|
3921
4109
|
"character": 33
|
|
3922
4110
|
},
|
|
3923
|
-
"name": "DependencyResolverMain"
|
|
4111
|
+
"name": "DependencyResolverMain",
|
|
4112
|
+
"componentId": {
|
|
4113
|
+
"scope": "teambit.dependencies",
|
|
4114
|
+
"name": "dependency-resolver"
|
|
4115
|
+
}
|
|
3924
4116
|
},
|
|
3925
4117
|
"isOptional": false,
|
|
3926
4118
|
"isSpread": false
|
|
@@ -3940,7 +4132,8 @@
|
|
|
3940
4132
|
"line": 37,
|
|
3941
4133
|
"character": 30
|
|
3942
4134
|
},
|
|
3943
|
-
"name": "CompilerService"
|
|
4135
|
+
"name": "CompilerService",
|
|
4136
|
+
"internalFilePath": "compiler.service.ts"
|
|
3944
4137
|
},
|
|
3945
4138
|
"isOptional": false,
|
|
3946
4139
|
"isSpread": false
|
|
@@ -3982,7 +4175,11 @@
|
|
|
3982
4175
|
"line": 40,
|
|
3983
4176
|
"character": 24
|
|
3984
4177
|
},
|
|
3985
|
-
"name": "ExecutionContext"
|
|
4178
|
+
"name": "ExecutionContext",
|
|
4179
|
+
"componentId": {
|
|
4180
|
+
"scope": "teambit.envs",
|
|
4181
|
+
"name": "envs"
|
|
4182
|
+
}
|
|
3986
4183
|
},
|
|
3987
4184
|
"isOptional": false,
|
|
3988
4185
|
"isSpread": false
|
|
@@ -4067,7 +4264,12 @@
|
|
|
4067
4264
|
"line": 48,
|
|
4068
4265
|
"character": 31
|
|
4069
4266
|
},
|
|
4070
|
-
"name": "ComponentID"
|
|
4267
|
+
"name": "ComponentID",
|
|
4268
|
+
"componentId": {
|
|
4269
|
+
"scope": "teambit.component",
|
|
4270
|
+
"name": "component-id",
|
|
4271
|
+
"version": "1.2.2"
|
|
4272
|
+
}
|
|
4071
4273
|
}
|
|
4072
4274
|
},
|
|
4073
4275
|
{
|
|
@@ -4084,7 +4286,12 @@
|
|
|
4084
4286
|
"line": 48,
|
|
4085
4287
|
"character": 47
|
|
4086
4288
|
},
|
|
4087
|
-
"name": "ComponentID"
|
|
4289
|
+
"name": "ComponentID",
|
|
4290
|
+
"componentId": {
|
|
4291
|
+
"scope": "teambit.component",
|
|
4292
|
+
"name": "component-id",
|
|
4293
|
+
"version": "1.2.2"
|
|
4294
|
+
}
|
|
4088
4295
|
}
|
|
4089
4296
|
}
|
|
4090
4297
|
]
|
|
@@ -4108,7 +4315,8 @@
|
|
|
4108
4315
|
"line": 49,
|
|
4109
4316
|
"character": 14
|
|
4110
4317
|
},
|
|
4111
|
-
"name": "CompileOptions"
|
|
4318
|
+
"name": "CompileOptions",
|
|
4319
|
+
"internalFilePath": "workspace-compiler.ts"
|
|
4112
4320
|
},
|
|
4113
4321
|
"isOptional": true,
|
|
4114
4322
|
"defaultValue": "{ initiator: CompilationInitiator.ComponentAdded }",
|
|
@@ -4149,7 +4357,11 @@
|
|
|
4149
4357
|
"line": 51,
|
|
4150
4358
|
"character": 27
|
|
4151
4359
|
},
|
|
4152
|
-
"name": "WorkspaceComponentLoadOptions"
|
|
4360
|
+
"name": "WorkspaceComponentLoadOptions",
|
|
4361
|
+
"componentId": {
|
|
4362
|
+
"scope": "teambit.workspace",
|
|
4363
|
+
"name": "workspace"
|
|
4364
|
+
}
|
|
4153
4365
|
},
|
|
4154
4366
|
"isOptional": true,
|
|
4155
4367
|
"defaultValue": "{}",
|
|
@@ -4276,7 +4488,11 @@
|
|
|
4276
4488
|
"line": 66,
|
|
4277
4489
|
"character": 35
|
|
4278
4490
|
},
|
|
4279
|
-
"name": "Component"
|
|
4491
|
+
"name": "Component",
|
|
4492
|
+
"componentId": {
|
|
4493
|
+
"scope": "teambit.component",
|
|
4494
|
+
"name": "component"
|
|
4495
|
+
}
|
|
4280
4496
|
},
|
|
4281
4497
|
"isOptional": false,
|
|
4282
4498
|
"isSpread": false
|
|
@@ -4368,7 +4584,11 @@
|
|
|
4368
4584
|
"line": 76,
|
|
4369
4585
|
"character": 36
|
|
4370
4586
|
},
|
|
4371
|
-
"name": "Component"
|
|
4587
|
+
"name": "Component",
|
|
4588
|
+
"componentId": {
|
|
4589
|
+
"scope": "teambit.component",
|
|
4590
|
+
"name": "component"
|
|
4591
|
+
}
|
|
4372
4592
|
},
|
|
4373
4593
|
"isOptional": false,
|
|
4374
4594
|
"isSpread": false
|
|
@@ -4441,7 +4661,11 @@
|
|
|
4441
4661
|
"line": 88,
|
|
4442
4662
|
"character": 36
|
|
4443
4663
|
},
|
|
4444
|
-
"name": "Component"
|
|
4664
|
+
"name": "Component",
|
|
4665
|
+
"componentId": {
|
|
4666
|
+
"scope": "teambit.component",
|
|
4667
|
+
"name": "component"
|
|
4668
|
+
}
|
|
4445
4669
|
},
|
|
4446
4670
|
"isOptional": false,
|
|
4447
4671
|
"isSpread": false
|
|
@@ -4496,7 +4720,11 @@
|
|
|
4496
4720
|
"line": 95,
|
|
4497
4721
|
"character": 34
|
|
4498
4722
|
},
|
|
4499
|
-
"name": "Component"
|
|
4723
|
+
"name": "Component",
|
|
4724
|
+
"componentId": {
|
|
4725
|
+
"scope": "teambit.component",
|
|
4726
|
+
"name": "component"
|
|
4727
|
+
}
|
|
4500
4728
|
},
|
|
4501
4729
|
"isOptional": false,
|
|
4502
4730
|
"isSpread": false
|
|
@@ -4518,7 +4746,8 @@
|
|
|
4518
4746
|
"line": 95,
|
|
4519
4747
|
"character": 54
|
|
4520
4748
|
},
|
|
4521
|
-
"name": "DistArtifact"
|
|
4749
|
+
"name": "DistArtifact",
|
|
4750
|
+
"internalFilePath": "dist-artifact.ts"
|
|
4522
4751
|
}
|
|
4523
4752
|
]
|
|
4524
4753
|
},
|
|
@@ -4558,7 +4787,11 @@
|
|
|
4558
4787
|
"line": 102,
|
|
4559
4788
|
"character": 42
|
|
4560
4789
|
},
|
|
4561
|
-
"name": "Component"
|
|
4790
|
+
"name": "Component",
|
|
4791
|
+
"componentId": {
|
|
4792
|
+
"scope": "teambit.component",
|
|
4793
|
+
"name": "component"
|
|
4794
|
+
}
|
|
4562
4795
|
}
|
|
4563
4796
|
},
|
|
4564
4797
|
"isOptional": false,
|
|
@@ -4692,7 +4925,11 @@
|
|
|
4692
4925
|
"line": 145,
|
|
4693
4926
|
"character": 5
|
|
4694
4927
|
},
|
|
4695
|
-
"name": "CLIMain"
|
|
4928
|
+
"name": "CLIMain",
|
|
4929
|
+
"componentId": {
|
|
4930
|
+
"scope": "teambit.harmony",
|
|
4931
|
+
"name": "cli"
|
|
4932
|
+
}
|
|
4696
4933
|
},
|
|
4697
4934
|
{
|
|
4698
4935
|
"__schema": "TypeRefSchema",
|
|
@@ -4701,7 +4938,11 @@
|
|
|
4701
4938
|
"line": 146,
|
|
4702
4939
|
"character": 5
|
|
4703
4940
|
},
|
|
4704
|
-
"name": "Workspace"
|
|
4941
|
+
"name": "Workspace",
|
|
4942
|
+
"componentId": {
|
|
4943
|
+
"scope": "teambit.workspace",
|
|
4944
|
+
"name": "workspace"
|
|
4945
|
+
}
|
|
4705
4946
|
},
|
|
4706
4947
|
{
|
|
4707
4948
|
"__schema": "TypeRefSchema",
|
|
@@ -4710,7 +4951,11 @@
|
|
|
4710
4951
|
"line": 147,
|
|
4711
4952
|
"character": 5
|
|
4712
4953
|
},
|
|
4713
|
-
"name": "EnvsMain"
|
|
4954
|
+
"name": "EnvsMain",
|
|
4955
|
+
"componentId": {
|
|
4956
|
+
"scope": "teambit.envs",
|
|
4957
|
+
"name": "envs"
|
|
4958
|
+
}
|
|
4714
4959
|
},
|
|
4715
4960
|
{
|
|
4716
4961
|
"__schema": "TypeRefSchema",
|
|
@@ -4719,7 +4964,11 @@
|
|
|
4719
4964
|
"line": 148,
|
|
4720
4965
|
"character": 5
|
|
4721
4966
|
},
|
|
4722
|
-
"name": "LoggerMain"
|
|
4967
|
+
"name": "LoggerMain",
|
|
4968
|
+
"componentId": {
|
|
4969
|
+
"scope": "teambit.harmony",
|
|
4970
|
+
"name": "logger"
|
|
4971
|
+
}
|
|
4723
4972
|
},
|
|
4724
4973
|
{
|
|
4725
4974
|
"__schema": "TypeRefSchema",
|
|
@@ -4728,7 +4977,11 @@
|
|
|
4728
4977
|
"line": 149,
|
|
4729
4978
|
"character": 5
|
|
4730
4979
|
},
|
|
4731
|
-
"name": "PubsubMain"
|
|
4980
|
+
"name": "PubsubMain",
|
|
4981
|
+
"componentId": {
|
|
4982
|
+
"scope": "teambit.harmony",
|
|
4983
|
+
"name": "pubsub"
|
|
4984
|
+
}
|
|
4732
4985
|
},
|
|
4733
4986
|
{
|
|
4734
4987
|
"__schema": "TypeRefSchema",
|
|
@@ -4737,7 +4990,11 @@
|
|
|
4737
4990
|
"line": 150,
|
|
4738
4991
|
"character": 5
|
|
4739
4992
|
},
|
|
4740
|
-
"name": "AspectLoaderMain"
|
|
4993
|
+
"name": "AspectLoaderMain",
|
|
4994
|
+
"componentId": {
|
|
4995
|
+
"scope": "teambit.harmony",
|
|
4996
|
+
"name": "aspect-loader"
|
|
4997
|
+
}
|
|
4741
4998
|
},
|
|
4742
4999
|
{
|
|
4743
5000
|
"__schema": "TypeRefSchema",
|
|
@@ -4746,7 +5003,11 @@
|
|
|
4746
5003
|
"line": 151,
|
|
4747
5004
|
"character": 5
|
|
4748
5005
|
},
|
|
4749
|
-
"name": "BuilderMain"
|
|
5006
|
+
"name": "BuilderMain",
|
|
5007
|
+
"componentId": {
|
|
5008
|
+
"scope": "teambit.pipelines",
|
|
5009
|
+
"name": "builder"
|
|
5010
|
+
}
|
|
4750
5011
|
},
|
|
4751
5012
|
{
|
|
4752
5013
|
"__schema": "TypeRefSchema",
|
|
@@ -4755,7 +5016,11 @@
|
|
|
4755
5016
|
"line": 152,
|
|
4756
5017
|
"character": 5
|
|
4757
5018
|
},
|
|
4758
|
-
"name": "UiMain"
|
|
5019
|
+
"name": "UiMain",
|
|
5020
|
+
"componentId": {
|
|
5021
|
+
"scope": "teambit.ui-foundation",
|
|
5022
|
+
"name": "ui"
|
|
5023
|
+
}
|
|
4759
5024
|
},
|
|
4760
5025
|
{
|
|
4761
5026
|
"__schema": "TypeRefSchema",
|
|
@@ -4764,7 +5029,11 @@
|
|
|
4764
5029
|
"line": 153,
|
|
4765
5030
|
"character": 5
|
|
4766
5031
|
},
|
|
4767
|
-
"name": "GeneratorMain"
|
|
5032
|
+
"name": "GeneratorMain",
|
|
5033
|
+
"componentId": {
|
|
5034
|
+
"scope": "teambit.generator",
|
|
5035
|
+
"name": "generator"
|
|
5036
|
+
}
|
|
4768
5037
|
},
|
|
4769
5038
|
{
|
|
4770
5039
|
"__schema": "TypeRefSchema",
|
|
@@ -4773,7 +5042,11 @@
|
|
|
4773
5042
|
"line": 154,
|
|
4774
5043
|
"character": 5
|
|
4775
5044
|
},
|
|
4776
|
-
"name": "DependencyResolverMain"
|
|
5045
|
+
"name": "DependencyResolverMain",
|
|
5046
|
+
"componentId": {
|
|
5047
|
+
"scope": "teambit.dependencies",
|
|
5048
|
+
"name": "dependency-resolver"
|
|
5049
|
+
}
|
|
4777
5050
|
},
|
|
4778
5051
|
{
|
|
4779
5052
|
"__schema": "TypeRefSchema",
|
|
@@ -4782,7 +5055,11 @@
|
|
|
4782
5055
|
"line": 155,
|
|
4783
5056
|
"character": 5
|
|
4784
5057
|
},
|
|
4785
|
-
"name": "WatcherMain"
|
|
5058
|
+
"name": "WatcherMain",
|
|
5059
|
+
"componentId": {
|
|
5060
|
+
"scope": "teambit.workspace",
|
|
5061
|
+
"name": "watcher"
|
|
5062
|
+
}
|
|
4786
5063
|
},
|
|
4787
5064
|
{
|
|
4788
5065
|
"__schema": "TypeRefSchema",
|
|
@@ -4791,7 +5068,11 @@
|
|
|
4791
5068
|
"line": 156,
|
|
4792
5069
|
"character": 5
|
|
4793
5070
|
},
|
|
4794
|
-
"name": "IssuesMain"
|
|
5071
|
+
"name": "IssuesMain",
|
|
5072
|
+
"componentId": {
|
|
5073
|
+
"scope": "teambit.component",
|
|
5074
|
+
"name": "issues"
|
|
5075
|
+
}
|
|
4795
5076
|
}
|
|
4796
5077
|
]
|
|
4797
5078
|
},
|
|
@@ -4894,6 +5175,10 @@
|
|
|
4894
5175
|
"character": 13
|
|
4895
5176
|
},
|
|
4896
5177
|
"name": "EnvHandler",
|
|
5178
|
+
"componentId": {
|
|
5179
|
+
"scope": "teambit.envs",
|
|
5180
|
+
"name": "envs"
|
|
5181
|
+
},
|
|
4897
5182
|
"typeArgs": [
|
|
4898
5183
|
{
|
|
4899
5184
|
"__schema": "TypeRefSchema",
|
|
@@ -5069,7 +5354,11 @@
|
|
|
5069
5354
|
"line": 32,
|
|
5070
5355
|
"character": 33
|
|
5071
5356
|
},
|
|
5072
|
-
"name": "DependencyResolverMain"
|
|
5357
|
+
"name": "DependencyResolverMain",
|
|
5358
|
+
"componentId": {
|
|
5359
|
+
"scope": "teambit.dependencies",
|
|
5360
|
+
"name": "dependency-resolver"
|
|
5361
|
+
}
|
|
5073
5362
|
},
|
|
5074
5363
|
"isOptional": false,
|
|
5075
5364
|
"isSpread": false
|
|
@@ -5111,7 +5400,11 @@
|
|
|
5111
5400
|
"line": 39,
|
|
5112
5401
|
"character": 27
|
|
5113
5402
|
},
|
|
5114
|
-
"name": "BuildContext"
|
|
5403
|
+
"name": "BuildContext",
|
|
5404
|
+
"componentId": {
|
|
5405
|
+
"scope": "teambit.pipelines",
|
|
5406
|
+
"name": "builder"
|
|
5407
|
+
}
|
|
5115
5408
|
},
|
|
5116
5409
|
"isOptional": false,
|
|
5117
5410
|
"isSpread": false
|
|
@@ -5155,7 +5448,11 @@
|
|
|
5155
5448
|
"line": 49,
|
|
5156
5449
|
"character": 26
|
|
5157
5450
|
},
|
|
5158
|
-
"name": "BuildContext"
|
|
5451
|
+
"name": "BuildContext",
|
|
5452
|
+
"componentId": {
|
|
5453
|
+
"scope": "teambit.pipelines",
|
|
5454
|
+
"name": "builder"
|
|
5455
|
+
}
|
|
5159
5456
|
},
|
|
5160
5457
|
"isOptional": false,
|
|
5161
5458
|
"isSpread": false
|
|
@@ -5177,7 +5474,11 @@
|
|
|
5177
5474
|
"line": 49,
|
|
5178
5475
|
"character": 49
|
|
5179
5476
|
},
|
|
5180
|
-
"name": "BuiltTaskResult"
|
|
5477
|
+
"name": "BuiltTaskResult",
|
|
5478
|
+
"componentId": {
|
|
5479
|
+
"scope": "teambit.pipelines",
|
|
5480
|
+
"name": "builder"
|
|
5481
|
+
}
|
|
5181
5482
|
}
|
|
5182
5483
|
]
|
|
5183
5484
|
},
|
|
@@ -5210,7 +5511,11 @@
|
|
|
5210
5511
|
"line": 77,
|
|
5211
5512
|
"character": 29
|
|
5212
5513
|
},
|
|
5213
|
-
"name": "BuildContext"
|
|
5514
|
+
"name": "BuildContext",
|
|
5515
|
+
"componentId": {
|
|
5516
|
+
"scope": "teambit.pipelines",
|
|
5517
|
+
"name": "builder"
|
|
5518
|
+
}
|
|
5214
5519
|
},
|
|
5215
5520
|
"isOptional": false,
|
|
5216
5521
|
"isSpread": false
|
|
@@ -5230,7 +5535,11 @@
|
|
|
5230
5535
|
"line": 77,
|
|
5231
5536
|
"character": 57
|
|
5232
5537
|
},
|
|
5233
|
-
"name": "TaskResultsList"
|
|
5538
|
+
"name": "TaskResultsList",
|
|
5539
|
+
"componentId": {
|
|
5540
|
+
"scope": "teambit.pipelines",
|
|
5541
|
+
"name": "builder"
|
|
5542
|
+
}
|
|
5234
5543
|
},
|
|
5235
5544
|
"isOptional": false,
|
|
5236
5545
|
"isSpread": false
|
|
@@ -5285,7 +5594,11 @@
|
|
|
5285
5594
|
"line": 82,
|
|
5286
5595
|
"character": 40
|
|
5287
5596
|
},
|
|
5288
|
-
"name": "Capsule"
|
|
5597
|
+
"name": "Capsule",
|
|
5598
|
+
"componentId": {
|
|
5599
|
+
"scope": "teambit.component",
|
|
5600
|
+
"name": "isolator"
|
|
5601
|
+
}
|
|
5289
5602
|
},
|
|
5290
5603
|
"isOptional": false,
|
|
5291
5604
|
"isSpread": false
|
|
@@ -5392,7 +5705,7 @@
|
|
|
5392
5705
|
"_legacy": {
|
|
5393
5706
|
"scope": "teambit.compilation",
|
|
5394
5707
|
"name": "compiler",
|
|
5395
|
-
"version": "1.0.
|
|
5708
|
+
"version": "1.0.500"
|
|
5396
5709
|
},
|
|
5397
5710
|
"_scope": "teambit.compilation"
|
|
5398
5711
|
}
|
|
@@ -5450,6 +5763,10 @@
|
|
|
5450
5763
|
"character": 15
|
|
5451
5764
|
},
|
|
5452
5765
|
"name": "EnvHandler",
|
|
5766
|
+
"componentId": {
|
|
5767
|
+
"scope": "teambit.envs",
|
|
5768
|
+
"name": "envs"
|
|
5769
|
+
},
|
|
5453
5770
|
"typeArgs": [
|
|
5454
5771
|
{
|
|
5455
5772
|
"__schema": "TypeRefSchema",
|
|
@@ -6640,7 +6957,11 @@
|
|
|
6640
6957
|
"line": 111,
|
|
6641
6958
|
"character": 18
|
|
6642
6959
|
},
|
|
6643
|
-
"name": "BuildContext"
|
|
6960
|
+
"name": "BuildContext",
|
|
6961
|
+
"componentId": {
|
|
6962
|
+
"scope": "teambit.pipelines",
|
|
6963
|
+
"name": "builder"
|
|
6964
|
+
}
|
|
6644
6965
|
},
|
|
6645
6966
|
"isOptional": false,
|
|
6646
6967
|
"isSpread": false
|
|
@@ -6662,7 +6983,11 @@
|
|
|
6662
6983
|
"line": 111,
|
|
6663
6984
|
"character": 41
|
|
6664
6985
|
},
|
|
6665
|
-
"name": "BuiltTaskResult"
|
|
6986
|
+
"name": "BuiltTaskResult",
|
|
6987
|
+
"componentId": {
|
|
6988
|
+
"scope": "teambit.pipelines",
|
|
6989
|
+
"name": "builder"
|
|
6990
|
+
}
|
|
6666
6991
|
}
|
|
6667
6992
|
]
|
|
6668
6993
|
},
|
|
@@ -6789,7 +7114,11 @@
|
|
|
6789
7114
|
"line": 128,
|
|
6790
7115
|
"character": 43
|
|
6791
7116
|
},
|
|
6792
|
-
"name": "Component"
|
|
7117
|
+
"name": "Component",
|
|
7118
|
+
"componentId": {
|
|
7119
|
+
"scope": "teambit.component",
|
|
7120
|
+
"name": "component"
|
|
7121
|
+
}
|
|
6793
7122
|
},
|
|
6794
7123
|
"isOptional": false,
|
|
6795
7124
|
"isSpread": false
|
|
@@ -6952,7 +7281,11 @@
|
|
|
6952
7281
|
"line": 144,
|
|
6953
7282
|
"character": 22
|
|
6954
7283
|
},
|
|
6955
|
-
"name": "BuildContext"
|
|
7284
|
+
"name": "BuildContext",
|
|
7285
|
+
"componentId": {
|
|
7286
|
+
"scope": "teambit.pipelines",
|
|
7287
|
+
"name": "builder"
|
|
7288
|
+
}
|
|
6956
7289
|
},
|
|
6957
7290
|
"isOptional": false,
|
|
6958
7291
|
"isSpread": false
|
|
@@ -7016,7 +7349,11 @@
|
|
|
7016
7349
|
"line": 149,
|
|
7017
7350
|
"character": 23
|
|
7018
7351
|
},
|
|
7019
|
-
"name": "BuildContext"
|
|
7352
|
+
"name": "BuildContext",
|
|
7353
|
+
"componentId": {
|
|
7354
|
+
"scope": "teambit.pipelines",
|
|
7355
|
+
"name": "builder"
|
|
7356
|
+
}
|
|
7020
7357
|
},
|
|
7021
7358
|
"isOptional": false,
|
|
7022
7359
|
"isSpread": false
|
|
@@ -7036,7 +7373,11 @@
|
|
|
7036
7373
|
"line": 149,
|
|
7037
7374
|
"character": 51
|
|
7038
7375
|
},
|
|
7039
|
-
"name": "TaskResultsList"
|
|
7376
|
+
"name": "TaskResultsList",
|
|
7377
|
+
"componentId": {
|
|
7378
|
+
"scope": "teambit.pipelines",
|
|
7379
|
+
"name": "builder"
|
|
7380
|
+
}
|
|
7040
7381
|
},
|
|
7041
7382
|
"isOptional": false,
|
|
7042
7383
|
"isSpread": false
|
|
@@ -7336,7 +7677,7 @@
|
|
|
7336
7677
|
"_legacy": {
|
|
7337
7678
|
"scope": "teambit.compilation",
|
|
7338
7679
|
"name": "compiler",
|
|
7339
|
-
"version": "1.0.
|
|
7680
|
+
"version": "1.0.500"
|
|
7340
7681
|
},
|
|
7341
7682
|
"_scope": "teambit.compilation"
|
|
7342
7683
|
}
|
|
@@ -7467,7 +7808,8 @@
|
|
|
7467
7808
|
"line": 8,
|
|
7468
7809
|
"character": 54
|
|
7469
7810
|
},
|
|
7470
|
-
"name": "CompilerErrorEventData"
|
|
7811
|
+
"name": "CompilerErrorEventData",
|
|
7812
|
+
"internalFilePath": "events/compiler-error.ts"
|
|
7471
7813
|
}
|
|
7472
7814
|
],
|
|
7473
7815
|
"expression": {
|
|
@@ -7482,7 +7824,7 @@
|
|
|
7482
7824
|
"_legacy": {
|
|
7483
7825
|
"scope": "teambit.compilation",
|
|
7484
7826
|
"name": "compiler",
|
|
7485
|
-
"version": "1.0.
|
|
7827
|
+
"version": "1.0.500"
|
|
7486
7828
|
},
|
|
7487
7829
|
"_scope": "teambit.compilation"
|
|
7488
7830
|
}
|
|
@@ -7555,7 +7897,7 @@
|
|
|
7555
7897
|
"componentId": {
|
|
7556
7898
|
"scope": "teambit.compilation",
|
|
7557
7899
|
"name": "compiler",
|
|
7558
|
-
"version": "1.0.
|
|
7900
|
+
"version": "1.0.500"
|
|
7559
7901
|
},
|
|
7560
7902
|
"taggedModuleExports": []
|
|
7561
7903
|
}
|