@teambit/schema 1.0.227 → 1.0.229
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 +3 -3
- package/artifacts/preview/teambit_semantics_schema-preview.js +1 -1
- package/artifacts/schema.json +322 -67
- package/dist/exceptions/index.d.ts +1 -0
- package/dist/exceptions/parser-not-found.d.ts +4 -0
- package/dist/index.d.ts +9 -0
- package/dist/mock/button/button.composition.d.ts +10 -0
- package/dist/mock/button/button.d.ts +20 -0
- package/dist/mock/button/index.d.ts +120 -0
- package/dist/parser.d.ts +11 -0
- package/dist/{preview-1712719054377.js → preview-1712822929999.js} +3 -3
- package/dist/schema-env.d.ts +9 -0
- package/dist/schema-extractor.d.ts +22 -0
- package/dist/schema.aspect.d.ts +2 -0
- package/dist/schema.cmd.d.ts +18 -0
- package/dist/schema.composition.d.ts +1 -0
- package/dist/schema.graphql.d.ts +3 -0
- package/dist/schema.main.runtime.d.ts +92 -0
- package/dist/schema.service.d.ts +14 -0
- package/dist/schema.spec.d.ts +1 -0
- package/dist/schema.task.d.ts +20 -0
- package/package.json +14 -14
- package/tsconfig.json +1 -37
package/artifacts/schema.json
CHANGED
|
@@ -128,7 +128,12 @@
|
|
|
128
128
|
"line": 12,
|
|
129
129
|
"character": 54
|
|
130
130
|
},
|
|
131
|
-
"name": "Export"
|
|
131
|
+
"name": "Export",
|
|
132
|
+
"componentId": {
|
|
133
|
+
"scope": "teambit.semantics",
|
|
134
|
+
"name": "entities/semantic-schema",
|
|
135
|
+
"version": "0.0.68"
|
|
136
|
+
}
|
|
132
137
|
}
|
|
133
138
|
},
|
|
134
139
|
"modifiers": []
|
|
@@ -181,7 +186,11 @@
|
|
|
181
186
|
"line": 9,
|
|
182
187
|
"character": 22
|
|
183
188
|
},
|
|
184
|
-
"name": "Component"
|
|
189
|
+
"name": "Component",
|
|
190
|
+
"componentId": {
|
|
191
|
+
"scope": "teambit.component",
|
|
192
|
+
"name": "component"
|
|
193
|
+
}
|
|
185
194
|
},
|
|
186
195
|
"isOptional": false,
|
|
187
196
|
"isSpread": false
|
|
@@ -223,7 +232,12 @@
|
|
|
223
232
|
"line": 9,
|
|
224
233
|
"character": 76
|
|
225
234
|
},
|
|
226
|
-
"name": "APISchema"
|
|
235
|
+
"name": "APISchema",
|
|
236
|
+
"componentId": {
|
|
237
|
+
"scope": "teambit.semantics",
|
|
238
|
+
"name": "entities/semantic-schema",
|
|
239
|
+
"version": "0.0.68"
|
|
240
|
+
}
|
|
227
241
|
}
|
|
228
242
|
]
|
|
229
243
|
},
|
|
@@ -296,7 +310,11 @@
|
|
|
296
310
|
"line": 20,
|
|
297
311
|
"character": 15
|
|
298
312
|
},
|
|
299
|
-
"name": "Formatter"
|
|
313
|
+
"name": "Formatter",
|
|
314
|
+
"componentId": {
|
|
315
|
+
"scope": "teambit.defender",
|
|
316
|
+
"name": "formatter"
|
|
317
|
+
}
|
|
300
318
|
},
|
|
301
319
|
"isOptional": true
|
|
302
320
|
},
|
|
@@ -515,7 +533,11 @@
|
|
|
515
533
|
"line": 27,
|
|
516
534
|
"character": 86
|
|
517
535
|
},
|
|
518
|
-
"name": "Logger"
|
|
536
|
+
"name": "Logger",
|
|
537
|
+
"componentId": {
|
|
538
|
+
"scope": "teambit.harmony",
|
|
539
|
+
"name": "logger"
|
|
540
|
+
}
|
|
519
541
|
},
|
|
520
542
|
"isOptional": false,
|
|
521
543
|
"isSpread": false
|
|
@@ -557,7 +579,11 @@
|
|
|
557
579
|
"line": 29,
|
|
558
580
|
"character": 26
|
|
559
581
|
},
|
|
560
|
-
"name": "BuildContext"
|
|
582
|
+
"name": "BuildContext",
|
|
583
|
+
"componentId": {
|
|
584
|
+
"scope": "teambit.pipelines",
|
|
585
|
+
"name": "builder"
|
|
586
|
+
}
|
|
561
587
|
},
|
|
562
588
|
"isOptional": false,
|
|
563
589
|
"isSpread": false
|
|
@@ -579,7 +605,11 @@
|
|
|
579
605
|
"line": 29,
|
|
580
606
|
"character": 49
|
|
581
607
|
},
|
|
582
|
-
"name": "BuiltTaskResult"
|
|
608
|
+
"name": "BuiltTaskResult",
|
|
609
|
+
"componentId": {
|
|
610
|
+
"scope": "teambit.pipelines",
|
|
611
|
+
"name": "builder"
|
|
612
|
+
}
|
|
583
613
|
}
|
|
584
614
|
]
|
|
585
615
|
},
|
|
@@ -611,7 +641,7 @@
|
|
|
611
641
|
"_legacy": {
|
|
612
642
|
"scope": "teambit.semantics",
|
|
613
643
|
"name": "schema",
|
|
614
|
-
"version": "1.0.
|
|
644
|
+
"version": "1.0.229"
|
|
615
645
|
},
|
|
616
646
|
"_scope": "teambit.semantics"
|
|
617
647
|
}
|
|
@@ -749,6 +779,10 @@
|
|
|
749
779
|
"character": 22
|
|
750
780
|
},
|
|
751
781
|
"name": "EnvHandler",
|
|
782
|
+
"componentId": {
|
|
783
|
+
"scope": "teambit.envs",
|
|
784
|
+
"name": "envs"
|
|
785
|
+
},
|
|
752
786
|
"typeArgs": [
|
|
753
787
|
{
|
|
754
788
|
"__schema": "TypeRefSchema",
|
|
@@ -811,7 +845,8 @@
|
|
|
811
845
|
"line": 49,
|
|
812
846
|
"character": 25
|
|
813
847
|
},
|
|
814
|
-
"name": "ParserSlot"
|
|
848
|
+
"name": "ParserSlot",
|
|
849
|
+
"internalFilePath": "schema.main.runtime.ts"
|
|
815
850
|
},
|
|
816
851
|
"isOptional": false,
|
|
817
852
|
"isSpread": false
|
|
@@ -831,7 +866,11 @@
|
|
|
831
866
|
"line": 51,
|
|
832
867
|
"character": 19
|
|
833
868
|
},
|
|
834
|
-
"name": "EnvsMain"
|
|
869
|
+
"name": "EnvsMain",
|
|
870
|
+
"componentId": {
|
|
871
|
+
"scope": "teambit.envs",
|
|
872
|
+
"name": "envs"
|
|
873
|
+
}
|
|
835
874
|
},
|
|
836
875
|
"isOptional": false,
|
|
837
876
|
"isSpread": false
|
|
@@ -851,7 +890,8 @@
|
|
|
851
890
|
"line": 53,
|
|
852
891
|
"character": 21
|
|
853
892
|
},
|
|
854
|
-
"name": "SchemaConfig"
|
|
893
|
+
"name": "SchemaConfig",
|
|
894
|
+
"internalFilePath": "schema.main.runtime.ts"
|
|
855
895
|
},
|
|
856
896
|
"isOptional": false,
|
|
857
897
|
"isSpread": false
|
|
@@ -871,7 +911,11 @@
|
|
|
871
911
|
"line": 55,
|
|
872
912
|
"character": 22
|
|
873
913
|
},
|
|
874
|
-
"name": "BuilderMain"
|
|
914
|
+
"name": "BuilderMain",
|
|
915
|
+
"componentId": {
|
|
916
|
+
"scope": "teambit.pipelines",
|
|
917
|
+
"name": "builder"
|
|
918
|
+
}
|
|
875
919
|
},
|
|
876
920
|
"isOptional": false,
|
|
877
921
|
"isSpread": false
|
|
@@ -891,7 +935,11 @@
|
|
|
891
935
|
"line": 57,
|
|
892
936
|
"character": 24
|
|
893
937
|
},
|
|
894
|
-
"name": "Workspace"
|
|
938
|
+
"name": "Workspace",
|
|
939
|
+
"componentId": {
|
|
940
|
+
"scope": "teambit.workspace",
|
|
941
|
+
"name": "workspace"
|
|
942
|
+
}
|
|
895
943
|
},
|
|
896
944
|
"isOptional": false,
|
|
897
945
|
"isSpread": false
|
|
@@ -911,7 +959,11 @@
|
|
|
911
959
|
"line": 59,
|
|
912
960
|
"character": 21
|
|
913
961
|
},
|
|
914
|
-
"name": "Logger"
|
|
962
|
+
"name": "Logger",
|
|
963
|
+
"componentId": {
|
|
964
|
+
"scope": "teambit.harmony",
|
|
965
|
+
"name": "logger"
|
|
966
|
+
}
|
|
915
967
|
},
|
|
916
968
|
"isOptional": false,
|
|
917
969
|
"isSpread": false
|
|
@@ -984,7 +1036,12 @@
|
|
|
984
1036
|
"line": 69,
|
|
985
1037
|
"character": 31
|
|
986
1038
|
},
|
|
987
|
-
"name": "SchemaNodeConstructor"
|
|
1039
|
+
"name": "SchemaNodeConstructor",
|
|
1040
|
+
"componentId": {
|
|
1041
|
+
"scope": "teambit.semantics",
|
|
1042
|
+
"name": "entities/semantic-schema",
|
|
1043
|
+
"version": "0.0.68"
|
|
1044
|
+
}
|
|
988
1045
|
},
|
|
989
1046
|
"isOptional": false,
|
|
990
1047
|
"isSpread": false
|
|
@@ -1076,7 +1133,12 @@
|
|
|
1076
1133
|
"line": 76,
|
|
1077
1134
|
"character": 48
|
|
1078
1135
|
},
|
|
1079
|
-
"name": "Export"
|
|
1136
|
+
"name": "Export",
|
|
1137
|
+
"componentId": {
|
|
1138
|
+
"scope": "teambit.semantics",
|
|
1139
|
+
"name": "entities/semantic-schema",
|
|
1140
|
+
"version": "0.0.68"
|
|
1141
|
+
}
|
|
1080
1142
|
}
|
|
1081
1143
|
},
|
|
1082
1144
|
"modifiers": []
|
|
@@ -1106,7 +1168,11 @@
|
|
|
1106
1168
|
"line": 91,
|
|
1107
1169
|
"character": 33
|
|
1108
1170
|
},
|
|
1109
|
-
"name": "Component"
|
|
1171
|
+
"name": "Component",
|
|
1172
|
+
"componentId": {
|
|
1173
|
+
"scope": "teambit.component",
|
|
1174
|
+
"name": "component"
|
|
1175
|
+
}
|
|
1110
1176
|
},
|
|
1111
1177
|
"isOptional": false,
|
|
1112
1178
|
"isSpread": false
|
|
@@ -1222,7 +1288,11 @@
|
|
|
1222
1288
|
"line": 109,
|
|
1223
1289
|
"character": 16
|
|
1224
1290
|
},
|
|
1225
|
-
"name": "Component"
|
|
1291
|
+
"name": "Component",
|
|
1292
|
+
"componentId": {
|
|
1293
|
+
"scope": "teambit.component",
|
|
1294
|
+
"name": "component"
|
|
1295
|
+
}
|
|
1226
1296
|
},
|
|
1227
1297
|
"isOptional": false,
|
|
1228
1298
|
"isSpread": false
|
|
@@ -1351,7 +1421,11 @@
|
|
|
1351
1421
|
"line": 115,
|
|
1352
1422
|
"character": 26
|
|
1353
1423
|
},
|
|
1354
|
-
"name": "SchemaTransformer"
|
|
1424
|
+
"name": "SchemaTransformer",
|
|
1425
|
+
"componentId": {
|
|
1426
|
+
"scope": "teambit.typescript",
|
|
1427
|
+
"name": "typescript"
|
|
1428
|
+
}
|
|
1355
1429
|
}
|
|
1356
1430
|
},
|
|
1357
1431
|
"isOptional": true,
|
|
@@ -1379,7 +1453,11 @@
|
|
|
1379
1453
|
"line": 116,
|
|
1380
1454
|
"character": 23
|
|
1381
1455
|
},
|
|
1382
|
-
"name": "SchemaNodeTransformer"
|
|
1456
|
+
"name": "SchemaNodeTransformer",
|
|
1457
|
+
"componentId": {
|
|
1458
|
+
"scope": "teambit.typescript",
|
|
1459
|
+
"name": "typescript"
|
|
1460
|
+
}
|
|
1383
1461
|
}
|
|
1384
1462
|
},
|
|
1385
1463
|
"isOptional": true,
|
|
@@ -1402,7 +1480,12 @@
|
|
|
1402
1480
|
"line": 117,
|
|
1403
1481
|
"character": 14
|
|
1404
1482
|
},
|
|
1405
|
-
"name": "APISchema"
|
|
1483
|
+
"name": "APISchema",
|
|
1484
|
+
"componentId": {
|
|
1485
|
+
"scope": "teambit.semantics",
|
|
1486
|
+
"name": "entities/semantic-schema",
|
|
1487
|
+
"version": "0.0.68"
|
|
1488
|
+
}
|
|
1406
1489
|
}
|
|
1407
1490
|
]
|
|
1408
1491
|
},
|
|
@@ -1609,7 +1692,11 @@
|
|
|
1609
1692
|
"line": 198,
|
|
1610
1693
|
"character": 28
|
|
1611
1694
|
},
|
|
1612
|
-
"name": "Component"
|
|
1695
|
+
"name": "Component",
|
|
1696
|
+
"componentId": {
|
|
1697
|
+
"scope": "teambit.component",
|
|
1698
|
+
"name": "component"
|
|
1699
|
+
}
|
|
1613
1700
|
},
|
|
1614
1701
|
"isOptional": false,
|
|
1615
1702
|
"isSpread": false
|
|
@@ -1651,7 +1738,11 @@
|
|
|
1651
1738
|
"line": 202,
|
|
1652
1739
|
"character": 35
|
|
1653
1740
|
},
|
|
1654
|
-
"name": "Component"
|
|
1741
|
+
"name": "Component",
|
|
1742
|
+
"componentId": {
|
|
1743
|
+
"scope": "teambit.component",
|
|
1744
|
+
"name": "component"
|
|
1745
|
+
}
|
|
1655
1746
|
},
|
|
1656
1747
|
"isOptional": false,
|
|
1657
1748
|
"isSpread": false
|
|
@@ -1785,7 +1876,11 @@
|
|
|
1785
1876
|
"line": 226,
|
|
1786
1877
|
"character": 7
|
|
1787
1878
|
},
|
|
1788
|
-
"name": "EnvsMain"
|
|
1879
|
+
"name": "EnvsMain",
|
|
1880
|
+
"componentId": {
|
|
1881
|
+
"scope": "teambit.envs",
|
|
1882
|
+
"name": "envs"
|
|
1883
|
+
}
|
|
1789
1884
|
},
|
|
1790
1885
|
{
|
|
1791
1886
|
"__schema": "TypeRefSchema",
|
|
@@ -1794,7 +1889,11 @@
|
|
|
1794
1889
|
"line": 227,
|
|
1795
1890
|
"character": 7
|
|
1796
1891
|
},
|
|
1797
|
-
"name": "CLIMain"
|
|
1892
|
+
"name": "CLIMain",
|
|
1893
|
+
"componentId": {
|
|
1894
|
+
"scope": "teambit.harmony",
|
|
1895
|
+
"name": "cli"
|
|
1896
|
+
}
|
|
1798
1897
|
},
|
|
1799
1898
|
{
|
|
1800
1899
|
"__schema": "TypeRefSchema",
|
|
@@ -1803,7 +1902,11 @@
|
|
|
1803
1902
|
"line": 228,
|
|
1804
1903
|
"character": 7
|
|
1805
1904
|
},
|
|
1806
|
-
"name": "ComponentMain"
|
|
1905
|
+
"name": "ComponentMain",
|
|
1906
|
+
"componentId": {
|
|
1907
|
+
"scope": "teambit.component",
|
|
1908
|
+
"name": "component"
|
|
1909
|
+
}
|
|
1807
1910
|
},
|
|
1808
1911
|
{
|
|
1809
1912
|
"__schema": "TypeRefSchema",
|
|
@@ -1812,7 +1915,11 @@
|
|
|
1812
1915
|
"line": 229,
|
|
1813
1916
|
"character": 7
|
|
1814
1917
|
},
|
|
1815
|
-
"name": "GraphqlMain"
|
|
1918
|
+
"name": "GraphqlMain",
|
|
1919
|
+
"componentId": {
|
|
1920
|
+
"scope": "teambit.harmony",
|
|
1921
|
+
"name": "graphql"
|
|
1922
|
+
}
|
|
1816
1923
|
},
|
|
1817
1924
|
{
|
|
1818
1925
|
"__schema": "TypeRefSchema",
|
|
@@ -1821,7 +1928,11 @@
|
|
|
1821
1928
|
"line": 230,
|
|
1822
1929
|
"character": 7
|
|
1823
1930
|
},
|
|
1824
|
-
"name": "LoggerMain"
|
|
1931
|
+
"name": "LoggerMain",
|
|
1932
|
+
"componentId": {
|
|
1933
|
+
"scope": "teambit.harmony",
|
|
1934
|
+
"name": "logger"
|
|
1935
|
+
}
|
|
1825
1936
|
},
|
|
1826
1937
|
{
|
|
1827
1938
|
"__schema": "TypeRefSchema",
|
|
@@ -1830,7 +1941,11 @@
|
|
|
1830
1941
|
"line": 231,
|
|
1831
1942
|
"character": 7
|
|
1832
1943
|
},
|
|
1833
|
-
"name": "BuilderMain"
|
|
1944
|
+
"name": "BuilderMain",
|
|
1945
|
+
"componentId": {
|
|
1946
|
+
"scope": "teambit.pipelines",
|
|
1947
|
+
"name": "builder"
|
|
1948
|
+
}
|
|
1834
1949
|
},
|
|
1835
1950
|
{
|
|
1836
1951
|
"__schema": "TypeRefSchema",
|
|
@@ -1839,7 +1954,11 @@
|
|
|
1839
1954
|
"line": 232,
|
|
1840
1955
|
"character": 7
|
|
1841
1956
|
},
|
|
1842
|
-
"name": "Workspace"
|
|
1957
|
+
"name": "Workspace",
|
|
1958
|
+
"componentId": {
|
|
1959
|
+
"scope": "teambit.workspace",
|
|
1960
|
+
"name": "workspace"
|
|
1961
|
+
}
|
|
1843
1962
|
},
|
|
1844
1963
|
{
|
|
1845
1964
|
"__schema": "TypeRefSchema",
|
|
@@ -1848,7 +1967,11 @@
|
|
|
1848
1967
|
"line": 233,
|
|
1849
1968
|
"character": 7
|
|
1850
1969
|
},
|
|
1851
|
-
"name": "ScopeMain"
|
|
1970
|
+
"name": "ScopeMain",
|
|
1971
|
+
"componentId": {
|
|
1972
|
+
"scope": "teambit.scope",
|
|
1973
|
+
"name": "scope"
|
|
1974
|
+
}
|
|
1852
1975
|
}
|
|
1853
1976
|
]
|
|
1854
1977
|
},
|
|
@@ -1870,7 +1993,8 @@
|
|
|
1870
1993
|
"line": 235,
|
|
1871
1994
|
"character": 13
|
|
1872
1995
|
},
|
|
1873
|
-
"name": "SchemaConfig"
|
|
1996
|
+
"name": "SchemaConfig",
|
|
1997
|
+
"internalFilePath": "schema.main.runtime.ts"
|
|
1874
1998
|
},
|
|
1875
1999
|
"isOptional": false,
|
|
1876
2000
|
"isSpread": false
|
|
@@ -1898,7 +2022,8 @@
|
|
|
1898
2022
|
"line": 236,
|
|
1899
2023
|
"character": 20
|
|
1900
2024
|
},
|
|
1901
|
-
"name": "ParserSlot"
|
|
2025
|
+
"name": "ParserSlot",
|
|
2026
|
+
"internalFilePath": "schema.main.runtime.ts"
|
|
1902
2027
|
}
|
|
1903
2028
|
]
|
|
1904
2029
|
},
|
|
@@ -2087,7 +2212,12 @@
|
|
|
2087
2212
|
"line": 12,
|
|
2088
2213
|
"character": 54
|
|
2089
2214
|
},
|
|
2090
|
-
"name": "Export"
|
|
2215
|
+
"name": "Export",
|
|
2216
|
+
"componentId": {
|
|
2217
|
+
"scope": "teambit.semantics",
|
|
2218
|
+
"name": "entities/semantic-schema",
|
|
2219
|
+
"version": "0.0.68"
|
|
2220
|
+
}
|
|
2091
2221
|
}
|
|
2092
2222
|
},
|
|
2093
2223
|
"modifiers": []
|
|
@@ -2151,7 +2281,11 @@
|
|
|
2151
2281
|
"line": 9,
|
|
2152
2282
|
"character": 22
|
|
2153
2283
|
},
|
|
2154
|
-
"name": "Component"
|
|
2284
|
+
"name": "Component",
|
|
2285
|
+
"componentId": {
|
|
2286
|
+
"scope": "teambit.component",
|
|
2287
|
+
"name": "component"
|
|
2288
|
+
}
|
|
2155
2289
|
},
|
|
2156
2290
|
"isOptional": false,
|
|
2157
2291
|
"isSpread": false
|
|
@@ -2193,7 +2327,12 @@
|
|
|
2193
2327
|
"line": 9,
|
|
2194
2328
|
"character": 76
|
|
2195
2329
|
},
|
|
2196
|
-
"name": "APISchema"
|
|
2330
|
+
"name": "APISchema",
|
|
2331
|
+
"componentId": {
|
|
2332
|
+
"scope": "teambit.semantics",
|
|
2333
|
+
"name": "entities/semantic-schema",
|
|
2334
|
+
"version": "0.0.68"
|
|
2335
|
+
}
|
|
2197
2336
|
}
|
|
2198
2337
|
]
|
|
2199
2338
|
},
|
|
@@ -2266,7 +2405,11 @@
|
|
|
2266
2405
|
"line": 20,
|
|
2267
2406
|
"character": 15
|
|
2268
2407
|
},
|
|
2269
|
-
"name": "Formatter"
|
|
2408
|
+
"name": "Formatter",
|
|
2409
|
+
"componentId": {
|
|
2410
|
+
"scope": "teambit.defender",
|
|
2411
|
+
"name": "formatter"
|
|
2412
|
+
}
|
|
2270
2413
|
},
|
|
2271
2414
|
"isOptional": true
|
|
2272
2415
|
},
|
|
@@ -2538,7 +2681,11 @@
|
|
|
2538
2681
|
"line": 27,
|
|
2539
2682
|
"character": 86
|
|
2540
2683
|
},
|
|
2541
|
-
"name": "Logger"
|
|
2684
|
+
"name": "Logger",
|
|
2685
|
+
"componentId": {
|
|
2686
|
+
"scope": "teambit.harmony",
|
|
2687
|
+
"name": "logger"
|
|
2688
|
+
}
|
|
2542
2689
|
},
|
|
2543
2690
|
"isOptional": false,
|
|
2544
2691
|
"isSpread": false
|
|
@@ -2580,7 +2727,11 @@
|
|
|
2580
2727
|
"line": 29,
|
|
2581
2728
|
"character": 26
|
|
2582
2729
|
},
|
|
2583
|
-
"name": "BuildContext"
|
|
2730
|
+
"name": "BuildContext",
|
|
2731
|
+
"componentId": {
|
|
2732
|
+
"scope": "teambit.pipelines",
|
|
2733
|
+
"name": "builder"
|
|
2734
|
+
}
|
|
2584
2735
|
},
|
|
2585
2736
|
"isOptional": false,
|
|
2586
2737
|
"isSpread": false
|
|
@@ -2602,7 +2753,11 @@
|
|
|
2602
2753
|
"line": 29,
|
|
2603
2754
|
"character": 49
|
|
2604
2755
|
},
|
|
2605
|
-
"name": "BuiltTaskResult"
|
|
2756
|
+
"name": "BuiltTaskResult",
|
|
2757
|
+
"componentId": {
|
|
2758
|
+
"scope": "teambit.pipelines",
|
|
2759
|
+
"name": "builder"
|
|
2760
|
+
}
|
|
2606
2761
|
}
|
|
2607
2762
|
]
|
|
2608
2763
|
},
|
|
@@ -2634,7 +2789,7 @@
|
|
|
2634
2789
|
"_legacy": {
|
|
2635
2790
|
"scope": "teambit.semantics",
|
|
2636
2791
|
"name": "schema",
|
|
2637
|
-
"version": "1.0.
|
|
2792
|
+
"version": "1.0.229"
|
|
2638
2793
|
},
|
|
2639
2794
|
"_scope": "teambit.semantics"
|
|
2640
2795
|
}
|
|
@@ -2741,6 +2896,10 @@
|
|
|
2741
2896
|
"character": 22
|
|
2742
2897
|
},
|
|
2743
2898
|
"name": "EnvHandler",
|
|
2899
|
+
"componentId": {
|
|
2900
|
+
"scope": "teambit.envs",
|
|
2901
|
+
"name": "envs"
|
|
2902
|
+
},
|
|
2744
2903
|
"typeArgs": [
|
|
2745
2904
|
{
|
|
2746
2905
|
"__schema": "TypeRefSchema",
|
|
@@ -2786,6 +2945,11 @@
|
|
|
2786
2945
|
"character": 26
|
|
2787
2946
|
},
|
|
2788
2947
|
"name": "SlotRegistry",
|
|
2948
|
+
"componentId": {
|
|
2949
|
+
"scope": "teambit.harmony",
|
|
2950
|
+
"name": "harmony",
|
|
2951
|
+
"version": "0.4.6"
|
|
2952
|
+
},
|
|
2789
2953
|
"typeArgs": [
|
|
2790
2954
|
{
|
|
2791
2955
|
"__schema": "TypeRefSchema",
|
|
@@ -2924,7 +3088,8 @@
|
|
|
2924
3088
|
"line": 49,
|
|
2925
3089
|
"character": 25
|
|
2926
3090
|
},
|
|
2927
|
-
"name": "ParserSlot"
|
|
3091
|
+
"name": "ParserSlot",
|
|
3092
|
+
"internalFilePath": "schema.main.runtime.ts"
|
|
2928
3093
|
},
|
|
2929
3094
|
"isOptional": false,
|
|
2930
3095
|
"isSpread": false
|
|
@@ -2944,7 +3109,11 @@
|
|
|
2944
3109
|
"line": 51,
|
|
2945
3110
|
"character": 19
|
|
2946
3111
|
},
|
|
2947
|
-
"name": "EnvsMain"
|
|
3112
|
+
"name": "EnvsMain",
|
|
3113
|
+
"componentId": {
|
|
3114
|
+
"scope": "teambit.envs",
|
|
3115
|
+
"name": "envs"
|
|
3116
|
+
}
|
|
2948
3117
|
},
|
|
2949
3118
|
"isOptional": false,
|
|
2950
3119
|
"isSpread": false
|
|
@@ -2964,7 +3133,8 @@
|
|
|
2964
3133
|
"line": 53,
|
|
2965
3134
|
"character": 21
|
|
2966
3135
|
},
|
|
2967
|
-
"name": "SchemaConfig"
|
|
3136
|
+
"name": "SchemaConfig",
|
|
3137
|
+
"internalFilePath": "schema.main.runtime.ts"
|
|
2968
3138
|
},
|
|
2969
3139
|
"isOptional": false,
|
|
2970
3140
|
"isSpread": false
|
|
@@ -2984,7 +3154,11 @@
|
|
|
2984
3154
|
"line": 55,
|
|
2985
3155
|
"character": 22
|
|
2986
3156
|
},
|
|
2987
|
-
"name": "BuilderMain"
|
|
3157
|
+
"name": "BuilderMain",
|
|
3158
|
+
"componentId": {
|
|
3159
|
+
"scope": "teambit.pipelines",
|
|
3160
|
+
"name": "builder"
|
|
3161
|
+
}
|
|
2988
3162
|
},
|
|
2989
3163
|
"isOptional": false,
|
|
2990
3164
|
"isSpread": false
|
|
@@ -3004,7 +3178,11 @@
|
|
|
3004
3178
|
"line": 57,
|
|
3005
3179
|
"character": 24
|
|
3006
3180
|
},
|
|
3007
|
-
"name": "Workspace"
|
|
3181
|
+
"name": "Workspace",
|
|
3182
|
+
"componentId": {
|
|
3183
|
+
"scope": "teambit.workspace",
|
|
3184
|
+
"name": "workspace"
|
|
3185
|
+
}
|
|
3008
3186
|
},
|
|
3009
3187
|
"isOptional": false,
|
|
3010
3188
|
"isSpread": false
|
|
@@ -3024,7 +3202,11 @@
|
|
|
3024
3202
|
"line": 59,
|
|
3025
3203
|
"character": 21
|
|
3026
3204
|
},
|
|
3027
|
-
"name": "Logger"
|
|
3205
|
+
"name": "Logger",
|
|
3206
|
+
"componentId": {
|
|
3207
|
+
"scope": "teambit.harmony",
|
|
3208
|
+
"name": "logger"
|
|
3209
|
+
}
|
|
3028
3210
|
},
|
|
3029
3211
|
"isOptional": false,
|
|
3030
3212
|
"isSpread": false
|
|
@@ -3097,7 +3279,12 @@
|
|
|
3097
3279
|
"line": 69,
|
|
3098
3280
|
"character": 31
|
|
3099
3281
|
},
|
|
3100
|
-
"name": "SchemaNodeConstructor"
|
|
3282
|
+
"name": "SchemaNodeConstructor",
|
|
3283
|
+
"componentId": {
|
|
3284
|
+
"scope": "teambit.semantics",
|
|
3285
|
+
"name": "entities/semantic-schema",
|
|
3286
|
+
"version": "0.0.68"
|
|
3287
|
+
}
|
|
3101
3288
|
},
|
|
3102
3289
|
"isOptional": false,
|
|
3103
3290
|
"isSpread": false
|
|
@@ -3189,7 +3376,12 @@
|
|
|
3189
3376
|
"line": 76,
|
|
3190
3377
|
"character": 48
|
|
3191
3378
|
},
|
|
3192
|
-
"name": "Export"
|
|
3379
|
+
"name": "Export",
|
|
3380
|
+
"componentId": {
|
|
3381
|
+
"scope": "teambit.semantics",
|
|
3382
|
+
"name": "entities/semantic-schema",
|
|
3383
|
+
"version": "0.0.68"
|
|
3384
|
+
}
|
|
3193
3385
|
}
|
|
3194
3386
|
},
|
|
3195
3387
|
"modifiers": []
|
|
@@ -3219,7 +3411,11 @@
|
|
|
3219
3411
|
"line": 91,
|
|
3220
3412
|
"character": 33
|
|
3221
3413
|
},
|
|
3222
|
-
"name": "Component"
|
|
3414
|
+
"name": "Component",
|
|
3415
|
+
"componentId": {
|
|
3416
|
+
"scope": "teambit.component",
|
|
3417
|
+
"name": "component"
|
|
3418
|
+
}
|
|
3223
3419
|
},
|
|
3224
3420
|
"isOptional": false,
|
|
3225
3421
|
"isSpread": false
|
|
@@ -3335,7 +3531,11 @@
|
|
|
3335
3531
|
"line": 109,
|
|
3336
3532
|
"character": 16
|
|
3337
3533
|
},
|
|
3338
|
-
"name": "Component"
|
|
3534
|
+
"name": "Component",
|
|
3535
|
+
"componentId": {
|
|
3536
|
+
"scope": "teambit.component",
|
|
3537
|
+
"name": "component"
|
|
3538
|
+
}
|
|
3339
3539
|
},
|
|
3340
3540
|
"isOptional": false,
|
|
3341
3541
|
"isSpread": false
|
|
@@ -3464,7 +3664,11 @@
|
|
|
3464
3664
|
"line": 115,
|
|
3465
3665
|
"character": 26
|
|
3466
3666
|
},
|
|
3467
|
-
"name": "SchemaTransformer"
|
|
3667
|
+
"name": "SchemaTransformer",
|
|
3668
|
+
"componentId": {
|
|
3669
|
+
"scope": "teambit.typescript",
|
|
3670
|
+
"name": "typescript"
|
|
3671
|
+
}
|
|
3468
3672
|
}
|
|
3469
3673
|
},
|
|
3470
3674
|
"isOptional": true,
|
|
@@ -3492,7 +3696,11 @@
|
|
|
3492
3696
|
"line": 116,
|
|
3493
3697
|
"character": 23
|
|
3494
3698
|
},
|
|
3495
|
-
"name": "SchemaNodeTransformer"
|
|
3699
|
+
"name": "SchemaNodeTransformer",
|
|
3700
|
+
"componentId": {
|
|
3701
|
+
"scope": "teambit.typescript",
|
|
3702
|
+
"name": "typescript"
|
|
3703
|
+
}
|
|
3496
3704
|
}
|
|
3497
3705
|
},
|
|
3498
3706
|
"isOptional": true,
|
|
@@ -3515,7 +3723,12 @@
|
|
|
3515
3723
|
"line": 117,
|
|
3516
3724
|
"character": 14
|
|
3517
3725
|
},
|
|
3518
|
-
"name": "APISchema"
|
|
3726
|
+
"name": "APISchema",
|
|
3727
|
+
"componentId": {
|
|
3728
|
+
"scope": "teambit.semantics",
|
|
3729
|
+
"name": "entities/semantic-schema",
|
|
3730
|
+
"version": "0.0.68"
|
|
3731
|
+
}
|
|
3519
3732
|
}
|
|
3520
3733
|
]
|
|
3521
3734
|
},
|
|
@@ -3722,7 +3935,11 @@
|
|
|
3722
3935
|
"line": 198,
|
|
3723
3936
|
"character": 28
|
|
3724
3937
|
},
|
|
3725
|
-
"name": "Component"
|
|
3938
|
+
"name": "Component",
|
|
3939
|
+
"componentId": {
|
|
3940
|
+
"scope": "teambit.component",
|
|
3941
|
+
"name": "component"
|
|
3942
|
+
}
|
|
3726
3943
|
},
|
|
3727
3944
|
"isOptional": false,
|
|
3728
3945
|
"isSpread": false
|
|
@@ -3764,7 +3981,11 @@
|
|
|
3764
3981
|
"line": 202,
|
|
3765
3982
|
"character": 35
|
|
3766
3983
|
},
|
|
3767
|
-
"name": "Component"
|
|
3984
|
+
"name": "Component",
|
|
3985
|
+
"componentId": {
|
|
3986
|
+
"scope": "teambit.component",
|
|
3987
|
+
"name": "component"
|
|
3988
|
+
}
|
|
3768
3989
|
},
|
|
3769
3990
|
"isOptional": false,
|
|
3770
3991
|
"isSpread": false
|
|
@@ -3898,7 +4119,11 @@
|
|
|
3898
4119
|
"line": 226,
|
|
3899
4120
|
"character": 7
|
|
3900
4121
|
},
|
|
3901
|
-
"name": "EnvsMain"
|
|
4122
|
+
"name": "EnvsMain",
|
|
4123
|
+
"componentId": {
|
|
4124
|
+
"scope": "teambit.envs",
|
|
4125
|
+
"name": "envs"
|
|
4126
|
+
}
|
|
3902
4127
|
},
|
|
3903
4128
|
{
|
|
3904
4129
|
"__schema": "TypeRefSchema",
|
|
@@ -3907,7 +4132,11 @@
|
|
|
3907
4132
|
"line": 227,
|
|
3908
4133
|
"character": 7
|
|
3909
4134
|
},
|
|
3910
|
-
"name": "CLIMain"
|
|
4135
|
+
"name": "CLIMain",
|
|
4136
|
+
"componentId": {
|
|
4137
|
+
"scope": "teambit.harmony",
|
|
4138
|
+
"name": "cli"
|
|
4139
|
+
}
|
|
3911
4140
|
},
|
|
3912
4141
|
{
|
|
3913
4142
|
"__schema": "TypeRefSchema",
|
|
@@ -3916,7 +4145,11 @@
|
|
|
3916
4145
|
"line": 228,
|
|
3917
4146
|
"character": 7
|
|
3918
4147
|
},
|
|
3919
|
-
"name": "ComponentMain"
|
|
4148
|
+
"name": "ComponentMain",
|
|
4149
|
+
"componentId": {
|
|
4150
|
+
"scope": "teambit.component",
|
|
4151
|
+
"name": "component"
|
|
4152
|
+
}
|
|
3920
4153
|
},
|
|
3921
4154
|
{
|
|
3922
4155
|
"__schema": "TypeRefSchema",
|
|
@@ -3925,7 +4158,11 @@
|
|
|
3925
4158
|
"line": 229,
|
|
3926
4159
|
"character": 7
|
|
3927
4160
|
},
|
|
3928
|
-
"name": "GraphqlMain"
|
|
4161
|
+
"name": "GraphqlMain",
|
|
4162
|
+
"componentId": {
|
|
4163
|
+
"scope": "teambit.harmony",
|
|
4164
|
+
"name": "graphql"
|
|
4165
|
+
}
|
|
3929
4166
|
},
|
|
3930
4167
|
{
|
|
3931
4168
|
"__schema": "TypeRefSchema",
|
|
@@ -3934,7 +4171,11 @@
|
|
|
3934
4171
|
"line": 230,
|
|
3935
4172
|
"character": 7
|
|
3936
4173
|
},
|
|
3937
|
-
"name": "LoggerMain"
|
|
4174
|
+
"name": "LoggerMain",
|
|
4175
|
+
"componentId": {
|
|
4176
|
+
"scope": "teambit.harmony",
|
|
4177
|
+
"name": "logger"
|
|
4178
|
+
}
|
|
3938
4179
|
},
|
|
3939
4180
|
{
|
|
3940
4181
|
"__schema": "TypeRefSchema",
|
|
@@ -3943,7 +4184,11 @@
|
|
|
3943
4184
|
"line": 231,
|
|
3944
4185
|
"character": 7
|
|
3945
4186
|
},
|
|
3946
|
-
"name": "BuilderMain"
|
|
4187
|
+
"name": "BuilderMain",
|
|
4188
|
+
"componentId": {
|
|
4189
|
+
"scope": "teambit.pipelines",
|
|
4190
|
+
"name": "builder"
|
|
4191
|
+
}
|
|
3947
4192
|
},
|
|
3948
4193
|
{
|
|
3949
4194
|
"__schema": "TypeRefSchema",
|
|
@@ -3952,7 +4197,11 @@
|
|
|
3952
4197
|
"line": 232,
|
|
3953
4198
|
"character": 7
|
|
3954
4199
|
},
|
|
3955
|
-
"name": "Workspace"
|
|
4200
|
+
"name": "Workspace",
|
|
4201
|
+
"componentId": {
|
|
4202
|
+
"scope": "teambit.workspace",
|
|
4203
|
+
"name": "workspace"
|
|
4204
|
+
}
|
|
3956
4205
|
},
|
|
3957
4206
|
{
|
|
3958
4207
|
"__schema": "TypeRefSchema",
|
|
@@ -3961,7 +4210,11 @@
|
|
|
3961
4210
|
"line": 233,
|
|
3962
4211
|
"character": 7
|
|
3963
4212
|
},
|
|
3964
|
-
"name": "ScopeMain"
|
|
4213
|
+
"name": "ScopeMain",
|
|
4214
|
+
"componentId": {
|
|
4215
|
+
"scope": "teambit.scope",
|
|
4216
|
+
"name": "scope"
|
|
4217
|
+
}
|
|
3965
4218
|
}
|
|
3966
4219
|
]
|
|
3967
4220
|
},
|
|
@@ -3983,7 +4236,8 @@
|
|
|
3983
4236
|
"line": 235,
|
|
3984
4237
|
"character": 13
|
|
3985
4238
|
},
|
|
3986
|
-
"name": "SchemaConfig"
|
|
4239
|
+
"name": "SchemaConfig",
|
|
4240
|
+
"internalFilePath": "schema.main.runtime.ts"
|
|
3987
4241
|
},
|
|
3988
4242
|
"isOptional": false,
|
|
3989
4243
|
"isSpread": false
|
|
@@ -4011,7 +4265,8 @@
|
|
|
4011
4265
|
"line": 236,
|
|
4012
4266
|
"character": 20
|
|
4013
4267
|
},
|
|
4014
|
-
"name": "ParserSlot"
|
|
4268
|
+
"name": "ParserSlot",
|
|
4269
|
+
"internalFilePath": "schema.main.runtime.ts"
|
|
4015
4270
|
}
|
|
4016
4271
|
]
|
|
4017
4272
|
},
|
|
@@ -4102,7 +4357,7 @@
|
|
|
4102
4357
|
"componentId": {
|
|
4103
4358
|
"scope": "teambit.semantics",
|
|
4104
4359
|
"name": "schema",
|
|
4105
|
-
"version": "1.0.
|
|
4360
|
+
"version": "1.0.229"
|
|
4106
4361
|
},
|
|
4107
4362
|
"taggedModuleExports": []
|
|
4108
4363
|
}
|