@teambit/generator 1.0.422 → 1.0.424
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_generator_generator-preview.js +1 -1
- package/artifacts/schema.json +353 -228
- package/dist/component-generator.d.ts +6 -2
- package/dist/component-generator.js +3 -2
- package/dist/component-generator.js.map +1 -1
- package/dist/generator.main.runtime.d.ts +2 -2
- package/dist/generator.main.runtime.js +2 -2
- package/dist/generator.main.runtime.js.map +1 -1
- package/dist/{preview-1727839291394.js → preview-1728011998670.js} +2 -2
- package/package.json +22 -22
package/artifacts/schema.json
CHANGED
|
@@ -1428,7 +1428,7 @@
|
|
|
1428
1428
|
"line": 299,
|
|
1429
1429
|
"character": 3
|
|
1430
1430
|
},
|
|
1431
|
-
"signature": "(method) GeneratorMain.generateComponentTemplate(componentNames: string[], templateName: string, options: Partial<CreateOptions
|
|
1431
|
+
"signature": "(method) GeneratorMain.generateComponentTemplate(componentNames: string[], templateName: string, options: Partial<CreateOptions>, installOptions?: InstallOptions): Promise<GenerateResult[]>",
|
|
1432
1432
|
"name": "generateComponentTemplate",
|
|
1433
1433
|
"params": [
|
|
1434
1434
|
{
|
|
@@ -1510,13 +1510,34 @@
|
|
|
1510
1510
|
},
|
|
1511
1511
|
"isOptional": false,
|
|
1512
1512
|
"isSpread": false
|
|
1513
|
+
},
|
|
1514
|
+
{
|
|
1515
|
+
"__schema": "ParameterSchema",
|
|
1516
|
+
"location": {
|
|
1517
|
+
"filePath": "generator.main.runtime.ts",
|
|
1518
|
+
"line": 303,
|
|
1519
|
+
"character": 5
|
|
1520
|
+
},
|
|
1521
|
+
"name": "installOptions",
|
|
1522
|
+
"type": {
|
|
1523
|
+
"__schema": "TypeRefSchema",
|
|
1524
|
+
"location": {
|
|
1525
|
+
"filePath": "generator.main.runtime.ts",
|
|
1526
|
+
"line": 303,
|
|
1527
|
+
"character": 22
|
|
1528
|
+
},
|
|
1529
|
+
"name": "InstallOptions",
|
|
1530
|
+
"internalFilePath": "component-generator.ts"
|
|
1531
|
+
},
|
|
1532
|
+
"isOptional": true,
|
|
1533
|
+
"isSpread": false
|
|
1513
1534
|
}
|
|
1514
1535
|
],
|
|
1515
1536
|
"returnType": {
|
|
1516
1537
|
"__schema": "TypeRefSchema",
|
|
1517
1538
|
"location": {
|
|
1518
1539
|
"filePath": "generator.main.runtime.ts",
|
|
1519
|
-
"line":
|
|
1540
|
+
"line": 304,
|
|
1520
1541
|
"character": 6
|
|
1521
1542
|
},
|
|
1522
1543
|
"name": "Promise",
|
|
@@ -1525,14 +1546,14 @@
|
|
|
1525
1546
|
"__schema": "TypeArraySchema",
|
|
1526
1547
|
"location": {
|
|
1527
1548
|
"filePath": "generator.main.runtime.ts",
|
|
1528
|
-
"line":
|
|
1549
|
+
"line": 304,
|
|
1529
1550
|
"character": 14
|
|
1530
1551
|
},
|
|
1531
1552
|
"type": {
|
|
1532
1553
|
"__schema": "TypeRefSchema",
|
|
1533
1554
|
"location": {
|
|
1534
1555
|
"filePath": "generator.main.runtime.ts",
|
|
1535
|
-
"line":
|
|
1556
|
+
"line": 304,
|
|
1536
1557
|
"character": 14
|
|
1537
1558
|
},
|
|
1538
1559
|
"name": "GenerateResult"
|
|
@@ -1548,7 +1569,7 @@
|
|
|
1548
1569
|
"__schema": "FunctionLikeSchema",
|
|
1549
1570
|
"location": {
|
|
1550
1571
|
"filePath": "generator.main.runtime.ts",
|
|
1551
|
-
"line":
|
|
1572
|
+
"line": 368,
|
|
1552
1573
|
"character": 3
|
|
1553
1574
|
},
|
|
1554
1575
|
"signature": "(method) GeneratorMain.generateWorkspaceTemplate(workspaceName: string, templateName: string, options: NewOptions & {\n aspect?: string;\n currentDir?: boolean;\n}): Promise<GenerateWorkspaceTemplateResult>",
|
|
@@ -1558,7 +1579,7 @@
|
|
|
1558
1579
|
"__schema": "ParameterSchema",
|
|
1559
1580
|
"location": {
|
|
1560
1581
|
"filePath": "generator.main.runtime.ts",
|
|
1561
|
-
"line":
|
|
1582
|
+
"line": 369,
|
|
1562
1583
|
"character": 5
|
|
1563
1584
|
},
|
|
1564
1585
|
"name": "workspaceName",
|
|
@@ -1566,7 +1587,7 @@
|
|
|
1566
1587
|
"__schema": "KeywordTypeSchema",
|
|
1567
1588
|
"location": {
|
|
1568
1589
|
"filePath": "generator.main.runtime.ts",
|
|
1569
|
-
"line":
|
|
1590
|
+
"line": 369,
|
|
1570
1591
|
"character": 20
|
|
1571
1592
|
},
|
|
1572
1593
|
"name": "string"
|
|
@@ -1578,7 +1599,7 @@
|
|
|
1578
1599
|
"__schema": "ParameterSchema",
|
|
1579
1600
|
"location": {
|
|
1580
1601
|
"filePath": "generator.main.runtime.ts",
|
|
1581
|
-
"line":
|
|
1602
|
+
"line": 370,
|
|
1582
1603
|
"character": 5
|
|
1583
1604
|
},
|
|
1584
1605
|
"name": "templateName",
|
|
@@ -1586,7 +1607,7 @@
|
|
|
1586
1607
|
"__schema": "KeywordTypeSchema",
|
|
1587
1608
|
"location": {
|
|
1588
1609
|
"filePath": "generator.main.runtime.ts",
|
|
1589
|
-
"line":
|
|
1610
|
+
"line": 370,
|
|
1590
1611
|
"character": 19
|
|
1591
1612
|
},
|
|
1592
1613
|
"name": "string"
|
|
@@ -1598,7 +1619,7 @@
|
|
|
1598
1619
|
"__schema": "ParameterSchema",
|
|
1599
1620
|
"location": {
|
|
1600
1621
|
"filePath": "generator.main.runtime.ts",
|
|
1601
|
-
"line":
|
|
1622
|
+
"line": 371,
|
|
1602
1623
|
"character": 5
|
|
1603
1624
|
},
|
|
1604
1625
|
"name": "options",
|
|
@@ -1606,7 +1627,7 @@
|
|
|
1606
1627
|
"__schema": "TypeIntersectionSchema",
|
|
1607
1628
|
"location": {
|
|
1608
1629
|
"filePath": "generator.main.runtime.ts",
|
|
1609
|
-
"line":
|
|
1630
|
+
"line": 371,
|
|
1610
1631
|
"character": 14
|
|
1611
1632
|
},
|
|
1612
1633
|
"types": [
|
|
@@ -1614,7 +1635,7 @@
|
|
|
1614
1635
|
"__schema": "TypeRefSchema",
|
|
1615
1636
|
"location": {
|
|
1616
1637
|
"filePath": "generator.main.runtime.ts",
|
|
1617
|
-
"line":
|
|
1638
|
+
"line": 371,
|
|
1618
1639
|
"character": 14
|
|
1619
1640
|
},
|
|
1620
1641
|
"name": "NewOptions",
|
|
@@ -1624,7 +1645,7 @@
|
|
|
1624
1645
|
"__schema": "TypeLiteralSchema",
|
|
1625
1646
|
"location": {
|
|
1626
1647
|
"filePath": "generator.main.runtime.ts",
|
|
1627
|
-
"line":
|
|
1648
|
+
"line": 371,
|
|
1628
1649
|
"character": 27
|
|
1629
1650
|
},
|
|
1630
1651
|
"members": [
|
|
@@ -1632,7 +1653,7 @@
|
|
|
1632
1653
|
"__schema": "VariableLikeSchema",
|
|
1633
1654
|
"location": {
|
|
1634
1655
|
"filePath": "generator.main.runtime.ts",
|
|
1635
|
-
"line":
|
|
1656
|
+
"line": 371,
|
|
1636
1657
|
"character": 29
|
|
1637
1658
|
},
|
|
1638
1659
|
"signature": "(property) aspect?: string | undefined",
|
|
@@ -1641,7 +1662,7 @@
|
|
|
1641
1662
|
"__schema": "KeywordTypeSchema",
|
|
1642
1663
|
"location": {
|
|
1643
1664
|
"filePath": "generator.main.runtime.ts",
|
|
1644
|
-
"line":
|
|
1665
|
+
"line": 371,
|
|
1645
1666
|
"character": 38
|
|
1646
1667
|
},
|
|
1647
1668
|
"name": "string"
|
|
@@ -1652,7 +1673,7 @@
|
|
|
1652
1673
|
"__schema": "VariableLikeSchema",
|
|
1653
1674
|
"location": {
|
|
1654
1675
|
"filePath": "generator.main.runtime.ts",
|
|
1655
|
-
"line":
|
|
1676
|
+
"line": 371,
|
|
1656
1677
|
"character": 46
|
|
1657
1678
|
},
|
|
1658
1679
|
"signature": "(property) currentDir?: boolean | undefined",
|
|
@@ -1661,7 +1682,7 @@
|
|
|
1661
1682
|
"__schema": "KeywordTypeSchema",
|
|
1662
1683
|
"location": {
|
|
1663
1684
|
"filePath": "generator.main.runtime.ts",
|
|
1664
|
-
"line":
|
|
1685
|
+
"line": 371,
|
|
1665
1686
|
"character": 59
|
|
1666
1687
|
},
|
|
1667
1688
|
"name": "boolean"
|
|
@@ -1680,7 +1701,7 @@
|
|
|
1680
1701
|
"__schema": "TypeRefSchema",
|
|
1681
1702
|
"location": {
|
|
1682
1703
|
"filePath": "generator.main.runtime.ts",
|
|
1683
|
-
"line":
|
|
1704
|
+
"line": 372,
|
|
1684
1705
|
"character": 6
|
|
1685
1706
|
},
|
|
1686
1707
|
"name": "Promise",
|
|
@@ -1689,7 +1710,7 @@
|
|
|
1689
1710
|
"__schema": "TypeRefSchema",
|
|
1690
1711
|
"location": {
|
|
1691
1712
|
"filePath": "generator.main.runtime.ts",
|
|
1692
|
-
"line":
|
|
1713
|
+
"line": 372,
|
|
1693
1714
|
"character": 14
|
|
1694
1715
|
},
|
|
1695
1716
|
"name": "GenerateWorkspaceTemplateResult",
|
|
@@ -1705,14 +1726,14 @@
|
|
|
1705
1726
|
"__schema": "FunctionLikeSchema",
|
|
1706
1727
|
"location": {
|
|
1707
1728
|
"filePath": "generator.main.runtime.ts",
|
|
1708
|
-
"line":
|
|
1729
|
+
"line": 448,
|
|
1709
1730
|
"character": 3
|
|
1710
1731
|
},
|
|
1711
1732
|
"doc": {
|
|
1712
1733
|
"__schema": "DocSchema",
|
|
1713
1734
|
"location": {
|
|
1714
1735
|
"filePath": "generator.main.runtime.ts",
|
|
1715
|
-
"line":
|
|
1736
|
+
"line": 445,
|
|
1716
1737
|
"character": 3
|
|
1717
1738
|
},
|
|
1718
1739
|
"raw": "/**\n * list all starter templates registered by an env.\n */",
|
|
@@ -1726,7 +1747,7 @@
|
|
|
1726
1747
|
"__schema": "ParameterSchema",
|
|
1727
1748
|
"location": {
|
|
1728
1749
|
"filePath": "generator.main.runtime.ts",
|
|
1729
|
-
"line":
|
|
1750
|
+
"line": 448,
|
|
1730
1751
|
"character": 35
|
|
1731
1752
|
},
|
|
1732
1753
|
"name": "envId",
|
|
@@ -1734,7 +1755,7 @@
|
|
|
1734
1755
|
"__schema": "KeywordTypeSchema",
|
|
1735
1756
|
"location": {
|
|
1736
1757
|
"filePath": "generator.main.runtime.ts",
|
|
1737
|
-
"line":
|
|
1758
|
+
"line": 448,
|
|
1738
1759
|
"character": 42
|
|
1739
1760
|
},
|
|
1740
1761
|
"name": "string"
|
|
@@ -1746,7 +1767,7 @@
|
|
|
1746
1767
|
"__schema": "ParameterSchema",
|
|
1747
1768
|
"location": {
|
|
1748
1769
|
"filePath": "generator.main.runtime.ts",
|
|
1749
|
-
"line":
|
|
1770
|
+
"line": 448,
|
|
1750
1771
|
"character": 50
|
|
1751
1772
|
},
|
|
1752
1773
|
"name": "remoteEnvsAspect",
|
|
@@ -1754,7 +1775,7 @@
|
|
|
1754
1775
|
"__schema": "TypeRefSchema",
|
|
1755
1776
|
"location": {
|
|
1756
1777
|
"filePath": "generator.main.runtime.ts",
|
|
1757
|
-
"line":
|
|
1778
|
+
"line": 448,
|
|
1758
1779
|
"character": 69
|
|
1759
1780
|
},
|
|
1760
1781
|
"name": "EnvsMain",
|
|
@@ -1771,7 +1792,7 @@
|
|
|
1771
1792
|
"__schema": "TypeRefSchema",
|
|
1772
1793
|
"location": {
|
|
1773
1794
|
"filePath": "generator.main.runtime.ts",
|
|
1774
|
-
"line":
|
|
1795
|
+
"line": 448,
|
|
1775
1796
|
"character": 80
|
|
1776
1797
|
},
|
|
1777
1798
|
"name": "Promise",
|
|
@@ -1780,7 +1801,7 @@
|
|
|
1780
1801
|
"__schema": "TypeRefSchema",
|
|
1781
1802
|
"location": {
|
|
1782
1803
|
"filePath": "generator.main.runtime.ts",
|
|
1783
|
-
"line":
|
|
1804
|
+
"line": 448,
|
|
1784
1805
|
"character": 88
|
|
1785
1806
|
},
|
|
1786
1807
|
"name": "Array",
|
|
@@ -1789,7 +1810,7 @@
|
|
|
1789
1810
|
"__schema": "TypeRefSchema",
|
|
1790
1811
|
"location": {
|
|
1791
1812
|
"filePath": "generator.main.runtime.ts",
|
|
1792
|
-
"line":
|
|
1813
|
+
"line": 448,
|
|
1793
1814
|
"character": 94
|
|
1794
1815
|
},
|
|
1795
1816
|
"name": "WorkspaceTemplateWithId",
|
|
@@ -1807,14 +1828,14 @@
|
|
|
1807
1828
|
"__schema": "FunctionLikeSchema",
|
|
1808
1829
|
"location": {
|
|
1809
1830
|
"filePath": "generator.main.runtime.ts",
|
|
1810
|
-
"line":
|
|
1831
|
+
"line": 469,
|
|
1811
1832
|
"character": 3
|
|
1812
1833
|
},
|
|
1813
1834
|
"doc": {
|
|
1814
1835
|
"__schema": "DocSchema",
|
|
1815
1836
|
"location": {
|
|
1816
1837
|
"filePath": "generator.main.runtime.ts",
|
|
1817
|
-
"line":
|
|
1838
|
+
"line": 466,
|
|
1818
1839
|
"character": 3
|
|
1819
1840
|
},
|
|
1820
1841
|
"raw": "/**\n * list all component templates registered by an env.\n */",
|
|
@@ -1828,7 +1849,7 @@
|
|
|
1828
1849
|
"__schema": "ParameterSchema",
|
|
1829
1850
|
"location": {
|
|
1830
1851
|
"filePath": "generator.main.runtime.ts",
|
|
1831
|
-
"line":
|
|
1852
|
+
"line": 469,
|
|
1832
1853
|
"character": 45
|
|
1833
1854
|
},
|
|
1834
1855
|
"name": "ids",
|
|
@@ -1836,14 +1857,14 @@
|
|
|
1836
1857
|
"__schema": "TypeArraySchema",
|
|
1837
1858
|
"location": {
|
|
1838
1859
|
"filePath": "generator.main.runtime.ts",
|
|
1839
|
-
"line":
|
|
1860
|
+
"line": 469,
|
|
1840
1861
|
"character": 50
|
|
1841
1862
|
},
|
|
1842
1863
|
"type": {
|
|
1843
1864
|
"__schema": "KeywordTypeSchema",
|
|
1844
1865
|
"location": {
|
|
1845
1866
|
"filePath": "generator.main.runtime.ts",
|
|
1846
|
-
"line":
|
|
1867
|
+
"line": 469,
|
|
1847
1868
|
"character": 50
|
|
1848
1869
|
},
|
|
1849
1870
|
"name": "string"
|
|
@@ -1857,7 +1878,7 @@
|
|
|
1857
1878
|
"__schema": "ParameterSchema",
|
|
1858
1879
|
"location": {
|
|
1859
1880
|
"filePath": "generator.main.runtime.ts",
|
|
1860
|
-
"line":
|
|
1881
|
+
"line": 469,
|
|
1861
1882
|
"character": 65
|
|
1862
1883
|
},
|
|
1863
1884
|
"name": "aspectId",
|
|
@@ -1865,7 +1886,7 @@
|
|
|
1865
1886
|
"__schema": "KeywordTypeSchema",
|
|
1866
1887
|
"location": {
|
|
1867
1888
|
"filePath": "generator.main.runtime.ts",
|
|
1868
|
-
"line":
|
|
1889
|
+
"line": 469,
|
|
1869
1890
|
"character": 76
|
|
1870
1891
|
},
|
|
1871
1892
|
"name": "string"
|
|
@@ -1878,7 +1899,7 @@
|
|
|
1878
1899
|
"__schema": "TypeRefSchema",
|
|
1879
1900
|
"location": {
|
|
1880
1901
|
"filePath": "generator.main.runtime.ts",
|
|
1881
|
-
"line":
|
|
1902
|
+
"line": 469,
|
|
1882
1903
|
"character": 85
|
|
1883
1904
|
},
|
|
1884
1905
|
"name": "Promise",
|
|
@@ -1887,14 +1908,14 @@
|
|
|
1887
1908
|
"__schema": "TypeArraySchema",
|
|
1888
1909
|
"location": {
|
|
1889
1910
|
"filePath": "generator.main.runtime.ts",
|
|
1890
|
-
"line":
|
|
1911
|
+
"line": 469,
|
|
1891
1912
|
"character": 93
|
|
1892
1913
|
},
|
|
1893
1914
|
"type": {
|
|
1894
1915
|
"__schema": "TypeRefSchema",
|
|
1895
1916
|
"location": {
|
|
1896
1917
|
"filePath": "generator.main.runtime.ts",
|
|
1897
|
-
"line":
|
|
1918
|
+
"line": 469,
|
|
1898
1919
|
"character": 93
|
|
1899
1920
|
},
|
|
1900
1921
|
"name": "TemplateDescriptor",
|
|
@@ -1911,7 +1932,7 @@
|
|
|
1911
1932
|
"__schema": "FunctionLikeSchema",
|
|
1912
1933
|
"location": {
|
|
1913
1934
|
"filePath": "generator.main.runtime.ts",
|
|
1914
|
-
"line":
|
|
1935
|
+
"line": 483,
|
|
1915
1936
|
"character": 3
|
|
1916
1937
|
},
|
|
1917
1938
|
"signature": "(method) GeneratorMain.getConfiguredEnvs(): string[]",
|
|
@@ -1921,14 +1942,14 @@
|
|
|
1921
1942
|
"__schema": "TypeArraySchema",
|
|
1922
1943
|
"location": {
|
|
1923
1944
|
"filePath": "generator.main.runtime.ts",
|
|
1924
|
-
"line":
|
|
1945
|
+
"line": 483,
|
|
1925
1946
|
"character": 24
|
|
1926
1947
|
},
|
|
1927
1948
|
"type": {
|
|
1928
1949
|
"__schema": "KeywordTypeSchema",
|
|
1929
1950
|
"location": {
|
|
1930
1951
|
"filePath": "generator.main.runtime.ts",
|
|
1931
|
-
"line":
|
|
1952
|
+
"line": 483,
|
|
1932
1953
|
"character": 24
|
|
1933
1954
|
},
|
|
1934
1955
|
"name": "string"
|
|
@@ -1940,7 +1961,7 @@
|
|
|
1940
1961
|
"__schema": "FunctionLikeSchema",
|
|
1941
1962
|
"location": {
|
|
1942
1963
|
"filePath": "generator.main.runtime.ts",
|
|
1943
|
-
"line":
|
|
1964
|
+
"line": 487,
|
|
1944
1965
|
"character": 3
|
|
1945
1966
|
},
|
|
1946
1967
|
"signature": "(method) GeneratorMain.listEnvComponentTemplates(ids?: string[], aspectId?: string): Promise<Array<ComponentTemplateWithId>>",
|
|
@@ -1950,7 +1971,7 @@
|
|
|
1950
1971
|
"__schema": "ParameterSchema",
|
|
1951
1972
|
"location": {
|
|
1952
1973
|
"filePath": "generator.main.runtime.ts",
|
|
1953
|
-
"line":
|
|
1974
|
+
"line": 487,
|
|
1954
1975
|
"character": 35
|
|
1955
1976
|
},
|
|
1956
1977
|
"name": "ids",
|
|
@@ -1958,14 +1979,14 @@
|
|
|
1958
1979
|
"__schema": "TypeArraySchema",
|
|
1959
1980
|
"location": {
|
|
1960
1981
|
"filePath": "generator.main.runtime.ts",
|
|
1961
|
-
"line":
|
|
1982
|
+
"line": 487,
|
|
1962
1983
|
"character": 40
|
|
1963
1984
|
},
|
|
1964
1985
|
"type": {
|
|
1965
1986
|
"__schema": "KeywordTypeSchema",
|
|
1966
1987
|
"location": {
|
|
1967
1988
|
"filePath": "generator.main.runtime.ts",
|
|
1968
|
-
"line":
|
|
1989
|
+
"line": 487,
|
|
1969
1990
|
"character": 40
|
|
1970
1991
|
},
|
|
1971
1992
|
"name": "string"
|
|
@@ -1979,7 +2000,7 @@
|
|
|
1979
2000
|
"__schema": "ParameterSchema",
|
|
1980
2001
|
"location": {
|
|
1981
2002
|
"filePath": "generator.main.runtime.ts",
|
|
1982
|
-
"line":
|
|
2003
|
+
"line": 487,
|
|
1983
2004
|
"character": 55
|
|
1984
2005
|
},
|
|
1985
2006
|
"name": "aspectId",
|
|
@@ -1987,7 +2008,7 @@
|
|
|
1987
2008
|
"__schema": "KeywordTypeSchema",
|
|
1988
2009
|
"location": {
|
|
1989
2010
|
"filePath": "generator.main.runtime.ts",
|
|
1990
|
-
"line":
|
|
2011
|
+
"line": 487,
|
|
1991
2012
|
"character": 66
|
|
1992
2013
|
},
|
|
1993
2014
|
"name": "string"
|
|
@@ -2000,7 +2021,7 @@
|
|
|
2000
2021
|
"__schema": "TypeRefSchema",
|
|
2001
2022
|
"location": {
|
|
2002
2023
|
"filePath": "generator.main.runtime.ts",
|
|
2003
|
-
"line":
|
|
2024
|
+
"line": 487,
|
|
2004
2025
|
"character": 75
|
|
2005
2026
|
},
|
|
2006
2027
|
"name": "Promise",
|
|
@@ -2009,7 +2030,7 @@
|
|
|
2009
2030
|
"__schema": "TypeRefSchema",
|
|
2010
2031
|
"location": {
|
|
2011
2032
|
"filePath": "generator.main.runtime.ts",
|
|
2012
|
-
"line":
|
|
2033
|
+
"line": 487,
|
|
2013
2034
|
"character": 83
|
|
2014
2035
|
},
|
|
2015
2036
|
"name": "Array",
|
|
@@ -2018,7 +2039,7 @@
|
|
|
2018
2039
|
"__schema": "TypeRefSchema",
|
|
2019
2040
|
"location": {
|
|
2020
2041
|
"filePath": "generator.main.runtime.ts",
|
|
2021
|
-
"line":
|
|
2042
|
+
"line": 487,
|
|
2022
2043
|
"character": 89
|
|
2023
2044
|
},
|
|
2024
2045
|
"name": "ComponentTemplateWithId",
|
|
@@ -2036,7 +2057,7 @@
|
|
|
2036
2057
|
"__schema": "FunctionLikeSchema",
|
|
2037
2058
|
"location": {
|
|
2038
2059
|
"filePath": "generator.main.runtime.ts",
|
|
2039
|
-
"line":
|
|
2060
|
+
"line": 514,
|
|
2040
2061
|
"character": 3
|
|
2041
2062
|
},
|
|
2042
2063
|
"signature": "(method) GeneratorMain.loadEnvs(ids?: string[], remoteEnvsAspect?: EnvsMain): Promise<EnvDefinition[]>",
|
|
@@ -2046,7 +2067,7 @@
|
|
|
2046
2067
|
"__schema": "ParameterSchema",
|
|
2047
2068
|
"location": {
|
|
2048
2069
|
"filePath": "generator.main.runtime.ts",
|
|
2049
|
-
"line":
|
|
2070
|
+
"line": 514,
|
|
2050
2071
|
"character": 18
|
|
2051
2072
|
},
|
|
2052
2073
|
"name": "ids",
|
|
@@ -2054,14 +2075,14 @@
|
|
|
2054
2075
|
"__schema": "TypeArraySchema",
|
|
2055
2076
|
"location": {
|
|
2056
2077
|
"filePath": "generator.main.runtime.ts",
|
|
2057
|
-
"line":
|
|
2078
|
+
"line": 514,
|
|
2058
2079
|
"character": 23
|
|
2059
2080
|
},
|
|
2060
2081
|
"type": {
|
|
2061
2082
|
"__schema": "KeywordTypeSchema",
|
|
2062
2083
|
"location": {
|
|
2063
2084
|
"filePath": "generator.main.runtime.ts",
|
|
2064
|
-
"line":
|
|
2085
|
+
"line": 514,
|
|
2065
2086
|
"character": 23
|
|
2066
2087
|
},
|
|
2067
2088
|
"name": "string"
|
|
@@ -2075,7 +2096,7 @@
|
|
|
2075
2096
|
"__schema": "ParameterSchema",
|
|
2076
2097
|
"location": {
|
|
2077
2098
|
"filePath": "generator.main.runtime.ts",
|
|
2078
|
-
"line":
|
|
2099
|
+
"line": 514,
|
|
2079
2100
|
"character": 58
|
|
2080
2101
|
},
|
|
2081
2102
|
"name": "remoteEnvsAspect",
|
|
@@ -2083,7 +2104,7 @@
|
|
|
2083
2104
|
"__schema": "TypeRefSchema",
|
|
2084
2105
|
"location": {
|
|
2085
2106
|
"filePath": "generator.main.runtime.ts",
|
|
2086
|
-
"line":
|
|
2107
|
+
"line": 514,
|
|
2087
2108
|
"character": 77
|
|
2088
2109
|
},
|
|
2089
2110
|
"name": "EnvsMain",
|
|
@@ -2100,7 +2121,7 @@
|
|
|
2100
2121
|
"__schema": "TypeRefSchema",
|
|
2101
2122
|
"location": {
|
|
2102
2123
|
"filePath": "generator.main.runtime.ts",
|
|
2103
|
-
"line":
|
|
2124
|
+
"line": 514,
|
|
2104
2125
|
"character": 88
|
|
2105
2126
|
},
|
|
2106
2127
|
"name": "Promise",
|
|
@@ -2109,14 +2130,14 @@
|
|
|
2109
2130
|
"__schema": "TypeArraySchema",
|
|
2110
2131
|
"location": {
|
|
2111
2132
|
"filePath": "generator.main.runtime.ts",
|
|
2112
|
-
"line":
|
|
2133
|
+
"line": 514,
|
|
2113
2134
|
"character": 96
|
|
2114
2135
|
},
|
|
2115
2136
|
"type": {
|
|
2116
2137
|
"__schema": "TypeRefSchema",
|
|
2117
2138
|
"location": {
|
|
2118
2139
|
"filePath": "generator.main.runtime.ts",
|
|
2119
|
-
"line":
|
|
2140
|
+
"line": 514,
|
|
2120
2141
|
"character": 96
|
|
2121
2142
|
},
|
|
2122
2143
|
"name": "EnvDefinition",
|
|
@@ -2136,7 +2157,7 @@
|
|
|
2136
2157
|
"__schema": "FunctionLikeSchema",
|
|
2137
2158
|
"location": {
|
|
2138
2159
|
"filePath": "generator.main.runtime.ts",
|
|
2139
|
-
"line":
|
|
2160
|
+
"line": 534,
|
|
2140
2161
|
"character": 3
|
|
2141
2162
|
},
|
|
2142
2163
|
"signature": "(method) GeneratorMain.loadAspects(): Promise<void>",
|
|
@@ -2146,7 +2167,7 @@
|
|
|
2146
2167
|
"__schema": "InferenceTypeSchema",
|
|
2147
2168
|
"location": {
|
|
2148
2169
|
"filePath": "generator.main.runtime.ts",
|
|
2149
|
-
"line":
|
|
2170
|
+
"line": 534,
|
|
2150
2171
|
"character": 3
|
|
2151
2172
|
},
|
|
2152
2173
|
"type": "Promise<void>"
|
|
@@ -2159,7 +2180,7 @@
|
|
|
2159
2180
|
"__schema": "VariableLikeSchema",
|
|
2160
2181
|
"location": {
|
|
2161
2182
|
"filePath": "generator.main.runtime.ts",
|
|
2162
|
-
"line":
|
|
2183
|
+
"line": 540,
|
|
2163
2184
|
"character": 3
|
|
2164
2185
|
},
|
|
2165
2186
|
"signature": "(property) GeneratorMain.slots: (((registerFn: () => string) => SlotRegistry<ComponentTemplate[]>) | ((registerFn: () => string) => SlotRegistry<WorkspaceTemplate[]>) | ((registerFn: () => string) => SlotRegistry<...>))[]",
|
|
@@ -2168,7 +2189,7 @@
|
|
|
2168
2189
|
"__schema": "InferenceTypeSchema",
|
|
2169
2190
|
"location": {
|
|
2170
2191
|
"filePath": "generator.main.runtime.ts",
|
|
2171
|
-
"line":
|
|
2192
|
+
"line": 540,
|
|
2172
2193
|
"character": 3
|
|
2173
2194
|
},
|
|
2174
2195
|
"type": "(((registerFn: () => string) => SlotRegistry<ComponentTemplate[]>) | ((registerFn: () => string) => SlotRegistry<WorkspaceTemplate[]>) | ((registerFn: () => string) => SlotRegistry<...>))[]"
|
|
@@ -2180,7 +2201,7 @@
|
|
|
2180
2201
|
"__schema": "VariableLikeSchema",
|
|
2181
2202
|
"location": {
|
|
2182
2203
|
"filePath": "generator.main.runtime.ts",
|
|
2183
|
-
"line":
|
|
2204
|
+
"line": 546,
|
|
2184
2205
|
"character": 3
|
|
2185
2206
|
},
|
|
2186
2207
|
"signature": "(property) GeneratorMain.dependencies: Aspect[]",
|
|
@@ -2189,7 +2210,7 @@
|
|
|
2189
2210
|
"__schema": "InferenceTypeSchema",
|
|
2190
2211
|
"location": {
|
|
2191
2212
|
"filePath": "generator.main.runtime.ts",
|
|
2192
|
-
"line":
|
|
2213
|
+
"line": 546,
|
|
2193
2214
|
"character": 3
|
|
2194
2215
|
},
|
|
2195
2216
|
"type": "Aspect[]"
|
|
@@ -2201,7 +2222,7 @@
|
|
|
2201
2222
|
"__schema": "VariableLikeSchema",
|
|
2202
2223
|
"location": {
|
|
2203
2224
|
"filePath": "generator.main.runtime.ts",
|
|
2204
|
-
"line":
|
|
2225
|
+
"line": 561,
|
|
2205
2226
|
"character": 3
|
|
2206
2227
|
},
|
|
2207
2228
|
"signature": "(property) GeneratorMain.runtime: RuntimeDefinition",
|
|
@@ -2210,7 +2231,7 @@
|
|
|
2210
2231
|
"__schema": "InferenceTypeSchema",
|
|
2211
2232
|
"location": {
|
|
2212
2233
|
"filePath": "generator.main.runtime.ts",
|
|
2213
|
-
"line":
|
|
2234
|
+
"line": 561,
|
|
2214
2235
|
"character": 3
|
|
2215
2236
|
},
|
|
2216
2237
|
"type": "RuntimeDefinition"
|
|
@@ -2222,7 +2243,7 @@
|
|
|
2222
2243
|
"__schema": "FunctionLikeSchema",
|
|
2223
2244
|
"location": {
|
|
2224
2245
|
"filePath": "generator.main.runtime.ts",
|
|
2225
|
-
"line":
|
|
2246
|
+
"line": 563,
|
|
2226
2247
|
"character": 3
|
|
2227
2248
|
},
|
|
2228
2249
|
"signature": "(method) GeneratorMain.provider([workspace, cli, graphql, envs, aspectLoader, newComponentHelper, componentAspect, tracker, loggerMain, git, wsConfigFiles, deprecation,]: [\n Workspace,\n CLIMain,\n GraphqlMain,\n EnvsMain,\n AspectLoaderMain,\n NewComponentHelperMain,\n ComponentMain,\n TrackerMain,\n LoggerMain,\n GitMain,\n WorkspaceConfigFilesMain,\n DeprecationMain\n], config: GeneratorConfig, [componentTemplateSlot, workspaceTemplateSlot, onComponentCreateSlot]: [\n ComponentTemplateSlot,\n WorkspaceTemplateSlot,\n OnComponentCreateSlot\n]): Promise<GeneratorMain>",
|
|
@@ -2232,7 +2253,7 @@
|
|
|
2232
2253
|
"__schema": "ParameterSchema",
|
|
2233
2254
|
"location": {
|
|
2234
2255
|
"filePath": "generator.main.runtime.ts",
|
|
2235
|
-
"line":
|
|
2256
|
+
"line": 564,
|
|
2236
2257
|
"character": 5
|
|
2237
2258
|
},
|
|
2238
2259
|
"name": "[ workspace, cli, graphql, envs, aspectLoader, newComponentHelper, componentAspect, tracker, loggerMain, git, wsConfigFiles, deprecation ]",
|
|
@@ -2240,7 +2261,7 @@
|
|
|
2240
2261
|
"__schema": "TupleTypeSchema",
|
|
2241
2262
|
"location": {
|
|
2242
2263
|
"filePath": "generator.main.runtime.ts",
|
|
2243
|
-
"line":
|
|
2264
|
+
"line": 577,
|
|
2244
2265
|
"character": 8
|
|
2245
2266
|
},
|
|
2246
2267
|
"elements": [
|
|
@@ -2248,7 +2269,7 @@
|
|
|
2248
2269
|
"__schema": "TypeRefSchema",
|
|
2249
2270
|
"location": {
|
|
2250
2271
|
"filePath": "generator.main.runtime.ts",
|
|
2251
|
-
"line":
|
|
2272
|
+
"line": 578,
|
|
2252
2273
|
"character": 7
|
|
2253
2274
|
},
|
|
2254
2275
|
"name": "Workspace",
|
|
@@ -2261,7 +2282,7 @@
|
|
|
2261
2282
|
"__schema": "TypeRefSchema",
|
|
2262
2283
|
"location": {
|
|
2263
2284
|
"filePath": "generator.main.runtime.ts",
|
|
2264
|
-
"line":
|
|
2285
|
+
"line": 579,
|
|
2265
2286
|
"character": 7
|
|
2266
2287
|
},
|
|
2267
2288
|
"name": "CLIMain",
|
|
@@ -2274,7 +2295,7 @@
|
|
|
2274
2295
|
"__schema": "TypeRefSchema",
|
|
2275
2296
|
"location": {
|
|
2276
2297
|
"filePath": "generator.main.runtime.ts",
|
|
2277
|
-
"line":
|
|
2298
|
+
"line": 580,
|
|
2278
2299
|
"character": 7
|
|
2279
2300
|
},
|
|
2280
2301
|
"name": "GraphqlMain",
|
|
@@ -2287,7 +2308,7 @@
|
|
|
2287
2308
|
"__schema": "TypeRefSchema",
|
|
2288
2309
|
"location": {
|
|
2289
2310
|
"filePath": "generator.main.runtime.ts",
|
|
2290
|
-
"line":
|
|
2311
|
+
"line": 581,
|
|
2291
2312
|
"character": 7
|
|
2292
2313
|
},
|
|
2293
2314
|
"name": "EnvsMain",
|
|
@@ -2300,7 +2321,7 @@
|
|
|
2300
2321
|
"__schema": "TypeRefSchema",
|
|
2301
2322
|
"location": {
|
|
2302
2323
|
"filePath": "generator.main.runtime.ts",
|
|
2303
|
-
"line":
|
|
2324
|
+
"line": 582,
|
|
2304
2325
|
"character": 7
|
|
2305
2326
|
},
|
|
2306
2327
|
"name": "AspectLoaderMain",
|
|
@@ -2313,7 +2334,7 @@
|
|
|
2313
2334
|
"__schema": "TypeRefSchema",
|
|
2314
2335
|
"location": {
|
|
2315
2336
|
"filePath": "generator.main.runtime.ts",
|
|
2316
|
-
"line":
|
|
2337
|
+
"line": 583,
|
|
2317
2338
|
"character": 7
|
|
2318
2339
|
},
|
|
2319
2340
|
"name": "NewComponentHelperMain",
|
|
@@ -2326,7 +2347,7 @@
|
|
|
2326
2347
|
"__schema": "TypeRefSchema",
|
|
2327
2348
|
"location": {
|
|
2328
2349
|
"filePath": "generator.main.runtime.ts",
|
|
2329
|
-
"line":
|
|
2350
|
+
"line": 584,
|
|
2330
2351
|
"character": 7
|
|
2331
2352
|
},
|
|
2332
2353
|
"name": "ComponentMain",
|
|
@@ -2339,7 +2360,7 @@
|
|
|
2339
2360
|
"__schema": "TypeRefSchema",
|
|
2340
2361
|
"location": {
|
|
2341
2362
|
"filePath": "generator.main.runtime.ts",
|
|
2342
|
-
"line":
|
|
2363
|
+
"line": 585,
|
|
2343
2364
|
"character": 7
|
|
2344
2365
|
},
|
|
2345
2366
|
"name": "TrackerMain",
|
|
@@ -2352,7 +2373,7 @@
|
|
|
2352
2373
|
"__schema": "TypeRefSchema",
|
|
2353
2374
|
"location": {
|
|
2354
2375
|
"filePath": "generator.main.runtime.ts",
|
|
2355
|
-
"line":
|
|
2376
|
+
"line": 586,
|
|
2356
2377
|
"character": 7
|
|
2357
2378
|
},
|
|
2358
2379
|
"name": "LoggerMain",
|
|
@@ -2365,7 +2386,7 @@
|
|
|
2365
2386
|
"__schema": "TypeRefSchema",
|
|
2366
2387
|
"location": {
|
|
2367
2388
|
"filePath": "generator.main.runtime.ts",
|
|
2368
|
-
"line":
|
|
2389
|
+
"line": 587,
|
|
2369
2390
|
"character": 7
|
|
2370
2391
|
},
|
|
2371
2392
|
"name": "GitMain",
|
|
@@ -2378,7 +2399,7 @@
|
|
|
2378
2399
|
"__schema": "TypeRefSchema",
|
|
2379
2400
|
"location": {
|
|
2380
2401
|
"filePath": "generator.main.runtime.ts",
|
|
2381
|
-
"line":
|
|
2402
|
+
"line": 588,
|
|
2382
2403
|
"character": 7
|
|
2383
2404
|
},
|
|
2384
2405
|
"name": "WorkspaceConfigFilesMain",
|
|
@@ -2391,7 +2412,7 @@
|
|
|
2391
2412
|
"__schema": "TypeRefSchema",
|
|
2392
2413
|
"location": {
|
|
2393
2414
|
"filePath": "generator.main.runtime.ts",
|
|
2394
|
-
"line":
|
|
2415
|
+
"line": 589,
|
|
2395
2416
|
"character": 7
|
|
2396
2417
|
},
|
|
2397
2418
|
"name": "DeprecationMain",
|
|
@@ -2409,7 +2430,7 @@
|
|
|
2409
2430
|
"__schema": "ParameterSchema",
|
|
2410
2431
|
"location": {
|
|
2411
2432
|
"filePath": "generator.main.runtime.ts",
|
|
2412
|
-
"line":
|
|
2433
|
+
"line": 591,
|
|
2413
2434
|
"character": 5
|
|
2414
2435
|
},
|
|
2415
2436
|
"name": "config",
|
|
@@ -2417,7 +2438,7 @@
|
|
|
2417
2438
|
"__schema": "TypeRefSchema",
|
|
2418
2439
|
"location": {
|
|
2419
2440
|
"filePath": "generator.main.runtime.ts",
|
|
2420
|
-
"line":
|
|
2441
|
+
"line": 591,
|
|
2421
2442
|
"character": 13
|
|
2422
2443
|
},
|
|
2423
2444
|
"name": "GeneratorConfig",
|
|
@@ -2430,7 +2451,7 @@
|
|
|
2430
2451
|
"__schema": "ParameterSchema",
|
|
2431
2452
|
"location": {
|
|
2432
2453
|
"filePath": "generator.main.runtime.ts",
|
|
2433
|
-
"line":
|
|
2454
|
+
"line": 592,
|
|
2434
2455
|
"character": 5
|
|
2435
2456
|
},
|
|
2436
2457
|
"name": "[ componentTemplateSlot, workspaceTemplateSlot, onComponentCreateSlot ]",
|
|
@@ -2438,7 +2459,7 @@
|
|
|
2438
2459
|
"__schema": "TupleTypeSchema",
|
|
2439
2460
|
"location": {
|
|
2440
2461
|
"filePath": "generator.main.runtime.ts",
|
|
2441
|
-
"line":
|
|
2462
|
+
"line": 592,
|
|
2442
2463
|
"character": 76
|
|
2443
2464
|
},
|
|
2444
2465
|
"elements": [
|
|
@@ -2446,7 +2467,7 @@
|
|
|
2446
2467
|
"__schema": "TypeRefSchema",
|
|
2447
2468
|
"location": {
|
|
2448
2469
|
"filePath": "generator.main.runtime.ts",
|
|
2449
|
-
"line":
|
|
2470
|
+
"line": 593,
|
|
2450
2471
|
"character": 7
|
|
2451
2472
|
},
|
|
2452
2473
|
"name": "ComponentTemplateSlot",
|
|
@@ -2456,7 +2477,7 @@
|
|
|
2456
2477
|
"__schema": "TypeRefSchema",
|
|
2457
2478
|
"location": {
|
|
2458
2479
|
"filePath": "generator.main.runtime.ts",
|
|
2459
|
-
"line":
|
|
2480
|
+
"line": 594,
|
|
2460
2481
|
"character": 7
|
|
2461
2482
|
},
|
|
2462
2483
|
"name": "WorkspaceTemplateSlot",
|
|
@@ -2466,7 +2487,7 @@
|
|
|
2466
2487
|
"__schema": "TypeRefSchema",
|
|
2467
2488
|
"location": {
|
|
2468
2489
|
"filePath": "generator.main.runtime.ts",
|
|
2469
|
-
"line":
|
|
2490
|
+
"line": 595,
|
|
2470
2491
|
"character": 7
|
|
2471
2492
|
},
|
|
2472
2493
|
"name": "OnComponentCreateSlot",
|
|
@@ -2482,7 +2503,7 @@
|
|
|
2482
2503
|
"__schema": "InferenceTypeSchema",
|
|
2483
2504
|
"location": {
|
|
2484
2505
|
"filePath": "generator.main.runtime.ts",
|
|
2485
|
-
"line":
|
|
2506
|
+
"line": 563,
|
|
2486
2507
|
"character": 3
|
|
2487
2508
|
},
|
|
2488
2509
|
"type": "Promise<GeneratorMain>"
|
|
@@ -8184,7 +8205,7 @@
|
|
|
8184
8205
|
"line": 299,
|
|
8185
8206
|
"character": 3
|
|
8186
8207
|
},
|
|
8187
|
-
"signature": "(method) GeneratorMain.generateComponentTemplate(componentNames: string[], templateName: string, options: Partial<CreateOptions
|
|
8208
|
+
"signature": "(method) GeneratorMain.generateComponentTemplate(componentNames: string[], templateName: string, options: Partial<CreateOptions>, installOptions?: InstallOptions): Promise<GenerateResult[]>",
|
|
8188
8209
|
"name": "generateComponentTemplate",
|
|
8189
8210
|
"params": [
|
|
8190
8211
|
{
|
|
@@ -8266,13 +8287,34 @@
|
|
|
8266
8287
|
},
|
|
8267
8288
|
"isOptional": false,
|
|
8268
8289
|
"isSpread": false
|
|
8290
|
+
},
|
|
8291
|
+
{
|
|
8292
|
+
"__schema": "ParameterSchema",
|
|
8293
|
+
"location": {
|
|
8294
|
+
"filePath": "generator.main.runtime.ts",
|
|
8295
|
+
"line": 303,
|
|
8296
|
+
"character": 5
|
|
8297
|
+
},
|
|
8298
|
+
"name": "installOptions",
|
|
8299
|
+
"type": {
|
|
8300
|
+
"__schema": "TypeRefSchema",
|
|
8301
|
+
"location": {
|
|
8302
|
+
"filePath": "generator.main.runtime.ts",
|
|
8303
|
+
"line": 303,
|
|
8304
|
+
"character": 22
|
|
8305
|
+
},
|
|
8306
|
+
"name": "InstallOptions",
|
|
8307
|
+
"internalFilePath": "component-generator.ts"
|
|
8308
|
+
},
|
|
8309
|
+
"isOptional": true,
|
|
8310
|
+
"isSpread": false
|
|
8269
8311
|
}
|
|
8270
8312
|
],
|
|
8271
8313
|
"returnType": {
|
|
8272
8314
|
"__schema": "TypeRefSchema",
|
|
8273
8315
|
"location": {
|
|
8274
8316
|
"filePath": "generator.main.runtime.ts",
|
|
8275
|
-
"line":
|
|
8317
|
+
"line": 304,
|
|
8276
8318
|
"character": 6
|
|
8277
8319
|
},
|
|
8278
8320
|
"name": "Promise",
|
|
@@ -8281,14 +8323,14 @@
|
|
|
8281
8323
|
"__schema": "TypeArraySchema",
|
|
8282
8324
|
"location": {
|
|
8283
8325
|
"filePath": "generator.main.runtime.ts",
|
|
8284
|
-
"line":
|
|
8326
|
+
"line": 304,
|
|
8285
8327
|
"character": 14
|
|
8286
8328
|
},
|
|
8287
8329
|
"type": {
|
|
8288
8330
|
"__schema": "TypeRefSchema",
|
|
8289
8331
|
"location": {
|
|
8290
8332
|
"filePath": "generator.main.runtime.ts",
|
|
8291
|
-
"line":
|
|
8333
|
+
"line": 304,
|
|
8292
8334
|
"character": 14
|
|
8293
8335
|
},
|
|
8294
8336
|
"name": "GenerateResult"
|
|
@@ -8304,7 +8346,7 @@
|
|
|
8304
8346
|
"__schema": "FunctionLikeSchema",
|
|
8305
8347
|
"location": {
|
|
8306
8348
|
"filePath": "generator.main.runtime.ts",
|
|
8307
|
-
"line":
|
|
8349
|
+
"line": 368,
|
|
8308
8350
|
"character": 3
|
|
8309
8351
|
},
|
|
8310
8352
|
"signature": "(method) GeneratorMain.generateWorkspaceTemplate(workspaceName: string, templateName: string, options: NewOptions & {\n aspect?: string;\n currentDir?: boolean;\n}): Promise<GenerateWorkspaceTemplateResult>",
|
|
@@ -8314,7 +8356,7 @@
|
|
|
8314
8356
|
"__schema": "ParameterSchema",
|
|
8315
8357
|
"location": {
|
|
8316
8358
|
"filePath": "generator.main.runtime.ts",
|
|
8317
|
-
"line":
|
|
8359
|
+
"line": 369,
|
|
8318
8360
|
"character": 5
|
|
8319
8361
|
},
|
|
8320
8362
|
"name": "workspaceName",
|
|
@@ -8322,7 +8364,7 @@
|
|
|
8322
8364
|
"__schema": "KeywordTypeSchema",
|
|
8323
8365
|
"location": {
|
|
8324
8366
|
"filePath": "generator.main.runtime.ts",
|
|
8325
|
-
"line":
|
|
8367
|
+
"line": 369,
|
|
8326
8368
|
"character": 20
|
|
8327
8369
|
},
|
|
8328
8370
|
"name": "string"
|
|
@@ -8334,7 +8376,7 @@
|
|
|
8334
8376
|
"__schema": "ParameterSchema",
|
|
8335
8377
|
"location": {
|
|
8336
8378
|
"filePath": "generator.main.runtime.ts",
|
|
8337
|
-
"line":
|
|
8379
|
+
"line": 370,
|
|
8338
8380
|
"character": 5
|
|
8339
8381
|
},
|
|
8340
8382
|
"name": "templateName",
|
|
@@ -8342,7 +8384,7 @@
|
|
|
8342
8384
|
"__schema": "KeywordTypeSchema",
|
|
8343
8385
|
"location": {
|
|
8344
8386
|
"filePath": "generator.main.runtime.ts",
|
|
8345
|
-
"line":
|
|
8387
|
+
"line": 370,
|
|
8346
8388
|
"character": 19
|
|
8347
8389
|
},
|
|
8348
8390
|
"name": "string"
|
|
@@ -8354,7 +8396,7 @@
|
|
|
8354
8396
|
"__schema": "ParameterSchema",
|
|
8355
8397
|
"location": {
|
|
8356
8398
|
"filePath": "generator.main.runtime.ts",
|
|
8357
|
-
"line":
|
|
8399
|
+
"line": 371,
|
|
8358
8400
|
"character": 5
|
|
8359
8401
|
},
|
|
8360
8402
|
"name": "options",
|
|
@@ -8362,7 +8404,7 @@
|
|
|
8362
8404
|
"__schema": "TypeIntersectionSchema",
|
|
8363
8405
|
"location": {
|
|
8364
8406
|
"filePath": "generator.main.runtime.ts",
|
|
8365
|
-
"line":
|
|
8407
|
+
"line": 371,
|
|
8366
8408
|
"character": 14
|
|
8367
8409
|
},
|
|
8368
8410
|
"types": [
|
|
@@ -8370,7 +8412,7 @@
|
|
|
8370
8412
|
"__schema": "TypeRefSchema",
|
|
8371
8413
|
"location": {
|
|
8372
8414
|
"filePath": "generator.main.runtime.ts",
|
|
8373
|
-
"line":
|
|
8415
|
+
"line": 371,
|
|
8374
8416
|
"character": 14
|
|
8375
8417
|
},
|
|
8376
8418
|
"name": "NewOptions",
|
|
@@ -8380,7 +8422,7 @@
|
|
|
8380
8422
|
"__schema": "TypeLiteralSchema",
|
|
8381
8423
|
"location": {
|
|
8382
8424
|
"filePath": "generator.main.runtime.ts",
|
|
8383
|
-
"line":
|
|
8425
|
+
"line": 371,
|
|
8384
8426
|
"character": 27
|
|
8385
8427
|
},
|
|
8386
8428
|
"members": [
|
|
@@ -8388,7 +8430,7 @@
|
|
|
8388
8430
|
"__schema": "VariableLikeSchema",
|
|
8389
8431
|
"location": {
|
|
8390
8432
|
"filePath": "generator.main.runtime.ts",
|
|
8391
|
-
"line":
|
|
8433
|
+
"line": 371,
|
|
8392
8434
|
"character": 29
|
|
8393
8435
|
},
|
|
8394
8436
|
"signature": "(property) aspect?: string | undefined",
|
|
@@ -8397,7 +8439,7 @@
|
|
|
8397
8439
|
"__schema": "KeywordTypeSchema",
|
|
8398
8440
|
"location": {
|
|
8399
8441
|
"filePath": "generator.main.runtime.ts",
|
|
8400
|
-
"line":
|
|
8442
|
+
"line": 371,
|
|
8401
8443
|
"character": 38
|
|
8402
8444
|
},
|
|
8403
8445
|
"name": "string"
|
|
@@ -8408,7 +8450,7 @@
|
|
|
8408
8450
|
"__schema": "VariableLikeSchema",
|
|
8409
8451
|
"location": {
|
|
8410
8452
|
"filePath": "generator.main.runtime.ts",
|
|
8411
|
-
"line":
|
|
8453
|
+
"line": 371,
|
|
8412
8454
|
"character": 46
|
|
8413
8455
|
},
|
|
8414
8456
|
"signature": "(property) currentDir?: boolean | undefined",
|
|
@@ -8417,7 +8459,7 @@
|
|
|
8417
8459
|
"__schema": "KeywordTypeSchema",
|
|
8418
8460
|
"location": {
|
|
8419
8461
|
"filePath": "generator.main.runtime.ts",
|
|
8420
|
-
"line":
|
|
8462
|
+
"line": 371,
|
|
8421
8463
|
"character": 59
|
|
8422
8464
|
},
|
|
8423
8465
|
"name": "boolean"
|
|
@@ -8436,7 +8478,7 @@
|
|
|
8436
8478
|
"__schema": "TypeRefSchema",
|
|
8437
8479
|
"location": {
|
|
8438
8480
|
"filePath": "generator.main.runtime.ts",
|
|
8439
|
-
"line":
|
|
8481
|
+
"line": 372,
|
|
8440
8482
|
"character": 6
|
|
8441
8483
|
},
|
|
8442
8484
|
"name": "Promise",
|
|
@@ -8445,7 +8487,7 @@
|
|
|
8445
8487
|
"__schema": "TypeRefSchema",
|
|
8446
8488
|
"location": {
|
|
8447
8489
|
"filePath": "generator.main.runtime.ts",
|
|
8448
|
-
"line":
|
|
8490
|
+
"line": 372,
|
|
8449
8491
|
"character": 14
|
|
8450
8492
|
},
|
|
8451
8493
|
"name": "GenerateWorkspaceTemplateResult",
|
|
@@ -8461,14 +8503,14 @@
|
|
|
8461
8503
|
"__schema": "FunctionLikeSchema",
|
|
8462
8504
|
"location": {
|
|
8463
8505
|
"filePath": "generator.main.runtime.ts",
|
|
8464
|
-
"line":
|
|
8506
|
+
"line": 448,
|
|
8465
8507
|
"character": 3
|
|
8466
8508
|
},
|
|
8467
8509
|
"doc": {
|
|
8468
8510
|
"__schema": "DocSchema",
|
|
8469
8511
|
"location": {
|
|
8470
8512
|
"filePath": "generator.main.runtime.ts",
|
|
8471
|
-
"line":
|
|
8513
|
+
"line": 445,
|
|
8472
8514
|
"character": 3
|
|
8473
8515
|
},
|
|
8474
8516
|
"raw": "/**\n * list all starter templates registered by an env.\n */",
|
|
@@ -8482,7 +8524,7 @@
|
|
|
8482
8524
|
"__schema": "ParameterSchema",
|
|
8483
8525
|
"location": {
|
|
8484
8526
|
"filePath": "generator.main.runtime.ts",
|
|
8485
|
-
"line":
|
|
8527
|
+
"line": 448,
|
|
8486
8528
|
"character": 35
|
|
8487
8529
|
},
|
|
8488
8530
|
"name": "envId",
|
|
@@ -8490,7 +8532,7 @@
|
|
|
8490
8532
|
"__schema": "KeywordTypeSchema",
|
|
8491
8533
|
"location": {
|
|
8492
8534
|
"filePath": "generator.main.runtime.ts",
|
|
8493
|
-
"line":
|
|
8535
|
+
"line": 448,
|
|
8494
8536
|
"character": 42
|
|
8495
8537
|
},
|
|
8496
8538
|
"name": "string"
|
|
@@ -8502,7 +8544,7 @@
|
|
|
8502
8544
|
"__schema": "ParameterSchema",
|
|
8503
8545
|
"location": {
|
|
8504
8546
|
"filePath": "generator.main.runtime.ts",
|
|
8505
|
-
"line":
|
|
8547
|
+
"line": 448,
|
|
8506
8548
|
"character": 50
|
|
8507
8549
|
},
|
|
8508
8550
|
"name": "remoteEnvsAspect",
|
|
@@ -8510,7 +8552,7 @@
|
|
|
8510
8552
|
"__schema": "TypeRefSchema",
|
|
8511
8553
|
"location": {
|
|
8512
8554
|
"filePath": "generator.main.runtime.ts",
|
|
8513
|
-
"line":
|
|
8555
|
+
"line": 448,
|
|
8514
8556
|
"character": 69
|
|
8515
8557
|
},
|
|
8516
8558
|
"name": "EnvsMain",
|
|
@@ -8527,7 +8569,7 @@
|
|
|
8527
8569
|
"__schema": "TypeRefSchema",
|
|
8528
8570
|
"location": {
|
|
8529
8571
|
"filePath": "generator.main.runtime.ts",
|
|
8530
|
-
"line":
|
|
8572
|
+
"line": 448,
|
|
8531
8573
|
"character": 80
|
|
8532
8574
|
},
|
|
8533
8575
|
"name": "Promise",
|
|
@@ -8536,7 +8578,7 @@
|
|
|
8536
8578
|
"__schema": "TypeRefSchema",
|
|
8537
8579
|
"location": {
|
|
8538
8580
|
"filePath": "generator.main.runtime.ts",
|
|
8539
|
-
"line":
|
|
8581
|
+
"line": 448,
|
|
8540
8582
|
"character": 88
|
|
8541
8583
|
},
|
|
8542
8584
|
"name": "Array",
|
|
@@ -8545,7 +8587,7 @@
|
|
|
8545
8587
|
"__schema": "TypeRefSchema",
|
|
8546
8588
|
"location": {
|
|
8547
8589
|
"filePath": "generator.main.runtime.ts",
|
|
8548
|
-
"line":
|
|
8590
|
+
"line": 448,
|
|
8549
8591
|
"character": 94
|
|
8550
8592
|
},
|
|
8551
8593
|
"name": "WorkspaceTemplateWithId",
|
|
@@ -8563,14 +8605,14 @@
|
|
|
8563
8605
|
"__schema": "FunctionLikeSchema",
|
|
8564
8606
|
"location": {
|
|
8565
8607
|
"filePath": "generator.main.runtime.ts",
|
|
8566
|
-
"line":
|
|
8608
|
+
"line": 469,
|
|
8567
8609
|
"character": 3
|
|
8568
8610
|
},
|
|
8569
8611
|
"doc": {
|
|
8570
8612
|
"__schema": "DocSchema",
|
|
8571
8613
|
"location": {
|
|
8572
8614
|
"filePath": "generator.main.runtime.ts",
|
|
8573
|
-
"line":
|
|
8615
|
+
"line": 466,
|
|
8574
8616
|
"character": 3
|
|
8575
8617
|
},
|
|
8576
8618
|
"raw": "/**\n * list all component templates registered by an env.\n */",
|
|
@@ -8584,7 +8626,7 @@
|
|
|
8584
8626
|
"__schema": "ParameterSchema",
|
|
8585
8627
|
"location": {
|
|
8586
8628
|
"filePath": "generator.main.runtime.ts",
|
|
8587
|
-
"line":
|
|
8629
|
+
"line": 469,
|
|
8588
8630
|
"character": 45
|
|
8589
8631
|
},
|
|
8590
8632
|
"name": "ids",
|
|
@@ -8592,14 +8634,14 @@
|
|
|
8592
8634
|
"__schema": "TypeArraySchema",
|
|
8593
8635
|
"location": {
|
|
8594
8636
|
"filePath": "generator.main.runtime.ts",
|
|
8595
|
-
"line":
|
|
8637
|
+
"line": 469,
|
|
8596
8638
|
"character": 50
|
|
8597
8639
|
},
|
|
8598
8640
|
"type": {
|
|
8599
8641
|
"__schema": "KeywordTypeSchema",
|
|
8600
8642
|
"location": {
|
|
8601
8643
|
"filePath": "generator.main.runtime.ts",
|
|
8602
|
-
"line":
|
|
8644
|
+
"line": 469,
|
|
8603
8645
|
"character": 50
|
|
8604
8646
|
},
|
|
8605
8647
|
"name": "string"
|
|
@@ -8613,7 +8655,7 @@
|
|
|
8613
8655
|
"__schema": "ParameterSchema",
|
|
8614
8656
|
"location": {
|
|
8615
8657
|
"filePath": "generator.main.runtime.ts",
|
|
8616
|
-
"line":
|
|
8658
|
+
"line": 469,
|
|
8617
8659
|
"character": 65
|
|
8618
8660
|
},
|
|
8619
8661
|
"name": "aspectId",
|
|
@@ -8621,7 +8663,7 @@
|
|
|
8621
8663
|
"__schema": "KeywordTypeSchema",
|
|
8622
8664
|
"location": {
|
|
8623
8665
|
"filePath": "generator.main.runtime.ts",
|
|
8624
|
-
"line":
|
|
8666
|
+
"line": 469,
|
|
8625
8667
|
"character": 76
|
|
8626
8668
|
},
|
|
8627
8669
|
"name": "string"
|
|
@@ -8634,7 +8676,7 @@
|
|
|
8634
8676
|
"__schema": "TypeRefSchema",
|
|
8635
8677
|
"location": {
|
|
8636
8678
|
"filePath": "generator.main.runtime.ts",
|
|
8637
|
-
"line":
|
|
8679
|
+
"line": 469,
|
|
8638
8680
|
"character": 85
|
|
8639
8681
|
},
|
|
8640
8682
|
"name": "Promise",
|
|
@@ -8643,14 +8685,14 @@
|
|
|
8643
8685
|
"__schema": "TypeArraySchema",
|
|
8644
8686
|
"location": {
|
|
8645
8687
|
"filePath": "generator.main.runtime.ts",
|
|
8646
|
-
"line":
|
|
8688
|
+
"line": 469,
|
|
8647
8689
|
"character": 93
|
|
8648
8690
|
},
|
|
8649
8691
|
"type": {
|
|
8650
8692
|
"__schema": "TypeRefSchema",
|
|
8651
8693
|
"location": {
|
|
8652
8694
|
"filePath": "generator.main.runtime.ts",
|
|
8653
|
-
"line":
|
|
8695
|
+
"line": 469,
|
|
8654
8696
|
"character": 93
|
|
8655
8697
|
},
|
|
8656
8698
|
"name": "TemplateDescriptor",
|
|
@@ -8667,7 +8709,7 @@
|
|
|
8667
8709
|
"__schema": "FunctionLikeSchema",
|
|
8668
8710
|
"location": {
|
|
8669
8711
|
"filePath": "generator.main.runtime.ts",
|
|
8670
|
-
"line":
|
|
8712
|
+
"line": 483,
|
|
8671
8713
|
"character": 3
|
|
8672
8714
|
},
|
|
8673
8715
|
"signature": "(method) GeneratorMain.getConfiguredEnvs(): string[]",
|
|
@@ -8677,14 +8719,14 @@
|
|
|
8677
8719
|
"__schema": "TypeArraySchema",
|
|
8678
8720
|
"location": {
|
|
8679
8721
|
"filePath": "generator.main.runtime.ts",
|
|
8680
|
-
"line":
|
|
8722
|
+
"line": 483,
|
|
8681
8723
|
"character": 24
|
|
8682
8724
|
},
|
|
8683
8725
|
"type": {
|
|
8684
8726
|
"__schema": "KeywordTypeSchema",
|
|
8685
8727
|
"location": {
|
|
8686
8728
|
"filePath": "generator.main.runtime.ts",
|
|
8687
|
-
"line":
|
|
8729
|
+
"line": 483,
|
|
8688
8730
|
"character": 24
|
|
8689
8731
|
},
|
|
8690
8732
|
"name": "string"
|
|
@@ -8696,7 +8738,7 @@
|
|
|
8696
8738
|
"__schema": "FunctionLikeSchema",
|
|
8697
8739
|
"location": {
|
|
8698
8740
|
"filePath": "generator.main.runtime.ts",
|
|
8699
|
-
"line":
|
|
8741
|
+
"line": 487,
|
|
8700
8742
|
"character": 3
|
|
8701
8743
|
},
|
|
8702
8744
|
"signature": "(method) GeneratorMain.listEnvComponentTemplates(ids?: string[], aspectId?: string): Promise<Array<ComponentTemplateWithId>>",
|
|
@@ -8706,7 +8748,7 @@
|
|
|
8706
8748
|
"__schema": "ParameterSchema",
|
|
8707
8749
|
"location": {
|
|
8708
8750
|
"filePath": "generator.main.runtime.ts",
|
|
8709
|
-
"line":
|
|
8751
|
+
"line": 487,
|
|
8710
8752
|
"character": 35
|
|
8711
8753
|
},
|
|
8712
8754
|
"name": "ids",
|
|
@@ -8714,14 +8756,14 @@
|
|
|
8714
8756
|
"__schema": "TypeArraySchema",
|
|
8715
8757
|
"location": {
|
|
8716
8758
|
"filePath": "generator.main.runtime.ts",
|
|
8717
|
-
"line":
|
|
8759
|
+
"line": 487,
|
|
8718
8760
|
"character": 40
|
|
8719
8761
|
},
|
|
8720
8762
|
"type": {
|
|
8721
8763
|
"__schema": "KeywordTypeSchema",
|
|
8722
8764
|
"location": {
|
|
8723
8765
|
"filePath": "generator.main.runtime.ts",
|
|
8724
|
-
"line":
|
|
8766
|
+
"line": 487,
|
|
8725
8767
|
"character": 40
|
|
8726
8768
|
},
|
|
8727
8769
|
"name": "string"
|
|
@@ -8735,7 +8777,7 @@
|
|
|
8735
8777
|
"__schema": "ParameterSchema",
|
|
8736
8778
|
"location": {
|
|
8737
8779
|
"filePath": "generator.main.runtime.ts",
|
|
8738
|
-
"line":
|
|
8780
|
+
"line": 487,
|
|
8739
8781
|
"character": 55
|
|
8740
8782
|
},
|
|
8741
8783
|
"name": "aspectId",
|
|
@@ -8743,7 +8785,7 @@
|
|
|
8743
8785
|
"__schema": "KeywordTypeSchema",
|
|
8744
8786
|
"location": {
|
|
8745
8787
|
"filePath": "generator.main.runtime.ts",
|
|
8746
|
-
"line":
|
|
8788
|
+
"line": 487,
|
|
8747
8789
|
"character": 66
|
|
8748
8790
|
},
|
|
8749
8791
|
"name": "string"
|
|
@@ -8756,7 +8798,7 @@
|
|
|
8756
8798
|
"__schema": "TypeRefSchema",
|
|
8757
8799
|
"location": {
|
|
8758
8800
|
"filePath": "generator.main.runtime.ts",
|
|
8759
|
-
"line":
|
|
8801
|
+
"line": 487,
|
|
8760
8802
|
"character": 75
|
|
8761
8803
|
},
|
|
8762
8804
|
"name": "Promise",
|
|
@@ -8765,7 +8807,7 @@
|
|
|
8765
8807
|
"__schema": "TypeRefSchema",
|
|
8766
8808
|
"location": {
|
|
8767
8809
|
"filePath": "generator.main.runtime.ts",
|
|
8768
|
-
"line":
|
|
8810
|
+
"line": 487,
|
|
8769
8811
|
"character": 83
|
|
8770
8812
|
},
|
|
8771
8813
|
"name": "Array",
|
|
@@ -8774,7 +8816,7 @@
|
|
|
8774
8816
|
"__schema": "TypeRefSchema",
|
|
8775
8817
|
"location": {
|
|
8776
8818
|
"filePath": "generator.main.runtime.ts",
|
|
8777
|
-
"line":
|
|
8819
|
+
"line": 487,
|
|
8778
8820
|
"character": 89
|
|
8779
8821
|
},
|
|
8780
8822
|
"name": "ComponentTemplateWithId",
|
|
@@ -8792,7 +8834,7 @@
|
|
|
8792
8834
|
"__schema": "FunctionLikeSchema",
|
|
8793
8835
|
"location": {
|
|
8794
8836
|
"filePath": "generator.main.runtime.ts",
|
|
8795
|
-
"line":
|
|
8837
|
+
"line": 514,
|
|
8796
8838
|
"character": 3
|
|
8797
8839
|
},
|
|
8798
8840
|
"signature": "(method) GeneratorMain.loadEnvs(ids?: string[], remoteEnvsAspect?: EnvsMain): Promise<EnvDefinition[]>",
|
|
@@ -8802,7 +8844,7 @@
|
|
|
8802
8844
|
"__schema": "ParameterSchema",
|
|
8803
8845
|
"location": {
|
|
8804
8846
|
"filePath": "generator.main.runtime.ts",
|
|
8805
|
-
"line":
|
|
8847
|
+
"line": 514,
|
|
8806
8848
|
"character": 18
|
|
8807
8849
|
},
|
|
8808
8850
|
"name": "ids",
|
|
@@ -8810,14 +8852,14 @@
|
|
|
8810
8852
|
"__schema": "TypeArraySchema",
|
|
8811
8853
|
"location": {
|
|
8812
8854
|
"filePath": "generator.main.runtime.ts",
|
|
8813
|
-
"line":
|
|
8855
|
+
"line": 514,
|
|
8814
8856
|
"character": 23
|
|
8815
8857
|
},
|
|
8816
8858
|
"type": {
|
|
8817
8859
|
"__schema": "KeywordTypeSchema",
|
|
8818
8860
|
"location": {
|
|
8819
8861
|
"filePath": "generator.main.runtime.ts",
|
|
8820
|
-
"line":
|
|
8862
|
+
"line": 514,
|
|
8821
8863
|
"character": 23
|
|
8822
8864
|
},
|
|
8823
8865
|
"name": "string"
|
|
@@ -8831,7 +8873,7 @@
|
|
|
8831
8873
|
"__schema": "ParameterSchema",
|
|
8832
8874
|
"location": {
|
|
8833
8875
|
"filePath": "generator.main.runtime.ts",
|
|
8834
|
-
"line":
|
|
8876
|
+
"line": 514,
|
|
8835
8877
|
"character": 58
|
|
8836
8878
|
},
|
|
8837
8879
|
"name": "remoteEnvsAspect",
|
|
@@ -8839,7 +8881,7 @@
|
|
|
8839
8881
|
"__schema": "TypeRefSchema",
|
|
8840
8882
|
"location": {
|
|
8841
8883
|
"filePath": "generator.main.runtime.ts",
|
|
8842
|
-
"line":
|
|
8884
|
+
"line": 514,
|
|
8843
8885
|
"character": 77
|
|
8844
8886
|
},
|
|
8845
8887
|
"name": "EnvsMain",
|
|
@@ -8856,7 +8898,7 @@
|
|
|
8856
8898
|
"__schema": "TypeRefSchema",
|
|
8857
8899
|
"location": {
|
|
8858
8900
|
"filePath": "generator.main.runtime.ts",
|
|
8859
|
-
"line":
|
|
8901
|
+
"line": 514,
|
|
8860
8902
|
"character": 88
|
|
8861
8903
|
},
|
|
8862
8904
|
"name": "Promise",
|
|
@@ -8865,14 +8907,14 @@
|
|
|
8865
8907
|
"__schema": "TypeArraySchema",
|
|
8866
8908
|
"location": {
|
|
8867
8909
|
"filePath": "generator.main.runtime.ts",
|
|
8868
|
-
"line":
|
|
8910
|
+
"line": 514,
|
|
8869
8911
|
"character": 96
|
|
8870
8912
|
},
|
|
8871
8913
|
"type": {
|
|
8872
8914
|
"__schema": "TypeRefSchema",
|
|
8873
8915
|
"location": {
|
|
8874
8916
|
"filePath": "generator.main.runtime.ts",
|
|
8875
|
-
"line":
|
|
8917
|
+
"line": 514,
|
|
8876
8918
|
"character": 96
|
|
8877
8919
|
},
|
|
8878
8920
|
"name": "EnvDefinition",
|
|
@@ -8892,7 +8934,7 @@
|
|
|
8892
8934
|
"__schema": "FunctionLikeSchema",
|
|
8893
8935
|
"location": {
|
|
8894
8936
|
"filePath": "generator.main.runtime.ts",
|
|
8895
|
-
"line":
|
|
8937
|
+
"line": 534,
|
|
8896
8938
|
"character": 3
|
|
8897
8939
|
},
|
|
8898
8940
|
"signature": "(method) GeneratorMain.loadAspects(): Promise<void>",
|
|
@@ -8902,7 +8944,7 @@
|
|
|
8902
8944
|
"__schema": "InferenceTypeSchema",
|
|
8903
8945
|
"location": {
|
|
8904
8946
|
"filePath": "generator.main.runtime.ts",
|
|
8905
|
-
"line":
|
|
8947
|
+
"line": 534,
|
|
8906
8948
|
"character": 3
|
|
8907
8949
|
},
|
|
8908
8950
|
"type": "Promise<void>"
|
|
@@ -8915,7 +8957,7 @@
|
|
|
8915
8957
|
"__schema": "VariableLikeSchema",
|
|
8916
8958
|
"location": {
|
|
8917
8959
|
"filePath": "generator.main.runtime.ts",
|
|
8918
|
-
"line":
|
|
8960
|
+
"line": 540,
|
|
8919
8961
|
"character": 3
|
|
8920
8962
|
},
|
|
8921
8963
|
"signature": "(property) GeneratorMain.slots: (((registerFn: () => string) => SlotRegistry<ComponentTemplate[]>) | ((registerFn: () => string) => SlotRegistry<WorkspaceTemplate[]>) | ((registerFn: () => string) => SlotRegistry<...>))[]",
|
|
@@ -8924,7 +8966,7 @@
|
|
|
8924
8966
|
"__schema": "InferenceTypeSchema",
|
|
8925
8967
|
"location": {
|
|
8926
8968
|
"filePath": "generator.main.runtime.ts",
|
|
8927
|
-
"line":
|
|
8969
|
+
"line": 540,
|
|
8928
8970
|
"character": 3
|
|
8929
8971
|
},
|
|
8930
8972
|
"type": "(((registerFn: () => string) => SlotRegistry<ComponentTemplate[]>) | ((registerFn: () => string) => SlotRegistry<WorkspaceTemplate[]>) | ((registerFn: () => string) => SlotRegistry<...>))[]"
|
|
@@ -8936,7 +8978,7 @@
|
|
|
8936
8978
|
"__schema": "VariableLikeSchema",
|
|
8937
8979
|
"location": {
|
|
8938
8980
|
"filePath": "generator.main.runtime.ts",
|
|
8939
|
-
"line":
|
|
8981
|
+
"line": 546,
|
|
8940
8982
|
"character": 3
|
|
8941
8983
|
},
|
|
8942
8984
|
"signature": "(property) GeneratorMain.dependencies: Aspect[]",
|
|
@@ -8945,7 +8987,7 @@
|
|
|
8945
8987
|
"__schema": "InferenceTypeSchema",
|
|
8946
8988
|
"location": {
|
|
8947
8989
|
"filePath": "generator.main.runtime.ts",
|
|
8948
|
-
"line":
|
|
8990
|
+
"line": 546,
|
|
8949
8991
|
"character": 3
|
|
8950
8992
|
},
|
|
8951
8993
|
"type": "Aspect[]"
|
|
@@ -8957,7 +8999,7 @@
|
|
|
8957
8999
|
"__schema": "VariableLikeSchema",
|
|
8958
9000
|
"location": {
|
|
8959
9001
|
"filePath": "generator.main.runtime.ts",
|
|
8960
|
-
"line":
|
|
9002
|
+
"line": 561,
|
|
8961
9003
|
"character": 3
|
|
8962
9004
|
},
|
|
8963
9005
|
"signature": "(property) GeneratorMain.runtime: RuntimeDefinition",
|
|
@@ -8966,7 +9008,7 @@
|
|
|
8966
9008
|
"__schema": "InferenceTypeSchema",
|
|
8967
9009
|
"location": {
|
|
8968
9010
|
"filePath": "generator.main.runtime.ts",
|
|
8969
|
-
"line":
|
|
9011
|
+
"line": 561,
|
|
8970
9012
|
"character": 3
|
|
8971
9013
|
},
|
|
8972
9014
|
"type": "RuntimeDefinition"
|
|
@@ -8978,7 +9020,7 @@
|
|
|
8978
9020
|
"__schema": "FunctionLikeSchema",
|
|
8979
9021
|
"location": {
|
|
8980
9022
|
"filePath": "generator.main.runtime.ts",
|
|
8981
|
-
"line":
|
|
9023
|
+
"line": 563,
|
|
8982
9024
|
"character": 3
|
|
8983
9025
|
},
|
|
8984
9026
|
"signature": "(method) GeneratorMain.provider([workspace, cli, graphql, envs, aspectLoader, newComponentHelper, componentAspect, tracker, loggerMain, git, wsConfigFiles, deprecation,]: [\n Workspace,\n CLIMain,\n GraphqlMain,\n EnvsMain,\n AspectLoaderMain,\n NewComponentHelperMain,\n ComponentMain,\n TrackerMain,\n LoggerMain,\n GitMain,\n WorkspaceConfigFilesMain,\n DeprecationMain\n], config: GeneratorConfig, [componentTemplateSlot, workspaceTemplateSlot, onComponentCreateSlot]: [\n ComponentTemplateSlot,\n WorkspaceTemplateSlot,\n OnComponentCreateSlot\n]): Promise<GeneratorMain>",
|
|
@@ -8988,7 +9030,7 @@
|
|
|
8988
9030
|
"__schema": "ParameterSchema",
|
|
8989
9031
|
"location": {
|
|
8990
9032
|
"filePath": "generator.main.runtime.ts",
|
|
8991
|
-
"line":
|
|
9033
|
+
"line": 564,
|
|
8992
9034
|
"character": 5
|
|
8993
9035
|
},
|
|
8994
9036
|
"name": "[ workspace, cli, graphql, envs, aspectLoader, newComponentHelper, componentAspect, tracker, loggerMain, git, wsConfigFiles, deprecation ]",
|
|
@@ -8996,7 +9038,7 @@
|
|
|
8996
9038
|
"__schema": "TupleTypeSchema",
|
|
8997
9039
|
"location": {
|
|
8998
9040
|
"filePath": "generator.main.runtime.ts",
|
|
8999
|
-
"line":
|
|
9041
|
+
"line": 577,
|
|
9000
9042
|
"character": 8
|
|
9001
9043
|
},
|
|
9002
9044
|
"elements": [
|
|
@@ -9004,7 +9046,7 @@
|
|
|
9004
9046
|
"__schema": "TypeRefSchema",
|
|
9005
9047
|
"location": {
|
|
9006
9048
|
"filePath": "generator.main.runtime.ts",
|
|
9007
|
-
"line":
|
|
9049
|
+
"line": 578,
|
|
9008
9050
|
"character": 7
|
|
9009
9051
|
},
|
|
9010
9052
|
"name": "Workspace",
|
|
@@ -9017,7 +9059,7 @@
|
|
|
9017
9059
|
"__schema": "TypeRefSchema",
|
|
9018
9060
|
"location": {
|
|
9019
9061
|
"filePath": "generator.main.runtime.ts",
|
|
9020
|
-
"line":
|
|
9062
|
+
"line": 579,
|
|
9021
9063
|
"character": 7
|
|
9022
9064
|
},
|
|
9023
9065
|
"name": "CLIMain",
|
|
@@ -9030,7 +9072,7 @@
|
|
|
9030
9072
|
"__schema": "TypeRefSchema",
|
|
9031
9073
|
"location": {
|
|
9032
9074
|
"filePath": "generator.main.runtime.ts",
|
|
9033
|
-
"line":
|
|
9075
|
+
"line": 580,
|
|
9034
9076
|
"character": 7
|
|
9035
9077
|
},
|
|
9036
9078
|
"name": "GraphqlMain",
|
|
@@ -9043,7 +9085,7 @@
|
|
|
9043
9085
|
"__schema": "TypeRefSchema",
|
|
9044
9086
|
"location": {
|
|
9045
9087
|
"filePath": "generator.main.runtime.ts",
|
|
9046
|
-
"line":
|
|
9088
|
+
"line": 581,
|
|
9047
9089
|
"character": 7
|
|
9048
9090
|
},
|
|
9049
9091
|
"name": "EnvsMain",
|
|
@@ -9056,7 +9098,7 @@
|
|
|
9056
9098
|
"__schema": "TypeRefSchema",
|
|
9057
9099
|
"location": {
|
|
9058
9100
|
"filePath": "generator.main.runtime.ts",
|
|
9059
|
-
"line":
|
|
9101
|
+
"line": 582,
|
|
9060
9102
|
"character": 7
|
|
9061
9103
|
},
|
|
9062
9104
|
"name": "AspectLoaderMain",
|
|
@@ -9069,7 +9111,7 @@
|
|
|
9069
9111
|
"__schema": "TypeRefSchema",
|
|
9070
9112
|
"location": {
|
|
9071
9113
|
"filePath": "generator.main.runtime.ts",
|
|
9072
|
-
"line":
|
|
9114
|
+
"line": 583,
|
|
9073
9115
|
"character": 7
|
|
9074
9116
|
},
|
|
9075
9117
|
"name": "NewComponentHelperMain",
|
|
@@ -9082,7 +9124,7 @@
|
|
|
9082
9124
|
"__schema": "TypeRefSchema",
|
|
9083
9125
|
"location": {
|
|
9084
9126
|
"filePath": "generator.main.runtime.ts",
|
|
9085
|
-
"line":
|
|
9127
|
+
"line": 584,
|
|
9086
9128
|
"character": 7
|
|
9087
9129
|
},
|
|
9088
9130
|
"name": "ComponentMain",
|
|
@@ -9095,7 +9137,7 @@
|
|
|
9095
9137
|
"__schema": "TypeRefSchema",
|
|
9096
9138
|
"location": {
|
|
9097
9139
|
"filePath": "generator.main.runtime.ts",
|
|
9098
|
-
"line":
|
|
9140
|
+
"line": 585,
|
|
9099
9141
|
"character": 7
|
|
9100
9142
|
},
|
|
9101
9143
|
"name": "TrackerMain",
|
|
@@ -9108,7 +9150,7 @@
|
|
|
9108
9150
|
"__schema": "TypeRefSchema",
|
|
9109
9151
|
"location": {
|
|
9110
9152
|
"filePath": "generator.main.runtime.ts",
|
|
9111
|
-
"line":
|
|
9153
|
+
"line": 586,
|
|
9112
9154
|
"character": 7
|
|
9113
9155
|
},
|
|
9114
9156
|
"name": "LoggerMain",
|
|
@@ -9121,7 +9163,7 @@
|
|
|
9121
9163
|
"__schema": "TypeRefSchema",
|
|
9122
9164
|
"location": {
|
|
9123
9165
|
"filePath": "generator.main.runtime.ts",
|
|
9124
|
-
"line":
|
|
9166
|
+
"line": 587,
|
|
9125
9167
|
"character": 7
|
|
9126
9168
|
},
|
|
9127
9169
|
"name": "GitMain",
|
|
@@ -9134,7 +9176,7 @@
|
|
|
9134
9176
|
"__schema": "TypeRefSchema",
|
|
9135
9177
|
"location": {
|
|
9136
9178
|
"filePath": "generator.main.runtime.ts",
|
|
9137
|
-
"line":
|
|
9179
|
+
"line": 588,
|
|
9138
9180
|
"character": 7
|
|
9139
9181
|
},
|
|
9140
9182
|
"name": "WorkspaceConfigFilesMain",
|
|
@@ -9147,7 +9189,7 @@
|
|
|
9147
9189
|
"__schema": "TypeRefSchema",
|
|
9148
9190
|
"location": {
|
|
9149
9191
|
"filePath": "generator.main.runtime.ts",
|
|
9150
|
-
"line":
|
|
9192
|
+
"line": 589,
|
|
9151
9193
|
"character": 7
|
|
9152
9194
|
},
|
|
9153
9195
|
"name": "DeprecationMain",
|
|
@@ -9165,7 +9207,7 @@
|
|
|
9165
9207
|
"__schema": "ParameterSchema",
|
|
9166
9208
|
"location": {
|
|
9167
9209
|
"filePath": "generator.main.runtime.ts",
|
|
9168
|
-
"line":
|
|
9210
|
+
"line": 591,
|
|
9169
9211
|
"character": 5
|
|
9170
9212
|
},
|
|
9171
9213
|
"name": "config",
|
|
@@ -9173,7 +9215,7 @@
|
|
|
9173
9215
|
"__schema": "TypeRefSchema",
|
|
9174
9216
|
"location": {
|
|
9175
9217
|
"filePath": "generator.main.runtime.ts",
|
|
9176
|
-
"line":
|
|
9218
|
+
"line": 591,
|
|
9177
9219
|
"character": 13
|
|
9178
9220
|
},
|
|
9179
9221
|
"name": "GeneratorConfig",
|
|
@@ -9186,7 +9228,7 @@
|
|
|
9186
9228
|
"__schema": "ParameterSchema",
|
|
9187
9229
|
"location": {
|
|
9188
9230
|
"filePath": "generator.main.runtime.ts",
|
|
9189
|
-
"line":
|
|
9231
|
+
"line": 592,
|
|
9190
9232
|
"character": 5
|
|
9191
9233
|
},
|
|
9192
9234
|
"name": "[ componentTemplateSlot, workspaceTemplateSlot, onComponentCreateSlot ]",
|
|
@@ -9194,7 +9236,7 @@
|
|
|
9194
9236
|
"__schema": "TupleTypeSchema",
|
|
9195
9237
|
"location": {
|
|
9196
9238
|
"filePath": "generator.main.runtime.ts",
|
|
9197
|
-
"line":
|
|
9239
|
+
"line": 592,
|
|
9198
9240
|
"character": 76
|
|
9199
9241
|
},
|
|
9200
9242
|
"elements": [
|
|
@@ -9202,7 +9244,7 @@
|
|
|
9202
9244
|
"__schema": "TypeRefSchema",
|
|
9203
9245
|
"location": {
|
|
9204
9246
|
"filePath": "generator.main.runtime.ts",
|
|
9205
|
-
"line":
|
|
9247
|
+
"line": 593,
|
|
9206
9248
|
"character": 7
|
|
9207
9249
|
},
|
|
9208
9250
|
"name": "ComponentTemplateSlot",
|
|
@@ -9212,7 +9254,7 @@
|
|
|
9212
9254
|
"__schema": "TypeRefSchema",
|
|
9213
9255
|
"location": {
|
|
9214
9256
|
"filePath": "generator.main.runtime.ts",
|
|
9215
|
-
"line":
|
|
9257
|
+
"line": 594,
|
|
9216
9258
|
"character": 7
|
|
9217
9259
|
},
|
|
9218
9260
|
"name": "WorkspaceTemplateSlot",
|
|
@@ -9222,7 +9264,7 @@
|
|
|
9222
9264
|
"__schema": "TypeRefSchema",
|
|
9223
9265
|
"location": {
|
|
9224
9266
|
"filePath": "generator.main.runtime.ts",
|
|
9225
|
-
"line":
|
|
9267
|
+
"line": 595,
|
|
9226
9268
|
"character": 7
|
|
9227
9269
|
},
|
|
9228
9270
|
"name": "OnComponentCreateSlot",
|
|
@@ -9238,7 +9280,7 @@
|
|
|
9238
9280
|
"__schema": "InferenceTypeSchema",
|
|
9239
9281
|
"location": {
|
|
9240
9282
|
"filePath": "generator.main.runtime.ts",
|
|
9241
|
-
"line":
|
|
9283
|
+
"line": 563,
|
|
9242
9284
|
"character": 3
|
|
9243
9285
|
},
|
|
9244
9286
|
"type": "Promise<GeneratorMain>"
|
|
@@ -9517,7 +9559,7 @@
|
|
|
9517
9559
|
"__schema": "UnImplementedSchema",
|
|
9518
9560
|
"location": {
|
|
9519
9561
|
"filePath": "generator.main.runtime.ts",
|
|
9520
|
-
"line":
|
|
9562
|
+
"line": 634,
|
|
9521
9563
|
"character": 1
|
|
9522
9564
|
},
|
|
9523
9565
|
"name": "GeneratorAspect.addRuntime(GeneratorMain);",
|
|
@@ -13568,23 +13610,63 @@
|
|
|
13568
13610
|
"line": 36,
|
|
13569
13611
|
"character": 1
|
|
13570
13612
|
},
|
|
13571
|
-
"signature": "type
|
|
13613
|
+
"signature": "type InstallOptions = {\n optimizeReportForNonTerminal?: boolean | undefined;\n}",
|
|
13614
|
+
"name": "InstallOptions",
|
|
13615
|
+
"type": {
|
|
13616
|
+
"__schema": "TypeLiteralSchema",
|
|
13617
|
+
"location": {
|
|
13618
|
+
"filePath": "component-generator.ts",
|
|
13619
|
+
"line": 36,
|
|
13620
|
+
"character": 30
|
|
13621
|
+
},
|
|
13622
|
+
"members": [
|
|
13623
|
+
{
|
|
13624
|
+
"__schema": "VariableLikeSchema",
|
|
13625
|
+
"location": {
|
|
13626
|
+
"filePath": "component-generator.ts",
|
|
13627
|
+
"line": 36,
|
|
13628
|
+
"character": 32
|
|
13629
|
+
},
|
|
13630
|
+
"signature": "(property) optimizeReportForNonTerminal?: boolean | undefined",
|
|
13631
|
+
"name": "optimizeReportForNonTerminal",
|
|
13632
|
+
"type": {
|
|
13633
|
+
"__schema": "KeywordTypeSchema",
|
|
13634
|
+
"location": {
|
|
13635
|
+
"filePath": "component-generator.ts",
|
|
13636
|
+
"line": 36,
|
|
13637
|
+
"character": 63
|
|
13638
|
+
},
|
|
13639
|
+
"name": "boolean"
|
|
13640
|
+
},
|
|
13641
|
+
"isOptional": true
|
|
13642
|
+
}
|
|
13643
|
+
]
|
|
13644
|
+
}
|
|
13645
|
+
},
|
|
13646
|
+
{
|
|
13647
|
+
"__schema": "TypeSchema",
|
|
13648
|
+
"location": {
|
|
13649
|
+
"filePath": "component-generator.ts",
|
|
13650
|
+
"line": 38,
|
|
13651
|
+
"character": 1
|
|
13652
|
+
},
|
|
13653
|
+
"signature": "type OnComponentCreateFn = (generateResults: GenerateResult[], installOptions?: InstallOptions) => Promise<void>",
|
|
13572
13654
|
"name": "OnComponentCreateFn",
|
|
13573
13655
|
"type": {
|
|
13574
13656
|
"__schema": "FunctionLikeSchema",
|
|
13575
13657
|
"location": {
|
|
13576
13658
|
"filePath": "component-generator.ts",
|
|
13577
|
-
"line":
|
|
13659
|
+
"line": 38,
|
|
13578
13660
|
"character": 35
|
|
13579
13661
|
},
|
|
13580
|
-
"signature": "(generateResults: GenerateResult[]): Promise<void>",
|
|
13662
|
+
"signature": "(generateResults: GenerateResult[], installOptions?: InstallOptions): Promise<void>",
|
|
13581
13663
|
"name": "",
|
|
13582
13664
|
"params": [
|
|
13583
13665
|
{
|
|
13584
13666
|
"__schema": "ParameterSchema",
|
|
13585
13667
|
"location": {
|
|
13586
13668
|
"filePath": "component-generator.ts",
|
|
13587
|
-
"line":
|
|
13669
|
+
"line": 38,
|
|
13588
13670
|
"character": 36
|
|
13589
13671
|
},
|
|
13590
13672
|
"name": "generateResults",
|
|
@@ -13592,14 +13674,14 @@
|
|
|
13592
13674
|
"__schema": "TypeArraySchema",
|
|
13593
13675
|
"location": {
|
|
13594
13676
|
"filePath": "component-generator.ts",
|
|
13595
|
-
"line":
|
|
13677
|
+
"line": 38,
|
|
13596
13678
|
"character": 53
|
|
13597
13679
|
},
|
|
13598
13680
|
"type": {
|
|
13599
13681
|
"__schema": "TypeRefSchema",
|
|
13600
13682
|
"location": {
|
|
13601
13683
|
"filePath": "component-generator.ts",
|
|
13602
|
-
"line":
|
|
13684
|
+
"line": 38,
|
|
13603
13685
|
"character": 53
|
|
13604
13686
|
},
|
|
13605
13687
|
"name": "GenerateResult"
|
|
@@ -13607,14 +13689,35 @@
|
|
|
13607
13689
|
},
|
|
13608
13690
|
"isOptional": false,
|
|
13609
13691
|
"isSpread": false
|
|
13692
|
+
},
|
|
13693
|
+
{
|
|
13694
|
+
"__schema": "ParameterSchema",
|
|
13695
|
+
"location": {
|
|
13696
|
+
"filePath": "component-generator.ts",
|
|
13697
|
+
"line": 38,
|
|
13698
|
+
"character": 71
|
|
13699
|
+
},
|
|
13700
|
+
"name": "installOptions",
|
|
13701
|
+
"type": {
|
|
13702
|
+
"__schema": "TypeRefSchema",
|
|
13703
|
+
"location": {
|
|
13704
|
+
"filePath": "component-generator.ts",
|
|
13705
|
+
"line": 38,
|
|
13706
|
+
"character": 88
|
|
13707
|
+
},
|
|
13708
|
+
"name": "InstallOptions",
|
|
13709
|
+
"internalFilePath": "component-generator.ts"
|
|
13710
|
+
},
|
|
13711
|
+
"isOptional": true,
|
|
13712
|
+
"isSpread": false
|
|
13610
13713
|
}
|
|
13611
13714
|
],
|
|
13612
13715
|
"returnType": {
|
|
13613
13716
|
"__schema": "TypeRefSchema",
|
|
13614
13717
|
"location": {
|
|
13615
13718
|
"filePath": "component-generator.ts",
|
|
13616
|
-
"line":
|
|
13617
|
-
"character":
|
|
13719
|
+
"line": 38,
|
|
13720
|
+
"character": 107
|
|
13618
13721
|
},
|
|
13619
13722
|
"name": "Promise",
|
|
13620
13723
|
"typeArgs": [
|
|
@@ -13622,8 +13725,8 @@
|
|
|
13622
13725
|
"__schema": "KeywordTypeSchema",
|
|
13623
13726
|
"location": {
|
|
13624
13727
|
"filePath": "component-generator.ts",
|
|
13625
|
-
"line":
|
|
13626
|
-
"character":
|
|
13728
|
+
"line": 38,
|
|
13729
|
+
"character": 115
|
|
13627
13730
|
},
|
|
13628
13731
|
"name": "void"
|
|
13629
13732
|
}
|
|
@@ -13636,7 +13739,7 @@
|
|
|
13636
13739
|
"__schema": "ClassSchema",
|
|
13637
13740
|
"location": {
|
|
13638
13741
|
"filePath": "component-generator.ts",
|
|
13639
|
-
"line":
|
|
13742
|
+
"line": 40,
|
|
13640
13743
|
"character": 1
|
|
13641
13744
|
},
|
|
13642
13745
|
"signature": "class ComponentGenerator",
|
|
@@ -13646,17 +13749,17 @@
|
|
|
13646
13749
|
"__schema": "ConstructorSchema",
|
|
13647
13750
|
"location": {
|
|
13648
13751
|
"filePath": "component-generator.ts",
|
|
13649
|
-
"line":
|
|
13752
|
+
"line": 41,
|
|
13650
13753
|
"character": 3
|
|
13651
13754
|
},
|
|
13652
|
-
"signature": "constructor ComponentGenerator(workspace: Workspace, componentIds: ComponentID[], options: Partial<CreateOptions>, template: ComponentTemplate, envs: EnvsMain, newComponentHelper: NewComponentHelperMain, tracker: TrackerMain, wsConfigFiles: WorkspaceConfigFilesMain, logger: Logger, onComponentCreateSlot: OnComponentCreateSlot, aspectId: string, envId?: ComponentID): ComponentGenerator",
|
|
13755
|
+
"signature": "constructor ComponentGenerator(workspace: Workspace, componentIds: ComponentID[], options: Partial<CreateOptions>, template: ComponentTemplate, envs: EnvsMain, newComponentHelper: NewComponentHelperMain, tracker: TrackerMain, wsConfigFiles: WorkspaceConfigFilesMain, logger: Logger, onComponentCreateSlot: OnComponentCreateSlot, aspectId: string, envId?: ComponentID, installOptions?: InstallOptions): ComponentGenerator",
|
|
13653
13756
|
"name": "constructor",
|
|
13654
13757
|
"params": [
|
|
13655
13758
|
{
|
|
13656
13759
|
"__schema": "ParameterSchema",
|
|
13657
13760
|
"location": {
|
|
13658
13761
|
"filePath": "component-generator.ts",
|
|
13659
|
-
"line":
|
|
13762
|
+
"line": 42,
|
|
13660
13763
|
"character": 5
|
|
13661
13764
|
},
|
|
13662
13765
|
"name": "workspace",
|
|
@@ -13664,7 +13767,7 @@
|
|
|
13664
13767
|
"__schema": "TypeRefSchema",
|
|
13665
13768
|
"location": {
|
|
13666
13769
|
"filePath": "component-generator.ts",
|
|
13667
|
-
"line":
|
|
13770
|
+
"line": 42,
|
|
13668
13771
|
"character": 24
|
|
13669
13772
|
},
|
|
13670
13773
|
"name": "Workspace",
|
|
@@ -13680,7 +13783,7 @@
|
|
|
13680
13783
|
"__schema": "ParameterSchema",
|
|
13681
13784
|
"location": {
|
|
13682
13785
|
"filePath": "component-generator.ts",
|
|
13683
|
-
"line":
|
|
13786
|
+
"line": 43,
|
|
13684
13787
|
"character": 5
|
|
13685
13788
|
},
|
|
13686
13789
|
"name": "componentIds",
|
|
@@ -13688,14 +13791,14 @@
|
|
|
13688
13791
|
"__schema": "TypeArraySchema",
|
|
13689
13792
|
"location": {
|
|
13690
13793
|
"filePath": "component-generator.ts",
|
|
13691
|
-
"line":
|
|
13794
|
+
"line": 43,
|
|
13692
13795
|
"character": 27
|
|
13693
13796
|
},
|
|
13694
13797
|
"type": {
|
|
13695
13798
|
"__schema": "TypeRefSchema",
|
|
13696
13799
|
"location": {
|
|
13697
13800
|
"filePath": "component-generator.ts",
|
|
13698
|
-
"line":
|
|
13801
|
+
"line": 43,
|
|
13699
13802
|
"character": 27
|
|
13700
13803
|
},
|
|
13701
13804
|
"name": "ComponentID",
|
|
@@ -13713,7 +13816,7 @@
|
|
|
13713
13816
|
"__schema": "ParameterSchema",
|
|
13714
13817
|
"location": {
|
|
13715
13818
|
"filePath": "component-generator.ts",
|
|
13716
|
-
"line":
|
|
13819
|
+
"line": 44,
|
|
13717
13820
|
"character": 5
|
|
13718
13821
|
},
|
|
13719
13822
|
"name": "options",
|
|
@@ -13721,7 +13824,7 @@
|
|
|
13721
13824
|
"__schema": "TypeRefSchema",
|
|
13722
13825
|
"location": {
|
|
13723
13826
|
"filePath": "component-generator.ts",
|
|
13724
|
-
"line":
|
|
13827
|
+
"line": 44,
|
|
13725
13828
|
"character": 22
|
|
13726
13829
|
},
|
|
13727
13830
|
"name": "Partial",
|
|
@@ -13730,7 +13833,7 @@
|
|
|
13730
13833
|
"__schema": "TypeRefSchema",
|
|
13731
13834
|
"location": {
|
|
13732
13835
|
"filePath": "component-generator.ts",
|
|
13733
|
-
"line":
|
|
13836
|
+
"line": 44,
|
|
13734
13837
|
"character": 30
|
|
13735
13838
|
},
|
|
13736
13839
|
"name": "CreateOptions",
|
|
@@ -13745,7 +13848,7 @@
|
|
|
13745
13848
|
"__schema": "ParameterSchema",
|
|
13746
13849
|
"location": {
|
|
13747
13850
|
"filePath": "component-generator.ts",
|
|
13748
|
-
"line":
|
|
13851
|
+
"line": 45,
|
|
13749
13852
|
"character": 5
|
|
13750
13853
|
},
|
|
13751
13854
|
"name": "template",
|
|
@@ -13753,7 +13856,7 @@
|
|
|
13753
13856
|
"__schema": "TypeRefSchema",
|
|
13754
13857
|
"location": {
|
|
13755
13858
|
"filePath": "component-generator.ts",
|
|
13756
|
-
"line":
|
|
13859
|
+
"line": 45,
|
|
13757
13860
|
"character": 23
|
|
13758
13861
|
},
|
|
13759
13862
|
"name": "ComponentTemplate"
|
|
@@ -13765,7 +13868,7 @@
|
|
|
13765
13868
|
"__schema": "ParameterSchema",
|
|
13766
13869
|
"location": {
|
|
13767
13870
|
"filePath": "component-generator.ts",
|
|
13768
|
-
"line":
|
|
13871
|
+
"line": 46,
|
|
13769
13872
|
"character": 5
|
|
13770
13873
|
},
|
|
13771
13874
|
"name": "envs",
|
|
@@ -13773,7 +13876,7 @@
|
|
|
13773
13876
|
"__schema": "TypeRefSchema",
|
|
13774
13877
|
"location": {
|
|
13775
13878
|
"filePath": "component-generator.ts",
|
|
13776
|
-
"line":
|
|
13879
|
+
"line": 46,
|
|
13777
13880
|
"character": 19
|
|
13778
13881
|
},
|
|
13779
13882
|
"name": "EnvsMain",
|
|
@@ -13789,7 +13892,7 @@
|
|
|
13789
13892
|
"__schema": "ParameterSchema",
|
|
13790
13893
|
"location": {
|
|
13791
13894
|
"filePath": "component-generator.ts",
|
|
13792
|
-
"line":
|
|
13895
|
+
"line": 47,
|
|
13793
13896
|
"character": 5
|
|
13794
13897
|
},
|
|
13795
13898
|
"name": "newComponentHelper",
|
|
@@ -13797,7 +13900,7 @@
|
|
|
13797
13900
|
"__schema": "TypeRefSchema",
|
|
13798
13901
|
"location": {
|
|
13799
13902
|
"filePath": "component-generator.ts",
|
|
13800
|
-
"line":
|
|
13903
|
+
"line": 47,
|
|
13801
13904
|
"character": 33
|
|
13802
13905
|
},
|
|
13803
13906
|
"name": "NewComponentHelperMain",
|
|
@@ -13813,7 +13916,7 @@
|
|
|
13813
13916
|
"__schema": "ParameterSchema",
|
|
13814
13917
|
"location": {
|
|
13815
13918
|
"filePath": "component-generator.ts",
|
|
13816
|
-
"line":
|
|
13919
|
+
"line": 48,
|
|
13817
13920
|
"character": 5
|
|
13818
13921
|
},
|
|
13819
13922
|
"name": "tracker",
|
|
@@ -13821,7 +13924,7 @@
|
|
|
13821
13924
|
"__schema": "TypeRefSchema",
|
|
13822
13925
|
"location": {
|
|
13823
13926
|
"filePath": "component-generator.ts",
|
|
13824
|
-
"line":
|
|
13927
|
+
"line": 48,
|
|
13825
13928
|
"character": 22
|
|
13826
13929
|
},
|
|
13827
13930
|
"name": "TrackerMain",
|
|
@@ -13837,7 +13940,7 @@
|
|
|
13837
13940
|
"__schema": "ParameterSchema",
|
|
13838
13941
|
"location": {
|
|
13839
13942
|
"filePath": "component-generator.ts",
|
|
13840
|
-
"line":
|
|
13943
|
+
"line": 49,
|
|
13841
13944
|
"character": 5
|
|
13842
13945
|
},
|
|
13843
13946
|
"name": "wsConfigFiles",
|
|
@@ -13845,7 +13948,7 @@
|
|
|
13845
13948
|
"__schema": "TypeRefSchema",
|
|
13846
13949
|
"location": {
|
|
13847
13950
|
"filePath": "component-generator.ts",
|
|
13848
|
-
"line":
|
|
13951
|
+
"line": 49,
|
|
13849
13952
|
"character": 28
|
|
13850
13953
|
},
|
|
13851
13954
|
"name": "WorkspaceConfigFilesMain",
|
|
@@ -13861,7 +13964,7 @@
|
|
|
13861
13964
|
"__schema": "ParameterSchema",
|
|
13862
13965
|
"location": {
|
|
13863
13966
|
"filePath": "component-generator.ts",
|
|
13864
|
-
"line":
|
|
13967
|
+
"line": 50,
|
|
13865
13968
|
"character": 5
|
|
13866
13969
|
},
|
|
13867
13970
|
"name": "logger",
|
|
@@ -13869,7 +13972,7 @@
|
|
|
13869
13972
|
"__schema": "TypeRefSchema",
|
|
13870
13973
|
"location": {
|
|
13871
13974
|
"filePath": "component-generator.ts",
|
|
13872
|
-
"line":
|
|
13975
|
+
"line": 50,
|
|
13873
13976
|
"character": 21
|
|
13874
13977
|
},
|
|
13875
13978
|
"name": "Logger",
|
|
@@ -13885,7 +13988,7 @@
|
|
|
13885
13988
|
"__schema": "ParameterSchema",
|
|
13886
13989
|
"location": {
|
|
13887
13990
|
"filePath": "component-generator.ts",
|
|
13888
|
-
"line":
|
|
13991
|
+
"line": 51,
|
|
13889
13992
|
"character": 5
|
|
13890
13993
|
},
|
|
13891
13994
|
"name": "onComponentCreateSlot",
|
|
@@ -13893,7 +13996,7 @@
|
|
|
13893
13996
|
"__schema": "TypeRefSchema",
|
|
13894
13997
|
"location": {
|
|
13895
13998
|
"filePath": "component-generator.ts",
|
|
13896
|
-
"line":
|
|
13999
|
+
"line": 51,
|
|
13897
14000
|
"character": 36
|
|
13898
14001
|
},
|
|
13899
14002
|
"name": "OnComponentCreateSlot",
|
|
@@ -13906,7 +14009,7 @@
|
|
|
13906
14009
|
"__schema": "ParameterSchema",
|
|
13907
14010
|
"location": {
|
|
13908
14011
|
"filePath": "component-generator.ts",
|
|
13909
|
-
"line":
|
|
14012
|
+
"line": 52,
|
|
13910
14013
|
"character": 5
|
|
13911
14014
|
},
|
|
13912
14015
|
"name": "aspectId",
|
|
@@ -13914,7 +14017,7 @@
|
|
|
13914
14017
|
"__schema": "KeywordTypeSchema",
|
|
13915
14018
|
"location": {
|
|
13916
14019
|
"filePath": "component-generator.ts",
|
|
13917
|
-
"line":
|
|
14020
|
+
"line": 52,
|
|
13918
14021
|
"character": 23
|
|
13919
14022
|
},
|
|
13920
14023
|
"name": "string"
|
|
@@ -13926,7 +14029,7 @@
|
|
|
13926
14029
|
"__schema": "ParameterSchema",
|
|
13927
14030
|
"location": {
|
|
13928
14031
|
"filePath": "component-generator.ts",
|
|
13929
|
-
"line":
|
|
14032
|
+
"line": 53,
|
|
13930
14033
|
"character": 5
|
|
13931
14034
|
},
|
|
13932
14035
|
"name": "envId",
|
|
@@ -13934,7 +14037,7 @@
|
|
|
13934
14037
|
"__schema": "TypeRefSchema",
|
|
13935
14038
|
"location": {
|
|
13936
14039
|
"filePath": "component-generator.ts",
|
|
13937
|
-
"line":
|
|
14040
|
+
"line": 53,
|
|
13938
14041
|
"character": 21
|
|
13939
14042
|
},
|
|
13940
14043
|
"name": "ComponentID",
|
|
@@ -13946,13 +14049,35 @@
|
|
|
13946
14049
|
},
|
|
13947
14050
|
"isOptional": true,
|
|
13948
14051
|
"isSpread": false
|
|
14052
|
+
},
|
|
14053
|
+
{
|
|
14054
|
+
"__schema": "ParameterSchema",
|
|
14055
|
+
"location": {
|
|
14056
|
+
"filePath": "component-generator.ts",
|
|
14057
|
+
"line": 54,
|
|
14058
|
+
"character": 5
|
|
14059
|
+
},
|
|
14060
|
+
"name": "installOptions",
|
|
14061
|
+
"type": {
|
|
14062
|
+
"__schema": "TypeRefSchema",
|
|
14063
|
+
"location": {
|
|
14064
|
+
"filePath": "component-generator.ts",
|
|
14065
|
+
"line": 54,
|
|
14066
|
+
"character": 29
|
|
14067
|
+
},
|
|
14068
|
+
"name": "InstallOptions",
|
|
14069
|
+
"internalFilePath": "component-generator.ts"
|
|
14070
|
+
},
|
|
14071
|
+
"isOptional": true,
|
|
14072
|
+
"defaultValue": "{}",
|
|
14073
|
+
"isSpread": false
|
|
13949
14074
|
}
|
|
13950
14075
|
],
|
|
13951
14076
|
"returnType": {
|
|
13952
14077
|
"__schema": "ThisTypeSchema",
|
|
13953
14078
|
"location": {
|
|
13954
14079
|
"filePath": "component-generator.ts",
|
|
13955
|
-
"line":
|
|
14080
|
+
"line": 40,
|
|
13956
14081
|
"character": 1
|
|
13957
14082
|
},
|
|
13958
14083
|
"name": "ComponentGenerator"
|
|
@@ -13963,7 +14088,7 @@
|
|
|
13963
14088
|
"__schema": "FunctionLikeSchema",
|
|
13964
14089
|
"location": {
|
|
13965
14090
|
"filePath": "component-generator.ts",
|
|
13966
|
-
"line":
|
|
14091
|
+
"line": 57,
|
|
13967
14092
|
"character": 3
|
|
13968
14093
|
},
|
|
13969
14094
|
"signature": "(method) ComponentGenerator.generate(force?: boolean): Promise<GenerateResult[]>",
|
|
@@ -13973,7 +14098,7 @@
|
|
|
13973
14098
|
"__schema": "ParameterSchema",
|
|
13974
14099
|
"location": {
|
|
13975
14100
|
"filePath": "component-generator.ts",
|
|
13976
|
-
"line":
|
|
14101
|
+
"line": 57,
|
|
13977
14102
|
"character": 18
|
|
13978
14103
|
},
|
|
13979
14104
|
"name": "force",
|
|
@@ -13981,7 +14106,7 @@
|
|
|
13981
14106
|
"__schema": "InferenceTypeSchema",
|
|
13982
14107
|
"location": {
|
|
13983
14108
|
"filePath": "component-generator.ts",
|
|
13984
|
-
"line":
|
|
14109
|
+
"line": 57,
|
|
13985
14110
|
"character": 18
|
|
13986
14111
|
},
|
|
13987
14112
|
"type": "boolean"
|
|
@@ -13995,7 +14120,7 @@
|
|
|
13995
14120
|
"__schema": "TypeRefSchema",
|
|
13996
14121
|
"location": {
|
|
13997
14122
|
"filePath": "component-generator.ts",
|
|
13998
|
-
"line":
|
|
14123
|
+
"line": 57,
|
|
13999
14124
|
"character": 34
|
|
14000
14125
|
},
|
|
14001
14126
|
"name": "Promise",
|
|
@@ -14004,14 +14129,14 @@
|
|
|
14004
14129
|
"__schema": "TypeArraySchema",
|
|
14005
14130
|
"location": {
|
|
14006
14131
|
"filePath": "component-generator.ts",
|
|
14007
|
-
"line":
|
|
14132
|
+
"line": 57,
|
|
14008
14133
|
"character": 42
|
|
14009
14134
|
},
|
|
14010
14135
|
"type": {
|
|
14011
14136
|
"__schema": "TypeRefSchema",
|
|
14012
14137
|
"location": {
|
|
14013
14138
|
"filePath": "component-generator.ts",
|
|
14014
|
-
"line":
|
|
14139
|
+
"line": 57,
|
|
14015
14140
|
"character": 42
|
|
14016
14141
|
},
|
|
14017
14142
|
"name": "GenerateResult"
|
|
@@ -14034,7 +14159,7 @@
|
|
|
14034
14159
|
"componentId": {
|
|
14035
14160
|
"scope": "teambit.generator",
|
|
14036
14161
|
"name": "generator",
|
|
14037
|
-
"version": "1.0.
|
|
14162
|
+
"version": "1.0.424"
|
|
14038
14163
|
},
|
|
14039
14164
|
"taggedModuleExports": []
|
|
14040
14165
|
}
|