@teambit/snapping 1.0.409 → 1.0.411

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.
@@ -20,6 +20,7 @@
20
20
  "line": 3,
21
21
  "character": 15
22
22
  },
23
+ "signature": "type BitCloudUser = {\n username?: string | undefined;\n name?: string | undefined;\n displayName?: string | undefined;\n profileImage?: string | undefined;\n}",
23
24
  "name": "BitCloudUser",
24
25
  "exportNode": {
25
26
  "__schema": "TypeSchema",
@@ -129,6 +130,7 @@
129
130
  "line": 4,
130
131
  "character": 15
131
132
  },
133
+ "signature": "class SnappingMain",
132
134
  "name": "SnappingMain",
133
135
  "exportNode": {
134
136
  "__schema": "ClassSchema",
@@ -1529,14 +1531,14 @@
1529
1531
  "__schema": "FunctionLikeSchema",
1530
1532
  "location": {
1531
1533
  "filePath": "snapping.main.runtime.ts",
1532
- "line": 545,
1534
+ "line": 549,
1533
1535
  "character": 3
1534
1536
  },
1535
1537
  "doc": {
1536
1538
  "__schema": "DocSchema",
1537
1539
  "location": {
1538
1540
  "filePath": "snapping.main.runtime.ts",
1539
- "line": 541,
1541
+ "line": 545,
1540
1542
  "character": 3
1541
1543
  },
1542
1544
  "raw": "/**\n * save the local changes of a component(s) into the scope. snap can be done on main or on a lane.\n * once a component is snapped on a lane, it becomes part of it.\n */",
@@ -1550,7 +1552,7 @@
1550
1552
  "__schema": "ParameterSchema",
1551
1553
  "location": {
1552
1554
  "filePath": "snapping.main.runtime.ts",
1553
- "line": 545,
1555
+ "line": 549,
1554
1556
  "character": 14
1555
1557
  },
1556
1558
  "name": "{ pattern, legacyBitIds, unmerged, editor, message = '', ignoreIssues, skipTests = false, skipTasks, skipAutoSnap = false, build, disableTagAndSnapPipelines = false, ignoreBuildErrors = false, rebuildDepsGraph, unmodified = false, exitOnFirstFailedTask = false }",
@@ -1558,7 +1560,7 @@
1558
1560
  "__schema": "TypeIntersectionSchema",
1559
1561
  "location": {
1560
1562
  "filePath": "snapping.main.runtime.ts",
1561
- "line": 561,
1563
+ "line": 565,
1562
1564
  "character": 6
1563
1565
  },
1564
1566
  "types": [
@@ -1566,7 +1568,7 @@
1566
1568
  "__schema": "TypeRefSchema",
1567
1569
  "location": {
1568
1570
  "filePath": "snapping.main.runtime.ts",
1569
- "line": 561,
1571
+ "line": 565,
1570
1572
  "character": 6
1571
1573
  },
1572
1574
  "name": "Partial",
@@ -1575,7 +1577,7 @@
1575
1577
  "__schema": "TypeRefSchema",
1576
1578
  "location": {
1577
1579
  "filePath": "snapping.main.runtime.ts",
1578
- "line": 561,
1580
+ "line": 565,
1579
1581
  "character": 14
1580
1582
  },
1581
1583
  "name": "BasicTagSnapParams"
@@ -1586,7 +1588,7 @@
1586
1588
  "__schema": "TypeLiteralSchema",
1587
1589
  "location": {
1588
1590
  "filePath": "snapping.main.runtime.ts",
1589
- "line": 561,
1591
+ "line": 565,
1590
1592
  "character": 36
1591
1593
  },
1592
1594
  "members": [
@@ -1594,7 +1596,7 @@
1594
1596
  "__schema": "VariableLikeSchema",
1595
1597
  "location": {
1596
1598
  "filePath": "snapping.main.runtime.ts",
1597
- "line": 562,
1599
+ "line": 566,
1598
1600
  "character": 5
1599
1601
  },
1600
1602
  "signature": "(property) pattern?: string | undefined",
@@ -1603,7 +1605,7 @@
1603
1605
  "__schema": "KeywordTypeSchema",
1604
1606
  "location": {
1605
1607
  "filePath": "snapping.main.runtime.ts",
1606
- "line": 562,
1608
+ "line": 566,
1607
1609
  "character": 15
1608
1610
  },
1609
1611
  "name": "string"
@@ -1614,7 +1616,7 @@
1614
1616
  "__schema": "VariableLikeSchema",
1615
1617
  "location": {
1616
1618
  "filePath": "snapping.main.runtime.ts",
1617
- "line": 563,
1619
+ "line": 567,
1618
1620
  "character": 5
1619
1621
  },
1620
1622
  "signature": "(property) legacyBitIds?: ComponentIdList | undefined",
@@ -1623,7 +1625,7 @@
1623
1625
  "__schema": "TypeRefSchema",
1624
1626
  "location": {
1625
1627
  "filePath": "snapping.main.runtime.ts",
1626
- "line": 563,
1628
+ "line": 567,
1627
1629
  "character": 20
1628
1630
  },
1629
1631
  "name": "ComponentIdList"
@@ -1634,7 +1636,7 @@
1634
1636
  "__schema": "VariableLikeSchema",
1635
1637
  "location": {
1636
1638
  "filePath": "snapping.main.runtime.ts",
1637
- "line": 564,
1639
+ "line": 568,
1638
1640
  "character": 5
1639
1641
  },
1640
1642
  "signature": "(property) unmerged?: boolean | undefined",
@@ -1643,7 +1645,7 @@
1643
1645
  "__schema": "KeywordTypeSchema",
1644
1646
  "location": {
1645
1647
  "filePath": "snapping.main.runtime.ts",
1646
- "line": 564,
1648
+ "line": 568,
1647
1649
  "character": 16
1648
1650
  },
1649
1651
  "name": "boolean"
@@ -1654,7 +1656,7 @@
1654
1656
  "__schema": "VariableLikeSchema",
1655
1657
  "location": {
1656
1658
  "filePath": "snapping.main.runtime.ts",
1657
- "line": 565,
1659
+ "line": 569,
1658
1660
  "character": 5
1659
1661
  },
1660
1662
  "signature": "(property) editor?: string | undefined",
@@ -1663,7 +1665,7 @@
1663
1665
  "__schema": "KeywordTypeSchema",
1664
1666
  "location": {
1665
1667
  "filePath": "snapping.main.runtime.ts",
1666
- "line": 565,
1668
+ "line": 569,
1667
1669
  "character": 14
1668
1670
  },
1669
1671
  "name": "string"
@@ -1674,7 +1676,7 @@
1674
1676
  "__schema": "VariableLikeSchema",
1675
1677
  "location": {
1676
1678
  "filePath": "snapping.main.runtime.ts",
1677
- "line": 566,
1679
+ "line": 570,
1678
1680
  "character": 5
1679
1681
  },
1680
1682
  "signature": "(property) ignoreIssues?: string | undefined",
@@ -1683,7 +1685,7 @@
1683
1685
  "__schema": "KeywordTypeSchema",
1684
1686
  "location": {
1685
1687
  "filePath": "snapping.main.runtime.ts",
1686
- "line": 566,
1688
+ "line": 570,
1687
1689
  "character": 20
1688
1690
  },
1689
1691
  "name": "string"
@@ -1694,7 +1696,7 @@
1694
1696
  "__schema": "VariableLikeSchema",
1695
1697
  "location": {
1696
1698
  "filePath": "snapping.main.runtime.ts",
1697
- "line": 567,
1699
+ "line": 571,
1698
1700
  "character": 5
1699
1701
  },
1700
1702
  "signature": "(property) skipAutoSnap?: boolean | undefined",
@@ -1703,7 +1705,7 @@
1703
1705
  "__schema": "KeywordTypeSchema",
1704
1706
  "location": {
1705
1707
  "filePath": "snapping.main.runtime.ts",
1706
- "line": 567,
1708
+ "line": 571,
1707
1709
  "character": 20
1708
1710
  },
1709
1711
  "name": "boolean"
@@ -1714,7 +1716,7 @@
1714
1716
  "__schema": "VariableLikeSchema",
1715
1717
  "location": {
1716
1718
  "filePath": "snapping.main.runtime.ts",
1717
- "line": 568,
1719
+ "line": 572,
1718
1720
  "character": 5
1719
1721
  },
1720
1722
  "signature": "(property) disableTagAndSnapPipelines?: boolean | undefined",
@@ -1723,7 +1725,7 @@
1723
1725
  "__schema": "KeywordTypeSchema",
1724
1726
  "location": {
1725
1727
  "filePath": "snapping.main.runtime.ts",
1726
- "line": 568,
1728
+ "line": 572,
1727
1729
  "character": 34
1728
1730
  },
1729
1731
  "name": "boolean"
@@ -1734,7 +1736,7 @@
1734
1736
  "__schema": "VariableLikeSchema",
1735
1737
  "location": {
1736
1738
  "filePath": "snapping.main.runtime.ts",
1737
- "line": 569,
1739
+ "line": 573,
1738
1740
  "character": 5
1739
1741
  },
1740
1742
  "signature": "(property) unmodified?: boolean | undefined",
@@ -1743,7 +1745,7 @@
1743
1745
  "__schema": "KeywordTypeSchema",
1744
1746
  "location": {
1745
1747
  "filePath": "snapping.main.runtime.ts",
1746
- "line": 569,
1748
+ "line": 573,
1747
1749
  "character": 18
1748
1750
  },
1749
1751
  "name": "boolean"
@@ -1754,7 +1756,7 @@
1754
1756
  "__schema": "VariableLikeSchema",
1755
1757
  "location": {
1756
1758
  "filePath": "snapping.main.runtime.ts",
1757
- "line": 570,
1759
+ "line": 574,
1758
1760
  "character": 5
1759
1761
  },
1760
1762
  "signature": "(property) exitOnFirstFailedTask?: boolean | undefined",
@@ -1763,7 +1765,7 @@
1763
1765
  "__schema": "KeywordTypeSchema",
1764
1766
  "location": {
1765
1767
  "filePath": "snapping.main.runtime.ts",
1766
- "line": 570,
1768
+ "line": 574,
1767
1769
  "character": 29
1768
1770
  },
1769
1771
  "name": "boolean"
@@ -1780,7 +1782,7 @@
1780
1782
  "__schema": "VariableLikeSchema",
1781
1783
  "location": {
1782
1784
  "filePath": "snapping.main.runtime.ts",
1783
- "line": 562,
1785
+ "line": 566,
1784
1786
  "character": 5
1785
1787
  },
1786
1788
  "signature": "(property) pattern?: string | undefined",
@@ -1789,7 +1791,7 @@
1789
1791
  "__schema": "KeywordTypeSchema",
1790
1792
  "location": {
1791
1793
  "filePath": "snapping.main.runtime.ts",
1792
- "line": 562,
1794
+ "line": 566,
1793
1795
  "character": 15
1794
1796
  },
1795
1797
  "name": "string"
@@ -1800,7 +1802,7 @@
1800
1802
  "__schema": "VariableLikeSchema",
1801
1803
  "location": {
1802
1804
  "filePath": "snapping.main.runtime.ts",
1803
- "line": 563,
1805
+ "line": 567,
1804
1806
  "character": 5
1805
1807
  },
1806
1808
  "signature": "(property) legacyBitIds?: ComponentIdList | undefined",
@@ -1809,7 +1811,7 @@
1809
1811
  "__schema": "TypeRefSchema",
1810
1812
  "location": {
1811
1813
  "filePath": "snapping.main.runtime.ts",
1812
- "line": 563,
1814
+ "line": 567,
1813
1815
  "character": 20
1814
1816
  },
1815
1817
  "name": "ComponentIdList"
@@ -1820,7 +1822,7 @@
1820
1822
  "__schema": "VariableLikeSchema",
1821
1823
  "location": {
1822
1824
  "filePath": "snapping.main.runtime.ts",
1823
- "line": 564,
1825
+ "line": 568,
1824
1826
  "character": 5
1825
1827
  },
1826
1828
  "signature": "(property) unmerged?: boolean | undefined",
@@ -1829,7 +1831,7 @@
1829
1831
  "__schema": "KeywordTypeSchema",
1830
1832
  "location": {
1831
1833
  "filePath": "snapping.main.runtime.ts",
1832
- "line": 564,
1834
+ "line": 568,
1833
1835
  "character": 16
1834
1836
  },
1835
1837
  "name": "boolean"
@@ -1840,7 +1842,7 @@
1840
1842
  "__schema": "VariableLikeSchema",
1841
1843
  "location": {
1842
1844
  "filePath": "snapping.main.runtime.ts",
1843
- "line": 565,
1845
+ "line": 569,
1844
1846
  "character": 5
1845
1847
  },
1846
1848
  "signature": "(property) editor?: string | undefined",
@@ -1849,7 +1851,7 @@
1849
1851
  "__schema": "KeywordTypeSchema",
1850
1852
  "location": {
1851
1853
  "filePath": "snapping.main.runtime.ts",
1852
- "line": 565,
1854
+ "line": 569,
1853
1855
  "character": 14
1854
1856
  },
1855
1857
  "name": "string"
@@ -1860,7 +1862,7 @@
1860
1862
  "__schema": "InferenceTypeSchema",
1861
1863
  "location": {
1862
1864
  "filePath": "snapping.main.runtime.ts",
1863
- "line": 550,
1865
+ "line": 554,
1864
1866
  "character": 5
1865
1867
  },
1866
1868
  "name": "message",
@@ -1872,7 +1874,7 @@
1872
1874
  "__schema": "VariableLikeSchema",
1873
1875
  "location": {
1874
1876
  "filePath": "snapping.main.runtime.ts",
1875
- "line": 566,
1877
+ "line": 570,
1876
1878
  "character": 5
1877
1879
  },
1878
1880
  "signature": "(property) ignoreIssues?: string | undefined",
@@ -1881,7 +1883,7 @@
1881
1883
  "__schema": "KeywordTypeSchema",
1882
1884
  "location": {
1883
1885
  "filePath": "snapping.main.runtime.ts",
1884
- "line": 566,
1886
+ "line": 570,
1885
1887
  "character": 20
1886
1888
  },
1887
1889
  "name": "string"
@@ -1892,7 +1894,7 @@
1892
1894
  "__schema": "InferenceTypeSchema",
1893
1895
  "location": {
1894
1896
  "filePath": "snapping.main.runtime.ts",
1895
- "line": 552,
1897
+ "line": 556,
1896
1898
  "character": 5
1897
1899
  },
1898
1900
  "name": "skipTests",
@@ -1904,7 +1906,7 @@
1904
1906
  "__schema": "InferenceTypeSchema",
1905
1907
  "location": {
1906
1908
  "filePath": "snapping.main.runtime.ts",
1907
- "line": 553,
1909
+ "line": 557,
1908
1910
  "character": 5
1909
1911
  },
1910
1912
  "name": "skipTasks",
@@ -1915,7 +1917,7 @@
1915
1917
  "__schema": "VariableLikeSchema",
1916
1918
  "location": {
1917
1919
  "filePath": "snapping.main.runtime.ts",
1918
- "line": 567,
1920
+ "line": 571,
1919
1921
  "character": 5
1920
1922
  },
1921
1923
  "signature": "(property) skipAutoSnap?: boolean | undefined",
@@ -1924,7 +1926,7 @@
1924
1926
  "__schema": "KeywordTypeSchema",
1925
1927
  "location": {
1926
1928
  "filePath": "snapping.main.runtime.ts",
1927
- "line": 567,
1929
+ "line": 571,
1928
1930
  "character": 20
1929
1931
  },
1930
1932
  "name": "boolean"
@@ -1935,7 +1937,7 @@
1935
1937
  "__schema": "InferenceTypeSchema",
1936
1938
  "location": {
1937
1939
  "filePath": "snapping.main.runtime.ts",
1938
- "line": 555,
1940
+ "line": 559,
1939
1941
  "character": 5
1940
1942
  },
1941
1943
  "name": "build",
@@ -1946,7 +1948,7 @@
1946
1948
  "__schema": "VariableLikeSchema",
1947
1949
  "location": {
1948
1950
  "filePath": "snapping.main.runtime.ts",
1949
- "line": 568,
1951
+ "line": 572,
1950
1952
  "character": 5
1951
1953
  },
1952
1954
  "signature": "(property) disableTagAndSnapPipelines?: boolean | undefined",
@@ -1955,7 +1957,7 @@
1955
1957
  "__schema": "KeywordTypeSchema",
1956
1958
  "location": {
1957
1959
  "filePath": "snapping.main.runtime.ts",
1958
- "line": 568,
1960
+ "line": 572,
1959
1961
  "character": 34
1960
1962
  },
1961
1963
  "name": "boolean"
@@ -1966,7 +1968,7 @@
1966
1968
  "__schema": "InferenceTypeSchema",
1967
1969
  "location": {
1968
1970
  "filePath": "snapping.main.runtime.ts",
1969
- "line": 557,
1971
+ "line": 561,
1970
1972
  "character": 5
1971
1973
  },
1972
1974
  "name": "ignoreBuildErrors",
@@ -1978,7 +1980,7 @@
1978
1980
  "__schema": "InferenceTypeSchema",
1979
1981
  "location": {
1980
1982
  "filePath": "snapping.main.runtime.ts",
1981
- "line": 558,
1983
+ "line": 562,
1982
1984
  "character": 5
1983
1985
  },
1984
1986
  "name": "rebuildDepsGraph",
@@ -1989,7 +1991,7 @@
1989
1991
  "__schema": "VariableLikeSchema",
1990
1992
  "location": {
1991
1993
  "filePath": "snapping.main.runtime.ts",
1992
- "line": 569,
1994
+ "line": 573,
1993
1995
  "character": 5
1994
1996
  },
1995
1997
  "signature": "(property) unmodified?: boolean | undefined",
@@ -1998,7 +2000,7 @@
1998
2000
  "__schema": "KeywordTypeSchema",
1999
2001
  "location": {
2000
2002
  "filePath": "snapping.main.runtime.ts",
2001
- "line": 569,
2003
+ "line": 573,
2002
2004
  "character": 18
2003
2005
  },
2004
2006
  "name": "boolean"
@@ -2009,7 +2011,7 @@
2009
2011
  "__schema": "VariableLikeSchema",
2010
2012
  "location": {
2011
2013
  "filePath": "snapping.main.runtime.ts",
2012
- "line": 570,
2014
+ "line": 574,
2013
2015
  "character": 5
2014
2016
  },
2015
2017
  "signature": "(property) exitOnFirstFailedTask?: boolean | undefined",
@@ -2018,7 +2020,7 @@
2018
2020
  "__schema": "KeywordTypeSchema",
2019
2021
  "location": {
2020
2022
  "filePath": "snapping.main.runtime.ts",
2021
- "line": 570,
2023
+ "line": 574,
2022
2024
  "character": 29
2023
2025
  },
2024
2026
  "name": "boolean"
@@ -2033,7 +2035,7 @@
2033
2035
  "__schema": "TypeRefSchema",
2034
2036
  "location": {
2035
2037
  "filePath": "snapping.main.runtime.ts",
2036
- "line": 571,
2038
+ "line": 575,
2037
2039
  "character": 7
2038
2040
  },
2039
2041
  "name": "Promise",
@@ -2042,7 +2044,7 @@
2042
2044
  "__schema": "TypeUnionSchema",
2043
2045
  "location": {
2044
2046
  "filePath": "snapping.main.runtime.ts",
2045
- "line": 571,
2047
+ "line": 575,
2046
2048
  "character": 15
2047
2049
  },
2048
2050
  "types": [
@@ -2050,7 +2052,7 @@
2050
2052
  "__schema": "TypeRefSchema",
2051
2053
  "location": {
2052
2054
  "filePath": "snapping.main.runtime.ts",
2053
- "line": 571,
2055
+ "line": 575,
2054
2056
  "character": 15
2055
2057
  },
2056
2058
  "name": "SnapResults"
@@ -2059,7 +2061,7 @@
2059
2061
  "__schema": "LiteralTypeSchema",
2060
2062
  "location": {
2061
2063
  "filePath": "snapping.main.runtime.ts",
2062
- "line": 571,
2064
+ "line": 575,
2063
2065
  "character": 29
2064
2066
  },
2065
2067
  "name": "null"
@@ -2076,14 +2078,14 @@
2076
2078
  "__schema": "FunctionLikeSchema",
2077
2079
  "location": {
2078
2080
  "filePath": "snapping.main.runtime.ts",
2079
- "line": 662,
2081
+ "line": 666,
2080
2082
  "character": 3
2081
2083
  },
2082
2084
  "doc": {
2083
2085
  "__schema": "DocSchema",
2084
2086
  "location": {
2085
2087
  "filePath": "snapping.main.runtime.ts",
2086
- "line": 658,
2088
+ "line": 662,
2087
2089
  "character": 3
2088
2090
  },
2089
2091
  "raw": "/**\n * remove tags/snaps that exist locally, which were not exported yet.\n * once a tag/snap is exported, it's impossible to delete it as other components may depend on it\n */",
@@ -2097,7 +2099,7 @@
2097
2099
  "__schema": "ParameterSchema",
2098
2100
  "location": {
2099
2101
  "filePath": "snapping.main.runtime.ts",
2100
- "line": 663,
2102
+ "line": 667,
2101
2103
  "character": 5
2102
2104
  },
2103
2105
  "name": "componentPattern",
@@ -2105,7 +2107,7 @@
2105
2107
  "__schema": "KeywordTypeSchema",
2106
2108
  "location": {
2107
2109
  "filePath": "snapping.main.runtime.ts",
2108
- "line": 663,
2110
+ "line": 667,
2109
2111
  "character": 24
2110
2112
  },
2111
2113
  "name": "string"
@@ -2117,7 +2119,7 @@
2117
2119
  "__schema": "ParameterSchema",
2118
2120
  "location": {
2119
2121
  "filePath": "snapping.main.runtime.ts",
2120
- "line": 664,
2122
+ "line": 668,
2121
2123
  "character": 5
2122
2124
  },
2123
2125
  "name": "head",
@@ -2125,7 +2127,7 @@
2125
2127
  "__schema": "KeywordTypeSchema",
2126
2128
  "location": {
2127
2129
  "filePath": "snapping.main.runtime.ts",
2128
- "line": 664,
2130
+ "line": 668,
2129
2131
  "character": 12
2130
2132
  },
2131
2133
  "name": "boolean"
@@ -2137,7 +2139,7 @@
2137
2139
  "__schema": "ParameterSchema",
2138
2140
  "location": {
2139
2141
  "filePath": "snapping.main.runtime.ts",
2140
- "line": 665,
2142
+ "line": 669,
2141
2143
  "character": 5
2142
2144
  },
2143
2145
  "name": "force",
@@ -2145,7 +2147,7 @@
2145
2147
  "__schema": "InferenceTypeSchema",
2146
2148
  "location": {
2147
2149
  "filePath": "snapping.main.runtime.ts",
2148
- "line": 665,
2150
+ "line": 669,
2149
2151
  "character": 5
2150
2152
  },
2151
2153
  "type": "boolean"
@@ -2158,7 +2160,7 @@
2158
2160
  "__schema": "ParameterSchema",
2159
2161
  "location": {
2160
2162
  "filePath": "snapping.main.runtime.ts",
2161
- "line": 666,
2163
+ "line": 670,
2162
2164
  "character": 5
2163
2165
  },
2164
2166
  "name": "soft",
@@ -2166,7 +2168,7 @@
2166
2168
  "__schema": "InferenceTypeSchema",
2167
2169
  "location": {
2168
2170
  "filePath": "snapping.main.runtime.ts",
2169
- "line": 666,
2171
+ "line": 670,
2170
2172
  "character": 5
2171
2173
  },
2172
2174
  "type": "boolean"
@@ -2180,7 +2182,7 @@
2180
2182
  "__schema": "TypeRefSchema",
2181
2183
  "location": {
2182
2184
  "filePath": "snapping.main.runtime.ts",
2183
- "line": 667,
2185
+ "line": 671,
2184
2186
  "character": 6
2185
2187
  },
2186
2188
  "name": "Promise",
@@ -2189,7 +2191,7 @@
2189
2191
  "__schema": "TypeLiteralSchema",
2190
2192
  "location": {
2191
2193
  "filePath": "snapping.main.runtime.ts",
2192
- "line": 667,
2194
+ "line": 671,
2193
2195
  "character": 14
2194
2196
  },
2195
2197
  "members": [
@@ -2197,7 +2199,7 @@
2197
2199
  "__schema": "VariableLikeSchema",
2198
2200
  "location": {
2199
2201
  "filePath": "snapping.main.runtime.ts",
2200
- "line": 667,
2202
+ "line": 671,
2201
2203
  "character": 16
2202
2204
  },
2203
2205
  "signature": "(property) results: untagResult[]",
@@ -2206,14 +2208,14 @@
2206
2208
  "__schema": "TypeArraySchema",
2207
2209
  "location": {
2208
2210
  "filePath": "snapping.main.runtime.ts",
2209
- "line": 667,
2211
+ "line": 671,
2210
2212
  "character": 25
2211
2213
  },
2212
2214
  "type": {
2213
2215
  "__schema": "TypeRefSchema",
2214
2216
  "location": {
2215
2217
  "filePath": "snapping.main.runtime.ts",
2216
- "line": 667,
2218
+ "line": 671,
2217
2219
  "character": 25
2218
2220
  },
2219
2221
  "name": "untagResult"
@@ -2225,7 +2227,7 @@
2225
2227
  "__schema": "VariableLikeSchema",
2226
2228
  "location": {
2227
2229
  "filePath": "snapping.main.runtime.ts",
2228
- "line": 667,
2230
+ "line": 671,
2229
2231
  "character": 40
2230
2232
  },
2231
2233
  "signature": "(property) isSoftUntag: boolean",
@@ -2234,7 +2236,7 @@
2234
2236
  "__schema": "KeywordTypeSchema",
2235
2237
  "location": {
2236
2238
  "filePath": "snapping.main.runtime.ts",
2237
- "line": 667,
2239
+ "line": 671,
2238
2240
  "character": 53
2239
2241
  },
2240
2242
  "name": "boolean"
@@ -2253,7 +2255,7 @@
2253
2255
  "__schema": "FunctionLikeSchema",
2254
2256
  "location": {
2255
2257
  "filePath": "snapping.main.runtime.ts",
2256
- "line": 714,
2258
+ "line": 718,
2257
2259
  "character": 3
2258
2260
  },
2259
2261
  "signature": "(method) SnappingMain.resetNeverExported(): Promise<ComponentID[]>",
@@ -2263,7 +2265,7 @@
2263
2265
  "__schema": "TypeRefSchema",
2264
2266
  "location": {
2265
2267
  "filePath": "snapping.main.runtime.ts",
2266
- "line": 714,
2268
+ "line": 718,
2267
2269
  "character": 31
2268
2270
  },
2269
2271
  "name": "Promise",
@@ -2272,14 +2274,14 @@
2272
2274
  "__schema": "TypeArraySchema",
2273
2275
  "location": {
2274
2276
  "filePath": "snapping.main.runtime.ts",
2275
- "line": 714,
2277
+ "line": 718,
2276
2278
  "character": 39
2277
2279
  },
2278
2280
  "type": {
2279
2281
  "__schema": "TypeRefSchema",
2280
2282
  "location": {
2281
2283
  "filePath": "snapping.main.runtime.ts",
2282
- "line": 714,
2284
+ "line": 718,
2283
2285
  "character": 39
2284
2286
  },
2285
2287
  "name": "ComponentID"
@@ -2295,7 +2297,7 @@
2295
2297
  "__schema": "FunctionLikeSchema",
2296
2298
  "location": {
2297
2299
  "filePath": "snapping.main.runtime.ts",
2298
- "line": 723,
2300
+ "line": 727,
2299
2301
  "character": 3
2300
2302
  },
2301
2303
  "signature": "(method) SnappingMain._addFlattenedDependenciesToComponents(components: ConsumerComponent[], rebuildDepsGraph?: boolean): Promise<void>",
@@ -2305,7 +2307,7 @@
2305
2307
  "__schema": "ParameterSchema",
2306
2308
  "location": {
2307
2309
  "filePath": "snapping.main.runtime.ts",
2308
- "line": 723,
2310
+ "line": 727,
2309
2311
  "character": 47
2310
2312
  },
2311
2313
  "name": "components",
@@ -2313,14 +2315,14 @@
2313
2315
  "__schema": "TypeArraySchema",
2314
2316
  "location": {
2315
2317
  "filePath": "snapping.main.runtime.ts",
2316
- "line": 723,
2318
+ "line": 727,
2317
2319
  "character": 59
2318
2320
  },
2319
2321
  "type": {
2320
2322
  "__schema": "TypeRefSchema",
2321
2323
  "location": {
2322
2324
  "filePath": "snapping.main.runtime.ts",
2323
- "line": 723,
2325
+ "line": 727,
2324
2326
  "character": 59
2325
2327
  },
2326
2328
  "name": "ConsumerComponent"
@@ -2333,7 +2335,7 @@
2333
2335
  "__schema": "ParameterSchema",
2334
2336
  "location": {
2335
2337
  "filePath": "snapping.main.runtime.ts",
2336
- "line": 723,
2338
+ "line": 727,
2337
2339
  "character": 80
2338
2340
  },
2339
2341
  "name": "rebuildDepsGraph",
@@ -2341,7 +2343,7 @@
2341
2343
  "__schema": "InferenceTypeSchema",
2342
2344
  "location": {
2343
2345
  "filePath": "snapping.main.runtime.ts",
2344
- "line": 723,
2346
+ "line": 727,
2345
2347
  "character": 80
2346
2348
  },
2347
2349
  "type": "boolean"
@@ -2355,7 +2357,7 @@
2355
2357
  "__schema": "InferenceTypeSchema",
2356
2358
  "location": {
2357
2359
  "filePath": "snapping.main.runtime.ts",
2358
- "line": 723,
2360
+ "line": 727,
2359
2361
  "character": 3
2360
2362
  },
2361
2363
  "type": "Promise<void>"
@@ -2368,7 +2370,7 @@
2368
2370
  "__schema": "FunctionLikeSchema",
2369
2371
  "location": {
2370
2372
  "filePath": "snapping.main.runtime.ts",
2371
- "line": 753,
2373
+ "line": 757,
2372
2374
  "character": 3
2373
2375
  },
2374
2376
  "signature": "(method) SnappingMain.throwForDepsFromAnotherLane(components: ConsumerComponent[]): Promise<void>",
@@ -2378,7 +2380,7 @@
2378
2380
  "__schema": "ParameterSchema",
2379
2381
  "location": {
2380
2382
  "filePath": "snapping.main.runtime.ts",
2381
- "line": 753,
2383
+ "line": 757,
2382
2384
  "character": 37
2383
2385
  },
2384
2386
  "name": "components",
@@ -2386,14 +2388,14 @@
2386
2388
  "__schema": "TypeArraySchema",
2387
2389
  "location": {
2388
2390
  "filePath": "snapping.main.runtime.ts",
2389
- "line": 753,
2391
+ "line": 757,
2390
2392
  "character": 49
2391
2393
  },
2392
2394
  "type": {
2393
2395
  "__schema": "TypeRefSchema",
2394
2396
  "location": {
2395
2397
  "filePath": "snapping.main.runtime.ts",
2396
- "line": 753,
2398
+ "line": 757,
2397
2399
  "character": 49
2398
2400
  },
2399
2401
  "name": "ConsumerComponent"
@@ -2407,7 +2409,7 @@
2407
2409
  "__schema": "InferenceTypeSchema",
2408
2410
  "location": {
2409
2411
  "filePath": "snapping.main.runtime.ts",
2410
- "line": 753,
2412
+ "line": 757,
2411
2413
  "character": 3
2412
2414
  },
2413
2415
  "type": "Promise<void>"
@@ -2420,7 +2422,7 @@
2420
2422
  "__schema": "FunctionLikeSchema",
2421
2423
  "location": {
2422
2424
  "filePath": "snapping.main.runtime.ts",
2423
- "line": 840,
2425
+ "line": 844,
2424
2426
  "character": 3
2425
2427
  },
2426
2428
  "signature": "(method) SnappingMain._addFlattenedDepsGraphToComponents(components: ConsumerComponent[]): Promise<void>",
@@ -2430,7 +2432,7 @@
2430
2432
  "__schema": "ParameterSchema",
2431
2433
  "location": {
2432
2434
  "filePath": "snapping.main.runtime.ts",
2433
- "line": 840,
2435
+ "line": 844,
2434
2436
  "character": 44
2435
2437
  },
2436
2438
  "name": "components",
@@ -2438,14 +2440,14 @@
2438
2440
  "__schema": "TypeArraySchema",
2439
2441
  "location": {
2440
2442
  "filePath": "snapping.main.runtime.ts",
2441
- "line": 840,
2443
+ "line": 844,
2442
2444
  "character": 56
2443
2445
  },
2444
2446
  "type": {
2445
2447
  "__schema": "TypeRefSchema",
2446
2448
  "location": {
2447
2449
  "filePath": "snapping.main.runtime.ts",
2448
- "line": 840,
2450
+ "line": 844,
2449
2451
  "character": 56
2450
2452
  },
2451
2453
  "name": "ConsumerComponent"
@@ -2459,7 +2461,7 @@
2459
2461
  "__schema": "InferenceTypeSchema",
2460
2462
  "location": {
2461
2463
  "filePath": "snapping.main.runtime.ts",
2462
- "line": 840,
2464
+ "line": 844,
2463
2465
  "character": 3
2464
2466
  },
2465
2467
  "type": "Promise<void>"
@@ -2472,7 +2474,7 @@
2472
2474
  "__schema": "FunctionLikeSchema",
2473
2475
  "location": {
2474
2476
  "filePath": "snapping.main.runtime.ts",
2475
- "line": 906,
2477
+ "line": 910,
2476
2478
  "character": 3
2477
2479
  },
2478
2480
  "signature": "(method) SnappingMain._updateComponentsByTagResult(components: ConsumerComponent[], tagResult: LegacyOnTagResult[]): void",
@@ -2482,7 +2484,7 @@
2482
2484
  "__schema": "ParameterSchema",
2483
2485
  "location": {
2484
2486
  "filePath": "snapping.main.runtime.ts",
2485
- "line": 906,
2487
+ "line": 910,
2486
2488
  "character": 32
2487
2489
  },
2488
2490
  "name": "components",
@@ -2490,14 +2492,14 @@
2490
2492
  "__schema": "TypeArraySchema",
2491
2493
  "location": {
2492
2494
  "filePath": "snapping.main.runtime.ts",
2493
- "line": 906,
2495
+ "line": 910,
2494
2496
  "character": 44
2495
2497
  },
2496
2498
  "type": {
2497
2499
  "__schema": "TypeRefSchema",
2498
2500
  "location": {
2499
2501
  "filePath": "snapping.main.runtime.ts",
2500
- "line": 906,
2502
+ "line": 910,
2501
2503
  "character": 44
2502
2504
  },
2503
2505
  "name": "ConsumerComponent"
@@ -2510,7 +2512,7 @@
2510
2512
  "__schema": "ParameterSchema",
2511
2513
  "location": {
2512
2514
  "filePath": "snapping.main.runtime.ts",
2513
- "line": 906,
2515
+ "line": 910,
2514
2516
  "character": 65
2515
2517
  },
2516
2518
  "name": "tagResult",
@@ -2518,14 +2520,14 @@
2518
2520
  "__schema": "TypeArraySchema",
2519
2521
  "location": {
2520
2522
  "filePath": "snapping.main.runtime.ts",
2521
- "line": 906,
2523
+ "line": 910,
2522
2524
  "character": 76
2523
2525
  },
2524
2526
  "type": {
2525
2527
  "__schema": "TypeRefSchema",
2526
2528
  "location": {
2527
2529
  "filePath": "snapping.main.runtime.ts",
2528
- "line": 906,
2530
+ "line": 910,
2529
2531
  "character": 76
2530
2532
  },
2531
2533
  "name": "LegacyOnTagResult"
@@ -2539,7 +2541,7 @@
2539
2541
  "__schema": "InferenceTypeSchema",
2540
2542
  "location": {
2541
2543
  "filePath": "snapping.main.runtime.ts",
2542
- "line": 906,
2544
+ "line": 910,
2543
2545
  "character": 3
2544
2546
  },
2545
2547
  "type": "void"
@@ -2550,7 +2552,7 @@
2550
2552
  "__schema": "FunctionLikeSchema",
2551
2553
  "location": {
2552
2554
  "filePath": "snapping.main.runtime.ts",
2553
- "line": 917,
2555
+ "line": 921,
2554
2556
  "character": 3
2555
2557
  },
2556
2558
  "signature": "(method) SnappingMain._getPublishedPackages(components: ConsumerComponent[]): string[]",
@@ -2560,7 +2562,7 @@
2560
2562
  "__schema": "ParameterSchema",
2561
2563
  "location": {
2562
2564
  "filePath": "snapping.main.runtime.ts",
2563
- "line": 917,
2565
+ "line": 921,
2564
2566
  "character": 25
2565
2567
  },
2566
2568
  "name": "components",
@@ -2568,14 +2570,14 @@
2568
2570
  "__schema": "TypeArraySchema",
2569
2571
  "location": {
2570
2572
  "filePath": "snapping.main.runtime.ts",
2571
- "line": 917,
2573
+ "line": 921,
2572
2574
  "character": 37
2573
2575
  },
2574
2576
  "type": {
2575
2577
  "__schema": "TypeRefSchema",
2576
2578
  "location": {
2577
2579
  "filePath": "snapping.main.runtime.ts",
2578
- "line": 917,
2580
+ "line": 921,
2579
2581
  "character": 37
2580
2582
  },
2581
2583
  "name": "ConsumerComponent"
@@ -2589,14 +2591,14 @@
2589
2591
  "__schema": "TypeArraySchema",
2590
2592
  "location": {
2591
2593
  "filePath": "snapping.main.runtime.ts",
2592
- "line": 917,
2594
+ "line": 921,
2593
2595
  "character": 59
2594
2596
  },
2595
2597
  "type": {
2596
2598
  "__schema": "KeywordTypeSchema",
2597
2599
  "location": {
2598
2600
  "filePath": "snapping.main.runtime.ts",
2599
- "line": 917,
2601
+ "line": 921,
2600
2602
  "character": 59
2601
2603
  },
2602
2604
  "name": "string"
@@ -2608,7 +2610,7 @@
2608
2610
  "__schema": "FunctionLikeSchema",
2609
2611
  "location": {
2610
2612
  "filePath": "snapping.main.runtime.ts",
2611
- "line": 926,
2613
+ "line": 930,
2612
2614
  "character": 3
2613
2615
  },
2614
2616
  "signature": "(method) SnappingMain._addCompToObjects({ source, lane, shouldValidateVersion, updateDependentsOnLane, }: {\n source: ConsumerComponent;\n lane?: Lane;\n shouldValidateVersion?: boolean;\n updateDependentsOnLane?: boolean;\n}): Promise<{\n component: ModelComponent;\n version: Version;\n}>",
@@ -2618,7 +2620,7 @@
2618
2620
  "__schema": "ParameterSchema",
2619
2621
  "location": {
2620
2622
  "filePath": "snapping.main.runtime.ts",
2621
- "line": 926,
2623
+ "line": 930,
2622
2624
  "character": 27
2623
2625
  },
2624
2626
  "name": "{ source, lane, shouldValidateVersion = false, updateDependentsOnLane = false }",
@@ -2626,7 +2628,7 @@
2626
2628
  "__schema": "TypeLiteralSchema",
2627
2629
  "location": {
2628
2630
  "filePath": "snapping.main.runtime.ts",
2629
- "line": 931,
2631
+ "line": 935,
2630
2632
  "character": 6
2631
2633
  },
2632
2634
  "members": [
@@ -2634,7 +2636,7 @@
2634
2636
  "__schema": "VariableLikeSchema",
2635
2637
  "location": {
2636
2638
  "filePath": "snapping.main.runtime.ts",
2637
- "line": 932,
2639
+ "line": 936,
2638
2640
  "character": 5
2639
2641
  },
2640
2642
  "signature": "(property) source: ConsumerComponent",
@@ -2643,7 +2645,7 @@
2643
2645
  "__schema": "TypeRefSchema",
2644
2646
  "location": {
2645
2647
  "filePath": "snapping.main.runtime.ts",
2646
- "line": 932,
2648
+ "line": 936,
2647
2649
  "character": 5
2648
2650
  },
2649
2651
  "name": "ConsumerComponent",
@@ -2655,7 +2657,7 @@
2655
2657
  "__schema": "VariableLikeSchema",
2656
2658
  "location": {
2657
2659
  "filePath": "snapping.main.runtime.ts",
2658
- "line": 933,
2660
+ "line": 937,
2659
2661
  "character": 5
2660
2662
  },
2661
2663
  "signature": "(property) lane?: Lane | undefined",
@@ -2664,7 +2666,7 @@
2664
2666
  "__schema": "TypeRefSchema",
2665
2667
  "location": {
2666
2668
  "filePath": "snapping.main.runtime.ts",
2667
- "line": 933,
2669
+ "line": 937,
2668
2670
  "character": 12
2669
2671
  },
2670
2672
  "name": "Lane"
@@ -2675,7 +2677,7 @@
2675
2677
  "__schema": "VariableLikeSchema",
2676
2678
  "location": {
2677
2679
  "filePath": "snapping.main.runtime.ts",
2678
- "line": 934,
2680
+ "line": 938,
2679
2681
  "character": 5
2680
2682
  },
2681
2683
  "signature": "(property) shouldValidateVersion?: boolean | undefined",
@@ -2684,7 +2686,7 @@
2684
2686
  "__schema": "KeywordTypeSchema",
2685
2687
  "location": {
2686
2688
  "filePath": "snapping.main.runtime.ts",
2687
- "line": 934,
2689
+ "line": 938,
2688
2690
  "character": 29
2689
2691
  },
2690
2692
  "name": "boolean"
@@ -2695,7 +2697,7 @@
2695
2697
  "__schema": "VariableLikeSchema",
2696
2698
  "location": {
2697
2699
  "filePath": "snapping.main.runtime.ts",
2698
- "line": 935,
2700
+ "line": 939,
2699
2701
  "character": 5
2700
2702
  },
2701
2703
  "signature": "(property) updateDependentsOnLane?: boolean | undefined",
@@ -2704,7 +2706,7 @@
2704
2706
  "__schema": "KeywordTypeSchema",
2705
2707
  "location": {
2706
2708
  "filePath": "snapping.main.runtime.ts",
2707
- "line": 935,
2709
+ "line": 939,
2708
2710
  "character": 30
2709
2711
  },
2710
2712
  "name": "boolean"
@@ -2719,7 +2721,7 @@
2719
2721
  "__schema": "VariableLikeSchema",
2720
2722
  "location": {
2721
2723
  "filePath": "snapping.main.runtime.ts",
2722
- "line": 932,
2724
+ "line": 936,
2723
2725
  "character": 5
2724
2726
  },
2725
2727
  "signature": "(property) source: ConsumerComponent",
@@ -2728,7 +2730,7 @@
2728
2730
  "__schema": "TypeRefSchema",
2729
2731
  "location": {
2730
2732
  "filePath": "snapping.main.runtime.ts",
2731
- "line": 932,
2733
+ "line": 936,
2732
2734
  "character": 5
2733
2735
  },
2734
2736
  "name": "ConsumerComponent",
@@ -2740,7 +2742,7 @@
2740
2742
  "__schema": "VariableLikeSchema",
2741
2743
  "location": {
2742
2744
  "filePath": "snapping.main.runtime.ts",
2743
- "line": 933,
2745
+ "line": 937,
2744
2746
  "character": 5
2745
2747
  },
2746
2748
  "signature": "(property) lane?: Lane | undefined",
@@ -2749,7 +2751,7 @@
2749
2751
  "__schema": "TypeRefSchema",
2750
2752
  "location": {
2751
2753
  "filePath": "snapping.main.runtime.ts",
2752
- "line": 933,
2754
+ "line": 937,
2753
2755
  "character": 12
2754
2756
  },
2755
2757
  "name": "Lane"
@@ -2760,7 +2762,7 @@
2760
2762
  "__schema": "VariableLikeSchema",
2761
2763
  "location": {
2762
2764
  "filePath": "snapping.main.runtime.ts",
2763
- "line": 934,
2765
+ "line": 938,
2764
2766
  "character": 5
2765
2767
  },
2766
2768
  "signature": "(property) shouldValidateVersion?: boolean | undefined",
@@ -2769,7 +2771,7 @@
2769
2771
  "__schema": "KeywordTypeSchema",
2770
2772
  "location": {
2771
2773
  "filePath": "snapping.main.runtime.ts",
2772
- "line": 934,
2774
+ "line": 938,
2773
2775
  "character": 29
2774
2776
  },
2775
2777
  "name": "boolean"
@@ -2780,7 +2782,7 @@
2780
2782
  "__schema": "VariableLikeSchema",
2781
2783
  "location": {
2782
2784
  "filePath": "snapping.main.runtime.ts",
2783
- "line": 935,
2785
+ "line": 939,
2784
2786
  "character": 5
2785
2787
  },
2786
2788
  "signature": "(property) updateDependentsOnLane?: boolean | undefined",
@@ -2789,7 +2791,7 @@
2789
2791
  "__schema": "KeywordTypeSchema",
2790
2792
  "location": {
2791
2793
  "filePath": "snapping.main.runtime.ts",
2792
- "line": 935,
2794
+ "line": 939,
2793
2795
  "character": 30
2794
2796
  },
2795
2797
  "name": "boolean"
@@ -2804,7 +2806,7 @@
2804
2806
  "__schema": "TypeRefSchema",
2805
2807
  "location": {
2806
2808
  "filePath": "snapping.main.runtime.ts",
2807
- "line": 936,
2809
+ "line": 940,
2808
2810
  "character": 7
2809
2811
  },
2810
2812
  "name": "Promise",
@@ -2813,7 +2815,7 @@
2813
2815
  "__schema": "TypeLiteralSchema",
2814
2816
  "location": {
2815
2817
  "filePath": "snapping.main.runtime.ts",
2816
- "line": 936,
2818
+ "line": 940,
2817
2819
  "character": 15
2818
2820
  },
2819
2821
  "members": [
@@ -2821,7 +2823,7 @@
2821
2823
  "__schema": "VariableLikeSchema",
2822
2824
  "location": {
2823
2825
  "filePath": "snapping.main.runtime.ts",
2824
- "line": 937,
2826
+ "line": 941,
2825
2827
  "character": 5
2826
2828
  },
2827
2829
  "signature": "(property) component: ModelComponent",
@@ -2830,7 +2832,7 @@
2830
2832
  "__schema": "TypeRefSchema",
2831
2833
  "location": {
2832
2834
  "filePath": "snapping.main.runtime.ts",
2833
- "line": 937,
2835
+ "line": 941,
2834
2836
  "character": 5
2835
2837
  },
2836
2838
  "name": "ModelComponent",
@@ -2842,7 +2844,7 @@
2842
2844
  "__schema": "VariableLikeSchema",
2843
2845
  "location": {
2844
2846
  "filePath": "snapping.main.runtime.ts",
2845
- "line": 938,
2847
+ "line": 942,
2846
2848
  "character": 5
2847
2849
  },
2848
2850
  "signature": "(property) version: Version",
@@ -2851,7 +2853,7 @@
2851
2853
  "__schema": "TypeRefSchema",
2852
2854
  "location": {
2853
2855
  "filePath": "snapping.main.runtime.ts",
2854
- "line": 938,
2856
+ "line": 942,
2855
2857
  "character": 14
2856
2858
  },
2857
2859
  "name": "Version"
@@ -2870,7 +2872,7 @@
2870
2872
  "__schema": "FunctionLikeSchema",
2871
2873
  "location": {
2872
2874
  "filePath": "snapping.main.runtime.ts",
2873
- "line": 976,
2875
+ "line": 980,
2874
2876
  "character": 3
2875
2877
  },
2876
2878
  "signature": "(method) SnappingMain._addCompFromScopeToObjects(source: ConsumerComponent, lane?: Lane, updateDependentsOnLane?: boolean): Promise<{\n component: ModelComponent;\n version: Version;\n}>",
@@ -2880,7 +2882,7 @@
2880
2882
  "__schema": "ParameterSchema",
2881
2883
  "location": {
2882
2884
  "filePath": "snapping.main.runtime.ts",
2883
- "line": 977,
2885
+ "line": 981,
2884
2886
  "character": 5
2885
2887
  },
2886
2888
  "name": "source",
@@ -2888,7 +2890,7 @@
2888
2890
  "__schema": "TypeRefSchema",
2889
2891
  "location": {
2890
2892
  "filePath": "snapping.main.runtime.ts",
2891
- "line": 977,
2893
+ "line": 981,
2892
2894
  "character": 13
2893
2895
  },
2894
2896
  "name": "ConsumerComponent"
@@ -2900,7 +2902,7 @@
2900
2902
  "__schema": "ParameterSchema",
2901
2903
  "location": {
2902
2904
  "filePath": "snapping.main.runtime.ts",
2903
- "line": 978,
2905
+ "line": 982,
2904
2906
  "character": 5
2905
2907
  },
2906
2908
  "name": "lane",
@@ -2908,7 +2910,7 @@
2908
2910
  "__schema": "TypeRefSchema",
2909
2911
  "location": {
2910
2912
  "filePath": "snapping.main.runtime.ts",
2911
- "line": 978,
2913
+ "line": 982,
2912
2914
  "character": 12
2913
2915
  },
2914
2916
  "name": "Lane"
@@ -2920,7 +2922,7 @@
2920
2922
  "__schema": "ParameterSchema",
2921
2923
  "location": {
2922
2924
  "filePath": "snapping.main.runtime.ts",
2923
- "line": 979,
2925
+ "line": 983,
2924
2926
  "character": 5
2925
2927
  },
2926
2928
  "name": "updateDependentsOnLane",
@@ -2928,7 +2930,7 @@
2928
2930
  "__schema": "InferenceTypeSchema",
2929
2931
  "location": {
2930
2932
  "filePath": "snapping.main.runtime.ts",
2931
- "line": 979,
2933
+ "line": 983,
2932
2934
  "character": 5
2933
2935
  },
2934
2936
  "type": "boolean"
@@ -2942,7 +2944,7 @@
2942
2944
  "__schema": "TypeRefSchema",
2943
2945
  "location": {
2944
2946
  "filePath": "snapping.main.runtime.ts",
2945
- "line": 980,
2947
+ "line": 984,
2946
2948
  "character": 6
2947
2949
  },
2948
2950
  "name": "Promise",
@@ -2951,7 +2953,7 @@
2951
2953
  "__schema": "TypeLiteralSchema",
2952
2954
  "location": {
2953
2955
  "filePath": "snapping.main.runtime.ts",
2954
- "line": 980,
2956
+ "line": 984,
2955
2957
  "character": 14
2956
2958
  },
2957
2959
  "members": [
@@ -2959,7 +2961,7 @@
2959
2961
  "__schema": "VariableLikeSchema",
2960
2962
  "location": {
2961
2963
  "filePath": "snapping.main.runtime.ts",
2962
- "line": 981,
2964
+ "line": 985,
2963
2965
  "character": 5
2964
2966
  },
2965
2967
  "signature": "(property) component: ModelComponent",
@@ -2968,7 +2970,7 @@
2968
2970
  "__schema": "TypeRefSchema",
2969
2971
  "location": {
2970
2972
  "filePath": "snapping.main.runtime.ts",
2971
- "line": 981,
2973
+ "line": 985,
2972
2974
  "character": 5
2973
2975
  },
2974
2976
  "name": "ModelComponent",
@@ -2980,7 +2982,7 @@
2980
2982
  "__schema": "VariableLikeSchema",
2981
2983
  "location": {
2982
2984
  "filePath": "snapping.main.runtime.ts",
2983
- "line": 982,
2985
+ "line": 986,
2984
2986
  "character": 5
2985
2987
  },
2986
2988
  "signature": "(property) version: Version",
@@ -2989,7 +2991,7 @@
2989
2991
  "__schema": "TypeRefSchema",
2990
2992
  "location": {
2991
2993
  "filePath": "snapping.main.runtime.ts",
2992
- "line": 982,
2994
+ "line": 986,
2993
2995
  "character": 14
2994
2996
  },
2995
2997
  "name": "Version"
@@ -3008,7 +3010,7 @@
3008
3010
  "__schema": "FunctionLikeSchema",
3009
3011
  "location": {
3010
3012
  "filePath": "snapping.main.runtime.ts",
3011
- "line": 1006,
3013
+ "line": 1010,
3012
3014
  "character": 3
3013
3015
  },
3014
3016
  "signature": "(method) SnappingMain._enrichComp(consumerComponent: ConsumerComponent, modifiedLog?: Log): Promise<ConsumerComponent>",
@@ -3018,7 +3020,7 @@
3018
3020
  "__schema": "ParameterSchema",
3019
3021
  "location": {
3020
3022
  "filePath": "snapping.main.runtime.ts",
3021
- "line": 1006,
3023
+ "line": 1010,
3022
3024
  "character": 21
3023
3025
  },
3024
3026
  "name": "consumerComponent",
@@ -3026,7 +3028,7 @@
3026
3028
  "__schema": "TypeRefSchema",
3027
3029
  "location": {
3028
3030
  "filePath": "snapping.main.runtime.ts",
3029
- "line": 1006,
3031
+ "line": 1010,
3030
3032
  "character": 40
3031
3033
  },
3032
3034
  "name": "ConsumerComponent"
@@ -3038,7 +3040,7 @@
3038
3040
  "__schema": "ParameterSchema",
3039
3041
  "location": {
3040
3042
  "filePath": "snapping.main.runtime.ts",
3041
- "line": 1006,
3043
+ "line": 1010,
3042
3044
  "character": 59
3043
3045
  },
3044
3046
  "name": "modifiedLog",
@@ -3046,7 +3048,7 @@
3046
3048
  "__schema": "TypeRefSchema",
3047
3049
  "location": {
3048
3050
  "filePath": "snapping.main.runtime.ts",
3049
- "line": 1006,
3051
+ "line": 1010,
3050
3052
  "character": 73
3051
3053
  },
3052
3054
  "name": "Log"
@@ -3059,7 +3061,7 @@
3059
3061
  "__schema": "InferenceTypeSchema",
3060
3062
  "location": {
3061
3063
  "filePath": "snapping.main.runtime.ts",
3062
- "line": 1006,
3064
+ "line": 1010,
3063
3065
  "character": 3
3064
3066
  },
3065
3067
  "type": "Promise<ConsumerComponent>"
@@ -3072,7 +3074,7 @@
3072
3074
  "__schema": "FunctionLikeSchema",
3073
3075
  "location": {
3074
3076
  "filePath": "snapping.main.runtime.ts",
3075
- "line": 1012,
3077
+ "line": 1016,
3076
3078
  "character": 3
3077
3079
  },
3078
3080
  "signature": "(method) SnappingMain._getObjectsToEnrichComp(consumerComponent: ConsumerComponent, modifiedLog?: Log): Promise<BitObject[]>",
@@ -3082,7 +3084,7 @@
3082
3084
  "__schema": "ParameterSchema",
3083
3085
  "location": {
3084
3086
  "filePath": "snapping.main.runtime.ts",
3085
- "line": 1012,
3087
+ "line": 1016,
3086
3088
  "character": 33
3087
3089
  },
3088
3090
  "name": "consumerComponent",
@@ -3090,7 +3092,7 @@
3090
3092
  "__schema": "TypeRefSchema",
3091
3093
  "location": {
3092
3094
  "filePath": "snapping.main.runtime.ts",
3093
- "line": 1012,
3095
+ "line": 1016,
3094
3096
  "character": 52
3095
3097
  },
3096
3098
  "name": "ConsumerComponent"
@@ -3102,7 +3104,7 @@
3102
3104
  "__schema": "ParameterSchema",
3103
3105
  "location": {
3104
3106
  "filePath": "snapping.main.runtime.ts",
3105
- "line": 1012,
3107
+ "line": 1016,
3106
3108
  "character": 71
3107
3109
  },
3108
3110
  "name": "modifiedLog",
@@ -3110,7 +3112,7 @@
3110
3112
  "__schema": "TypeRefSchema",
3111
3113
  "location": {
3112
3114
  "filePath": "snapping.main.runtime.ts",
3113
- "line": 1012,
3115
+ "line": 1016,
3114
3116
  "character": 85
3115
3117
  },
3116
3118
  "name": "Log"
@@ -3123,7 +3125,7 @@
3123
3125
  "__schema": "TypeRefSchema",
3124
3126
  "location": {
3125
3127
  "filePath": "snapping.main.runtime.ts",
3126
- "line": 1012,
3128
+ "line": 1016,
3127
3129
  "character": 91
3128
3130
  },
3129
3131
  "name": "Promise",
@@ -3132,14 +3134,14 @@
3132
3134
  "__schema": "TypeArraySchema",
3133
3135
  "location": {
3134
3136
  "filePath": "snapping.main.runtime.ts",
3135
- "line": 1012,
3137
+ "line": 1016,
3136
3138
  "character": 99
3137
3139
  },
3138
3140
  "type": {
3139
3141
  "__schema": "TypeRefSchema",
3140
3142
  "location": {
3141
3143
  "filePath": "snapping.main.runtime.ts",
3142
- "line": 1012,
3144
+ "line": 1016,
3143
3145
  "character": 99
3144
3146
  },
3145
3147
  "name": "BitObject"
@@ -3155,14 +3157,14 @@
3155
3157
  "__schema": "FunctionLikeSchema",
3156
3158
  "location": {
3157
3159
  "filePath": "snapping.main.runtime.ts",
3158
- "line": 1086,
3160
+ "line": 1090,
3159
3161
  "character": 3
3160
3162
  },
3161
3163
  "doc": {
3162
3164
  "__schema": "DocSchema",
3163
3165
  "location": {
3164
3166
  "filePath": "snapping.main.runtime.ts",
3165
- "line": 1080,
3167
+ "line": 1084,
3166
3168
  "character": 3
3167
3169
  },
3168
3170
  "raw": "/**\n * the compId.version can be a range (e.g. \"^1.0.0\"), in which case, it finds the component in the local scope and\n * resolves the latest version that falls under the range.\n * in case the version has no range, it returns the same compId.\n * in case it has no version, it returns the latest.\n */",
@@ -3176,7 +3178,7 @@
3176
3178
  "__schema": "ParameterSchema",
3177
3179
  "location": {
3178
3180
  "filePath": "snapping.main.runtime.ts",
3179
- "line": 1086,
3181
+ "line": 1090,
3180
3182
  "character": 52
3181
3183
  },
3182
3184
  "name": "compId",
@@ -3184,7 +3186,7 @@
3184
3186
  "__schema": "TypeRefSchema",
3185
3187
  "location": {
3186
3188
  "filePath": "snapping.main.runtime.ts",
3187
- "line": 1086,
3189
+ "line": 1090,
3188
3190
  "character": 60
3189
3191
  },
3190
3192
  "name": "ComponentID"
@@ -3197,7 +3199,7 @@
3197
3199
  "__schema": "TypeRefSchema",
3198
3200
  "location": {
3199
3201
  "filePath": "snapping.main.runtime.ts",
3200
- "line": 1086,
3202
+ "line": 1090,
3201
3203
  "character": 74
3202
3204
  },
3203
3205
  "name": "Promise",
@@ -3206,7 +3208,7 @@
3206
3208
  "__schema": "TypeRefSchema",
3207
3209
  "location": {
3208
3210
  "filePath": "snapping.main.runtime.ts",
3209
- "line": 1086,
3211
+ "line": 1090,
3210
3212
  "character": 82
3211
3213
  },
3212
3214
  "name": "ComponentID"
@@ -3221,7 +3223,7 @@
3221
3223
  "__schema": "FunctionLikeSchema",
3222
3224
  "location": {
3223
3225
  "filePath": "snapping.main.runtime.ts",
3224
- "line": 1124,
3226
+ "line": 1128,
3225
3227
  "character": 3
3226
3228
  },
3227
3229
  "signature": "(method) SnappingMain.updateDependenciesVersionsOfComponent(component: Component, dependencies: ComponentID[], currentBitIds: ComponentID[]): Promise<void>",
@@ -3231,7 +3233,7 @@
3231
3233
  "__schema": "ParameterSchema",
3232
3234
  "location": {
3233
3235
  "filePath": "snapping.main.runtime.ts",
3234
- "line": 1125,
3236
+ "line": 1129,
3235
3237
  "character": 5
3236
3238
  },
3237
3239
  "name": "component",
@@ -3239,7 +3241,7 @@
3239
3241
  "__schema": "TypeRefSchema",
3240
3242
  "location": {
3241
3243
  "filePath": "snapping.main.runtime.ts",
3242
- "line": 1125,
3244
+ "line": 1129,
3243
3245
  "character": 16
3244
3246
  },
3245
3247
  "name": "Component"
@@ -3251,7 +3253,7 @@
3251
3253
  "__schema": "ParameterSchema",
3252
3254
  "location": {
3253
3255
  "filePath": "snapping.main.runtime.ts",
3254
- "line": 1126,
3256
+ "line": 1130,
3255
3257
  "character": 5
3256
3258
  },
3257
3259
  "name": "dependencies",
@@ -3259,14 +3261,14 @@
3259
3261
  "__schema": "TypeArraySchema",
3260
3262
  "location": {
3261
3263
  "filePath": "snapping.main.runtime.ts",
3262
- "line": 1126,
3264
+ "line": 1130,
3263
3265
  "character": 19
3264
3266
  },
3265
3267
  "type": {
3266
3268
  "__schema": "TypeRefSchema",
3267
3269
  "location": {
3268
3270
  "filePath": "snapping.main.runtime.ts",
3269
- "line": 1126,
3271
+ "line": 1130,
3270
3272
  "character": 19
3271
3273
  },
3272
3274
  "name": "ComponentID"
@@ -3279,7 +3281,7 @@
3279
3281
  "__schema": "ParameterSchema",
3280
3282
  "location": {
3281
3283
  "filePath": "snapping.main.runtime.ts",
3282
- "line": 1127,
3284
+ "line": 1131,
3283
3285
  "character": 5
3284
3286
  },
3285
3287
  "name": "currentBitIds",
@@ -3287,14 +3289,14 @@
3287
3289
  "__schema": "TypeArraySchema",
3288
3290
  "location": {
3289
3291
  "filePath": "snapping.main.runtime.ts",
3290
- "line": 1127,
3292
+ "line": 1131,
3291
3293
  "character": 20
3292
3294
  },
3293
3295
  "type": {
3294
3296
  "__schema": "TypeRefSchema",
3295
3297
  "location": {
3296
3298
  "filePath": "snapping.main.runtime.ts",
3297
- "line": 1127,
3299
+ "line": 1131,
3298
3300
  "character": 20
3299
3301
  },
3300
3302
  "name": "ComponentID"
@@ -3308,7 +3310,7 @@
3308
3310
  "__schema": "InferenceTypeSchema",
3309
3311
  "location": {
3310
3312
  "filePath": "snapping.main.runtime.ts",
3311
- "line": 1124,
3313
+ "line": 1128,
3312
3314
  "character": 3
3313
3315
  },
3314
3316
  "type": "Promise<void>"
@@ -3321,14 +3323,14 @@
3321
3323
  "__schema": "FunctionLikeSchema",
3322
3324
  "location": {
3323
3325
  "filePath": "snapping.main.runtime.ts",
3324
- "line": 1157,
3326
+ "line": 1161,
3325
3327
  "character": 3
3326
3328
  },
3327
3329
  "doc": {
3328
3330
  "__schema": "DocSchema",
3329
3331
  "location": {
3330
3332
  "filePath": "snapping.main.runtime.ts",
3331
- "line": 1152,
3333
+ "line": 1156,
3332
3334
  "character": 3
3333
3335
  },
3334
3336
  "raw": "/**\n * it does two things:\n * 1. update extensions versions according to the version provided in updatedIds.\n * 2. save all dependencies data from the legacy into DependencyResolver aspect.\n */",
@@ -3342,7 +3344,7 @@
3342
3344
  "__schema": "ParameterSchema",
3343
3345
  "location": {
3344
3346
  "filePath": "snapping.main.runtime.ts",
3345
- "line": 1157,
3347
+ "line": 1161,
3346
3348
  "character": 47
3347
3349
  },
3348
3350
  "name": "component",
@@ -3350,7 +3352,7 @@
3350
3352
  "__schema": "TypeRefSchema",
3351
3353
  "location": {
3352
3354
  "filePath": "snapping.main.runtime.ts",
3353
- "line": 1157,
3355
+ "line": 1161,
3354
3356
  "character": 58
3355
3357
  },
3356
3358
  "name": "Component"
@@ -3362,7 +3364,7 @@
3362
3364
  "__schema": "ParameterSchema",
3363
3365
  "location": {
3364
3366
  "filePath": "snapping.main.runtime.ts",
3365
- "line": 1157,
3367
+ "line": 1161,
3366
3368
  "character": 69
3367
3369
  },
3368
3370
  "name": "updatedIds",
@@ -3370,14 +3372,14 @@
3370
3372
  "__schema": "TypeArraySchema",
3371
3373
  "location": {
3372
3374
  "filePath": "snapping.main.runtime.ts",
3373
- "line": 1157,
3375
+ "line": 1161,
3374
3376
  "character": 81
3375
3377
  },
3376
3378
  "type": {
3377
3379
  "__schema": "KeywordTypeSchema",
3378
3380
  "location": {
3379
3381
  "filePath": "snapping.main.runtime.ts",
3380
- "line": 1157,
3382
+ "line": 1161,
3381
3383
  "character": 81
3382
3384
  },
3383
3385
  "name": "string"
@@ -3391,7 +3393,7 @@
3391
3393
  "__schema": "InferenceTypeSchema",
3392
3394
  "location": {
3393
3395
  "filePath": "snapping.main.runtime.ts",
3394
- "line": 1157,
3396
+ "line": 1161,
3395
3397
  "character": 3
3396
3398
  },
3397
3399
  "type": "Promise<void>"
@@ -3404,7 +3406,7 @@
3404
3406
  "__schema": "VariableLikeSchema",
3405
3407
  "location": {
3406
3408
  "filePath": "snapping.main.runtime.ts",
3407
- "line": 1276,
3409
+ "line": 1280,
3408
3410
  "character": 3
3409
3411
  },
3410
3412
  "signature": "(property) SnappingMain.slots: never[]",
@@ -3413,7 +3415,7 @@
3413
3415
  "__schema": "InferenceTypeSchema",
3414
3416
  "location": {
3415
3417
  "filePath": "snapping.main.runtime.ts",
3416
- "line": 1276,
3418
+ "line": 1280,
3417
3419
  "character": 3
3418
3420
  },
3419
3421
  "type": "never[]"
@@ -3425,7 +3427,7 @@
3425
3427
  "__schema": "VariableLikeSchema",
3426
3428
  "location": {
3427
3429
  "filePath": "snapping.main.runtime.ts",
3428
- "line": 1277,
3430
+ "line": 1281,
3429
3431
  "character": 3
3430
3432
  },
3431
3433
  "signature": "(property) SnappingMain.dependencies: Aspect[]",
@@ -3434,7 +3436,7 @@
3434
3436
  "__schema": "InferenceTypeSchema",
3435
3437
  "location": {
3436
3438
  "filePath": "snapping.main.runtime.ts",
3437
- "line": 1277,
3439
+ "line": 1281,
3438
3440
  "character": 3
3439
3441
  },
3440
3442
  "type": "Aspect[]"
@@ -3446,7 +3448,7 @@
3446
3448
  "__schema": "VariableLikeSchema",
3447
3449
  "location": {
3448
3450
  "filePath": "snapping.main.runtime.ts",
3449
- "line": 1292,
3451
+ "line": 1296,
3450
3452
  "character": 3
3451
3453
  },
3452
3454
  "signature": "(property) SnappingMain.runtime: RuntimeDefinition",
@@ -3455,7 +3457,7 @@
3455
3457
  "__schema": "InferenceTypeSchema",
3456
3458
  "location": {
3457
3459
  "filePath": "snapping.main.runtime.ts",
3458
- "line": 1292,
3460
+ "line": 1296,
3459
3461
  "character": 3
3460
3462
  },
3461
3463
  "type": "RuntimeDefinition"
@@ -3467,7 +3469,7 @@
3467
3469
  "__schema": "FunctionLikeSchema",
3468
3470
  "location": {
3469
3471
  "filePath": "snapping.main.runtime.ts",
3470
- "line": 1293,
3472
+ "line": 1297,
3471
3473
  "character": 3
3472
3474
  },
3473
3475
  "signature": "(method) SnappingMain.provider([workspace, cli, loggerMain, issues, insights, dependencyResolver, scope, exporter, builder, importer, globalConfig, deps, application,]: [\n Workspace,\n CLIMain,\n LoggerMain,\n IssuesMain,\n InsightsMain,\n DependencyResolverMain,\n ScopeMain,\n ExportMain,\n BuilderMain,\n ImporterMain,\n GlobalConfigMain,\n DependenciesMain,\n ApplicationMain\n]): Promise<SnappingMain>",
@@ -3477,7 +3479,7 @@
3477
3479
  "__schema": "ParameterSchema",
3478
3480
  "location": {
3479
3481
  "filePath": "snapping.main.runtime.ts",
3480
- "line": 1293,
3482
+ "line": 1297,
3481
3483
  "character": 25
3482
3484
  },
3483
3485
  "name": "[ workspace, cli, loggerMain, issues, insights, dependencyResolver, scope, exporter, builder, importer, globalConfig, deps, application ]",
@@ -3485,7 +3487,7 @@
3485
3487
  "__schema": "TupleTypeSchema",
3486
3488
  "location": {
3487
3489
  "filePath": "snapping.main.runtime.ts",
3488
- "line": 1307,
3490
+ "line": 1311,
3489
3491
  "character": 6
3490
3492
  },
3491
3493
  "elements": [
@@ -3493,7 +3495,7 @@
3493
3495
  "__schema": "TypeRefSchema",
3494
3496
  "location": {
3495
3497
  "filePath": "snapping.main.runtime.ts",
3496
- "line": 1308,
3498
+ "line": 1312,
3497
3499
  "character": 5
3498
3500
  },
3499
3501
  "name": "Workspace"
@@ -3502,7 +3504,7 @@
3502
3504
  "__schema": "TypeRefSchema",
3503
3505
  "location": {
3504
3506
  "filePath": "snapping.main.runtime.ts",
3505
- "line": 1309,
3507
+ "line": 1313,
3506
3508
  "character": 5
3507
3509
  },
3508
3510
  "name": "CLIMain"
@@ -3511,7 +3513,7 @@
3511
3513
  "__schema": "TypeRefSchema",
3512
3514
  "location": {
3513
3515
  "filePath": "snapping.main.runtime.ts",
3514
- "line": 1310,
3516
+ "line": 1314,
3515
3517
  "character": 5
3516
3518
  },
3517
3519
  "name": "LoggerMain"
@@ -3520,7 +3522,7 @@
3520
3522
  "__schema": "TypeRefSchema",
3521
3523
  "location": {
3522
3524
  "filePath": "snapping.main.runtime.ts",
3523
- "line": 1311,
3525
+ "line": 1315,
3524
3526
  "character": 5
3525
3527
  },
3526
3528
  "name": "IssuesMain"
@@ -3529,7 +3531,7 @@
3529
3531
  "__schema": "TypeRefSchema",
3530
3532
  "location": {
3531
3533
  "filePath": "snapping.main.runtime.ts",
3532
- "line": 1312,
3534
+ "line": 1316,
3533
3535
  "character": 5
3534
3536
  },
3535
3537
  "name": "InsightsMain"
@@ -3538,7 +3540,7 @@
3538
3540
  "__schema": "TypeRefSchema",
3539
3541
  "location": {
3540
3542
  "filePath": "snapping.main.runtime.ts",
3541
- "line": 1313,
3543
+ "line": 1317,
3542
3544
  "character": 5
3543
3545
  },
3544
3546
  "name": "DependencyResolverMain"
@@ -3547,7 +3549,7 @@
3547
3549
  "__schema": "TypeRefSchema",
3548
3550
  "location": {
3549
3551
  "filePath": "snapping.main.runtime.ts",
3550
- "line": 1314,
3552
+ "line": 1318,
3551
3553
  "character": 5
3552
3554
  },
3553
3555
  "name": "ScopeMain"
@@ -3556,7 +3558,7 @@
3556
3558
  "__schema": "TypeRefSchema",
3557
3559
  "location": {
3558
3560
  "filePath": "snapping.main.runtime.ts",
3559
- "line": 1315,
3561
+ "line": 1319,
3560
3562
  "character": 5
3561
3563
  },
3562
3564
  "name": "ExportMain"
@@ -3565,7 +3567,7 @@
3565
3567
  "__schema": "TypeRefSchema",
3566
3568
  "location": {
3567
3569
  "filePath": "snapping.main.runtime.ts",
3568
- "line": 1316,
3570
+ "line": 1320,
3569
3571
  "character": 5
3570
3572
  },
3571
3573
  "name": "BuilderMain"
@@ -3574,7 +3576,7 @@
3574
3576
  "__schema": "TypeRefSchema",
3575
3577
  "location": {
3576
3578
  "filePath": "snapping.main.runtime.ts",
3577
- "line": 1317,
3579
+ "line": 1321,
3578
3580
  "character": 5
3579
3581
  },
3580
3582
  "name": "ImporterMain"
@@ -3583,7 +3585,7 @@
3583
3585
  "__schema": "TypeRefSchema",
3584
3586
  "location": {
3585
3587
  "filePath": "snapping.main.runtime.ts",
3586
- "line": 1318,
3588
+ "line": 1322,
3587
3589
  "character": 5
3588
3590
  },
3589
3591
  "name": "GlobalConfigMain"
@@ -3592,7 +3594,7 @@
3592
3594
  "__schema": "TypeRefSchema",
3593
3595
  "location": {
3594
3596
  "filePath": "snapping.main.runtime.ts",
3595
- "line": 1319,
3597
+ "line": 1323,
3596
3598
  "character": 5
3597
3599
  },
3598
3600
  "name": "DependenciesMain"
@@ -3601,7 +3603,7 @@
3601
3603
  "__schema": "TypeRefSchema",
3602
3604
  "location": {
3603
3605
  "filePath": "snapping.main.runtime.ts",
3604
- "line": 1320,
3606
+ "line": 1324,
3605
3607
  "character": 5
3606
3608
  },
3607
3609
  "name": "ApplicationMain"
@@ -3616,7 +3618,7 @@
3616
3618
  "__schema": "InferenceTypeSchema",
3617
3619
  "location": {
3618
3620
  "filePath": "snapping.main.runtime.ts",
3619
- "line": 1293,
3621
+ "line": 1297,
3620
3622
  "character": 3
3621
3623
  },
3622
3624
  "type": "Promise<SnappingMain>"
@@ -3638,6 +3640,7 @@
3638
3640
  "line": 4,
3639
3641
  "character": 29
3640
3642
  },
3643
+ "signature": "type TagResults = BasicTagResults & {\n taggedComponents: ConsumerComponent[];\n autoTaggedResults: AutoTagResult[];\n isSoftTag: boolean;\n publishedPackages: string[];\n exportedIds?: ComponentIdList | undefined;\n}",
3641
3644
  "name": "TagResults",
3642
3645
  "exportNode": {
3643
3646
  "__schema": "TypeSchema",
@@ -3810,6 +3813,7 @@
3810
3813
  "line": 4,
3811
3814
  "character": 41
3812
3815
  },
3816
+ "signature": "type SnapResults = BasicTagResults & {\n snappedComponents: ConsumerComponent[];\n autoSnappedResults: AutoTagResult[];\n laneName: string | null;\n}",
3813
3817
  "name": "SnapResults",
3814
3818
  "exportNode": {
3815
3819
  "__schema": "TypeSchema",
@@ -3963,6 +3967,7 @@
3963
3967
  "line": 6,
3964
3968
  "character": 10
3965
3969
  },
3970
+ "signature": "const SnappingAspect: Aspect",
3966
3971
  "name": "SnappingAspect",
3967
3972
  "exportNode": {
3968
3973
  "__schema": "VariableLikeSchema",
@@ -3998,6 +4003,7 @@
3998
4003
  "line": 7,
3999
4004
  "character": 15
4000
4005
  },
4006
+ "signature": "type onTagIdTransformer = (id: ComponentID) => ComponentID | null",
4001
4007
  "name": "onTagIdTransformer",
4002
4008
  "exportNode": {
4003
4009
  "__schema": "TypeSchema",
@@ -4078,6 +4084,7 @@
4078
4084
  "line": 8,
4079
4085
  "character": 10
4080
4086
  },
4087
+ "signature": "const AUTO_TAGGED_MSG: \"auto-tagged dependents\"",
4081
4088
  "name": "AUTO_TAGGED_MSG",
4082
4089
  "exportNode": {
4083
4090
  "__schema": "VariableLikeSchema",
@@ -4108,6 +4115,7 @@
4108
4115
  "line": 8,
4109
4116
  "character": 27
4110
4117
  },
4118
+ "signature": "const NOTHING_TO_TAG_MSG: \"nothing to tag\"",
4111
4119
  "name": "NOTHING_TO_TAG_MSG",
4112
4120
  "exportNode": {
4113
4121
  "__schema": "VariableLikeSchema",
@@ -6535,14 +6543,14 @@
6535
6543
  "__schema": "FunctionLikeSchema",
6536
6544
  "location": {
6537
6545
  "filePath": "snapping.main.runtime.ts",
6538
- "line": 545,
6546
+ "line": 549,
6539
6547
  "character": 3
6540
6548
  },
6541
6549
  "doc": {
6542
6550
  "__schema": "DocSchema",
6543
6551
  "location": {
6544
6552
  "filePath": "snapping.main.runtime.ts",
6545
- "line": 541,
6553
+ "line": 545,
6546
6554
  "character": 3
6547
6555
  },
6548
6556
  "raw": "/**\n * save the local changes of a component(s) into the scope. snap can be done on main or on a lane.\n * once a component is snapped on a lane, it becomes part of it.\n */",
@@ -6556,7 +6564,7 @@
6556
6564
  "__schema": "ParameterSchema",
6557
6565
  "location": {
6558
6566
  "filePath": "snapping.main.runtime.ts",
6559
- "line": 545,
6567
+ "line": 549,
6560
6568
  "character": 14
6561
6569
  },
6562
6570
  "name": "{ pattern, legacyBitIds, unmerged, editor, message = '', ignoreIssues, skipTests = false, skipTasks, skipAutoSnap = false, build, disableTagAndSnapPipelines = false, ignoreBuildErrors = false, rebuildDepsGraph, unmodified = false, exitOnFirstFailedTask = false }",
@@ -6564,7 +6572,7 @@
6564
6572
  "__schema": "TypeIntersectionSchema",
6565
6573
  "location": {
6566
6574
  "filePath": "snapping.main.runtime.ts",
6567
- "line": 561,
6575
+ "line": 565,
6568
6576
  "character": 6
6569
6577
  },
6570
6578
  "types": [
@@ -6572,7 +6580,7 @@
6572
6580
  "__schema": "TypeRefSchema",
6573
6581
  "location": {
6574
6582
  "filePath": "snapping.main.runtime.ts",
6575
- "line": 561,
6583
+ "line": 565,
6576
6584
  "character": 6
6577
6585
  },
6578
6586
  "name": "Partial",
@@ -6581,7 +6589,7 @@
6581
6589
  "__schema": "TypeRefSchema",
6582
6590
  "location": {
6583
6591
  "filePath": "snapping.main.runtime.ts",
6584
- "line": 561,
6592
+ "line": 565,
6585
6593
  "character": 14
6586
6594
  },
6587
6595
  "name": "BasicTagSnapParams"
@@ -6592,7 +6600,7 @@
6592
6600
  "__schema": "TypeLiteralSchema",
6593
6601
  "location": {
6594
6602
  "filePath": "snapping.main.runtime.ts",
6595
- "line": 561,
6603
+ "line": 565,
6596
6604
  "character": 36
6597
6605
  },
6598
6606
  "members": [
@@ -6600,7 +6608,7 @@
6600
6608
  "__schema": "VariableLikeSchema",
6601
6609
  "location": {
6602
6610
  "filePath": "snapping.main.runtime.ts",
6603
- "line": 562,
6611
+ "line": 566,
6604
6612
  "character": 5
6605
6613
  },
6606
6614
  "signature": "(property) pattern?: string | undefined",
@@ -6609,7 +6617,7 @@
6609
6617
  "__schema": "KeywordTypeSchema",
6610
6618
  "location": {
6611
6619
  "filePath": "snapping.main.runtime.ts",
6612
- "line": 562,
6620
+ "line": 566,
6613
6621
  "character": 15
6614
6622
  },
6615
6623
  "name": "string"
@@ -6620,7 +6628,7 @@
6620
6628
  "__schema": "VariableLikeSchema",
6621
6629
  "location": {
6622
6630
  "filePath": "snapping.main.runtime.ts",
6623
- "line": 563,
6631
+ "line": 567,
6624
6632
  "character": 5
6625
6633
  },
6626
6634
  "signature": "(property) legacyBitIds?: ComponentIdList | undefined",
@@ -6629,7 +6637,7 @@
6629
6637
  "__schema": "TypeRefSchema",
6630
6638
  "location": {
6631
6639
  "filePath": "snapping.main.runtime.ts",
6632
- "line": 563,
6640
+ "line": 567,
6633
6641
  "character": 20
6634
6642
  },
6635
6643
  "name": "ComponentIdList"
@@ -6640,7 +6648,7 @@
6640
6648
  "__schema": "VariableLikeSchema",
6641
6649
  "location": {
6642
6650
  "filePath": "snapping.main.runtime.ts",
6643
- "line": 564,
6651
+ "line": 568,
6644
6652
  "character": 5
6645
6653
  },
6646
6654
  "signature": "(property) unmerged?: boolean | undefined",
@@ -6649,7 +6657,7 @@
6649
6657
  "__schema": "KeywordTypeSchema",
6650
6658
  "location": {
6651
6659
  "filePath": "snapping.main.runtime.ts",
6652
- "line": 564,
6660
+ "line": 568,
6653
6661
  "character": 16
6654
6662
  },
6655
6663
  "name": "boolean"
@@ -6660,7 +6668,7 @@
6660
6668
  "__schema": "VariableLikeSchema",
6661
6669
  "location": {
6662
6670
  "filePath": "snapping.main.runtime.ts",
6663
- "line": 565,
6671
+ "line": 569,
6664
6672
  "character": 5
6665
6673
  },
6666
6674
  "signature": "(property) editor?: string | undefined",
@@ -6669,7 +6677,7 @@
6669
6677
  "__schema": "KeywordTypeSchema",
6670
6678
  "location": {
6671
6679
  "filePath": "snapping.main.runtime.ts",
6672
- "line": 565,
6680
+ "line": 569,
6673
6681
  "character": 14
6674
6682
  },
6675
6683
  "name": "string"
@@ -6680,7 +6688,7 @@
6680
6688
  "__schema": "VariableLikeSchema",
6681
6689
  "location": {
6682
6690
  "filePath": "snapping.main.runtime.ts",
6683
- "line": 566,
6691
+ "line": 570,
6684
6692
  "character": 5
6685
6693
  },
6686
6694
  "signature": "(property) ignoreIssues?: string | undefined",
@@ -6689,7 +6697,7 @@
6689
6697
  "__schema": "KeywordTypeSchema",
6690
6698
  "location": {
6691
6699
  "filePath": "snapping.main.runtime.ts",
6692
- "line": 566,
6700
+ "line": 570,
6693
6701
  "character": 20
6694
6702
  },
6695
6703
  "name": "string"
@@ -6700,7 +6708,7 @@
6700
6708
  "__schema": "VariableLikeSchema",
6701
6709
  "location": {
6702
6710
  "filePath": "snapping.main.runtime.ts",
6703
- "line": 567,
6711
+ "line": 571,
6704
6712
  "character": 5
6705
6713
  },
6706
6714
  "signature": "(property) skipAutoSnap?: boolean | undefined",
@@ -6709,7 +6717,7 @@
6709
6717
  "__schema": "KeywordTypeSchema",
6710
6718
  "location": {
6711
6719
  "filePath": "snapping.main.runtime.ts",
6712
- "line": 567,
6720
+ "line": 571,
6713
6721
  "character": 20
6714
6722
  },
6715
6723
  "name": "boolean"
@@ -6720,7 +6728,7 @@
6720
6728
  "__schema": "VariableLikeSchema",
6721
6729
  "location": {
6722
6730
  "filePath": "snapping.main.runtime.ts",
6723
- "line": 568,
6731
+ "line": 572,
6724
6732
  "character": 5
6725
6733
  },
6726
6734
  "signature": "(property) disableTagAndSnapPipelines?: boolean | undefined",
@@ -6729,7 +6737,7 @@
6729
6737
  "__schema": "KeywordTypeSchema",
6730
6738
  "location": {
6731
6739
  "filePath": "snapping.main.runtime.ts",
6732
- "line": 568,
6740
+ "line": 572,
6733
6741
  "character": 34
6734
6742
  },
6735
6743
  "name": "boolean"
@@ -6740,7 +6748,7 @@
6740
6748
  "__schema": "VariableLikeSchema",
6741
6749
  "location": {
6742
6750
  "filePath": "snapping.main.runtime.ts",
6743
- "line": 569,
6751
+ "line": 573,
6744
6752
  "character": 5
6745
6753
  },
6746
6754
  "signature": "(property) unmodified?: boolean | undefined",
@@ -6749,7 +6757,7 @@
6749
6757
  "__schema": "KeywordTypeSchema",
6750
6758
  "location": {
6751
6759
  "filePath": "snapping.main.runtime.ts",
6752
- "line": 569,
6760
+ "line": 573,
6753
6761
  "character": 18
6754
6762
  },
6755
6763
  "name": "boolean"
@@ -6760,7 +6768,7 @@
6760
6768
  "__schema": "VariableLikeSchema",
6761
6769
  "location": {
6762
6770
  "filePath": "snapping.main.runtime.ts",
6763
- "line": 570,
6771
+ "line": 574,
6764
6772
  "character": 5
6765
6773
  },
6766
6774
  "signature": "(property) exitOnFirstFailedTask?: boolean | undefined",
@@ -6769,7 +6777,7 @@
6769
6777
  "__schema": "KeywordTypeSchema",
6770
6778
  "location": {
6771
6779
  "filePath": "snapping.main.runtime.ts",
6772
- "line": 570,
6780
+ "line": 574,
6773
6781
  "character": 29
6774
6782
  },
6775
6783
  "name": "boolean"
@@ -6786,7 +6794,7 @@
6786
6794
  "__schema": "VariableLikeSchema",
6787
6795
  "location": {
6788
6796
  "filePath": "snapping.main.runtime.ts",
6789
- "line": 562,
6797
+ "line": 566,
6790
6798
  "character": 5
6791
6799
  },
6792
6800
  "signature": "(property) pattern?: string | undefined",
@@ -6795,7 +6803,7 @@
6795
6803
  "__schema": "KeywordTypeSchema",
6796
6804
  "location": {
6797
6805
  "filePath": "snapping.main.runtime.ts",
6798
- "line": 562,
6806
+ "line": 566,
6799
6807
  "character": 15
6800
6808
  },
6801
6809
  "name": "string"
@@ -6806,7 +6814,7 @@
6806
6814
  "__schema": "VariableLikeSchema",
6807
6815
  "location": {
6808
6816
  "filePath": "snapping.main.runtime.ts",
6809
- "line": 563,
6817
+ "line": 567,
6810
6818
  "character": 5
6811
6819
  },
6812
6820
  "signature": "(property) legacyBitIds?: ComponentIdList | undefined",
@@ -6815,7 +6823,7 @@
6815
6823
  "__schema": "TypeRefSchema",
6816
6824
  "location": {
6817
6825
  "filePath": "snapping.main.runtime.ts",
6818
- "line": 563,
6826
+ "line": 567,
6819
6827
  "character": 20
6820
6828
  },
6821
6829
  "name": "ComponentIdList"
@@ -6826,7 +6834,7 @@
6826
6834
  "__schema": "VariableLikeSchema",
6827
6835
  "location": {
6828
6836
  "filePath": "snapping.main.runtime.ts",
6829
- "line": 564,
6837
+ "line": 568,
6830
6838
  "character": 5
6831
6839
  },
6832
6840
  "signature": "(property) unmerged?: boolean | undefined",
@@ -6835,7 +6843,7 @@
6835
6843
  "__schema": "KeywordTypeSchema",
6836
6844
  "location": {
6837
6845
  "filePath": "snapping.main.runtime.ts",
6838
- "line": 564,
6846
+ "line": 568,
6839
6847
  "character": 16
6840
6848
  },
6841
6849
  "name": "boolean"
@@ -6846,7 +6854,7 @@
6846
6854
  "__schema": "VariableLikeSchema",
6847
6855
  "location": {
6848
6856
  "filePath": "snapping.main.runtime.ts",
6849
- "line": 565,
6857
+ "line": 569,
6850
6858
  "character": 5
6851
6859
  },
6852
6860
  "signature": "(property) editor?: string | undefined",
@@ -6855,7 +6863,7 @@
6855
6863
  "__schema": "KeywordTypeSchema",
6856
6864
  "location": {
6857
6865
  "filePath": "snapping.main.runtime.ts",
6858
- "line": 565,
6866
+ "line": 569,
6859
6867
  "character": 14
6860
6868
  },
6861
6869
  "name": "string"
@@ -6866,7 +6874,7 @@
6866
6874
  "__schema": "InferenceTypeSchema",
6867
6875
  "location": {
6868
6876
  "filePath": "snapping.main.runtime.ts",
6869
- "line": 550,
6877
+ "line": 554,
6870
6878
  "character": 5
6871
6879
  },
6872
6880
  "name": "message",
@@ -6878,7 +6886,7 @@
6878
6886
  "__schema": "VariableLikeSchema",
6879
6887
  "location": {
6880
6888
  "filePath": "snapping.main.runtime.ts",
6881
- "line": 566,
6889
+ "line": 570,
6882
6890
  "character": 5
6883
6891
  },
6884
6892
  "signature": "(property) ignoreIssues?: string | undefined",
@@ -6887,7 +6895,7 @@
6887
6895
  "__schema": "KeywordTypeSchema",
6888
6896
  "location": {
6889
6897
  "filePath": "snapping.main.runtime.ts",
6890
- "line": 566,
6898
+ "line": 570,
6891
6899
  "character": 20
6892
6900
  },
6893
6901
  "name": "string"
@@ -6898,7 +6906,7 @@
6898
6906
  "__schema": "InferenceTypeSchema",
6899
6907
  "location": {
6900
6908
  "filePath": "snapping.main.runtime.ts",
6901
- "line": 552,
6909
+ "line": 556,
6902
6910
  "character": 5
6903
6911
  },
6904
6912
  "name": "skipTests",
@@ -6910,7 +6918,7 @@
6910
6918
  "__schema": "InferenceTypeSchema",
6911
6919
  "location": {
6912
6920
  "filePath": "snapping.main.runtime.ts",
6913
- "line": 553,
6921
+ "line": 557,
6914
6922
  "character": 5
6915
6923
  },
6916
6924
  "name": "skipTasks",
@@ -6921,7 +6929,7 @@
6921
6929
  "__schema": "VariableLikeSchema",
6922
6930
  "location": {
6923
6931
  "filePath": "snapping.main.runtime.ts",
6924
- "line": 567,
6932
+ "line": 571,
6925
6933
  "character": 5
6926
6934
  },
6927
6935
  "signature": "(property) skipAutoSnap?: boolean | undefined",
@@ -6930,7 +6938,7 @@
6930
6938
  "__schema": "KeywordTypeSchema",
6931
6939
  "location": {
6932
6940
  "filePath": "snapping.main.runtime.ts",
6933
- "line": 567,
6941
+ "line": 571,
6934
6942
  "character": 20
6935
6943
  },
6936
6944
  "name": "boolean"
@@ -6941,7 +6949,7 @@
6941
6949
  "__schema": "InferenceTypeSchema",
6942
6950
  "location": {
6943
6951
  "filePath": "snapping.main.runtime.ts",
6944
- "line": 555,
6952
+ "line": 559,
6945
6953
  "character": 5
6946
6954
  },
6947
6955
  "name": "build",
@@ -6952,7 +6960,7 @@
6952
6960
  "__schema": "VariableLikeSchema",
6953
6961
  "location": {
6954
6962
  "filePath": "snapping.main.runtime.ts",
6955
- "line": 568,
6963
+ "line": 572,
6956
6964
  "character": 5
6957
6965
  },
6958
6966
  "signature": "(property) disableTagAndSnapPipelines?: boolean | undefined",
@@ -6961,7 +6969,7 @@
6961
6969
  "__schema": "KeywordTypeSchema",
6962
6970
  "location": {
6963
6971
  "filePath": "snapping.main.runtime.ts",
6964
- "line": 568,
6972
+ "line": 572,
6965
6973
  "character": 34
6966
6974
  },
6967
6975
  "name": "boolean"
@@ -6972,7 +6980,7 @@
6972
6980
  "__schema": "InferenceTypeSchema",
6973
6981
  "location": {
6974
6982
  "filePath": "snapping.main.runtime.ts",
6975
- "line": 557,
6983
+ "line": 561,
6976
6984
  "character": 5
6977
6985
  },
6978
6986
  "name": "ignoreBuildErrors",
@@ -6984,7 +6992,7 @@
6984
6992
  "__schema": "InferenceTypeSchema",
6985
6993
  "location": {
6986
6994
  "filePath": "snapping.main.runtime.ts",
6987
- "line": 558,
6995
+ "line": 562,
6988
6996
  "character": 5
6989
6997
  },
6990
6998
  "name": "rebuildDepsGraph",
@@ -6995,7 +7003,7 @@
6995
7003
  "__schema": "VariableLikeSchema",
6996
7004
  "location": {
6997
7005
  "filePath": "snapping.main.runtime.ts",
6998
- "line": 569,
7006
+ "line": 573,
6999
7007
  "character": 5
7000
7008
  },
7001
7009
  "signature": "(property) unmodified?: boolean | undefined",
@@ -7004,7 +7012,7 @@
7004
7012
  "__schema": "KeywordTypeSchema",
7005
7013
  "location": {
7006
7014
  "filePath": "snapping.main.runtime.ts",
7007
- "line": 569,
7015
+ "line": 573,
7008
7016
  "character": 18
7009
7017
  },
7010
7018
  "name": "boolean"
@@ -7015,7 +7023,7 @@
7015
7023
  "__schema": "VariableLikeSchema",
7016
7024
  "location": {
7017
7025
  "filePath": "snapping.main.runtime.ts",
7018
- "line": 570,
7026
+ "line": 574,
7019
7027
  "character": 5
7020
7028
  },
7021
7029
  "signature": "(property) exitOnFirstFailedTask?: boolean | undefined",
@@ -7024,7 +7032,7 @@
7024
7032
  "__schema": "KeywordTypeSchema",
7025
7033
  "location": {
7026
7034
  "filePath": "snapping.main.runtime.ts",
7027
- "line": 570,
7035
+ "line": 574,
7028
7036
  "character": 29
7029
7037
  },
7030
7038
  "name": "boolean"
@@ -7039,7 +7047,7 @@
7039
7047
  "__schema": "TypeRefSchema",
7040
7048
  "location": {
7041
7049
  "filePath": "snapping.main.runtime.ts",
7042
- "line": 571,
7050
+ "line": 575,
7043
7051
  "character": 7
7044
7052
  },
7045
7053
  "name": "Promise",
@@ -7048,7 +7056,7 @@
7048
7056
  "__schema": "TypeUnionSchema",
7049
7057
  "location": {
7050
7058
  "filePath": "snapping.main.runtime.ts",
7051
- "line": 571,
7059
+ "line": 575,
7052
7060
  "character": 15
7053
7061
  },
7054
7062
  "types": [
@@ -7056,7 +7064,7 @@
7056
7064
  "__schema": "TypeRefSchema",
7057
7065
  "location": {
7058
7066
  "filePath": "snapping.main.runtime.ts",
7059
- "line": 571,
7067
+ "line": 575,
7060
7068
  "character": 15
7061
7069
  },
7062
7070
  "name": "SnapResults"
@@ -7065,7 +7073,7 @@
7065
7073
  "__schema": "LiteralTypeSchema",
7066
7074
  "location": {
7067
7075
  "filePath": "snapping.main.runtime.ts",
7068
- "line": 571,
7076
+ "line": 575,
7069
7077
  "character": 29
7070
7078
  },
7071
7079
  "name": "null"
@@ -7082,14 +7090,14 @@
7082
7090
  "__schema": "FunctionLikeSchema",
7083
7091
  "location": {
7084
7092
  "filePath": "snapping.main.runtime.ts",
7085
- "line": 662,
7093
+ "line": 666,
7086
7094
  "character": 3
7087
7095
  },
7088
7096
  "doc": {
7089
7097
  "__schema": "DocSchema",
7090
7098
  "location": {
7091
7099
  "filePath": "snapping.main.runtime.ts",
7092
- "line": 658,
7100
+ "line": 662,
7093
7101
  "character": 3
7094
7102
  },
7095
7103
  "raw": "/**\n * remove tags/snaps that exist locally, which were not exported yet.\n * once a tag/snap is exported, it's impossible to delete it as other components may depend on it\n */",
@@ -7103,7 +7111,7 @@
7103
7111
  "__schema": "ParameterSchema",
7104
7112
  "location": {
7105
7113
  "filePath": "snapping.main.runtime.ts",
7106
- "line": 663,
7114
+ "line": 667,
7107
7115
  "character": 5
7108
7116
  },
7109
7117
  "name": "componentPattern",
@@ -7111,7 +7119,7 @@
7111
7119
  "__schema": "KeywordTypeSchema",
7112
7120
  "location": {
7113
7121
  "filePath": "snapping.main.runtime.ts",
7114
- "line": 663,
7122
+ "line": 667,
7115
7123
  "character": 24
7116
7124
  },
7117
7125
  "name": "string"
@@ -7123,7 +7131,7 @@
7123
7131
  "__schema": "ParameterSchema",
7124
7132
  "location": {
7125
7133
  "filePath": "snapping.main.runtime.ts",
7126
- "line": 664,
7134
+ "line": 668,
7127
7135
  "character": 5
7128
7136
  },
7129
7137
  "name": "head",
@@ -7131,7 +7139,7 @@
7131
7139
  "__schema": "KeywordTypeSchema",
7132
7140
  "location": {
7133
7141
  "filePath": "snapping.main.runtime.ts",
7134
- "line": 664,
7142
+ "line": 668,
7135
7143
  "character": 12
7136
7144
  },
7137
7145
  "name": "boolean"
@@ -7143,7 +7151,7 @@
7143
7151
  "__schema": "ParameterSchema",
7144
7152
  "location": {
7145
7153
  "filePath": "snapping.main.runtime.ts",
7146
- "line": 665,
7154
+ "line": 669,
7147
7155
  "character": 5
7148
7156
  },
7149
7157
  "name": "force",
@@ -7151,7 +7159,7 @@
7151
7159
  "__schema": "InferenceTypeSchema",
7152
7160
  "location": {
7153
7161
  "filePath": "snapping.main.runtime.ts",
7154
- "line": 665,
7162
+ "line": 669,
7155
7163
  "character": 5
7156
7164
  },
7157
7165
  "type": "boolean"
@@ -7164,7 +7172,7 @@
7164
7172
  "__schema": "ParameterSchema",
7165
7173
  "location": {
7166
7174
  "filePath": "snapping.main.runtime.ts",
7167
- "line": 666,
7175
+ "line": 670,
7168
7176
  "character": 5
7169
7177
  },
7170
7178
  "name": "soft",
@@ -7172,7 +7180,7 @@
7172
7180
  "__schema": "InferenceTypeSchema",
7173
7181
  "location": {
7174
7182
  "filePath": "snapping.main.runtime.ts",
7175
- "line": 666,
7183
+ "line": 670,
7176
7184
  "character": 5
7177
7185
  },
7178
7186
  "type": "boolean"
@@ -7186,7 +7194,7 @@
7186
7194
  "__schema": "TypeRefSchema",
7187
7195
  "location": {
7188
7196
  "filePath": "snapping.main.runtime.ts",
7189
- "line": 667,
7197
+ "line": 671,
7190
7198
  "character": 6
7191
7199
  },
7192
7200
  "name": "Promise",
@@ -7195,7 +7203,7 @@
7195
7203
  "__schema": "TypeLiteralSchema",
7196
7204
  "location": {
7197
7205
  "filePath": "snapping.main.runtime.ts",
7198
- "line": 667,
7206
+ "line": 671,
7199
7207
  "character": 14
7200
7208
  },
7201
7209
  "members": [
@@ -7203,7 +7211,7 @@
7203
7211
  "__schema": "VariableLikeSchema",
7204
7212
  "location": {
7205
7213
  "filePath": "snapping.main.runtime.ts",
7206
- "line": 667,
7214
+ "line": 671,
7207
7215
  "character": 16
7208
7216
  },
7209
7217
  "signature": "(property) results: untagResult[]",
@@ -7212,14 +7220,14 @@
7212
7220
  "__schema": "TypeArraySchema",
7213
7221
  "location": {
7214
7222
  "filePath": "snapping.main.runtime.ts",
7215
- "line": 667,
7223
+ "line": 671,
7216
7224
  "character": 25
7217
7225
  },
7218
7226
  "type": {
7219
7227
  "__schema": "TypeRefSchema",
7220
7228
  "location": {
7221
7229
  "filePath": "snapping.main.runtime.ts",
7222
- "line": 667,
7230
+ "line": 671,
7223
7231
  "character": 25
7224
7232
  },
7225
7233
  "name": "untagResult"
@@ -7231,7 +7239,7 @@
7231
7239
  "__schema": "VariableLikeSchema",
7232
7240
  "location": {
7233
7241
  "filePath": "snapping.main.runtime.ts",
7234
- "line": 667,
7242
+ "line": 671,
7235
7243
  "character": 40
7236
7244
  },
7237
7245
  "signature": "(property) isSoftUntag: boolean",
@@ -7240,7 +7248,7 @@
7240
7248
  "__schema": "KeywordTypeSchema",
7241
7249
  "location": {
7242
7250
  "filePath": "snapping.main.runtime.ts",
7243
- "line": 667,
7251
+ "line": 671,
7244
7252
  "character": 53
7245
7253
  },
7246
7254
  "name": "boolean"
@@ -7259,7 +7267,7 @@
7259
7267
  "__schema": "FunctionLikeSchema",
7260
7268
  "location": {
7261
7269
  "filePath": "snapping.main.runtime.ts",
7262
- "line": 714,
7270
+ "line": 718,
7263
7271
  "character": 3
7264
7272
  },
7265
7273
  "signature": "(method) SnappingMain.resetNeverExported(): Promise<ComponentID[]>",
@@ -7269,7 +7277,7 @@
7269
7277
  "__schema": "TypeRefSchema",
7270
7278
  "location": {
7271
7279
  "filePath": "snapping.main.runtime.ts",
7272
- "line": 714,
7280
+ "line": 718,
7273
7281
  "character": 31
7274
7282
  },
7275
7283
  "name": "Promise",
@@ -7278,14 +7286,14 @@
7278
7286
  "__schema": "TypeArraySchema",
7279
7287
  "location": {
7280
7288
  "filePath": "snapping.main.runtime.ts",
7281
- "line": 714,
7289
+ "line": 718,
7282
7290
  "character": 39
7283
7291
  },
7284
7292
  "type": {
7285
7293
  "__schema": "TypeRefSchema",
7286
7294
  "location": {
7287
7295
  "filePath": "snapping.main.runtime.ts",
7288
- "line": 714,
7296
+ "line": 718,
7289
7297
  "character": 39
7290
7298
  },
7291
7299
  "name": "ComponentID"
@@ -7301,7 +7309,7 @@
7301
7309
  "__schema": "FunctionLikeSchema",
7302
7310
  "location": {
7303
7311
  "filePath": "snapping.main.runtime.ts",
7304
- "line": 723,
7312
+ "line": 727,
7305
7313
  "character": 3
7306
7314
  },
7307
7315
  "signature": "(method) SnappingMain._addFlattenedDependenciesToComponents(components: ConsumerComponent[], rebuildDepsGraph?: boolean): Promise<void>",
@@ -7311,7 +7319,7 @@
7311
7319
  "__schema": "ParameterSchema",
7312
7320
  "location": {
7313
7321
  "filePath": "snapping.main.runtime.ts",
7314
- "line": 723,
7322
+ "line": 727,
7315
7323
  "character": 47
7316
7324
  },
7317
7325
  "name": "components",
@@ -7319,14 +7327,14 @@
7319
7327
  "__schema": "TypeArraySchema",
7320
7328
  "location": {
7321
7329
  "filePath": "snapping.main.runtime.ts",
7322
- "line": 723,
7330
+ "line": 727,
7323
7331
  "character": 59
7324
7332
  },
7325
7333
  "type": {
7326
7334
  "__schema": "TypeRefSchema",
7327
7335
  "location": {
7328
7336
  "filePath": "snapping.main.runtime.ts",
7329
- "line": 723,
7337
+ "line": 727,
7330
7338
  "character": 59
7331
7339
  },
7332
7340
  "name": "ConsumerComponent"
@@ -7339,7 +7347,7 @@
7339
7347
  "__schema": "ParameterSchema",
7340
7348
  "location": {
7341
7349
  "filePath": "snapping.main.runtime.ts",
7342
- "line": 723,
7350
+ "line": 727,
7343
7351
  "character": 80
7344
7352
  },
7345
7353
  "name": "rebuildDepsGraph",
@@ -7347,7 +7355,7 @@
7347
7355
  "__schema": "InferenceTypeSchema",
7348
7356
  "location": {
7349
7357
  "filePath": "snapping.main.runtime.ts",
7350
- "line": 723,
7358
+ "line": 727,
7351
7359
  "character": 80
7352
7360
  },
7353
7361
  "type": "boolean"
@@ -7361,7 +7369,7 @@
7361
7369
  "__schema": "InferenceTypeSchema",
7362
7370
  "location": {
7363
7371
  "filePath": "snapping.main.runtime.ts",
7364
- "line": 723,
7372
+ "line": 727,
7365
7373
  "character": 3
7366
7374
  },
7367
7375
  "type": "Promise<void>"
@@ -7374,7 +7382,7 @@
7374
7382
  "__schema": "FunctionLikeSchema",
7375
7383
  "location": {
7376
7384
  "filePath": "snapping.main.runtime.ts",
7377
- "line": 753,
7385
+ "line": 757,
7378
7386
  "character": 3
7379
7387
  },
7380
7388
  "signature": "(method) SnappingMain.throwForDepsFromAnotherLane(components: ConsumerComponent[]): Promise<void>",
@@ -7384,7 +7392,7 @@
7384
7392
  "__schema": "ParameterSchema",
7385
7393
  "location": {
7386
7394
  "filePath": "snapping.main.runtime.ts",
7387
- "line": 753,
7395
+ "line": 757,
7388
7396
  "character": 37
7389
7397
  },
7390
7398
  "name": "components",
@@ -7392,14 +7400,14 @@
7392
7400
  "__schema": "TypeArraySchema",
7393
7401
  "location": {
7394
7402
  "filePath": "snapping.main.runtime.ts",
7395
- "line": 753,
7403
+ "line": 757,
7396
7404
  "character": 49
7397
7405
  },
7398
7406
  "type": {
7399
7407
  "__schema": "TypeRefSchema",
7400
7408
  "location": {
7401
7409
  "filePath": "snapping.main.runtime.ts",
7402
- "line": 753,
7410
+ "line": 757,
7403
7411
  "character": 49
7404
7412
  },
7405
7413
  "name": "ConsumerComponent"
@@ -7413,7 +7421,7 @@
7413
7421
  "__schema": "InferenceTypeSchema",
7414
7422
  "location": {
7415
7423
  "filePath": "snapping.main.runtime.ts",
7416
- "line": 753,
7424
+ "line": 757,
7417
7425
  "character": 3
7418
7426
  },
7419
7427
  "type": "Promise<void>"
@@ -7426,7 +7434,7 @@
7426
7434
  "__schema": "FunctionLikeSchema",
7427
7435
  "location": {
7428
7436
  "filePath": "snapping.main.runtime.ts",
7429
- "line": 840,
7437
+ "line": 844,
7430
7438
  "character": 3
7431
7439
  },
7432
7440
  "signature": "(method) SnappingMain._addFlattenedDepsGraphToComponents(components: ConsumerComponent[]): Promise<void>",
@@ -7436,7 +7444,7 @@
7436
7444
  "__schema": "ParameterSchema",
7437
7445
  "location": {
7438
7446
  "filePath": "snapping.main.runtime.ts",
7439
- "line": 840,
7447
+ "line": 844,
7440
7448
  "character": 44
7441
7449
  },
7442
7450
  "name": "components",
@@ -7444,14 +7452,14 @@
7444
7452
  "__schema": "TypeArraySchema",
7445
7453
  "location": {
7446
7454
  "filePath": "snapping.main.runtime.ts",
7447
- "line": 840,
7455
+ "line": 844,
7448
7456
  "character": 56
7449
7457
  },
7450
7458
  "type": {
7451
7459
  "__schema": "TypeRefSchema",
7452
7460
  "location": {
7453
7461
  "filePath": "snapping.main.runtime.ts",
7454
- "line": 840,
7462
+ "line": 844,
7455
7463
  "character": 56
7456
7464
  },
7457
7465
  "name": "ConsumerComponent"
@@ -7465,7 +7473,7 @@
7465
7473
  "__schema": "InferenceTypeSchema",
7466
7474
  "location": {
7467
7475
  "filePath": "snapping.main.runtime.ts",
7468
- "line": 840,
7476
+ "line": 844,
7469
7477
  "character": 3
7470
7478
  },
7471
7479
  "type": "Promise<void>"
@@ -7478,7 +7486,7 @@
7478
7486
  "__schema": "FunctionLikeSchema",
7479
7487
  "location": {
7480
7488
  "filePath": "snapping.main.runtime.ts",
7481
- "line": 906,
7489
+ "line": 910,
7482
7490
  "character": 3
7483
7491
  },
7484
7492
  "signature": "(method) SnappingMain._updateComponentsByTagResult(components: ConsumerComponent[], tagResult: LegacyOnTagResult[]): void",
@@ -7488,7 +7496,7 @@
7488
7496
  "__schema": "ParameterSchema",
7489
7497
  "location": {
7490
7498
  "filePath": "snapping.main.runtime.ts",
7491
- "line": 906,
7499
+ "line": 910,
7492
7500
  "character": 32
7493
7501
  },
7494
7502
  "name": "components",
@@ -7496,14 +7504,14 @@
7496
7504
  "__schema": "TypeArraySchema",
7497
7505
  "location": {
7498
7506
  "filePath": "snapping.main.runtime.ts",
7499
- "line": 906,
7507
+ "line": 910,
7500
7508
  "character": 44
7501
7509
  },
7502
7510
  "type": {
7503
7511
  "__schema": "TypeRefSchema",
7504
7512
  "location": {
7505
7513
  "filePath": "snapping.main.runtime.ts",
7506
- "line": 906,
7514
+ "line": 910,
7507
7515
  "character": 44
7508
7516
  },
7509
7517
  "name": "ConsumerComponent"
@@ -7516,7 +7524,7 @@
7516
7524
  "__schema": "ParameterSchema",
7517
7525
  "location": {
7518
7526
  "filePath": "snapping.main.runtime.ts",
7519
- "line": 906,
7527
+ "line": 910,
7520
7528
  "character": 65
7521
7529
  },
7522
7530
  "name": "tagResult",
@@ -7524,14 +7532,14 @@
7524
7532
  "__schema": "TypeArraySchema",
7525
7533
  "location": {
7526
7534
  "filePath": "snapping.main.runtime.ts",
7527
- "line": 906,
7535
+ "line": 910,
7528
7536
  "character": 76
7529
7537
  },
7530
7538
  "type": {
7531
7539
  "__schema": "TypeRefSchema",
7532
7540
  "location": {
7533
7541
  "filePath": "snapping.main.runtime.ts",
7534
- "line": 906,
7542
+ "line": 910,
7535
7543
  "character": 76
7536
7544
  },
7537
7545
  "name": "LegacyOnTagResult"
@@ -7545,7 +7553,7 @@
7545
7553
  "__schema": "InferenceTypeSchema",
7546
7554
  "location": {
7547
7555
  "filePath": "snapping.main.runtime.ts",
7548
- "line": 906,
7556
+ "line": 910,
7549
7557
  "character": 3
7550
7558
  },
7551
7559
  "type": "void"
@@ -7556,7 +7564,7 @@
7556
7564
  "__schema": "FunctionLikeSchema",
7557
7565
  "location": {
7558
7566
  "filePath": "snapping.main.runtime.ts",
7559
- "line": 917,
7567
+ "line": 921,
7560
7568
  "character": 3
7561
7569
  },
7562
7570
  "signature": "(method) SnappingMain._getPublishedPackages(components: ConsumerComponent[]): string[]",
@@ -7566,7 +7574,7 @@
7566
7574
  "__schema": "ParameterSchema",
7567
7575
  "location": {
7568
7576
  "filePath": "snapping.main.runtime.ts",
7569
- "line": 917,
7577
+ "line": 921,
7570
7578
  "character": 25
7571
7579
  },
7572
7580
  "name": "components",
@@ -7574,14 +7582,14 @@
7574
7582
  "__schema": "TypeArraySchema",
7575
7583
  "location": {
7576
7584
  "filePath": "snapping.main.runtime.ts",
7577
- "line": 917,
7585
+ "line": 921,
7578
7586
  "character": 37
7579
7587
  },
7580
7588
  "type": {
7581
7589
  "__schema": "TypeRefSchema",
7582
7590
  "location": {
7583
7591
  "filePath": "snapping.main.runtime.ts",
7584
- "line": 917,
7592
+ "line": 921,
7585
7593
  "character": 37
7586
7594
  },
7587
7595
  "name": "ConsumerComponent"
@@ -7595,14 +7603,14 @@
7595
7603
  "__schema": "TypeArraySchema",
7596
7604
  "location": {
7597
7605
  "filePath": "snapping.main.runtime.ts",
7598
- "line": 917,
7606
+ "line": 921,
7599
7607
  "character": 59
7600
7608
  },
7601
7609
  "type": {
7602
7610
  "__schema": "KeywordTypeSchema",
7603
7611
  "location": {
7604
7612
  "filePath": "snapping.main.runtime.ts",
7605
- "line": 917,
7613
+ "line": 921,
7606
7614
  "character": 59
7607
7615
  },
7608
7616
  "name": "string"
@@ -7614,7 +7622,7 @@
7614
7622
  "__schema": "FunctionLikeSchema",
7615
7623
  "location": {
7616
7624
  "filePath": "snapping.main.runtime.ts",
7617
- "line": 926,
7625
+ "line": 930,
7618
7626
  "character": 3
7619
7627
  },
7620
7628
  "signature": "(method) SnappingMain._addCompToObjects({ source, lane, shouldValidateVersion, updateDependentsOnLane, }: {\n source: ConsumerComponent;\n lane?: Lane;\n shouldValidateVersion?: boolean;\n updateDependentsOnLane?: boolean;\n}): Promise<{\n component: ModelComponent;\n version: Version;\n}>",
@@ -7624,7 +7632,7 @@
7624
7632
  "__schema": "ParameterSchema",
7625
7633
  "location": {
7626
7634
  "filePath": "snapping.main.runtime.ts",
7627
- "line": 926,
7635
+ "line": 930,
7628
7636
  "character": 27
7629
7637
  },
7630
7638
  "name": "{ source, lane, shouldValidateVersion = false, updateDependentsOnLane = false }",
@@ -7632,7 +7640,7 @@
7632
7640
  "__schema": "TypeLiteralSchema",
7633
7641
  "location": {
7634
7642
  "filePath": "snapping.main.runtime.ts",
7635
- "line": 931,
7643
+ "line": 935,
7636
7644
  "character": 6
7637
7645
  },
7638
7646
  "members": [
@@ -7640,7 +7648,7 @@
7640
7648
  "__schema": "VariableLikeSchema",
7641
7649
  "location": {
7642
7650
  "filePath": "snapping.main.runtime.ts",
7643
- "line": 932,
7651
+ "line": 936,
7644
7652
  "character": 5
7645
7653
  },
7646
7654
  "signature": "(property) source: ConsumerComponent",
@@ -7649,7 +7657,7 @@
7649
7657
  "__schema": "TypeRefSchema",
7650
7658
  "location": {
7651
7659
  "filePath": "snapping.main.runtime.ts",
7652
- "line": 932,
7660
+ "line": 936,
7653
7661
  "character": 5
7654
7662
  },
7655
7663
  "name": "ConsumerComponent",
@@ -7661,7 +7669,7 @@
7661
7669
  "__schema": "VariableLikeSchema",
7662
7670
  "location": {
7663
7671
  "filePath": "snapping.main.runtime.ts",
7664
- "line": 933,
7672
+ "line": 937,
7665
7673
  "character": 5
7666
7674
  },
7667
7675
  "signature": "(property) lane?: Lane | undefined",
@@ -7670,7 +7678,7 @@
7670
7678
  "__schema": "TypeRefSchema",
7671
7679
  "location": {
7672
7680
  "filePath": "snapping.main.runtime.ts",
7673
- "line": 933,
7681
+ "line": 937,
7674
7682
  "character": 12
7675
7683
  },
7676
7684
  "name": "Lane"
@@ -7681,7 +7689,7 @@
7681
7689
  "__schema": "VariableLikeSchema",
7682
7690
  "location": {
7683
7691
  "filePath": "snapping.main.runtime.ts",
7684
- "line": 934,
7692
+ "line": 938,
7685
7693
  "character": 5
7686
7694
  },
7687
7695
  "signature": "(property) shouldValidateVersion?: boolean | undefined",
@@ -7690,7 +7698,7 @@
7690
7698
  "__schema": "KeywordTypeSchema",
7691
7699
  "location": {
7692
7700
  "filePath": "snapping.main.runtime.ts",
7693
- "line": 934,
7701
+ "line": 938,
7694
7702
  "character": 29
7695
7703
  },
7696
7704
  "name": "boolean"
@@ -7701,7 +7709,7 @@
7701
7709
  "__schema": "VariableLikeSchema",
7702
7710
  "location": {
7703
7711
  "filePath": "snapping.main.runtime.ts",
7704
- "line": 935,
7712
+ "line": 939,
7705
7713
  "character": 5
7706
7714
  },
7707
7715
  "signature": "(property) updateDependentsOnLane?: boolean | undefined",
@@ -7710,7 +7718,7 @@
7710
7718
  "__schema": "KeywordTypeSchema",
7711
7719
  "location": {
7712
7720
  "filePath": "snapping.main.runtime.ts",
7713
- "line": 935,
7721
+ "line": 939,
7714
7722
  "character": 30
7715
7723
  },
7716
7724
  "name": "boolean"
@@ -7725,7 +7733,7 @@
7725
7733
  "__schema": "VariableLikeSchema",
7726
7734
  "location": {
7727
7735
  "filePath": "snapping.main.runtime.ts",
7728
- "line": 932,
7736
+ "line": 936,
7729
7737
  "character": 5
7730
7738
  },
7731
7739
  "signature": "(property) source: ConsumerComponent",
@@ -7734,7 +7742,7 @@
7734
7742
  "__schema": "TypeRefSchema",
7735
7743
  "location": {
7736
7744
  "filePath": "snapping.main.runtime.ts",
7737
- "line": 932,
7745
+ "line": 936,
7738
7746
  "character": 5
7739
7747
  },
7740
7748
  "name": "ConsumerComponent",
@@ -7746,7 +7754,7 @@
7746
7754
  "__schema": "VariableLikeSchema",
7747
7755
  "location": {
7748
7756
  "filePath": "snapping.main.runtime.ts",
7749
- "line": 933,
7757
+ "line": 937,
7750
7758
  "character": 5
7751
7759
  },
7752
7760
  "signature": "(property) lane?: Lane | undefined",
@@ -7755,7 +7763,7 @@
7755
7763
  "__schema": "TypeRefSchema",
7756
7764
  "location": {
7757
7765
  "filePath": "snapping.main.runtime.ts",
7758
- "line": 933,
7766
+ "line": 937,
7759
7767
  "character": 12
7760
7768
  },
7761
7769
  "name": "Lane"
@@ -7766,7 +7774,7 @@
7766
7774
  "__schema": "VariableLikeSchema",
7767
7775
  "location": {
7768
7776
  "filePath": "snapping.main.runtime.ts",
7769
- "line": 934,
7777
+ "line": 938,
7770
7778
  "character": 5
7771
7779
  },
7772
7780
  "signature": "(property) shouldValidateVersion?: boolean | undefined",
@@ -7775,7 +7783,7 @@
7775
7783
  "__schema": "KeywordTypeSchema",
7776
7784
  "location": {
7777
7785
  "filePath": "snapping.main.runtime.ts",
7778
- "line": 934,
7786
+ "line": 938,
7779
7787
  "character": 29
7780
7788
  },
7781
7789
  "name": "boolean"
@@ -7786,7 +7794,7 @@
7786
7794
  "__schema": "VariableLikeSchema",
7787
7795
  "location": {
7788
7796
  "filePath": "snapping.main.runtime.ts",
7789
- "line": 935,
7797
+ "line": 939,
7790
7798
  "character": 5
7791
7799
  },
7792
7800
  "signature": "(property) updateDependentsOnLane?: boolean | undefined",
@@ -7795,7 +7803,7 @@
7795
7803
  "__schema": "KeywordTypeSchema",
7796
7804
  "location": {
7797
7805
  "filePath": "snapping.main.runtime.ts",
7798
- "line": 935,
7806
+ "line": 939,
7799
7807
  "character": 30
7800
7808
  },
7801
7809
  "name": "boolean"
@@ -7810,7 +7818,7 @@
7810
7818
  "__schema": "TypeRefSchema",
7811
7819
  "location": {
7812
7820
  "filePath": "snapping.main.runtime.ts",
7813
- "line": 936,
7821
+ "line": 940,
7814
7822
  "character": 7
7815
7823
  },
7816
7824
  "name": "Promise",
@@ -7819,7 +7827,7 @@
7819
7827
  "__schema": "TypeLiteralSchema",
7820
7828
  "location": {
7821
7829
  "filePath": "snapping.main.runtime.ts",
7822
- "line": 936,
7830
+ "line": 940,
7823
7831
  "character": 15
7824
7832
  },
7825
7833
  "members": [
@@ -7827,7 +7835,7 @@
7827
7835
  "__schema": "VariableLikeSchema",
7828
7836
  "location": {
7829
7837
  "filePath": "snapping.main.runtime.ts",
7830
- "line": 937,
7838
+ "line": 941,
7831
7839
  "character": 5
7832
7840
  },
7833
7841
  "signature": "(property) component: ModelComponent",
@@ -7836,7 +7844,7 @@
7836
7844
  "__schema": "TypeRefSchema",
7837
7845
  "location": {
7838
7846
  "filePath": "snapping.main.runtime.ts",
7839
- "line": 937,
7847
+ "line": 941,
7840
7848
  "character": 5
7841
7849
  },
7842
7850
  "name": "ModelComponent",
@@ -7848,7 +7856,7 @@
7848
7856
  "__schema": "VariableLikeSchema",
7849
7857
  "location": {
7850
7858
  "filePath": "snapping.main.runtime.ts",
7851
- "line": 938,
7859
+ "line": 942,
7852
7860
  "character": 5
7853
7861
  },
7854
7862
  "signature": "(property) version: Version",
@@ -7857,7 +7865,7 @@
7857
7865
  "__schema": "TypeRefSchema",
7858
7866
  "location": {
7859
7867
  "filePath": "snapping.main.runtime.ts",
7860
- "line": 938,
7868
+ "line": 942,
7861
7869
  "character": 14
7862
7870
  },
7863
7871
  "name": "Version"
@@ -7876,7 +7884,7 @@
7876
7884
  "__schema": "FunctionLikeSchema",
7877
7885
  "location": {
7878
7886
  "filePath": "snapping.main.runtime.ts",
7879
- "line": 976,
7887
+ "line": 980,
7880
7888
  "character": 3
7881
7889
  },
7882
7890
  "signature": "(method) SnappingMain._addCompFromScopeToObjects(source: ConsumerComponent, lane?: Lane, updateDependentsOnLane?: boolean): Promise<{\n component: ModelComponent;\n version: Version;\n}>",
@@ -7886,7 +7894,7 @@
7886
7894
  "__schema": "ParameterSchema",
7887
7895
  "location": {
7888
7896
  "filePath": "snapping.main.runtime.ts",
7889
- "line": 977,
7897
+ "line": 981,
7890
7898
  "character": 5
7891
7899
  },
7892
7900
  "name": "source",
@@ -7894,7 +7902,7 @@
7894
7902
  "__schema": "TypeRefSchema",
7895
7903
  "location": {
7896
7904
  "filePath": "snapping.main.runtime.ts",
7897
- "line": 977,
7905
+ "line": 981,
7898
7906
  "character": 13
7899
7907
  },
7900
7908
  "name": "ConsumerComponent"
@@ -7906,7 +7914,7 @@
7906
7914
  "__schema": "ParameterSchema",
7907
7915
  "location": {
7908
7916
  "filePath": "snapping.main.runtime.ts",
7909
- "line": 978,
7917
+ "line": 982,
7910
7918
  "character": 5
7911
7919
  },
7912
7920
  "name": "lane",
@@ -7914,7 +7922,7 @@
7914
7922
  "__schema": "TypeRefSchema",
7915
7923
  "location": {
7916
7924
  "filePath": "snapping.main.runtime.ts",
7917
- "line": 978,
7925
+ "line": 982,
7918
7926
  "character": 12
7919
7927
  },
7920
7928
  "name": "Lane"
@@ -7926,7 +7934,7 @@
7926
7934
  "__schema": "ParameterSchema",
7927
7935
  "location": {
7928
7936
  "filePath": "snapping.main.runtime.ts",
7929
- "line": 979,
7937
+ "line": 983,
7930
7938
  "character": 5
7931
7939
  },
7932
7940
  "name": "updateDependentsOnLane",
@@ -7934,7 +7942,7 @@
7934
7942
  "__schema": "InferenceTypeSchema",
7935
7943
  "location": {
7936
7944
  "filePath": "snapping.main.runtime.ts",
7937
- "line": 979,
7945
+ "line": 983,
7938
7946
  "character": 5
7939
7947
  },
7940
7948
  "type": "boolean"
@@ -7948,7 +7956,7 @@
7948
7956
  "__schema": "TypeRefSchema",
7949
7957
  "location": {
7950
7958
  "filePath": "snapping.main.runtime.ts",
7951
- "line": 980,
7959
+ "line": 984,
7952
7960
  "character": 6
7953
7961
  },
7954
7962
  "name": "Promise",
@@ -7957,7 +7965,7 @@
7957
7965
  "__schema": "TypeLiteralSchema",
7958
7966
  "location": {
7959
7967
  "filePath": "snapping.main.runtime.ts",
7960
- "line": 980,
7968
+ "line": 984,
7961
7969
  "character": 14
7962
7970
  },
7963
7971
  "members": [
@@ -7965,7 +7973,7 @@
7965
7973
  "__schema": "VariableLikeSchema",
7966
7974
  "location": {
7967
7975
  "filePath": "snapping.main.runtime.ts",
7968
- "line": 981,
7976
+ "line": 985,
7969
7977
  "character": 5
7970
7978
  },
7971
7979
  "signature": "(property) component: ModelComponent",
@@ -7974,7 +7982,7 @@
7974
7982
  "__schema": "TypeRefSchema",
7975
7983
  "location": {
7976
7984
  "filePath": "snapping.main.runtime.ts",
7977
- "line": 981,
7985
+ "line": 985,
7978
7986
  "character": 5
7979
7987
  },
7980
7988
  "name": "ModelComponent",
@@ -7986,7 +7994,7 @@
7986
7994
  "__schema": "VariableLikeSchema",
7987
7995
  "location": {
7988
7996
  "filePath": "snapping.main.runtime.ts",
7989
- "line": 982,
7997
+ "line": 986,
7990
7998
  "character": 5
7991
7999
  },
7992
8000
  "signature": "(property) version: Version",
@@ -7995,7 +8003,7 @@
7995
8003
  "__schema": "TypeRefSchema",
7996
8004
  "location": {
7997
8005
  "filePath": "snapping.main.runtime.ts",
7998
- "line": 982,
8006
+ "line": 986,
7999
8007
  "character": 14
8000
8008
  },
8001
8009
  "name": "Version"
@@ -8014,7 +8022,7 @@
8014
8022
  "__schema": "FunctionLikeSchema",
8015
8023
  "location": {
8016
8024
  "filePath": "snapping.main.runtime.ts",
8017
- "line": 1006,
8025
+ "line": 1010,
8018
8026
  "character": 3
8019
8027
  },
8020
8028
  "signature": "(method) SnappingMain._enrichComp(consumerComponent: ConsumerComponent, modifiedLog?: Log): Promise<ConsumerComponent>",
@@ -8024,7 +8032,7 @@
8024
8032
  "__schema": "ParameterSchema",
8025
8033
  "location": {
8026
8034
  "filePath": "snapping.main.runtime.ts",
8027
- "line": 1006,
8035
+ "line": 1010,
8028
8036
  "character": 21
8029
8037
  },
8030
8038
  "name": "consumerComponent",
@@ -8032,7 +8040,7 @@
8032
8040
  "__schema": "TypeRefSchema",
8033
8041
  "location": {
8034
8042
  "filePath": "snapping.main.runtime.ts",
8035
- "line": 1006,
8043
+ "line": 1010,
8036
8044
  "character": 40
8037
8045
  },
8038
8046
  "name": "ConsumerComponent"
@@ -8044,7 +8052,7 @@
8044
8052
  "__schema": "ParameterSchema",
8045
8053
  "location": {
8046
8054
  "filePath": "snapping.main.runtime.ts",
8047
- "line": 1006,
8055
+ "line": 1010,
8048
8056
  "character": 59
8049
8057
  },
8050
8058
  "name": "modifiedLog",
@@ -8052,7 +8060,7 @@
8052
8060
  "__schema": "TypeRefSchema",
8053
8061
  "location": {
8054
8062
  "filePath": "snapping.main.runtime.ts",
8055
- "line": 1006,
8063
+ "line": 1010,
8056
8064
  "character": 73
8057
8065
  },
8058
8066
  "name": "Log"
@@ -8065,7 +8073,7 @@
8065
8073
  "__schema": "InferenceTypeSchema",
8066
8074
  "location": {
8067
8075
  "filePath": "snapping.main.runtime.ts",
8068
- "line": 1006,
8076
+ "line": 1010,
8069
8077
  "character": 3
8070
8078
  },
8071
8079
  "type": "Promise<ConsumerComponent>"
@@ -8078,7 +8086,7 @@
8078
8086
  "__schema": "FunctionLikeSchema",
8079
8087
  "location": {
8080
8088
  "filePath": "snapping.main.runtime.ts",
8081
- "line": 1012,
8089
+ "line": 1016,
8082
8090
  "character": 3
8083
8091
  },
8084
8092
  "signature": "(method) SnappingMain._getObjectsToEnrichComp(consumerComponent: ConsumerComponent, modifiedLog?: Log): Promise<BitObject[]>",
@@ -8088,7 +8096,7 @@
8088
8096
  "__schema": "ParameterSchema",
8089
8097
  "location": {
8090
8098
  "filePath": "snapping.main.runtime.ts",
8091
- "line": 1012,
8099
+ "line": 1016,
8092
8100
  "character": 33
8093
8101
  },
8094
8102
  "name": "consumerComponent",
@@ -8096,7 +8104,7 @@
8096
8104
  "__schema": "TypeRefSchema",
8097
8105
  "location": {
8098
8106
  "filePath": "snapping.main.runtime.ts",
8099
- "line": 1012,
8107
+ "line": 1016,
8100
8108
  "character": 52
8101
8109
  },
8102
8110
  "name": "ConsumerComponent"
@@ -8108,7 +8116,7 @@
8108
8116
  "__schema": "ParameterSchema",
8109
8117
  "location": {
8110
8118
  "filePath": "snapping.main.runtime.ts",
8111
- "line": 1012,
8119
+ "line": 1016,
8112
8120
  "character": 71
8113
8121
  },
8114
8122
  "name": "modifiedLog",
@@ -8116,7 +8124,7 @@
8116
8124
  "__schema": "TypeRefSchema",
8117
8125
  "location": {
8118
8126
  "filePath": "snapping.main.runtime.ts",
8119
- "line": 1012,
8127
+ "line": 1016,
8120
8128
  "character": 85
8121
8129
  },
8122
8130
  "name": "Log"
@@ -8129,7 +8137,7 @@
8129
8137
  "__schema": "TypeRefSchema",
8130
8138
  "location": {
8131
8139
  "filePath": "snapping.main.runtime.ts",
8132
- "line": 1012,
8140
+ "line": 1016,
8133
8141
  "character": 91
8134
8142
  },
8135
8143
  "name": "Promise",
@@ -8138,14 +8146,14 @@
8138
8146
  "__schema": "TypeArraySchema",
8139
8147
  "location": {
8140
8148
  "filePath": "snapping.main.runtime.ts",
8141
- "line": 1012,
8149
+ "line": 1016,
8142
8150
  "character": 99
8143
8151
  },
8144
8152
  "type": {
8145
8153
  "__schema": "TypeRefSchema",
8146
8154
  "location": {
8147
8155
  "filePath": "snapping.main.runtime.ts",
8148
- "line": 1012,
8156
+ "line": 1016,
8149
8157
  "character": 99
8150
8158
  },
8151
8159
  "name": "BitObject"
@@ -8161,14 +8169,14 @@
8161
8169
  "__schema": "FunctionLikeSchema",
8162
8170
  "location": {
8163
8171
  "filePath": "snapping.main.runtime.ts",
8164
- "line": 1086,
8172
+ "line": 1090,
8165
8173
  "character": 3
8166
8174
  },
8167
8175
  "doc": {
8168
8176
  "__schema": "DocSchema",
8169
8177
  "location": {
8170
8178
  "filePath": "snapping.main.runtime.ts",
8171
- "line": 1080,
8179
+ "line": 1084,
8172
8180
  "character": 3
8173
8181
  },
8174
8182
  "raw": "/**\n * the compId.version can be a range (e.g. \"^1.0.0\"), in which case, it finds the component in the local scope and\n * resolves the latest version that falls under the range.\n * in case the version has no range, it returns the same compId.\n * in case it has no version, it returns the latest.\n */",
@@ -8182,7 +8190,7 @@
8182
8190
  "__schema": "ParameterSchema",
8183
8191
  "location": {
8184
8192
  "filePath": "snapping.main.runtime.ts",
8185
- "line": 1086,
8193
+ "line": 1090,
8186
8194
  "character": 52
8187
8195
  },
8188
8196
  "name": "compId",
@@ -8190,7 +8198,7 @@
8190
8198
  "__schema": "TypeRefSchema",
8191
8199
  "location": {
8192
8200
  "filePath": "snapping.main.runtime.ts",
8193
- "line": 1086,
8201
+ "line": 1090,
8194
8202
  "character": 60
8195
8203
  },
8196
8204
  "name": "ComponentID"
@@ -8203,7 +8211,7 @@
8203
8211
  "__schema": "TypeRefSchema",
8204
8212
  "location": {
8205
8213
  "filePath": "snapping.main.runtime.ts",
8206
- "line": 1086,
8214
+ "line": 1090,
8207
8215
  "character": 74
8208
8216
  },
8209
8217
  "name": "Promise",
@@ -8212,7 +8220,7 @@
8212
8220
  "__schema": "TypeRefSchema",
8213
8221
  "location": {
8214
8222
  "filePath": "snapping.main.runtime.ts",
8215
- "line": 1086,
8223
+ "line": 1090,
8216
8224
  "character": 82
8217
8225
  },
8218
8226
  "name": "ComponentID"
@@ -8227,7 +8235,7 @@
8227
8235
  "__schema": "FunctionLikeSchema",
8228
8236
  "location": {
8229
8237
  "filePath": "snapping.main.runtime.ts",
8230
- "line": 1124,
8238
+ "line": 1128,
8231
8239
  "character": 3
8232
8240
  },
8233
8241
  "signature": "(method) SnappingMain.updateDependenciesVersionsOfComponent(component: Component, dependencies: ComponentID[], currentBitIds: ComponentID[]): Promise<void>",
@@ -8237,7 +8245,7 @@
8237
8245
  "__schema": "ParameterSchema",
8238
8246
  "location": {
8239
8247
  "filePath": "snapping.main.runtime.ts",
8240
- "line": 1125,
8248
+ "line": 1129,
8241
8249
  "character": 5
8242
8250
  },
8243
8251
  "name": "component",
@@ -8245,7 +8253,7 @@
8245
8253
  "__schema": "TypeRefSchema",
8246
8254
  "location": {
8247
8255
  "filePath": "snapping.main.runtime.ts",
8248
- "line": 1125,
8256
+ "line": 1129,
8249
8257
  "character": 16
8250
8258
  },
8251
8259
  "name": "Component"
@@ -8257,7 +8265,7 @@
8257
8265
  "__schema": "ParameterSchema",
8258
8266
  "location": {
8259
8267
  "filePath": "snapping.main.runtime.ts",
8260
- "line": 1126,
8268
+ "line": 1130,
8261
8269
  "character": 5
8262
8270
  },
8263
8271
  "name": "dependencies",
@@ -8265,14 +8273,14 @@
8265
8273
  "__schema": "TypeArraySchema",
8266
8274
  "location": {
8267
8275
  "filePath": "snapping.main.runtime.ts",
8268
- "line": 1126,
8276
+ "line": 1130,
8269
8277
  "character": 19
8270
8278
  },
8271
8279
  "type": {
8272
8280
  "__schema": "TypeRefSchema",
8273
8281
  "location": {
8274
8282
  "filePath": "snapping.main.runtime.ts",
8275
- "line": 1126,
8283
+ "line": 1130,
8276
8284
  "character": 19
8277
8285
  },
8278
8286
  "name": "ComponentID"
@@ -8285,7 +8293,7 @@
8285
8293
  "__schema": "ParameterSchema",
8286
8294
  "location": {
8287
8295
  "filePath": "snapping.main.runtime.ts",
8288
- "line": 1127,
8296
+ "line": 1131,
8289
8297
  "character": 5
8290
8298
  },
8291
8299
  "name": "currentBitIds",
@@ -8293,14 +8301,14 @@
8293
8301
  "__schema": "TypeArraySchema",
8294
8302
  "location": {
8295
8303
  "filePath": "snapping.main.runtime.ts",
8296
- "line": 1127,
8304
+ "line": 1131,
8297
8305
  "character": 20
8298
8306
  },
8299
8307
  "type": {
8300
8308
  "__schema": "TypeRefSchema",
8301
8309
  "location": {
8302
8310
  "filePath": "snapping.main.runtime.ts",
8303
- "line": 1127,
8311
+ "line": 1131,
8304
8312
  "character": 20
8305
8313
  },
8306
8314
  "name": "ComponentID"
@@ -8314,7 +8322,7 @@
8314
8322
  "__schema": "InferenceTypeSchema",
8315
8323
  "location": {
8316
8324
  "filePath": "snapping.main.runtime.ts",
8317
- "line": 1124,
8325
+ "line": 1128,
8318
8326
  "character": 3
8319
8327
  },
8320
8328
  "type": "Promise<void>"
@@ -8327,14 +8335,14 @@
8327
8335
  "__schema": "FunctionLikeSchema",
8328
8336
  "location": {
8329
8337
  "filePath": "snapping.main.runtime.ts",
8330
- "line": 1157,
8338
+ "line": 1161,
8331
8339
  "character": 3
8332
8340
  },
8333
8341
  "doc": {
8334
8342
  "__schema": "DocSchema",
8335
8343
  "location": {
8336
8344
  "filePath": "snapping.main.runtime.ts",
8337
- "line": 1152,
8345
+ "line": 1156,
8338
8346
  "character": 3
8339
8347
  },
8340
8348
  "raw": "/**\n * it does two things:\n * 1. update extensions versions according to the version provided in updatedIds.\n * 2. save all dependencies data from the legacy into DependencyResolver aspect.\n */",
@@ -8348,7 +8356,7 @@
8348
8356
  "__schema": "ParameterSchema",
8349
8357
  "location": {
8350
8358
  "filePath": "snapping.main.runtime.ts",
8351
- "line": 1157,
8359
+ "line": 1161,
8352
8360
  "character": 47
8353
8361
  },
8354
8362
  "name": "component",
@@ -8356,7 +8364,7 @@
8356
8364
  "__schema": "TypeRefSchema",
8357
8365
  "location": {
8358
8366
  "filePath": "snapping.main.runtime.ts",
8359
- "line": 1157,
8367
+ "line": 1161,
8360
8368
  "character": 58
8361
8369
  },
8362
8370
  "name": "Component"
@@ -8368,7 +8376,7 @@
8368
8376
  "__schema": "ParameterSchema",
8369
8377
  "location": {
8370
8378
  "filePath": "snapping.main.runtime.ts",
8371
- "line": 1157,
8379
+ "line": 1161,
8372
8380
  "character": 69
8373
8381
  },
8374
8382
  "name": "updatedIds",
@@ -8376,14 +8384,14 @@
8376
8384
  "__schema": "TypeArraySchema",
8377
8385
  "location": {
8378
8386
  "filePath": "snapping.main.runtime.ts",
8379
- "line": 1157,
8387
+ "line": 1161,
8380
8388
  "character": 81
8381
8389
  },
8382
8390
  "type": {
8383
8391
  "__schema": "KeywordTypeSchema",
8384
8392
  "location": {
8385
8393
  "filePath": "snapping.main.runtime.ts",
8386
- "line": 1157,
8394
+ "line": 1161,
8387
8395
  "character": 81
8388
8396
  },
8389
8397
  "name": "string"
@@ -8397,7 +8405,7 @@
8397
8405
  "__schema": "InferenceTypeSchema",
8398
8406
  "location": {
8399
8407
  "filePath": "snapping.main.runtime.ts",
8400
- "line": 1157,
8408
+ "line": 1161,
8401
8409
  "character": 3
8402
8410
  },
8403
8411
  "type": "Promise<void>"
@@ -8410,7 +8418,7 @@
8410
8418
  "__schema": "VariableLikeSchema",
8411
8419
  "location": {
8412
8420
  "filePath": "snapping.main.runtime.ts",
8413
- "line": 1276,
8421
+ "line": 1280,
8414
8422
  "character": 3
8415
8423
  },
8416
8424
  "signature": "(property) SnappingMain.slots: never[]",
@@ -8419,7 +8427,7 @@
8419
8427
  "__schema": "InferenceTypeSchema",
8420
8428
  "location": {
8421
8429
  "filePath": "snapping.main.runtime.ts",
8422
- "line": 1276,
8430
+ "line": 1280,
8423
8431
  "character": 3
8424
8432
  },
8425
8433
  "type": "never[]"
@@ -8431,7 +8439,7 @@
8431
8439
  "__schema": "VariableLikeSchema",
8432
8440
  "location": {
8433
8441
  "filePath": "snapping.main.runtime.ts",
8434
- "line": 1277,
8442
+ "line": 1281,
8435
8443
  "character": 3
8436
8444
  },
8437
8445
  "signature": "(property) SnappingMain.dependencies: Aspect[]",
@@ -8440,7 +8448,7 @@
8440
8448
  "__schema": "InferenceTypeSchema",
8441
8449
  "location": {
8442
8450
  "filePath": "snapping.main.runtime.ts",
8443
- "line": 1277,
8451
+ "line": 1281,
8444
8452
  "character": 3
8445
8453
  },
8446
8454
  "type": "Aspect[]"
@@ -8452,7 +8460,7 @@
8452
8460
  "__schema": "VariableLikeSchema",
8453
8461
  "location": {
8454
8462
  "filePath": "snapping.main.runtime.ts",
8455
- "line": 1292,
8463
+ "line": 1296,
8456
8464
  "character": 3
8457
8465
  },
8458
8466
  "signature": "(property) SnappingMain.runtime: RuntimeDefinition",
@@ -8461,7 +8469,7 @@
8461
8469
  "__schema": "InferenceTypeSchema",
8462
8470
  "location": {
8463
8471
  "filePath": "snapping.main.runtime.ts",
8464
- "line": 1292,
8472
+ "line": 1296,
8465
8473
  "character": 3
8466
8474
  },
8467
8475
  "type": "RuntimeDefinition"
@@ -8473,7 +8481,7 @@
8473
8481
  "__schema": "FunctionLikeSchema",
8474
8482
  "location": {
8475
8483
  "filePath": "snapping.main.runtime.ts",
8476
- "line": 1293,
8484
+ "line": 1297,
8477
8485
  "character": 3
8478
8486
  },
8479
8487
  "signature": "(method) SnappingMain.provider([workspace, cli, loggerMain, issues, insights, dependencyResolver, scope, exporter, builder, importer, globalConfig, deps, application,]: [\n Workspace,\n CLIMain,\n LoggerMain,\n IssuesMain,\n InsightsMain,\n DependencyResolverMain,\n ScopeMain,\n ExportMain,\n BuilderMain,\n ImporterMain,\n GlobalConfigMain,\n DependenciesMain,\n ApplicationMain\n]): Promise<SnappingMain>",
@@ -8483,7 +8491,7 @@
8483
8491
  "__schema": "ParameterSchema",
8484
8492
  "location": {
8485
8493
  "filePath": "snapping.main.runtime.ts",
8486
- "line": 1293,
8494
+ "line": 1297,
8487
8495
  "character": 25
8488
8496
  },
8489
8497
  "name": "[ workspace, cli, loggerMain, issues, insights, dependencyResolver, scope, exporter, builder, importer, globalConfig, deps, application ]",
@@ -8491,7 +8499,7 @@
8491
8499
  "__schema": "TupleTypeSchema",
8492
8500
  "location": {
8493
8501
  "filePath": "snapping.main.runtime.ts",
8494
- "line": 1307,
8502
+ "line": 1311,
8495
8503
  "character": 6
8496
8504
  },
8497
8505
  "elements": [
@@ -8499,7 +8507,7 @@
8499
8507
  "__schema": "TypeRefSchema",
8500
8508
  "location": {
8501
8509
  "filePath": "snapping.main.runtime.ts",
8502
- "line": 1308,
8510
+ "line": 1312,
8503
8511
  "character": 5
8504
8512
  },
8505
8513
  "name": "Workspace"
@@ -8508,7 +8516,7 @@
8508
8516
  "__schema": "TypeRefSchema",
8509
8517
  "location": {
8510
8518
  "filePath": "snapping.main.runtime.ts",
8511
- "line": 1309,
8519
+ "line": 1313,
8512
8520
  "character": 5
8513
8521
  },
8514
8522
  "name": "CLIMain"
@@ -8517,7 +8525,7 @@
8517
8525
  "__schema": "TypeRefSchema",
8518
8526
  "location": {
8519
8527
  "filePath": "snapping.main.runtime.ts",
8520
- "line": 1310,
8528
+ "line": 1314,
8521
8529
  "character": 5
8522
8530
  },
8523
8531
  "name": "LoggerMain"
@@ -8526,7 +8534,7 @@
8526
8534
  "__schema": "TypeRefSchema",
8527
8535
  "location": {
8528
8536
  "filePath": "snapping.main.runtime.ts",
8529
- "line": 1311,
8537
+ "line": 1315,
8530
8538
  "character": 5
8531
8539
  },
8532
8540
  "name": "IssuesMain"
@@ -8535,7 +8543,7 @@
8535
8543
  "__schema": "TypeRefSchema",
8536
8544
  "location": {
8537
8545
  "filePath": "snapping.main.runtime.ts",
8538
- "line": 1312,
8546
+ "line": 1316,
8539
8547
  "character": 5
8540
8548
  },
8541
8549
  "name": "InsightsMain"
@@ -8544,7 +8552,7 @@
8544
8552
  "__schema": "TypeRefSchema",
8545
8553
  "location": {
8546
8554
  "filePath": "snapping.main.runtime.ts",
8547
- "line": 1313,
8555
+ "line": 1317,
8548
8556
  "character": 5
8549
8557
  },
8550
8558
  "name": "DependencyResolverMain"
@@ -8553,7 +8561,7 @@
8553
8561
  "__schema": "TypeRefSchema",
8554
8562
  "location": {
8555
8563
  "filePath": "snapping.main.runtime.ts",
8556
- "line": 1314,
8564
+ "line": 1318,
8557
8565
  "character": 5
8558
8566
  },
8559
8567
  "name": "ScopeMain"
@@ -8562,7 +8570,7 @@
8562
8570
  "__schema": "TypeRefSchema",
8563
8571
  "location": {
8564
8572
  "filePath": "snapping.main.runtime.ts",
8565
- "line": 1315,
8573
+ "line": 1319,
8566
8574
  "character": 5
8567
8575
  },
8568
8576
  "name": "ExportMain"
@@ -8571,7 +8579,7 @@
8571
8579
  "__schema": "TypeRefSchema",
8572
8580
  "location": {
8573
8581
  "filePath": "snapping.main.runtime.ts",
8574
- "line": 1316,
8582
+ "line": 1320,
8575
8583
  "character": 5
8576
8584
  },
8577
8585
  "name": "BuilderMain"
@@ -8580,7 +8588,7 @@
8580
8588
  "__schema": "TypeRefSchema",
8581
8589
  "location": {
8582
8590
  "filePath": "snapping.main.runtime.ts",
8583
- "line": 1317,
8591
+ "line": 1321,
8584
8592
  "character": 5
8585
8593
  },
8586
8594
  "name": "ImporterMain"
@@ -8589,7 +8597,7 @@
8589
8597
  "__schema": "TypeRefSchema",
8590
8598
  "location": {
8591
8599
  "filePath": "snapping.main.runtime.ts",
8592
- "line": 1318,
8600
+ "line": 1322,
8593
8601
  "character": 5
8594
8602
  },
8595
8603
  "name": "GlobalConfigMain"
@@ -8598,7 +8606,7 @@
8598
8606
  "__schema": "TypeRefSchema",
8599
8607
  "location": {
8600
8608
  "filePath": "snapping.main.runtime.ts",
8601
- "line": 1319,
8609
+ "line": 1323,
8602
8610
  "character": 5
8603
8611
  },
8604
8612
  "name": "DependenciesMain"
@@ -8607,7 +8615,7 @@
8607
8615
  "__schema": "TypeRefSchema",
8608
8616
  "location": {
8609
8617
  "filePath": "snapping.main.runtime.ts",
8610
- "line": 1320,
8618
+ "line": 1324,
8611
8619
  "character": 5
8612
8620
  },
8613
8621
  "name": "ApplicationMain"
@@ -8622,7 +8630,7 @@
8622
8630
  "__schema": "InferenceTypeSchema",
8623
8631
  "location": {
8624
8632
  "filePath": "snapping.main.runtime.ts",
8625
- "line": 1293,
8633
+ "line": 1297,
8626
8634
  "character": 3
8627
8635
  },
8628
8636
  "type": "Promise<SnappingMain>"
@@ -8640,7 +8648,7 @@
8640
8648
  "__schema": "UnImplementedSchema",
8641
8649
  "location": {
8642
8650
  "filePath": "snapping.main.runtime.ts",
8643
- "line": 1349,
8651
+ "line": 1353,
8644
8652
  "character": 16
8645
8653
  },
8646
8654
  "name": "SnappingMain",
@@ -8652,7 +8660,7 @@
8652
8660
  "__schema": "UnImplementedSchema",
8653
8661
  "location": {
8654
8662
  "filePath": "snapping.main.runtime.ts",
8655
- "line": 1347,
8663
+ "line": 1351,
8656
8664
  "character": 1
8657
8665
  },
8658
8666
  "name": "SnappingAspect.addRuntime(SnappingMain);",
@@ -11791,7 +11799,7 @@
11791
11799
  "componentId": {
11792
11800
  "scope": "teambit.component",
11793
11801
  "name": "snapping",
11794
- "version": "1.0.409"
11802
+ "version": "1.0.411"
11795
11803
  },
11796
11804
  "taggedModuleExports": []
11797
11805
  }