@teambit/snapping 1.0.442 → 1.0.444

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.
@@ -1400,8 +1400,8 @@
1400
1400
  "line": 384,
1401
1401
  "character": 3
1402
1402
  },
1403
- "signature": "(method) SnappingMain.snapFromScope(snapDataPerCompRaw: SnapDataPerCompRaw[], params: {\n push?: boolean;\n ignoreIssues?: string;\n lane?: string;\n updateDependents?: boolean;\n} & Partial<BasicTagParams>): Promise<SnapFromScopeResults>",
1404
- "name": "snapFromScope",
1403
+ "signature": "(method) SnappingMain.forkAndSnap(snapDataPerCompRaw: SnapDataPerCompRaw[], params: {\n push?: boolean;\n ignoreIssues?: string;\n lane?: string;\n updateDependents?: boolean;\n} & Partial<BasicTagParams>): Promise<SnapFromScopeResults>",
1404
+ "name": "forkAndSnap",
1405
1405
  "params": [
1406
1406
  {
1407
1407
  "__schema": "ParameterSchema",
@@ -1591,14 +1591,208 @@
1591
1591
  "__schema": "FunctionLikeSchema",
1592
1592
  "location": {
1593
1593
  "filePath": "snapping.main.runtime.ts",
1594
- "line": 600,
1594
+ "line": 545,
1595
+ "character": 3
1596
+ },
1597
+ "signature": "(method) SnappingMain.snapFromScope(snapDataPerCompRaw: SnapDataPerCompRaw[], params: {\n push?: boolean;\n ignoreIssues?: string;\n lane?: string;\n updateDependents?: boolean;\n} & Partial<BasicTagParams>): Promise<SnapFromScopeResults>",
1598
+ "name": "snapFromScope",
1599
+ "params": [
1600
+ {
1601
+ "__schema": "ParameterSchema",
1602
+ "location": {
1603
+ "filePath": "snapping.main.runtime.ts",
1604
+ "line": 546,
1605
+ "character": 5
1606
+ },
1607
+ "name": "snapDataPerCompRaw",
1608
+ "type": {
1609
+ "__schema": "TypeArraySchema",
1610
+ "location": {
1611
+ "filePath": "snapping.main.runtime.ts",
1612
+ "line": 546,
1613
+ "character": 25
1614
+ },
1615
+ "type": {
1616
+ "__schema": "TypeRefSchema",
1617
+ "location": {
1618
+ "filePath": "snapping.main.runtime.ts",
1619
+ "line": 546,
1620
+ "character": 25
1621
+ },
1622
+ "name": "SnapDataPerCompRaw"
1623
+ }
1624
+ },
1625
+ "isOptional": false,
1626
+ "isSpread": false
1627
+ },
1628
+ {
1629
+ "__schema": "ParameterSchema",
1630
+ "location": {
1631
+ "filePath": "snapping.main.runtime.ts",
1632
+ "line": 547,
1633
+ "character": 5
1634
+ },
1635
+ "name": "params",
1636
+ "type": {
1637
+ "__schema": "TypeIntersectionSchema",
1638
+ "location": {
1639
+ "filePath": "snapping.main.runtime.ts",
1640
+ "line": 547,
1641
+ "character": 13
1642
+ },
1643
+ "types": [
1644
+ {
1645
+ "__schema": "TypeLiteralSchema",
1646
+ "location": {
1647
+ "filePath": "snapping.main.runtime.ts",
1648
+ "line": 547,
1649
+ "character": 13
1650
+ },
1651
+ "members": [
1652
+ {
1653
+ "__schema": "VariableLikeSchema",
1654
+ "location": {
1655
+ "filePath": "snapping.main.runtime.ts",
1656
+ "line": 548,
1657
+ "character": 7
1658
+ },
1659
+ "signature": "(property) push?: boolean | undefined",
1660
+ "name": "push",
1661
+ "type": {
1662
+ "__schema": "KeywordTypeSchema",
1663
+ "location": {
1664
+ "filePath": "snapping.main.runtime.ts",
1665
+ "line": 548,
1666
+ "character": 14
1667
+ },
1668
+ "name": "boolean"
1669
+ },
1670
+ "isOptional": true
1671
+ },
1672
+ {
1673
+ "__schema": "VariableLikeSchema",
1674
+ "location": {
1675
+ "filePath": "snapping.main.runtime.ts",
1676
+ "line": 549,
1677
+ "character": 7
1678
+ },
1679
+ "signature": "(property) ignoreIssues?: string | undefined",
1680
+ "name": "ignoreIssues",
1681
+ "type": {
1682
+ "__schema": "KeywordTypeSchema",
1683
+ "location": {
1684
+ "filePath": "snapping.main.runtime.ts",
1685
+ "line": 549,
1686
+ "character": 22
1687
+ },
1688
+ "name": "string"
1689
+ },
1690
+ "isOptional": true
1691
+ },
1692
+ {
1693
+ "__schema": "VariableLikeSchema",
1694
+ "location": {
1695
+ "filePath": "snapping.main.runtime.ts",
1696
+ "line": 550,
1697
+ "character": 7
1698
+ },
1699
+ "signature": "(property) lane?: string | undefined",
1700
+ "name": "lane",
1701
+ "type": {
1702
+ "__schema": "KeywordTypeSchema",
1703
+ "location": {
1704
+ "filePath": "snapping.main.runtime.ts",
1705
+ "line": 550,
1706
+ "character": 14
1707
+ },
1708
+ "name": "string"
1709
+ },
1710
+ "isOptional": true
1711
+ },
1712
+ {
1713
+ "__schema": "VariableLikeSchema",
1714
+ "location": {
1715
+ "filePath": "snapping.main.runtime.ts",
1716
+ "line": 551,
1717
+ "character": 7
1718
+ },
1719
+ "signature": "(property) updateDependents?: boolean | undefined",
1720
+ "name": "updateDependents",
1721
+ "type": {
1722
+ "__schema": "KeywordTypeSchema",
1723
+ "location": {
1724
+ "filePath": "snapping.main.runtime.ts",
1725
+ "line": 551,
1726
+ "character": 26
1727
+ },
1728
+ "name": "boolean"
1729
+ },
1730
+ "isOptional": true
1731
+ }
1732
+ ]
1733
+ },
1734
+ {
1735
+ "__schema": "TypeRefSchema",
1736
+ "location": {
1737
+ "filePath": "snapping.main.runtime.ts",
1738
+ "line": 552,
1739
+ "character": 9
1740
+ },
1741
+ "name": "Partial",
1742
+ "typeArgs": [
1743
+ {
1744
+ "__schema": "TypeRefSchema",
1745
+ "location": {
1746
+ "filePath": "snapping.main.runtime.ts",
1747
+ "line": 552,
1748
+ "character": 17
1749
+ },
1750
+ "name": "BasicTagParams"
1751
+ }
1752
+ ]
1753
+ }
1754
+ ]
1755
+ },
1756
+ "isOptional": false,
1757
+ "isSpread": false
1758
+ }
1759
+ ],
1760
+ "returnType": {
1761
+ "__schema": "TypeRefSchema",
1762
+ "location": {
1763
+ "filePath": "snapping.main.runtime.ts",
1764
+ "line": 553,
1765
+ "character": 6
1766
+ },
1767
+ "name": "Promise",
1768
+ "typeArgs": [
1769
+ {
1770
+ "__schema": "TypeRefSchema",
1771
+ "location": {
1772
+ "filePath": "snapping.main.runtime.ts",
1773
+ "line": 553,
1774
+ "character": 14
1775
+ },
1776
+ "name": "SnapFromScopeResults"
1777
+ }
1778
+ ]
1779
+ },
1780
+ "modifiers": [
1781
+ "async"
1782
+ ]
1783
+ },
1784
+ {
1785
+ "__schema": "FunctionLikeSchema",
1786
+ "location": {
1787
+ "filePath": "snapping.main.runtime.ts",
1788
+ "line": 719,
1595
1789
  "character": 3
1596
1790
  },
1597
1791
  "doc": {
1598
1792
  "__schema": "DocSchema",
1599
1793
  "location": {
1600
1794
  "filePath": "snapping.main.runtime.ts",
1601
- "line": 596,
1795
+ "line": 715,
1602
1796
  "character": 3
1603
1797
  },
1604
1798
  "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 */",
@@ -1612,7 +1806,7 @@
1612
1806
  "__schema": "ParameterSchema",
1613
1807
  "location": {
1614
1808
  "filePath": "snapping.main.runtime.ts",
1615
- "line": 600,
1809
+ "line": 719,
1616
1810
  "character": 14
1617
1811
  },
1618
1812
  "name": "{ pattern, legacyBitIds, unmerged, editor, message = '', ignoreIssues, skipTests = false, skipTasks, skipAutoSnap = false, build, disableTagAndSnapPipelines = false, ignoreBuildErrors = false, rebuildDepsGraph, unmodified = false, exitOnFirstFailedTask = false }",
@@ -1620,7 +1814,7 @@
1620
1814
  "__schema": "TypeIntersectionSchema",
1621
1815
  "location": {
1622
1816
  "filePath": "snapping.main.runtime.ts",
1623
- "line": 616,
1817
+ "line": 735,
1624
1818
  "character": 6
1625
1819
  },
1626
1820
  "types": [
@@ -1628,7 +1822,7 @@
1628
1822
  "__schema": "TypeRefSchema",
1629
1823
  "location": {
1630
1824
  "filePath": "snapping.main.runtime.ts",
1631
- "line": 616,
1825
+ "line": 735,
1632
1826
  "character": 6
1633
1827
  },
1634
1828
  "name": "Partial",
@@ -1637,7 +1831,7 @@
1637
1831
  "__schema": "TypeRefSchema",
1638
1832
  "location": {
1639
1833
  "filePath": "snapping.main.runtime.ts",
1640
- "line": 616,
1834
+ "line": 735,
1641
1835
  "character": 14
1642
1836
  },
1643
1837
  "name": "BasicTagSnapParams"
@@ -1648,7 +1842,7 @@
1648
1842
  "__schema": "TypeLiteralSchema",
1649
1843
  "location": {
1650
1844
  "filePath": "snapping.main.runtime.ts",
1651
- "line": 616,
1845
+ "line": 735,
1652
1846
  "character": 36
1653
1847
  },
1654
1848
  "members": [
@@ -1656,7 +1850,7 @@
1656
1850
  "__schema": "VariableLikeSchema",
1657
1851
  "location": {
1658
1852
  "filePath": "snapping.main.runtime.ts",
1659
- "line": 617,
1853
+ "line": 736,
1660
1854
  "character": 5
1661
1855
  },
1662
1856
  "signature": "(property) pattern?: string | undefined",
@@ -1665,7 +1859,7 @@
1665
1859
  "__schema": "KeywordTypeSchema",
1666
1860
  "location": {
1667
1861
  "filePath": "snapping.main.runtime.ts",
1668
- "line": 617,
1862
+ "line": 736,
1669
1863
  "character": 15
1670
1864
  },
1671
1865
  "name": "string"
@@ -1676,7 +1870,7 @@
1676
1870
  "__schema": "VariableLikeSchema",
1677
1871
  "location": {
1678
1872
  "filePath": "snapping.main.runtime.ts",
1679
- "line": 618,
1873
+ "line": 737,
1680
1874
  "character": 5
1681
1875
  },
1682
1876
  "signature": "(property) legacyBitIds?: ComponentIdList | undefined",
@@ -1685,7 +1879,7 @@
1685
1879
  "__schema": "TypeRefSchema",
1686
1880
  "location": {
1687
1881
  "filePath": "snapping.main.runtime.ts",
1688
- "line": 618,
1882
+ "line": 737,
1689
1883
  "character": 20
1690
1884
  },
1691
1885
  "name": "ComponentIdList"
@@ -1696,7 +1890,7 @@
1696
1890
  "__schema": "VariableLikeSchema",
1697
1891
  "location": {
1698
1892
  "filePath": "snapping.main.runtime.ts",
1699
- "line": 619,
1893
+ "line": 738,
1700
1894
  "character": 5
1701
1895
  },
1702
1896
  "signature": "(property) unmerged?: boolean | undefined",
@@ -1705,7 +1899,7 @@
1705
1899
  "__schema": "KeywordTypeSchema",
1706
1900
  "location": {
1707
1901
  "filePath": "snapping.main.runtime.ts",
1708
- "line": 619,
1902
+ "line": 738,
1709
1903
  "character": 16
1710
1904
  },
1711
1905
  "name": "boolean"
@@ -1716,7 +1910,7 @@
1716
1910
  "__schema": "VariableLikeSchema",
1717
1911
  "location": {
1718
1912
  "filePath": "snapping.main.runtime.ts",
1719
- "line": 620,
1913
+ "line": 739,
1720
1914
  "character": 5
1721
1915
  },
1722
1916
  "signature": "(property) editor?: string | undefined",
@@ -1725,7 +1919,7 @@
1725
1919
  "__schema": "KeywordTypeSchema",
1726
1920
  "location": {
1727
1921
  "filePath": "snapping.main.runtime.ts",
1728
- "line": 620,
1922
+ "line": 739,
1729
1923
  "character": 14
1730
1924
  },
1731
1925
  "name": "string"
@@ -1736,7 +1930,7 @@
1736
1930
  "__schema": "VariableLikeSchema",
1737
1931
  "location": {
1738
1932
  "filePath": "snapping.main.runtime.ts",
1739
- "line": 621,
1933
+ "line": 740,
1740
1934
  "character": 5
1741
1935
  },
1742
1936
  "signature": "(property) ignoreIssues?: string | undefined",
@@ -1745,7 +1939,7 @@
1745
1939
  "__schema": "KeywordTypeSchema",
1746
1940
  "location": {
1747
1941
  "filePath": "snapping.main.runtime.ts",
1748
- "line": 621,
1942
+ "line": 740,
1749
1943
  "character": 20
1750
1944
  },
1751
1945
  "name": "string"
@@ -1756,7 +1950,7 @@
1756
1950
  "__schema": "VariableLikeSchema",
1757
1951
  "location": {
1758
1952
  "filePath": "snapping.main.runtime.ts",
1759
- "line": 622,
1953
+ "line": 741,
1760
1954
  "character": 5
1761
1955
  },
1762
1956
  "signature": "(property) skipAutoSnap?: boolean | undefined",
@@ -1765,7 +1959,7 @@
1765
1959
  "__schema": "KeywordTypeSchema",
1766
1960
  "location": {
1767
1961
  "filePath": "snapping.main.runtime.ts",
1768
- "line": 622,
1962
+ "line": 741,
1769
1963
  "character": 20
1770
1964
  },
1771
1965
  "name": "boolean"
@@ -1776,7 +1970,7 @@
1776
1970
  "__schema": "VariableLikeSchema",
1777
1971
  "location": {
1778
1972
  "filePath": "snapping.main.runtime.ts",
1779
- "line": 623,
1973
+ "line": 742,
1780
1974
  "character": 5
1781
1975
  },
1782
1976
  "signature": "(property) disableTagAndSnapPipelines?: boolean | undefined",
@@ -1785,7 +1979,7 @@
1785
1979
  "__schema": "KeywordTypeSchema",
1786
1980
  "location": {
1787
1981
  "filePath": "snapping.main.runtime.ts",
1788
- "line": 623,
1982
+ "line": 742,
1789
1983
  "character": 34
1790
1984
  },
1791
1985
  "name": "boolean"
@@ -1796,7 +1990,7 @@
1796
1990
  "__schema": "VariableLikeSchema",
1797
1991
  "location": {
1798
1992
  "filePath": "snapping.main.runtime.ts",
1799
- "line": 624,
1993
+ "line": 743,
1800
1994
  "character": 5
1801
1995
  },
1802
1996
  "signature": "(property) unmodified?: boolean | undefined",
@@ -1805,7 +1999,7 @@
1805
1999
  "__schema": "KeywordTypeSchema",
1806
2000
  "location": {
1807
2001
  "filePath": "snapping.main.runtime.ts",
1808
- "line": 624,
2002
+ "line": 743,
1809
2003
  "character": 18
1810
2004
  },
1811
2005
  "name": "boolean"
@@ -1816,7 +2010,7 @@
1816
2010
  "__schema": "VariableLikeSchema",
1817
2011
  "location": {
1818
2012
  "filePath": "snapping.main.runtime.ts",
1819
- "line": 625,
2013
+ "line": 744,
1820
2014
  "character": 5
1821
2015
  },
1822
2016
  "signature": "(property) exitOnFirstFailedTask?: boolean | undefined",
@@ -1825,7 +2019,7 @@
1825
2019
  "__schema": "KeywordTypeSchema",
1826
2020
  "location": {
1827
2021
  "filePath": "snapping.main.runtime.ts",
1828
- "line": 625,
2022
+ "line": 744,
1829
2023
  "character": 29
1830
2024
  },
1831
2025
  "name": "boolean"
@@ -1842,7 +2036,7 @@
1842
2036
  "__schema": "VariableLikeSchema",
1843
2037
  "location": {
1844
2038
  "filePath": "snapping.main.runtime.ts",
1845
- "line": 617,
2039
+ "line": 736,
1846
2040
  "character": 5
1847
2041
  },
1848
2042
  "signature": "(property) pattern?: string | undefined",
@@ -1851,7 +2045,7 @@
1851
2045
  "__schema": "KeywordTypeSchema",
1852
2046
  "location": {
1853
2047
  "filePath": "snapping.main.runtime.ts",
1854
- "line": 617,
2048
+ "line": 736,
1855
2049
  "character": 15
1856
2050
  },
1857
2051
  "name": "string"
@@ -1862,7 +2056,7 @@
1862
2056
  "__schema": "VariableLikeSchema",
1863
2057
  "location": {
1864
2058
  "filePath": "snapping.main.runtime.ts",
1865
- "line": 618,
2059
+ "line": 737,
1866
2060
  "character": 5
1867
2061
  },
1868
2062
  "signature": "(property) legacyBitIds?: ComponentIdList | undefined",
@@ -1871,7 +2065,7 @@
1871
2065
  "__schema": "TypeRefSchema",
1872
2066
  "location": {
1873
2067
  "filePath": "snapping.main.runtime.ts",
1874
- "line": 618,
2068
+ "line": 737,
1875
2069
  "character": 20
1876
2070
  },
1877
2071
  "name": "ComponentIdList"
@@ -1882,7 +2076,7 @@
1882
2076
  "__schema": "VariableLikeSchema",
1883
2077
  "location": {
1884
2078
  "filePath": "snapping.main.runtime.ts",
1885
- "line": 619,
2079
+ "line": 738,
1886
2080
  "character": 5
1887
2081
  },
1888
2082
  "signature": "(property) unmerged?: boolean | undefined",
@@ -1891,7 +2085,7 @@
1891
2085
  "__schema": "KeywordTypeSchema",
1892
2086
  "location": {
1893
2087
  "filePath": "snapping.main.runtime.ts",
1894
- "line": 619,
2088
+ "line": 738,
1895
2089
  "character": 16
1896
2090
  },
1897
2091
  "name": "boolean"
@@ -1902,7 +2096,7 @@
1902
2096
  "__schema": "VariableLikeSchema",
1903
2097
  "location": {
1904
2098
  "filePath": "snapping.main.runtime.ts",
1905
- "line": 620,
2099
+ "line": 739,
1906
2100
  "character": 5
1907
2101
  },
1908
2102
  "signature": "(property) editor?: string | undefined",
@@ -1911,7 +2105,7 @@
1911
2105
  "__schema": "KeywordTypeSchema",
1912
2106
  "location": {
1913
2107
  "filePath": "snapping.main.runtime.ts",
1914
- "line": 620,
2108
+ "line": 739,
1915
2109
  "character": 14
1916
2110
  },
1917
2111
  "name": "string"
@@ -1922,7 +2116,7 @@
1922
2116
  "__schema": "InferenceTypeSchema",
1923
2117
  "location": {
1924
2118
  "filePath": "snapping.main.runtime.ts",
1925
- "line": 605,
2119
+ "line": 724,
1926
2120
  "character": 5
1927
2121
  },
1928
2122
  "name": "message",
@@ -1934,7 +2128,7 @@
1934
2128
  "__schema": "VariableLikeSchema",
1935
2129
  "location": {
1936
2130
  "filePath": "snapping.main.runtime.ts",
1937
- "line": 621,
2131
+ "line": 740,
1938
2132
  "character": 5
1939
2133
  },
1940
2134
  "signature": "(property) ignoreIssues?: string | undefined",
@@ -1943,7 +2137,7 @@
1943
2137
  "__schema": "KeywordTypeSchema",
1944
2138
  "location": {
1945
2139
  "filePath": "snapping.main.runtime.ts",
1946
- "line": 621,
2140
+ "line": 740,
1947
2141
  "character": 20
1948
2142
  },
1949
2143
  "name": "string"
@@ -1954,7 +2148,7 @@
1954
2148
  "__schema": "InferenceTypeSchema",
1955
2149
  "location": {
1956
2150
  "filePath": "snapping.main.runtime.ts",
1957
- "line": 607,
2151
+ "line": 726,
1958
2152
  "character": 5
1959
2153
  },
1960
2154
  "name": "skipTests",
@@ -1966,7 +2160,7 @@
1966
2160
  "__schema": "InferenceTypeSchema",
1967
2161
  "location": {
1968
2162
  "filePath": "snapping.main.runtime.ts",
1969
- "line": 608,
2163
+ "line": 727,
1970
2164
  "character": 5
1971
2165
  },
1972
2166
  "name": "skipTasks",
@@ -1977,7 +2171,7 @@
1977
2171
  "__schema": "VariableLikeSchema",
1978
2172
  "location": {
1979
2173
  "filePath": "snapping.main.runtime.ts",
1980
- "line": 622,
2174
+ "line": 741,
1981
2175
  "character": 5
1982
2176
  },
1983
2177
  "signature": "(property) skipAutoSnap?: boolean | undefined",
@@ -1986,7 +2180,7 @@
1986
2180
  "__schema": "KeywordTypeSchema",
1987
2181
  "location": {
1988
2182
  "filePath": "snapping.main.runtime.ts",
1989
- "line": 622,
2183
+ "line": 741,
1990
2184
  "character": 20
1991
2185
  },
1992
2186
  "name": "boolean"
@@ -1997,7 +2191,7 @@
1997
2191
  "__schema": "InferenceTypeSchema",
1998
2192
  "location": {
1999
2193
  "filePath": "snapping.main.runtime.ts",
2000
- "line": 610,
2194
+ "line": 729,
2001
2195
  "character": 5
2002
2196
  },
2003
2197
  "name": "build",
@@ -2008,7 +2202,7 @@
2008
2202
  "__schema": "VariableLikeSchema",
2009
2203
  "location": {
2010
2204
  "filePath": "snapping.main.runtime.ts",
2011
- "line": 623,
2205
+ "line": 742,
2012
2206
  "character": 5
2013
2207
  },
2014
2208
  "signature": "(property) disableTagAndSnapPipelines?: boolean | undefined",
@@ -2017,7 +2211,7 @@
2017
2211
  "__schema": "KeywordTypeSchema",
2018
2212
  "location": {
2019
2213
  "filePath": "snapping.main.runtime.ts",
2020
- "line": 623,
2214
+ "line": 742,
2021
2215
  "character": 34
2022
2216
  },
2023
2217
  "name": "boolean"
@@ -2028,7 +2222,7 @@
2028
2222
  "__schema": "InferenceTypeSchema",
2029
2223
  "location": {
2030
2224
  "filePath": "snapping.main.runtime.ts",
2031
- "line": 612,
2225
+ "line": 731,
2032
2226
  "character": 5
2033
2227
  },
2034
2228
  "name": "ignoreBuildErrors",
@@ -2040,7 +2234,7 @@
2040
2234
  "__schema": "InferenceTypeSchema",
2041
2235
  "location": {
2042
2236
  "filePath": "snapping.main.runtime.ts",
2043
- "line": 613,
2237
+ "line": 732,
2044
2238
  "character": 5
2045
2239
  },
2046
2240
  "name": "rebuildDepsGraph",
@@ -2051,7 +2245,7 @@
2051
2245
  "__schema": "VariableLikeSchema",
2052
2246
  "location": {
2053
2247
  "filePath": "snapping.main.runtime.ts",
2054
- "line": 624,
2248
+ "line": 743,
2055
2249
  "character": 5
2056
2250
  },
2057
2251
  "signature": "(property) unmodified?: boolean | undefined",
@@ -2060,7 +2254,7 @@
2060
2254
  "__schema": "KeywordTypeSchema",
2061
2255
  "location": {
2062
2256
  "filePath": "snapping.main.runtime.ts",
2063
- "line": 624,
2257
+ "line": 743,
2064
2258
  "character": 18
2065
2259
  },
2066
2260
  "name": "boolean"
@@ -2071,7 +2265,7 @@
2071
2265
  "__schema": "VariableLikeSchema",
2072
2266
  "location": {
2073
2267
  "filePath": "snapping.main.runtime.ts",
2074
- "line": 625,
2268
+ "line": 744,
2075
2269
  "character": 5
2076
2270
  },
2077
2271
  "signature": "(property) exitOnFirstFailedTask?: boolean | undefined",
@@ -2080,7 +2274,7 @@
2080
2274
  "__schema": "KeywordTypeSchema",
2081
2275
  "location": {
2082
2276
  "filePath": "snapping.main.runtime.ts",
2083
- "line": 625,
2277
+ "line": 744,
2084
2278
  "character": 29
2085
2279
  },
2086
2280
  "name": "boolean"
@@ -2095,7 +2289,7 @@
2095
2289
  "__schema": "TypeRefSchema",
2096
2290
  "location": {
2097
2291
  "filePath": "snapping.main.runtime.ts",
2098
- "line": 626,
2292
+ "line": 745,
2099
2293
  "character": 7
2100
2294
  },
2101
2295
  "name": "Promise",
@@ -2104,7 +2298,7 @@
2104
2298
  "__schema": "TypeUnionSchema",
2105
2299
  "location": {
2106
2300
  "filePath": "snapping.main.runtime.ts",
2107
- "line": 626,
2301
+ "line": 745,
2108
2302
  "character": 15
2109
2303
  },
2110
2304
  "types": [
@@ -2112,7 +2306,7 @@
2112
2306
  "__schema": "TypeRefSchema",
2113
2307
  "location": {
2114
2308
  "filePath": "snapping.main.runtime.ts",
2115
- "line": 626,
2309
+ "line": 745,
2116
2310
  "character": 15
2117
2311
  },
2118
2312
  "name": "SnapResults"
@@ -2121,7 +2315,7 @@
2121
2315
  "__schema": "LiteralTypeSchema",
2122
2316
  "location": {
2123
2317
  "filePath": "snapping.main.runtime.ts",
2124
- "line": 626,
2318
+ "line": 745,
2125
2319
  "character": 29
2126
2320
  },
2127
2321
  "name": "null"
@@ -2138,14 +2332,14 @@
2138
2332
  "__schema": "FunctionLikeSchema",
2139
2333
  "location": {
2140
2334
  "filePath": "snapping.main.runtime.ts",
2141
- "line": 717,
2335
+ "line": 836,
2142
2336
  "character": 3
2143
2337
  },
2144
2338
  "doc": {
2145
2339
  "__schema": "DocSchema",
2146
2340
  "location": {
2147
2341
  "filePath": "snapping.main.runtime.ts",
2148
- "line": 713,
2342
+ "line": 832,
2149
2343
  "character": 3
2150
2344
  },
2151
2345
  "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 */",
@@ -2159,7 +2353,7 @@
2159
2353
  "__schema": "ParameterSchema",
2160
2354
  "location": {
2161
2355
  "filePath": "snapping.main.runtime.ts",
2162
- "line": 718,
2356
+ "line": 837,
2163
2357
  "character": 5
2164
2358
  },
2165
2359
  "name": "componentPattern",
@@ -2167,7 +2361,7 @@
2167
2361
  "__schema": "KeywordTypeSchema",
2168
2362
  "location": {
2169
2363
  "filePath": "snapping.main.runtime.ts",
2170
- "line": 718,
2364
+ "line": 837,
2171
2365
  "character": 24
2172
2366
  },
2173
2367
  "name": "string"
@@ -2179,7 +2373,7 @@
2179
2373
  "__schema": "ParameterSchema",
2180
2374
  "location": {
2181
2375
  "filePath": "snapping.main.runtime.ts",
2182
- "line": 719,
2376
+ "line": 838,
2183
2377
  "character": 5
2184
2378
  },
2185
2379
  "name": "head",
@@ -2187,7 +2381,7 @@
2187
2381
  "__schema": "KeywordTypeSchema",
2188
2382
  "location": {
2189
2383
  "filePath": "snapping.main.runtime.ts",
2190
- "line": 719,
2384
+ "line": 838,
2191
2385
  "character": 12
2192
2386
  },
2193
2387
  "name": "boolean"
@@ -2199,7 +2393,7 @@
2199
2393
  "__schema": "ParameterSchema",
2200
2394
  "location": {
2201
2395
  "filePath": "snapping.main.runtime.ts",
2202
- "line": 720,
2396
+ "line": 839,
2203
2397
  "character": 5
2204
2398
  },
2205
2399
  "name": "force",
@@ -2207,7 +2401,7 @@
2207
2401
  "__schema": "InferenceTypeSchema",
2208
2402
  "location": {
2209
2403
  "filePath": "snapping.main.runtime.ts",
2210
- "line": 720,
2404
+ "line": 839,
2211
2405
  "character": 5
2212
2406
  },
2213
2407
  "type": "boolean"
@@ -2220,7 +2414,7 @@
2220
2414
  "__schema": "ParameterSchema",
2221
2415
  "location": {
2222
2416
  "filePath": "snapping.main.runtime.ts",
2223
- "line": 721,
2417
+ "line": 840,
2224
2418
  "character": 5
2225
2419
  },
2226
2420
  "name": "soft",
@@ -2228,7 +2422,7 @@
2228
2422
  "__schema": "InferenceTypeSchema",
2229
2423
  "location": {
2230
2424
  "filePath": "snapping.main.runtime.ts",
2231
- "line": 721,
2425
+ "line": 840,
2232
2426
  "character": 5
2233
2427
  },
2234
2428
  "type": "boolean"
@@ -2242,7 +2436,7 @@
2242
2436
  "__schema": "TypeRefSchema",
2243
2437
  "location": {
2244
2438
  "filePath": "snapping.main.runtime.ts",
2245
- "line": 722,
2439
+ "line": 841,
2246
2440
  "character": 6
2247
2441
  },
2248
2442
  "name": "Promise",
@@ -2251,7 +2445,7 @@
2251
2445
  "__schema": "TypeLiteralSchema",
2252
2446
  "location": {
2253
2447
  "filePath": "snapping.main.runtime.ts",
2254
- "line": 722,
2448
+ "line": 841,
2255
2449
  "character": 14
2256
2450
  },
2257
2451
  "members": [
@@ -2259,7 +2453,7 @@
2259
2453
  "__schema": "VariableLikeSchema",
2260
2454
  "location": {
2261
2455
  "filePath": "snapping.main.runtime.ts",
2262
- "line": 722,
2456
+ "line": 841,
2263
2457
  "character": 16
2264
2458
  },
2265
2459
  "signature": "(property) results: untagResult[]",
@@ -2268,14 +2462,14 @@
2268
2462
  "__schema": "TypeArraySchema",
2269
2463
  "location": {
2270
2464
  "filePath": "snapping.main.runtime.ts",
2271
- "line": 722,
2465
+ "line": 841,
2272
2466
  "character": 25
2273
2467
  },
2274
2468
  "type": {
2275
2469
  "__schema": "TypeRefSchema",
2276
2470
  "location": {
2277
2471
  "filePath": "snapping.main.runtime.ts",
2278
- "line": 722,
2472
+ "line": 841,
2279
2473
  "character": 25
2280
2474
  },
2281
2475
  "name": "untagResult"
@@ -2287,7 +2481,7 @@
2287
2481
  "__schema": "VariableLikeSchema",
2288
2482
  "location": {
2289
2483
  "filePath": "snapping.main.runtime.ts",
2290
- "line": 722,
2484
+ "line": 841,
2291
2485
  "character": 40
2292
2486
  },
2293
2487
  "signature": "(property) isSoftUntag: boolean",
@@ -2296,7 +2490,7 @@
2296
2490
  "__schema": "KeywordTypeSchema",
2297
2491
  "location": {
2298
2492
  "filePath": "snapping.main.runtime.ts",
2299
- "line": 722,
2493
+ "line": 841,
2300
2494
  "character": 53
2301
2495
  },
2302
2496
  "name": "boolean"
@@ -2315,7 +2509,7 @@
2315
2509
  "__schema": "FunctionLikeSchema",
2316
2510
  "location": {
2317
2511
  "filePath": "snapping.main.runtime.ts",
2318
- "line": 769,
2512
+ "line": 888,
2319
2513
  "character": 3
2320
2514
  },
2321
2515
  "signature": "(method) SnappingMain.resetNeverExported(): Promise<ComponentID[]>",
@@ -2325,7 +2519,7 @@
2325
2519
  "__schema": "TypeRefSchema",
2326
2520
  "location": {
2327
2521
  "filePath": "snapping.main.runtime.ts",
2328
- "line": 769,
2522
+ "line": 888,
2329
2523
  "character": 31
2330
2524
  },
2331
2525
  "name": "Promise",
@@ -2334,14 +2528,14 @@
2334
2528
  "__schema": "TypeArraySchema",
2335
2529
  "location": {
2336
2530
  "filePath": "snapping.main.runtime.ts",
2337
- "line": 769,
2531
+ "line": 888,
2338
2532
  "character": 39
2339
2533
  },
2340
2534
  "type": {
2341
2535
  "__schema": "TypeRefSchema",
2342
2536
  "location": {
2343
2537
  "filePath": "snapping.main.runtime.ts",
2344
- "line": 769,
2538
+ "line": 888,
2345
2539
  "character": 39
2346
2540
  },
2347
2541
  "name": "ComponentID"
@@ -2357,7 +2551,7 @@
2357
2551
  "__schema": "FunctionLikeSchema",
2358
2552
  "location": {
2359
2553
  "filePath": "snapping.main.runtime.ts",
2360
- "line": 778,
2554
+ "line": 897,
2361
2555
  "character": 3
2362
2556
  },
2363
2557
  "signature": "(method) SnappingMain._addFlattenedDependenciesToComponents(components: ConsumerComponent[], rebuildDepsGraph?: boolean): Promise<void>",
@@ -2367,7 +2561,7 @@
2367
2561
  "__schema": "ParameterSchema",
2368
2562
  "location": {
2369
2563
  "filePath": "snapping.main.runtime.ts",
2370
- "line": 778,
2564
+ "line": 897,
2371
2565
  "character": 47
2372
2566
  },
2373
2567
  "name": "components",
@@ -2375,14 +2569,14 @@
2375
2569
  "__schema": "TypeArraySchema",
2376
2570
  "location": {
2377
2571
  "filePath": "snapping.main.runtime.ts",
2378
- "line": 778,
2572
+ "line": 897,
2379
2573
  "character": 59
2380
2574
  },
2381
2575
  "type": {
2382
2576
  "__schema": "TypeRefSchema",
2383
2577
  "location": {
2384
2578
  "filePath": "snapping.main.runtime.ts",
2385
- "line": 778,
2579
+ "line": 897,
2386
2580
  "character": 59
2387
2581
  },
2388
2582
  "name": "ConsumerComponent"
@@ -2395,7 +2589,7 @@
2395
2589
  "__schema": "ParameterSchema",
2396
2590
  "location": {
2397
2591
  "filePath": "snapping.main.runtime.ts",
2398
- "line": 778,
2592
+ "line": 897,
2399
2593
  "character": 80
2400
2594
  },
2401
2595
  "name": "rebuildDepsGraph",
@@ -2403,7 +2597,7 @@
2403
2597
  "__schema": "InferenceTypeSchema",
2404
2598
  "location": {
2405
2599
  "filePath": "snapping.main.runtime.ts",
2406
- "line": 778,
2600
+ "line": 897,
2407
2601
  "character": 80
2408
2602
  },
2409
2603
  "type": "boolean"
@@ -2417,7 +2611,7 @@
2417
2611
  "__schema": "InferenceTypeSchema",
2418
2612
  "location": {
2419
2613
  "filePath": "snapping.main.runtime.ts",
2420
- "line": 778,
2614
+ "line": 897,
2421
2615
  "character": 3
2422
2616
  },
2423
2617
  "type": "Promise<void>"
@@ -2430,7 +2624,7 @@
2430
2624
  "__schema": "FunctionLikeSchema",
2431
2625
  "location": {
2432
2626
  "filePath": "snapping.main.runtime.ts",
2433
- "line": 808,
2627
+ "line": 927,
2434
2628
  "character": 3
2435
2629
  },
2436
2630
  "signature": "(method) SnappingMain.throwForDepsFromAnotherLane(components: ConsumerComponent[]): Promise<void>",
@@ -2440,7 +2634,7 @@
2440
2634
  "__schema": "ParameterSchema",
2441
2635
  "location": {
2442
2636
  "filePath": "snapping.main.runtime.ts",
2443
- "line": 808,
2637
+ "line": 927,
2444
2638
  "character": 37
2445
2639
  },
2446
2640
  "name": "components",
@@ -2448,14 +2642,14 @@
2448
2642
  "__schema": "TypeArraySchema",
2449
2643
  "location": {
2450
2644
  "filePath": "snapping.main.runtime.ts",
2451
- "line": 808,
2645
+ "line": 927,
2452
2646
  "character": 49
2453
2647
  },
2454
2648
  "type": {
2455
2649
  "__schema": "TypeRefSchema",
2456
2650
  "location": {
2457
2651
  "filePath": "snapping.main.runtime.ts",
2458
- "line": 808,
2652
+ "line": 927,
2459
2653
  "character": 49
2460
2654
  },
2461
2655
  "name": "ConsumerComponent"
@@ -2469,7 +2663,7 @@
2469
2663
  "__schema": "InferenceTypeSchema",
2470
2664
  "location": {
2471
2665
  "filePath": "snapping.main.runtime.ts",
2472
- "line": 808,
2666
+ "line": 927,
2473
2667
  "character": 3
2474
2668
  },
2475
2669
  "type": "Promise<void>"
@@ -2482,7 +2676,7 @@
2482
2676
  "__schema": "FunctionLikeSchema",
2483
2677
  "location": {
2484
2678
  "filePath": "snapping.main.runtime.ts",
2485
- "line": 895,
2679
+ "line": 1014,
2486
2680
  "character": 3
2487
2681
  },
2488
2682
  "signature": "(method) SnappingMain._addFlattenedDepsGraphToComponents(components: ConsumerComponent[]): Promise<void>",
@@ -2492,7 +2686,7 @@
2492
2686
  "__schema": "ParameterSchema",
2493
2687
  "location": {
2494
2688
  "filePath": "snapping.main.runtime.ts",
2495
- "line": 895,
2689
+ "line": 1014,
2496
2690
  "character": 44
2497
2691
  },
2498
2692
  "name": "components",
@@ -2500,14 +2694,14 @@
2500
2694
  "__schema": "TypeArraySchema",
2501
2695
  "location": {
2502
2696
  "filePath": "snapping.main.runtime.ts",
2503
- "line": 895,
2697
+ "line": 1014,
2504
2698
  "character": 56
2505
2699
  },
2506
2700
  "type": {
2507
2701
  "__schema": "TypeRefSchema",
2508
2702
  "location": {
2509
2703
  "filePath": "snapping.main.runtime.ts",
2510
- "line": 895,
2704
+ "line": 1014,
2511
2705
  "character": 56
2512
2706
  },
2513
2707
  "name": "ConsumerComponent"
@@ -2521,7 +2715,7 @@
2521
2715
  "__schema": "InferenceTypeSchema",
2522
2716
  "location": {
2523
2717
  "filePath": "snapping.main.runtime.ts",
2524
- "line": 895,
2718
+ "line": 1014,
2525
2719
  "character": 3
2526
2720
  },
2527
2721
  "type": "Promise<void>"
@@ -2534,7 +2728,7 @@
2534
2728
  "__schema": "FunctionLikeSchema",
2535
2729
  "location": {
2536
2730
  "filePath": "snapping.main.runtime.ts",
2537
- "line": 961,
2731
+ "line": 1080,
2538
2732
  "character": 3
2539
2733
  },
2540
2734
  "signature": "(method) SnappingMain._updateComponentsByTagResult(components: ConsumerComponent[], tagResult: LegacyOnTagResult[]): void",
@@ -2544,7 +2738,7 @@
2544
2738
  "__schema": "ParameterSchema",
2545
2739
  "location": {
2546
2740
  "filePath": "snapping.main.runtime.ts",
2547
- "line": 961,
2741
+ "line": 1080,
2548
2742
  "character": 32
2549
2743
  },
2550
2744
  "name": "components",
@@ -2552,14 +2746,14 @@
2552
2746
  "__schema": "TypeArraySchema",
2553
2747
  "location": {
2554
2748
  "filePath": "snapping.main.runtime.ts",
2555
- "line": 961,
2749
+ "line": 1080,
2556
2750
  "character": 44
2557
2751
  },
2558
2752
  "type": {
2559
2753
  "__schema": "TypeRefSchema",
2560
2754
  "location": {
2561
2755
  "filePath": "snapping.main.runtime.ts",
2562
- "line": 961,
2756
+ "line": 1080,
2563
2757
  "character": 44
2564
2758
  },
2565
2759
  "name": "ConsumerComponent"
@@ -2572,7 +2766,7 @@
2572
2766
  "__schema": "ParameterSchema",
2573
2767
  "location": {
2574
2768
  "filePath": "snapping.main.runtime.ts",
2575
- "line": 961,
2769
+ "line": 1080,
2576
2770
  "character": 65
2577
2771
  },
2578
2772
  "name": "tagResult",
@@ -2580,14 +2774,14 @@
2580
2774
  "__schema": "TypeArraySchema",
2581
2775
  "location": {
2582
2776
  "filePath": "snapping.main.runtime.ts",
2583
- "line": 961,
2777
+ "line": 1080,
2584
2778
  "character": 76
2585
2779
  },
2586
2780
  "type": {
2587
2781
  "__schema": "TypeRefSchema",
2588
2782
  "location": {
2589
2783
  "filePath": "snapping.main.runtime.ts",
2590
- "line": 961,
2784
+ "line": 1080,
2591
2785
  "character": 76
2592
2786
  },
2593
2787
  "name": "LegacyOnTagResult"
@@ -2601,7 +2795,7 @@
2601
2795
  "__schema": "InferenceTypeSchema",
2602
2796
  "location": {
2603
2797
  "filePath": "snapping.main.runtime.ts",
2604
- "line": 961,
2798
+ "line": 1080,
2605
2799
  "character": 3
2606
2800
  },
2607
2801
  "type": "void"
@@ -2612,7 +2806,7 @@
2612
2806
  "__schema": "FunctionLikeSchema",
2613
2807
  "location": {
2614
2808
  "filePath": "snapping.main.runtime.ts",
2615
- "line": 972,
2809
+ "line": 1091,
2616
2810
  "character": 3
2617
2811
  },
2618
2812
  "signature": "(method) SnappingMain._getPublishedPackages(components: ConsumerComponent[]): string[]",
@@ -2622,7 +2816,7 @@
2622
2816
  "__schema": "ParameterSchema",
2623
2817
  "location": {
2624
2818
  "filePath": "snapping.main.runtime.ts",
2625
- "line": 972,
2819
+ "line": 1091,
2626
2820
  "character": 25
2627
2821
  },
2628
2822
  "name": "components",
@@ -2630,14 +2824,14 @@
2630
2824
  "__schema": "TypeArraySchema",
2631
2825
  "location": {
2632
2826
  "filePath": "snapping.main.runtime.ts",
2633
- "line": 972,
2827
+ "line": 1091,
2634
2828
  "character": 37
2635
2829
  },
2636
2830
  "type": {
2637
2831
  "__schema": "TypeRefSchema",
2638
2832
  "location": {
2639
2833
  "filePath": "snapping.main.runtime.ts",
2640
- "line": 972,
2834
+ "line": 1091,
2641
2835
  "character": 37
2642
2836
  },
2643
2837
  "name": "ConsumerComponent"
@@ -2651,14 +2845,14 @@
2651
2845
  "__schema": "TypeArraySchema",
2652
2846
  "location": {
2653
2847
  "filePath": "snapping.main.runtime.ts",
2654
- "line": 972,
2848
+ "line": 1091,
2655
2849
  "character": 59
2656
2850
  },
2657
2851
  "type": {
2658
2852
  "__schema": "KeywordTypeSchema",
2659
2853
  "location": {
2660
2854
  "filePath": "snapping.main.runtime.ts",
2661
- "line": 972,
2855
+ "line": 1091,
2662
2856
  "character": 59
2663
2857
  },
2664
2858
  "name": "string"
@@ -2670,7 +2864,7 @@
2670
2864
  "__schema": "FunctionLikeSchema",
2671
2865
  "location": {
2672
2866
  "filePath": "snapping.main.runtime.ts",
2673
- "line": 981,
2867
+ "line": 1100,
2674
2868
  "character": 3
2675
2869
  },
2676
2870
  "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}>",
@@ -2680,7 +2874,7 @@
2680
2874
  "__schema": "ParameterSchema",
2681
2875
  "location": {
2682
2876
  "filePath": "snapping.main.runtime.ts",
2683
- "line": 981,
2877
+ "line": 1100,
2684
2878
  "character": 27
2685
2879
  },
2686
2880
  "name": "{ source, lane, shouldValidateVersion = false, updateDependentsOnLane = false }",
@@ -2688,7 +2882,7 @@
2688
2882
  "__schema": "TypeLiteralSchema",
2689
2883
  "location": {
2690
2884
  "filePath": "snapping.main.runtime.ts",
2691
- "line": 986,
2885
+ "line": 1105,
2692
2886
  "character": 6
2693
2887
  },
2694
2888
  "members": [
@@ -2696,7 +2890,7 @@
2696
2890
  "__schema": "VariableLikeSchema",
2697
2891
  "location": {
2698
2892
  "filePath": "snapping.main.runtime.ts",
2699
- "line": 987,
2893
+ "line": 1106,
2700
2894
  "character": 5
2701
2895
  },
2702
2896
  "signature": "(property) source: ConsumerComponent",
@@ -2705,7 +2899,7 @@
2705
2899
  "__schema": "TypeRefSchema",
2706
2900
  "location": {
2707
2901
  "filePath": "snapping.main.runtime.ts",
2708
- "line": 987,
2902
+ "line": 1106,
2709
2903
  "character": 5
2710
2904
  },
2711
2905
  "name": "ConsumerComponent",
@@ -2717,7 +2911,7 @@
2717
2911
  "__schema": "VariableLikeSchema",
2718
2912
  "location": {
2719
2913
  "filePath": "snapping.main.runtime.ts",
2720
- "line": 988,
2914
+ "line": 1107,
2721
2915
  "character": 5
2722
2916
  },
2723
2917
  "signature": "(property) lane?: Lane | undefined",
@@ -2726,7 +2920,7 @@
2726
2920
  "__schema": "TypeRefSchema",
2727
2921
  "location": {
2728
2922
  "filePath": "snapping.main.runtime.ts",
2729
- "line": 988,
2923
+ "line": 1107,
2730
2924
  "character": 12
2731
2925
  },
2732
2926
  "name": "Lane"
@@ -2737,7 +2931,7 @@
2737
2931
  "__schema": "VariableLikeSchema",
2738
2932
  "location": {
2739
2933
  "filePath": "snapping.main.runtime.ts",
2740
- "line": 989,
2934
+ "line": 1108,
2741
2935
  "character": 5
2742
2936
  },
2743
2937
  "signature": "(property) shouldValidateVersion?: boolean | undefined",
@@ -2746,7 +2940,7 @@
2746
2940
  "__schema": "KeywordTypeSchema",
2747
2941
  "location": {
2748
2942
  "filePath": "snapping.main.runtime.ts",
2749
- "line": 989,
2943
+ "line": 1108,
2750
2944
  "character": 29
2751
2945
  },
2752
2946
  "name": "boolean"
@@ -2757,7 +2951,7 @@
2757
2951
  "__schema": "VariableLikeSchema",
2758
2952
  "location": {
2759
2953
  "filePath": "snapping.main.runtime.ts",
2760
- "line": 990,
2954
+ "line": 1109,
2761
2955
  "character": 5
2762
2956
  },
2763
2957
  "signature": "(property) updateDependentsOnLane?: boolean | undefined",
@@ -2766,7 +2960,7 @@
2766
2960
  "__schema": "KeywordTypeSchema",
2767
2961
  "location": {
2768
2962
  "filePath": "snapping.main.runtime.ts",
2769
- "line": 990,
2963
+ "line": 1109,
2770
2964
  "character": 30
2771
2965
  },
2772
2966
  "name": "boolean"
@@ -2781,7 +2975,7 @@
2781
2975
  "__schema": "VariableLikeSchema",
2782
2976
  "location": {
2783
2977
  "filePath": "snapping.main.runtime.ts",
2784
- "line": 987,
2978
+ "line": 1106,
2785
2979
  "character": 5
2786
2980
  },
2787
2981
  "signature": "(property) source: ConsumerComponent",
@@ -2790,7 +2984,7 @@
2790
2984
  "__schema": "TypeRefSchema",
2791
2985
  "location": {
2792
2986
  "filePath": "snapping.main.runtime.ts",
2793
- "line": 987,
2987
+ "line": 1106,
2794
2988
  "character": 5
2795
2989
  },
2796
2990
  "name": "ConsumerComponent",
@@ -2802,7 +2996,7 @@
2802
2996
  "__schema": "VariableLikeSchema",
2803
2997
  "location": {
2804
2998
  "filePath": "snapping.main.runtime.ts",
2805
- "line": 988,
2999
+ "line": 1107,
2806
3000
  "character": 5
2807
3001
  },
2808
3002
  "signature": "(property) lane?: Lane | undefined",
@@ -2811,7 +3005,7 @@
2811
3005
  "__schema": "TypeRefSchema",
2812
3006
  "location": {
2813
3007
  "filePath": "snapping.main.runtime.ts",
2814
- "line": 988,
3008
+ "line": 1107,
2815
3009
  "character": 12
2816
3010
  },
2817
3011
  "name": "Lane"
@@ -2822,7 +3016,7 @@
2822
3016
  "__schema": "VariableLikeSchema",
2823
3017
  "location": {
2824
3018
  "filePath": "snapping.main.runtime.ts",
2825
- "line": 989,
3019
+ "line": 1108,
2826
3020
  "character": 5
2827
3021
  },
2828
3022
  "signature": "(property) shouldValidateVersion?: boolean | undefined",
@@ -2831,7 +3025,7 @@
2831
3025
  "__schema": "KeywordTypeSchema",
2832
3026
  "location": {
2833
3027
  "filePath": "snapping.main.runtime.ts",
2834
- "line": 989,
3028
+ "line": 1108,
2835
3029
  "character": 29
2836
3030
  },
2837
3031
  "name": "boolean"
@@ -2842,7 +3036,7 @@
2842
3036
  "__schema": "VariableLikeSchema",
2843
3037
  "location": {
2844
3038
  "filePath": "snapping.main.runtime.ts",
2845
- "line": 990,
3039
+ "line": 1109,
2846
3040
  "character": 5
2847
3041
  },
2848
3042
  "signature": "(property) updateDependentsOnLane?: boolean | undefined",
@@ -2851,7 +3045,7 @@
2851
3045
  "__schema": "KeywordTypeSchema",
2852
3046
  "location": {
2853
3047
  "filePath": "snapping.main.runtime.ts",
2854
- "line": 990,
3048
+ "line": 1109,
2855
3049
  "character": 30
2856
3050
  },
2857
3051
  "name": "boolean"
@@ -2866,7 +3060,7 @@
2866
3060
  "__schema": "TypeRefSchema",
2867
3061
  "location": {
2868
3062
  "filePath": "snapping.main.runtime.ts",
2869
- "line": 991,
3063
+ "line": 1110,
2870
3064
  "character": 7
2871
3065
  },
2872
3066
  "name": "Promise",
@@ -2875,7 +3069,7 @@
2875
3069
  "__schema": "TypeLiteralSchema",
2876
3070
  "location": {
2877
3071
  "filePath": "snapping.main.runtime.ts",
2878
- "line": 991,
3072
+ "line": 1110,
2879
3073
  "character": 15
2880
3074
  },
2881
3075
  "members": [
@@ -2883,7 +3077,7 @@
2883
3077
  "__schema": "VariableLikeSchema",
2884
3078
  "location": {
2885
3079
  "filePath": "snapping.main.runtime.ts",
2886
- "line": 992,
3080
+ "line": 1111,
2887
3081
  "character": 5
2888
3082
  },
2889
3083
  "signature": "(property) component: ModelComponent",
@@ -2892,7 +3086,7 @@
2892
3086
  "__schema": "TypeRefSchema",
2893
3087
  "location": {
2894
3088
  "filePath": "snapping.main.runtime.ts",
2895
- "line": 992,
3089
+ "line": 1111,
2896
3090
  "character": 5
2897
3091
  },
2898
3092
  "name": "ModelComponent",
@@ -2904,7 +3098,7 @@
2904
3098
  "__schema": "VariableLikeSchema",
2905
3099
  "location": {
2906
3100
  "filePath": "snapping.main.runtime.ts",
2907
- "line": 993,
3101
+ "line": 1112,
2908
3102
  "character": 5
2909
3103
  },
2910
3104
  "signature": "(property) version: Version",
@@ -2913,7 +3107,7 @@
2913
3107
  "__schema": "TypeRefSchema",
2914
3108
  "location": {
2915
3109
  "filePath": "snapping.main.runtime.ts",
2916
- "line": 993,
3110
+ "line": 1112,
2917
3111
  "character": 14
2918
3112
  },
2919
3113
  "name": "Version"
@@ -2932,7 +3126,7 @@
2932
3126
  "__schema": "FunctionLikeSchema",
2933
3127
  "location": {
2934
3128
  "filePath": "snapping.main.runtime.ts",
2935
- "line": 1031,
3129
+ "line": 1150,
2936
3130
  "character": 3
2937
3131
  },
2938
3132
  "signature": "(method) SnappingMain._addCompFromScopeToObjects(source: ConsumerComponent, lane?: Lane, updateDependentsOnLane?: boolean): Promise<{\n component: ModelComponent;\n version: Version;\n}>",
@@ -2942,7 +3136,7 @@
2942
3136
  "__schema": "ParameterSchema",
2943
3137
  "location": {
2944
3138
  "filePath": "snapping.main.runtime.ts",
2945
- "line": 1032,
3139
+ "line": 1151,
2946
3140
  "character": 5
2947
3141
  },
2948
3142
  "name": "source",
@@ -2950,7 +3144,7 @@
2950
3144
  "__schema": "TypeRefSchema",
2951
3145
  "location": {
2952
3146
  "filePath": "snapping.main.runtime.ts",
2953
- "line": 1032,
3147
+ "line": 1151,
2954
3148
  "character": 13
2955
3149
  },
2956
3150
  "name": "ConsumerComponent"
@@ -2962,7 +3156,7 @@
2962
3156
  "__schema": "ParameterSchema",
2963
3157
  "location": {
2964
3158
  "filePath": "snapping.main.runtime.ts",
2965
- "line": 1033,
3159
+ "line": 1152,
2966
3160
  "character": 5
2967
3161
  },
2968
3162
  "name": "lane",
@@ -2970,7 +3164,7 @@
2970
3164
  "__schema": "TypeRefSchema",
2971
3165
  "location": {
2972
3166
  "filePath": "snapping.main.runtime.ts",
2973
- "line": 1033,
3167
+ "line": 1152,
2974
3168
  "character": 12
2975
3169
  },
2976
3170
  "name": "Lane"
@@ -2982,7 +3176,7 @@
2982
3176
  "__schema": "ParameterSchema",
2983
3177
  "location": {
2984
3178
  "filePath": "snapping.main.runtime.ts",
2985
- "line": 1034,
3179
+ "line": 1153,
2986
3180
  "character": 5
2987
3181
  },
2988
3182
  "name": "updateDependentsOnLane",
@@ -2990,7 +3184,7 @@
2990
3184
  "__schema": "InferenceTypeSchema",
2991
3185
  "location": {
2992
3186
  "filePath": "snapping.main.runtime.ts",
2993
- "line": 1034,
3187
+ "line": 1153,
2994
3188
  "character": 5
2995
3189
  },
2996
3190
  "type": "boolean"
@@ -3004,7 +3198,7 @@
3004
3198
  "__schema": "TypeRefSchema",
3005
3199
  "location": {
3006
3200
  "filePath": "snapping.main.runtime.ts",
3007
- "line": 1035,
3201
+ "line": 1154,
3008
3202
  "character": 6
3009
3203
  },
3010
3204
  "name": "Promise",
@@ -3013,7 +3207,7 @@
3013
3207
  "__schema": "TypeLiteralSchema",
3014
3208
  "location": {
3015
3209
  "filePath": "snapping.main.runtime.ts",
3016
- "line": 1035,
3210
+ "line": 1154,
3017
3211
  "character": 14
3018
3212
  },
3019
3213
  "members": [
@@ -3021,7 +3215,7 @@
3021
3215
  "__schema": "VariableLikeSchema",
3022
3216
  "location": {
3023
3217
  "filePath": "snapping.main.runtime.ts",
3024
- "line": 1036,
3218
+ "line": 1155,
3025
3219
  "character": 5
3026
3220
  },
3027
3221
  "signature": "(property) component: ModelComponent",
@@ -3030,7 +3224,7 @@
3030
3224
  "__schema": "TypeRefSchema",
3031
3225
  "location": {
3032
3226
  "filePath": "snapping.main.runtime.ts",
3033
- "line": 1036,
3227
+ "line": 1155,
3034
3228
  "character": 5
3035
3229
  },
3036
3230
  "name": "ModelComponent",
@@ -3042,7 +3236,7 @@
3042
3236
  "__schema": "VariableLikeSchema",
3043
3237
  "location": {
3044
3238
  "filePath": "snapping.main.runtime.ts",
3045
- "line": 1037,
3239
+ "line": 1156,
3046
3240
  "character": 5
3047
3241
  },
3048
3242
  "signature": "(property) version: Version",
@@ -3051,7 +3245,7 @@
3051
3245
  "__schema": "TypeRefSchema",
3052
3246
  "location": {
3053
3247
  "filePath": "snapping.main.runtime.ts",
3054
- "line": 1037,
3248
+ "line": 1156,
3055
3249
  "character": 14
3056
3250
  },
3057
3251
  "name": "Version"
@@ -3070,7 +3264,7 @@
3070
3264
  "__schema": "FunctionLikeSchema",
3071
3265
  "location": {
3072
3266
  "filePath": "snapping.main.runtime.ts",
3073
- "line": 1061,
3267
+ "line": 1180,
3074
3268
  "character": 3
3075
3269
  },
3076
3270
  "signature": "(method) SnappingMain._enrichComp(consumerComponent: ConsumerComponent, modifiedLog?: Log): Promise<ConsumerComponent>",
@@ -3080,7 +3274,7 @@
3080
3274
  "__schema": "ParameterSchema",
3081
3275
  "location": {
3082
3276
  "filePath": "snapping.main.runtime.ts",
3083
- "line": 1061,
3277
+ "line": 1180,
3084
3278
  "character": 21
3085
3279
  },
3086
3280
  "name": "consumerComponent",
@@ -3088,7 +3282,7 @@
3088
3282
  "__schema": "TypeRefSchema",
3089
3283
  "location": {
3090
3284
  "filePath": "snapping.main.runtime.ts",
3091
- "line": 1061,
3285
+ "line": 1180,
3092
3286
  "character": 40
3093
3287
  },
3094
3288
  "name": "ConsumerComponent"
@@ -3100,7 +3294,7 @@
3100
3294
  "__schema": "ParameterSchema",
3101
3295
  "location": {
3102
3296
  "filePath": "snapping.main.runtime.ts",
3103
- "line": 1061,
3297
+ "line": 1180,
3104
3298
  "character": 59
3105
3299
  },
3106
3300
  "name": "modifiedLog",
@@ -3108,7 +3302,7 @@
3108
3302
  "__schema": "TypeRefSchema",
3109
3303
  "location": {
3110
3304
  "filePath": "snapping.main.runtime.ts",
3111
- "line": 1061,
3305
+ "line": 1180,
3112
3306
  "character": 73
3113
3307
  },
3114
3308
  "name": "Log"
@@ -3121,7 +3315,7 @@
3121
3315
  "__schema": "InferenceTypeSchema",
3122
3316
  "location": {
3123
3317
  "filePath": "snapping.main.runtime.ts",
3124
- "line": 1061,
3318
+ "line": 1180,
3125
3319
  "character": 3
3126
3320
  },
3127
3321
  "type": "Promise<ConsumerComponent>"
@@ -3134,7 +3328,7 @@
3134
3328
  "__schema": "FunctionLikeSchema",
3135
3329
  "location": {
3136
3330
  "filePath": "snapping.main.runtime.ts",
3137
- "line": 1067,
3331
+ "line": 1186,
3138
3332
  "character": 3
3139
3333
  },
3140
3334
  "signature": "(method) SnappingMain._getObjectsToEnrichComp(consumerComponent: ConsumerComponent, modifiedLog?: Log): Promise<BitObject[]>",
@@ -3144,7 +3338,7 @@
3144
3338
  "__schema": "ParameterSchema",
3145
3339
  "location": {
3146
3340
  "filePath": "snapping.main.runtime.ts",
3147
- "line": 1067,
3341
+ "line": 1186,
3148
3342
  "character": 33
3149
3343
  },
3150
3344
  "name": "consumerComponent",
@@ -3152,7 +3346,7 @@
3152
3346
  "__schema": "TypeRefSchema",
3153
3347
  "location": {
3154
3348
  "filePath": "snapping.main.runtime.ts",
3155
- "line": 1067,
3349
+ "line": 1186,
3156
3350
  "character": 52
3157
3351
  },
3158
3352
  "name": "ConsumerComponent"
@@ -3164,7 +3358,7 @@
3164
3358
  "__schema": "ParameterSchema",
3165
3359
  "location": {
3166
3360
  "filePath": "snapping.main.runtime.ts",
3167
- "line": 1067,
3361
+ "line": 1186,
3168
3362
  "character": 71
3169
3363
  },
3170
3364
  "name": "modifiedLog",
@@ -3172,7 +3366,7 @@
3172
3366
  "__schema": "TypeRefSchema",
3173
3367
  "location": {
3174
3368
  "filePath": "snapping.main.runtime.ts",
3175
- "line": 1067,
3369
+ "line": 1186,
3176
3370
  "character": 85
3177
3371
  },
3178
3372
  "name": "Log"
@@ -3185,7 +3379,7 @@
3185
3379
  "__schema": "TypeRefSchema",
3186
3380
  "location": {
3187
3381
  "filePath": "snapping.main.runtime.ts",
3188
- "line": 1067,
3382
+ "line": 1186,
3189
3383
  "character": 91
3190
3384
  },
3191
3385
  "name": "Promise",
@@ -3194,14 +3388,14 @@
3194
3388
  "__schema": "TypeArraySchema",
3195
3389
  "location": {
3196
3390
  "filePath": "snapping.main.runtime.ts",
3197
- "line": 1067,
3391
+ "line": 1186,
3198
3392
  "character": 99
3199
3393
  },
3200
3394
  "type": {
3201
3395
  "__schema": "TypeRefSchema",
3202
3396
  "location": {
3203
3397
  "filePath": "snapping.main.runtime.ts",
3204
- "line": 1067,
3398
+ "line": 1186,
3205
3399
  "character": 99
3206
3400
  },
3207
3401
  "name": "BitObject"
@@ -3217,14 +3411,14 @@
3217
3411
  "__schema": "FunctionLikeSchema",
3218
3412
  "location": {
3219
3413
  "filePath": "snapping.main.runtime.ts",
3220
- "line": 1141,
3414
+ "line": 1260,
3221
3415
  "character": 3
3222
3416
  },
3223
3417
  "doc": {
3224
3418
  "__schema": "DocSchema",
3225
3419
  "location": {
3226
3420
  "filePath": "snapping.main.runtime.ts",
3227
- "line": 1135,
3421
+ "line": 1254,
3228
3422
  "character": 3
3229
3423
  },
3230
3424
  "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 */",
@@ -3238,7 +3432,7 @@
3238
3432
  "__schema": "ParameterSchema",
3239
3433
  "location": {
3240
3434
  "filePath": "snapping.main.runtime.ts",
3241
- "line": 1141,
3435
+ "line": 1260,
3242
3436
  "character": 52
3243
3437
  },
3244
3438
  "name": "compId",
@@ -3246,7 +3440,7 @@
3246
3440
  "__schema": "TypeRefSchema",
3247
3441
  "location": {
3248
3442
  "filePath": "snapping.main.runtime.ts",
3249
- "line": 1141,
3443
+ "line": 1260,
3250
3444
  "character": 60
3251
3445
  },
3252
3446
  "name": "ComponentID"
@@ -3259,7 +3453,7 @@
3259
3453
  "__schema": "TypeRefSchema",
3260
3454
  "location": {
3261
3455
  "filePath": "snapping.main.runtime.ts",
3262
- "line": 1141,
3456
+ "line": 1260,
3263
3457
  "character": 74
3264
3458
  },
3265
3459
  "name": "Promise",
@@ -3268,7 +3462,7 @@
3268
3462
  "__schema": "TypeRefSchema",
3269
3463
  "location": {
3270
3464
  "filePath": "snapping.main.runtime.ts",
3271
- "line": 1141,
3465
+ "line": 1260,
3272
3466
  "character": 82
3273
3467
  },
3274
3468
  "name": "ComponentID"
@@ -3283,7 +3477,7 @@
3283
3477
  "__schema": "FunctionLikeSchema",
3284
3478
  "location": {
3285
3479
  "filePath": "snapping.main.runtime.ts",
3286
- "line": 1179,
3480
+ "line": 1298,
3287
3481
  "character": 3
3288
3482
  },
3289
3483
  "signature": "(method) SnappingMain.updateDependenciesVersionsOfComponent(component: Component, dependencies: ComponentID[], currentBitIds: ComponentID[]): Promise<void>",
@@ -3293,7 +3487,7 @@
3293
3487
  "__schema": "ParameterSchema",
3294
3488
  "location": {
3295
3489
  "filePath": "snapping.main.runtime.ts",
3296
- "line": 1180,
3490
+ "line": 1299,
3297
3491
  "character": 5
3298
3492
  },
3299
3493
  "name": "component",
@@ -3301,7 +3495,7 @@
3301
3495
  "__schema": "TypeRefSchema",
3302
3496
  "location": {
3303
3497
  "filePath": "snapping.main.runtime.ts",
3304
- "line": 1180,
3498
+ "line": 1299,
3305
3499
  "character": 16
3306
3500
  },
3307
3501
  "name": "Component"
@@ -3313,7 +3507,7 @@
3313
3507
  "__schema": "ParameterSchema",
3314
3508
  "location": {
3315
3509
  "filePath": "snapping.main.runtime.ts",
3316
- "line": 1181,
3510
+ "line": 1300,
3317
3511
  "character": 5
3318
3512
  },
3319
3513
  "name": "dependencies",
@@ -3321,14 +3515,14 @@
3321
3515
  "__schema": "TypeArraySchema",
3322
3516
  "location": {
3323
3517
  "filePath": "snapping.main.runtime.ts",
3324
- "line": 1181,
3518
+ "line": 1300,
3325
3519
  "character": 19
3326
3520
  },
3327
3521
  "type": {
3328
3522
  "__schema": "TypeRefSchema",
3329
3523
  "location": {
3330
3524
  "filePath": "snapping.main.runtime.ts",
3331
- "line": 1181,
3525
+ "line": 1300,
3332
3526
  "character": 19
3333
3527
  },
3334
3528
  "name": "ComponentID"
@@ -3341,7 +3535,7 @@
3341
3535
  "__schema": "ParameterSchema",
3342
3536
  "location": {
3343
3537
  "filePath": "snapping.main.runtime.ts",
3344
- "line": 1182,
3538
+ "line": 1301,
3345
3539
  "character": 5
3346
3540
  },
3347
3541
  "name": "currentBitIds",
@@ -3349,14 +3543,14 @@
3349
3543
  "__schema": "TypeArraySchema",
3350
3544
  "location": {
3351
3545
  "filePath": "snapping.main.runtime.ts",
3352
- "line": 1182,
3546
+ "line": 1301,
3353
3547
  "character": 20
3354
3548
  },
3355
3549
  "type": {
3356
3550
  "__schema": "TypeRefSchema",
3357
3551
  "location": {
3358
3552
  "filePath": "snapping.main.runtime.ts",
3359
- "line": 1182,
3553
+ "line": 1301,
3360
3554
  "character": 20
3361
3555
  },
3362
3556
  "name": "ComponentID"
@@ -3370,7 +3564,7 @@
3370
3564
  "__schema": "InferenceTypeSchema",
3371
3565
  "location": {
3372
3566
  "filePath": "snapping.main.runtime.ts",
3373
- "line": 1179,
3567
+ "line": 1298,
3374
3568
  "character": 3
3375
3569
  },
3376
3570
  "type": "Promise<void>"
@@ -3383,14 +3577,14 @@
3383
3577
  "__schema": "FunctionLikeSchema",
3384
3578
  "location": {
3385
3579
  "filePath": "snapping.main.runtime.ts",
3386
- "line": 1212,
3580
+ "line": 1331,
3387
3581
  "character": 3
3388
3582
  },
3389
3583
  "doc": {
3390
3584
  "__schema": "DocSchema",
3391
3585
  "location": {
3392
3586
  "filePath": "snapping.main.runtime.ts",
3393
- "line": 1207,
3587
+ "line": 1326,
3394
3588
  "character": 3
3395
3589
  },
3396
3590
  "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 */",
@@ -3404,7 +3598,7 @@
3404
3598
  "__schema": "ParameterSchema",
3405
3599
  "location": {
3406
3600
  "filePath": "snapping.main.runtime.ts",
3407
- "line": 1212,
3601
+ "line": 1331,
3408
3602
  "character": 47
3409
3603
  },
3410
3604
  "name": "component",
@@ -3412,7 +3606,7 @@
3412
3606
  "__schema": "TypeRefSchema",
3413
3607
  "location": {
3414
3608
  "filePath": "snapping.main.runtime.ts",
3415
- "line": 1212,
3609
+ "line": 1331,
3416
3610
  "character": 58
3417
3611
  },
3418
3612
  "name": "Component"
@@ -3424,7 +3618,7 @@
3424
3618
  "__schema": "ParameterSchema",
3425
3619
  "location": {
3426
3620
  "filePath": "snapping.main.runtime.ts",
3427
- "line": 1212,
3621
+ "line": 1331,
3428
3622
  "character": 69
3429
3623
  },
3430
3624
  "name": "updatedIds",
@@ -3432,14 +3626,14 @@
3432
3626
  "__schema": "TypeArraySchema",
3433
3627
  "location": {
3434
3628
  "filePath": "snapping.main.runtime.ts",
3435
- "line": 1212,
3629
+ "line": 1331,
3436
3630
  "character": 81
3437
3631
  },
3438
3632
  "type": {
3439
3633
  "__schema": "KeywordTypeSchema",
3440
3634
  "location": {
3441
3635
  "filePath": "snapping.main.runtime.ts",
3442
- "line": 1212,
3636
+ "line": 1331,
3443
3637
  "character": 81
3444
3638
  },
3445
3639
  "name": "string"
@@ -3453,7 +3647,7 @@
3453
3647
  "__schema": "InferenceTypeSchema",
3454
3648
  "location": {
3455
3649
  "filePath": "snapping.main.runtime.ts",
3456
- "line": 1212,
3650
+ "line": 1331,
3457
3651
  "character": 3
3458
3652
  },
3459
3653
  "type": "Promise<void>"
@@ -3466,7 +3660,7 @@
3466
3660
  "__schema": "VariableLikeSchema",
3467
3661
  "location": {
3468
3662
  "filePath": "snapping.main.runtime.ts",
3469
- "line": 1331,
3663
+ "line": 1450,
3470
3664
  "character": 3
3471
3665
  },
3472
3666
  "signature": "(property) SnappingMain.slots: never[]",
@@ -3475,7 +3669,7 @@
3475
3669
  "__schema": "InferenceTypeSchema",
3476
3670
  "location": {
3477
3671
  "filePath": "snapping.main.runtime.ts",
3478
- "line": 1331,
3672
+ "line": 1450,
3479
3673
  "character": 3
3480
3674
  },
3481
3675
  "type": "never[]"
@@ -3487,7 +3681,7 @@
3487
3681
  "__schema": "VariableLikeSchema",
3488
3682
  "location": {
3489
3683
  "filePath": "snapping.main.runtime.ts",
3490
- "line": 1332,
3684
+ "line": 1451,
3491
3685
  "character": 3
3492
3686
  },
3493
3687
  "signature": "(property) SnappingMain.dependencies: Aspect[]",
@@ -3496,7 +3690,7 @@
3496
3690
  "__schema": "InferenceTypeSchema",
3497
3691
  "location": {
3498
3692
  "filePath": "snapping.main.runtime.ts",
3499
- "line": 1332,
3693
+ "line": 1451,
3500
3694
  "character": 3
3501
3695
  },
3502
3696
  "type": "Aspect[]"
@@ -3508,7 +3702,7 @@
3508
3702
  "__schema": "VariableLikeSchema",
3509
3703
  "location": {
3510
3704
  "filePath": "snapping.main.runtime.ts",
3511
- "line": 1349,
3705
+ "line": 1468,
3512
3706
  "character": 3
3513
3707
  },
3514
3708
  "signature": "(property) SnappingMain.runtime: RuntimeDefinition",
@@ -3517,7 +3711,7 @@
3517
3711
  "__schema": "InferenceTypeSchema",
3518
3712
  "location": {
3519
3713
  "filePath": "snapping.main.runtime.ts",
3520
- "line": 1349,
3714
+ "line": 1468,
3521
3715
  "character": 3
3522
3716
  },
3523
3717
  "type": "RuntimeDefinition"
@@ -3529,7 +3723,7 @@
3529
3723
  "__schema": "FunctionLikeSchema",
3530
3724
  "location": {
3531
3725
  "filePath": "snapping.main.runtime.ts",
3532
- "line": 1350,
3726
+ "line": 1469,
3533
3727
  "character": 3
3534
3728
  },
3535
3729
  "signature": "(method) SnappingMain.provider([workspace, cli, loggerMain, issues, insights, dependencyResolver, scope, exporter, builder, importer, globalConfig, deps, application, forking, install,]: [\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 ForkingMain,\n InstallMain\n]): Promise<SnappingMain>",
@@ -3539,7 +3733,7 @@
3539
3733
  "__schema": "ParameterSchema",
3540
3734
  "location": {
3541
3735
  "filePath": "snapping.main.runtime.ts",
3542
- "line": 1350,
3736
+ "line": 1469,
3543
3737
  "character": 25
3544
3738
  },
3545
3739
  "name": "[ workspace, cli, loggerMain, issues, insights, dependencyResolver, scope, exporter, builder, importer, globalConfig, deps, application, forking, install ]",
@@ -3547,7 +3741,7 @@
3547
3741
  "__schema": "TupleTypeSchema",
3548
3742
  "location": {
3549
3743
  "filePath": "snapping.main.runtime.ts",
3550
- "line": 1366,
3744
+ "line": 1485,
3551
3745
  "character": 6
3552
3746
  },
3553
3747
  "elements": [
@@ -3555,7 +3749,7 @@
3555
3749
  "__schema": "TypeRefSchema",
3556
3750
  "location": {
3557
3751
  "filePath": "snapping.main.runtime.ts",
3558
- "line": 1367,
3752
+ "line": 1486,
3559
3753
  "character": 5
3560
3754
  },
3561
3755
  "name": "Workspace"
@@ -3564,7 +3758,7 @@
3564
3758
  "__schema": "TypeRefSchema",
3565
3759
  "location": {
3566
3760
  "filePath": "snapping.main.runtime.ts",
3567
- "line": 1368,
3761
+ "line": 1487,
3568
3762
  "character": 5
3569
3763
  },
3570
3764
  "name": "CLIMain"
@@ -3573,7 +3767,7 @@
3573
3767
  "__schema": "TypeRefSchema",
3574
3768
  "location": {
3575
3769
  "filePath": "snapping.main.runtime.ts",
3576
- "line": 1369,
3770
+ "line": 1488,
3577
3771
  "character": 5
3578
3772
  },
3579
3773
  "name": "LoggerMain"
@@ -3582,7 +3776,7 @@
3582
3776
  "__schema": "TypeRefSchema",
3583
3777
  "location": {
3584
3778
  "filePath": "snapping.main.runtime.ts",
3585
- "line": 1370,
3779
+ "line": 1489,
3586
3780
  "character": 5
3587
3781
  },
3588
3782
  "name": "IssuesMain"
@@ -3591,7 +3785,7 @@
3591
3785
  "__schema": "TypeRefSchema",
3592
3786
  "location": {
3593
3787
  "filePath": "snapping.main.runtime.ts",
3594
- "line": 1371,
3788
+ "line": 1490,
3595
3789
  "character": 5
3596
3790
  },
3597
3791
  "name": "InsightsMain"
@@ -3600,7 +3794,7 @@
3600
3794
  "__schema": "TypeRefSchema",
3601
3795
  "location": {
3602
3796
  "filePath": "snapping.main.runtime.ts",
3603
- "line": 1372,
3797
+ "line": 1491,
3604
3798
  "character": 5
3605
3799
  },
3606
3800
  "name": "DependencyResolverMain"
@@ -3609,7 +3803,7 @@
3609
3803
  "__schema": "TypeRefSchema",
3610
3804
  "location": {
3611
3805
  "filePath": "snapping.main.runtime.ts",
3612
- "line": 1373,
3806
+ "line": 1492,
3613
3807
  "character": 5
3614
3808
  },
3615
3809
  "name": "ScopeMain"
@@ -3618,7 +3812,7 @@
3618
3812
  "__schema": "TypeRefSchema",
3619
3813
  "location": {
3620
3814
  "filePath": "snapping.main.runtime.ts",
3621
- "line": 1374,
3815
+ "line": 1493,
3622
3816
  "character": 5
3623
3817
  },
3624
3818
  "name": "ExportMain"
@@ -3627,7 +3821,7 @@
3627
3821
  "__schema": "TypeRefSchema",
3628
3822
  "location": {
3629
3823
  "filePath": "snapping.main.runtime.ts",
3630
- "line": 1375,
3824
+ "line": 1494,
3631
3825
  "character": 5
3632
3826
  },
3633
3827
  "name": "BuilderMain"
@@ -3636,7 +3830,7 @@
3636
3830
  "__schema": "TypeRefSchema",
3637
3831
  "location": {
3638
3832
  "filePath": "snapping.main.runtime.ts",
3639
- "line": 1376,
3833
+ "line": 1495,
3640
3834
  "character": 5
3641
3835
  },
3642
3836
  "name": "ImporterMain"
@@ -3645,7 +3839,7 @@
3645
3839
  "__schema": "TypeRefSchema",
3646
3840
  "location": {
3647
3841
  "filePath": "snapping.main.runtime.ts",
3648
- "line": 1377,
3842
+ "line": 1496,
3649
3843
  "character": 5
3650
3844
  },
3651
3845
  "name": "GlobalConfigMain"
@@ -3654,7 +3848,7 @@
3654
3848
  "__schema": "TypeRefSchema",
3655
3849
  "location": {
3656
3850
  "filePath": "snapping.main.runtime.ts",
3657
- "line": 1378,
3851
+ "line": 1497,
3658
3852
  "character": 5
3659
3853
  },
3660
3854
  "name": "DependenciesMain"
@@ -3663,7 +3857,7 @@
3663
3857
  "__schema": "TypeRefSchema",
3664
3858
  "location": {
3665
3859
  "filePath": "snapping.main.runtime.ts",
3666
- "line": 1379,
3860
+ "line": 1498,
3667
3861
  "character": 5
3668
3862
  },
3669
3863
  "name": "ApplicationMain"
@@ -3672,7 +3866,7 @@
3672
3866
  "__schema": "TypeRefSchema",
3673
3867
  "location": {
3674
3868
  "filePath": "snapping.main.runtime.ts",
3675
- "line": 1380,
3869
+ "line": 1499,
3676
3870
  "character": 5
3677
3871
  },
3678
3872
  "name": "ForkingMain"
@@ -3681,7 +3875,7 @@
3681
3875
  "__schema": "TypeRefSchema",
3682
3876
  "location": {
3683
3877
  "filePath": "snapping.main.runtime.ts",
3684
- "line": 1381,
3878
+ "line": 1500,
3685
3879
  "character": 5
3686
3880
  },
3687
3881
  "name": "InstallMain"
@@ -3696,7 +3890,7 @@
3696
3890
  "__schema": "InferenceTypeSchema",
3697
3891
  "location": {
3698
3892
  "filePath": "snapping.main.runtime.ts",
3699
- "line": 1350,
3893
+ "line": 1469,
3700
3894
  "character": 3
3701
3895
  },
3702
3896
  "type": "Promise<SnappingMain>"
@@ -6510,8 +6704,8 @@
6510
6704
  "line": 384,
6511
6705
  "character": 3
6512
6706
  },
6513
- "signature": "(method) SnappingMain.snapFromScope(snapDataPerCompRaw: SnapDataPerCompRaw[], params: {\n push?: boolean;\n ignoreIssues?: string;\n lane?: string;\n updateDependents?: boolean;\n} & Partial<BasicTagParams>): Promise<SnapFromScopeResults>",
6514
- "name": "snapFromScope",
6707
+ "signature": "(method) SnappingMain.forkAndSnap(snapDataPerCompRaw: SnapDataPerCompRaw[], params: {\n push?: boolean;\n ignoreIssues?: string;\n lane?: string;\n updateDependents?: boolean;\n} & Partial<BasicTagParams>): Promise<SnapFromScopeResults>",
6708
+ "name": "forkAndSnap",
6515
6709
  "params": [
6516
6710
  {
6517
6711
  "__schema": "ParameterSchema",
@@ -6701,14 +6895,208 @@
6701
6895
  "__schema": "FunctionLikeSchema",
6702
6896
  "location": {
6703
6897
  "filePath": "snapping.main.runtime.ts",
6704
- "line": 600,
6898
+ "line": 545,
6899
+ "character": 3
6900
+ },
6901
+ "signature": "(method) SnappingMain.snapFromScope(snapDataPerCompRaw: SnapDataPerCompRaw[], params: {\n push?: boolean;\n ignoreIssues?: string;\n lane?: string;\n updateDependents?: boolean;\n} & Partial<BasicTagParams>): Promise<SnapFromScopeResults>",
6902
+ "name": "snapFromScope",
6903
+ "params": [
6904
+ {
6905
+ "__schema": "ParameterSchema",
6906
+ "location": {
6907
+ "filePath": "snapping.main.runtime.ts",
6908
+ "line": 546,
6909
+ "character": 5
6910
+ },
6911
+ "name": "snapDataPerCompRaw",
6912
+ "type": {
6913
+ "__schema": "TypeArraySchema",
6914
+ "location": {
6915
+ "filePath": "snapping.main.runtime.ts",
6916
+ "line": 546,
6917
+ "character": 25
6918
+ },
6919
+ "type": {
6920
+ "__schema": "TypeRefSchema",
6921
+ "location": {
6922
+ "filePath": "snapping.main.runtime.ts",
6923
+ "line": 546,
6924
+ "character": 25
6925
+ },
6926
+ "name": "SnapDataPerCompRaw"
6927
+ }
6928
+ },
6929
+ "isOptional": false,
6930
+ "isSpread": false
6931
+ },
6932
+ {
6933
+ "__schema": "ParameterSchema",
6934
+ "location": {
6935
+ "filePath": "snapping.main.runtime.ts",
6936
+ "line": 547,
6937
+ "character": 5
6938
+ },
6939
+ "name": "params",
6940
+ "type": {
6941
+ "__schema": "TypeIntersectionSchema",
6942
+ "location": {
6943
+ "filePath": "snapping.main.runtime.ts",
6944
+ "line": 547,
6945
+ "character": 13
6946
+ },
6947
+ "types": [
6948
+ {
6949
+ "__schema": "TypeLiteralSchema",
6950
+ "location": {
6951
+ "filePath": "snapping.main.runtime.ts",
6952
+ "line": 547,
6953
+ "character": 13
6954
+ },
6955
+ "members": [
6956
+ {
6957
+ "__schema": "VariableLikeSchema",
6958
+ "location": {
6959
+ "filePath": "snapping.main.runtime.ts",
6960
+ "line": 548,
6961
+ "character": 7
6962
+ },
6963
+ "signature": "(property) push?: boolean | undefined",
6964
+ "name": "push",
6965
+ "type": {
6966
+ "__schema": "KeywordTypeSchema",
6967
+ "location": {
6968
+ "filePath": "snapping.main.runtime.ts",
6969
+ "line": 548,
6970
+ "character": 14
6971
+ },
6972
+ "name": "boolean"
6973
+ },
6974
+ "isOptional": true
6975
+ },
6976
+ {
6977
+ "__schema": "VariableLikeSchema",
6978
+ "location": {
6979
+ "filePath": "snapping.main.runtime.ts",
6980
+ "line": 549,
6981
+ "character": 7
6982
+ },
6983
+ "signature": "(property) ignoreIssues?: string | undefined",
6984
+ "name": "ignoreIssues",
6985
+ "type": {
6986
+ "__schema": "KeywordTypeSchema",
6987
+ "location": {
6988
+ "filePath": "snapping.main.runtime.ts",
6989
+ "line": 549,
6990
+ "character": 22
6991
+ },
6992
+ "name": "string"
6993
+ },
6994
+ "isOptional": true
6995
+ },
6996
+ {
6997
+ "__schema": "VariableLikeSchema",
6998
+ "location": {
6999
+ "filePath": "snapping.main.runtime.ts",
7000
+ "line": 550,
7001
+ "character": 7
7002
+ },
7003
+ "signature": "(property) lane?: string | undefined",
7004
+ "name": "lane",
7005
+ "type": {
7006
+ "__schema": "KeywordTypeSchema",
7007
+ "location": {
7008
+ "filePath": "snapping.main.runtime.ts",
7009
+ "line": 550,
7010
+ "character": 14
7011
+ },
7012
+ "name": "string"
7013
+ },
7014
+ "isOptional": true
7015
+ },
7016
+ {
7017
+ "__schema": "VariableLikeSchema",
7018
+ "location": {
7019
+ "filePath": "snapping.main.runtime.ts",
7020
+ "line": 551,
7021
+ "character": 7
7022
+ },
7023
+ "signature": "(property) updateDependents?: boolean | undefined",
7024
+ "name": "updateDependents",
7025
+ "type": {
7026
+ "__schema": "KeywordTypeSchema",
7027
+ "location": {
7028
+ "filePath": "snapping.main.runtime.ts",
7029
+ "line": 551,
7030
+ "character": 26
7031
+ },
7032
+ "name": "boolean"
7033
+ },
7034
+ "isOptional": true
7035
+ }
7036
+ ]
7037
+ },
7038
+ {
7039
+ "__schema": "TypeRefSchema",
7040
+ "location": {
7041
+ "filePath": "snapping.main.runtime.ts",
7042
+ "line": 552,
7043
+ "character": 9
7044
+ },
7045
+ "name": "Partial",
7046
+ "typeArgs": [
7047
+ {
7048
+ "__schema": "TypeRefSchema",
7049
+ "location": {
7050
+ "filePath": "snapping.main.runtime.ts",
7051
+ "line": 552,
7052
+ "character": 17
7053
+ },
7054
+ "name": "BasicTagParams"
7055
+ }
7056
+ ]
7057
+ }
7058
+ ]
7059
+ },
7060
+ "isOptional": false,
7061
+ "isSpread": false
7062
+ }
7063
+ ],
7064
+ "returnType": {
7065
+ "__schema": "TypeRefSchema",
7066
+ "location": {
7067
+ "filePath": "snapping.main.runtime.ts",
7068
+ "line": 553,
7069
+ "character": 6
7070
+ },
7071
+ "name": "Promise",
7072
+ "typeArgs": [
7073
+ {
7074
+ "__schema": "TypeRefSchema",
7075
+ "location": {
7076
+ "filePath": "snapping.main.runtime.ts",
7077
+ "line": 553,
7078
+ "character": 14
7079
+ },
7080
+ "name": "SnapFromScopeResults"
7081
+ }
7082
+ ]
7083
+ },
7084
+ "modifiers": [
7085
+ "async"
7086
+ ]
7087
+ },
7088
+ {
7089
+ "__schema": "FunctionLikeSchema",
7090
+ "location": {
7091
+ "filePath": "snapping.main.runtime.ts",
7092
+ "line": 719,
6705
7093
  "character": 3
6706
7094
  },
6707
7095
  "doc": {
6708
7096
  "__schema": "DocSchema",
6709
7097
  "location": {
6710
7098
  "filePath": "snapping.main.runtime.ts",
6711
- "line": 596,
7099
+ "line": 715,
6712
7100
  "character": 3
6713
7101
  },
6714
7102
  "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 */",
@@ -6722,7 +7110,7 @@
6722
7110
  "__schema": "ParameterSchema",
6723
7111
  "location": {
6724
7112
  "filePath": "snapping.main.runtime.ts",
6725
- "line": 600,
7113
+ "line": 719,
6726
7114
  "character": 14
6727
7115
  },
6728
7116
  "name": "{ pattern, legacyBitIds, unmerged, editor, message = '', ignoreIssues, skipTests = false, skipTasks, skipAutoSnap = false, build, disableTagAndSnapPipelines = false, ignoreBuildErrors = false, rebuildDepsGraph, unmodified = false, exitOnFirstFailedTask = false }",
@@ -6730,7 +7118,7 @@
6730
7118
  "__schema": "TypeIntersectionSchema",
6731
7119
  "location": {
6732
7120
  "filePath": "snapping.main.runtime.ts",
6733
- "line": 616,
7121
+ "line": 735,
6734
7122
  "character": 6
6735
7123
  },
6736
7124
  "types": [
@@ -6738,7 +7126,7 @@
6738
7126
  "__schema": "TypeRefSchema",
6739
7127
  "location": {
6740
7128
  "filePath": "snapping.main.runtime.ts",
6741
- "line": 616,
7129
+ "line": 735,
6742
7130
  "character": 6
6743
7131
  },
6744
7132
  "name": "Partial",
@@ -6747,7 +7135,7 @@
6747
7135
  "__schema": "TypeRefSchema",
6748
7136
  "location": {
6749
7137
  "filePath": "snapping.main.runtime.ts",
6750
- "line": 616,
7138
+ "line": 735,
6751
7139
  "character": 14
6752
7140
  },
6753
7141
  "name": "BasicTagSnapParams"
@@ -6758,7 +7146,7 @@
6758
7146
  "__schema": "TypeLiteralSchema",
6759
7147
  "location": {
6760
7148
  "filePath": "snapping.main.runtime.ts",
6761
- "line": 616,
7149
+ "line": 735,
6762
7150
  "character": 36
6763
7151
  },
6764
7152
  "members": [
@@ -6766,7 +7154,7 @@
6766
7154
  "__schema": "VariableLikeSchema",
6767
7155
  "location": {
6768
7156
  "filePath": "snapping.main.runtime.ts",
6769
- "line": 617,
7157
+ "line": 736,
6770
7158
  "character": 5
6771
7159
  },
6772
7160
  "signature": "(property) pattern?: string | undefined",
@@ -6775,7 +7163,7 @@
6775
7163
  "__schema": "KeywordTypeSchema",
6776
7164
  "location": {
6777
7165
  "filePath": "snapping.main.runtime.ts",
6778
- "line": 617,
7166
+ "line": 736,
6779
7167
  "character": 15
6780
7168
  },
6781
7169
  "name": "string"
@@ -6786,7 +7174,7 @@
6786
7174
  "__schema": "VariableLikeSchema",
6787
7175
  "location": {
6788
7176
  "filePath": "snapping.main.runtime.ts",
6789
- "line": 618,
7177
+ "line": 737,
6790
7178
  "character": 5
6791
7179
  },
6792
7180
  "signature": "(property) legacyBitIds?: ComponentIdList | undefined",
@@ -6795,7 +7183,7 @@
6795
7183
  "__schema": "TypeRefSchema",
6796
7184
  "location": {
6797
7185
  "filePath": "snapping.main.runtime.ts",
6798
- "line": 618,
7186
+ "line": 737,
6799
7187
  "character": 20
6800
7188
  },
6801
7189
  "name": "ComponentIdList"
@@ -6806,7 +7194,7 @@
6806
7194
  "__schema": "VariableLikeSchema",
6807
7195
  "location": {
6808
7196
  "filePath": "snapping.main.runtime.ts",
6809
- "line": 619,
7197
+ "line": 738,
6810
7198
  "character": 5
6811
7199
  },
6812
7200
  "signature": "(property) unmerged?: boolean | undefined",
@@ -6815,7 +7203,7 @@
6815
7203
  "__schema": "KeywordTypeSchema",
6816
7204
  "location": {
6817
7205
  "filePath": "snapping.main.runtime.ts",
6818
- "line": 619,
7206
+ "line": 738,
6819
7207
  "character": 16
6820
7208
  },
6821
7209
  "name": "boolean"
@@ -6826,7 +7214,7 @@
6826
7214
  "__schema": "VariableLikeSchema",
6827
7215
  "location": {
6828
7216
  "filePath": "snapping.main.runtime.ts",
6829
- "line": 620,
7217
+ "line": 739,
6830
7218
  "character": 5
6831
7219
  },
6832
7220
  "signature": "(property) editor?: string | undefined",
@@ -6835,7 +7223,7 @@
6835
7223
  "__schema": "KeywordTypeSchema",
6836
7224
  "location": {
6837
7225
  "filePath": "snapping.main.runtime.ts",
6838
- "line": 620,
7226
+ "line": 739,
6839
7227
  "character": 14
6840
7228
  },
6841
7229
  "name": "string"
@@ -6846,7 +7234,7 @@
6846
7234
  "__schema": "VariableLikeSchema",
6847
7235
  "location": {
6848
7236
  "filePath": "snapping.main.runtime.ts",
6849
- "line": 621,
7237
+ "line": 740,
6850
7238
  "character": 5
6851
7239
  },
6852
7240
  "signature": "(property) ignoreIssues?: string | undefined",
@@ -6855,7 +7243,7 @@
6855
7243
  "__schema": "KeywordTypeSchema",
6856
7244
  "location": {
6857
7245
  "filePath": "snapping.main.runtime.ts",
6858
- "line": 621,
7246
+ "line": 740,
6859
7247
  "character": 20
6860
7248
  },
6861
7249
  "name": "string"
@@ -6866,7 +7254,7 @@
6866
7254
  "__schema": "VariableLikeSchema",
6867
7255
  "location": {
6868
7256
  "filePath": "snapping.main.runtime.ts",
6869
- "line": 622,
7257
+ "line": 741,
6870
7258
  "character": 5
6871
7259
  },
6872
7260
  "signature": "(property) skipAutoSnap?: boolean | undefined",
@@ -6875,7 +7263,7 @@
6875
7263
  "__schema": "KeywordTypeSchema",
6876
7264
  "location": {
6877
7265
  "filePath": "snapping.main.runtime.ts",
6878
- "line": 622,
7266
+ "line": 741,
6879
7267
  "character": 20
6880
7268
  },
6881
7269
  "name": "boolean"
@@ -6886,7 +7274,7 @@
6886
7274
  "__schema": "VariableLikeSchema",
6887
7275
  "location": {
6888
7276
  "filePath": "snapping.main.runtime.ts",
6889
- "line": 623,
7277
+ "line": 742,
6890
7278
  "character": 5
6891
7279
  },
6892
7280
  "signature": "(property) disableTagAndSnapPipelines?: boolean | undefined",
@@ -6895,7 +7283,7 @@
6895
7283
  "__schema": "KeywordTypeSchema",
6896
7284
  "location": {
6897
7285
  "filePath": "snapping.main.runtime.ts",
6898
- "line": 623,
7286
+ "line": 742,
6899
7287
  "character": 34
6900
7288
  },
6901
7289
  "name": "boolean"
@@ -6906,7 +7294,7 @@
6906
7294
  "__schema": "VariableLikeSchema",
6907
7295
  "location": {
6908
7296
  "filePath": "snapping.main.runtime.ts",
6909
- "line": 624,
7297
+ "line": 743,
6910
7298
  "character": 5
6911
7299
  },
6912
7300
  "signature": "(property) unmodified?: boolean | undefined",
@@ -6915,7 +7303,7 @@
6915
7303
  "__schema": "KeywordTypeSchema",
6916
7304
  "location": {
6917
7305
  "filePath": "snapping.main.runtime.ts",
6918
- "line": 624,
7306
+ "line": 743,
6919
7307
  "character": 18
6920
7308
  },
6921
7309
  "name": "boolean"
@@ -6926,7 +7314,7 @@
6926
7314
  "__schema": "VariableLikeSchema",
6927
7315
  "location": {
6928
7316
  "filePath": "snapping.main.runtime.ts",
6929
- "line": 625,
7317
+ "line": 744,
6930
7318
  "character": 5
6931
7319
  },
6932
7320
  "signature": "(property) exitOnFirstFailedTask?: boolean | undefined",
@@ -6935,7 +7323,7 @@
6935
7323
  "__schema": "KeywordTypeSchema",
6936
7324
  "location": {
6937
7325
  "filePath": "snapping.main.runtime.ts",
6938
- "line": 625,
7326
+ "line": 744,
6939
7327
  "character": 29
6940
7328
  },
6941
7329
  "name": "boolean"
@@ -6952,7 +7340,7 @@
6952
7340
  "__schema": "VariableLikeSchema",
6953
7341
  "location": {
6954
7342
  "filePath": "snapping.main.runtime.ts",
6955
- "line": 617,
7343
+ "line": 736,
6956
7344
  "character": 5
6957
7345
  },
6958
7346
  "signature": "(property) pattern?: string | undefined",
@@ -6961,7 +7349,7 @@
6961
7349
  "__schema": "KeywordTypeSchema",
6962
7350
  "location": {
6963
7351
  "filePath": "snapping.main.runtime.ts",
6964
- "line": 617,
7352
+ "line": 736,
6965
7353
  "character": 15
6966
7354
  },
6967
7355
  "name": "string"
@@ -6972,7 +7360,7 @@
6972
7360
  "__schema": "VariableLikeSchema",
6973
7361
  "location": {
6974
7362
  "filePath": "snapping.main.runtime.ts",
6975
- "line": 618,
7363
+ "line": 737,
6976
7364
  "character": 5
6977
7365
  },
6978
7366
  "signature": "(property) legacyBitIds?: ComponentIdList | undefined",
@@ -6981,7 +7369,7 @@
6981
7369
  "__schema": "TypeRefSchema",
6982
7370
  "location": {
6983
7371
  "filePath": "snapping.main.runtime.ts",
6984
- "line": 618,
7372
+ "line": 737,
6985
7373
  "character": 20
6986
7374
  },
6987
7375
  "name": "ComponentIdList"
@@ -6992,7 +7380,7 @@
6992
7380
  "__schema": "VariableLikeSchema",
6993
7381
  "location": {
6994
7382
  "filePath": "snapping.main.runtime.ts",
6995
- "line": 619,
7383
+ "line": 738,
6996
7384
  "character": 5
6997
7385
  },
6998
7386
  "signature": "(property) unmerged?: boolean | undefined",
@@ -7001,7 +7389,7 @@
7001
7389
  "__schema": "KeywordTypeSchema",
7002
7390
  "location": {
7003
7391
  "filePath": "snapping.main.runtime.ts",
7004
- "line": 619,
7392
+ "line": 738,
7005
7393
  "character": 16
7006
7394
  },
7007
7395
  "name": "boolean"
@@ -7012,7 +7400,7 @@
7012
7400
  "__schema": "VariableLikeSchema",
7013
7401
  "location": {
7014
7402
  "filePath": "snapping.main.runtime.ts",
7015
- "line": 620,
7403
+ "line": 739,
7016
7404
  "character": 5
7017
7405
  },
7018
7406
  "signature": "(property) editor?: string | undefined",
@@ -7021,7 +7409,7 @@
7021
7409
  "__schema": "KeywordTypeSchema",
7022
7410
  "location": {
7023
7411
  "filePath": "snapping.main.runtime.ts",
7024
- "line": 620,
7412
+ "line": 739,
7025
7413
  "character": 14
7026
7414
  },
7027
7415
  "name": "string"
@@ -7032,7 +7420,7 @@
7032
7420
  "__schema": "InferenceTypeSchema",
7033
7421
  "location": {
7034
7422
  "filePath": "snapping.main.runtime.ts",
7035
- "line": 605,
7423
+ "line": 724,
7036
7424
  "character": 5
7037
7425
  },
7038
7426
  "name": "message",
@@ -7044,7 +7432,7 @@
7044
7432
  "__schema": "VariableLikeSchema",
7045
7433
  "location": {
7046
7434
  "filePath": "snapping.main.runtime.ts",
7047
- "line": 621,
7435
+ "line": 740,
7048
7436
  "character": 5
7049
7437
  },
7050
7438
  "signature": "(property) ignoreIssues?: string | undefined",
@@ -7053,7 +7441,7 @@
7053
7441
  "__schema": "KeywordTypeSchema",
7054
7442
  "location": {
7055
7443
  "filePath": "snapping.main.runtime.ts",
7056
- "line": 621,
7444
+ "line": 740,
7057
7445
  "character": 20
7058
7446
  },
7059
7447
  "name": "string"
@@ -7064,7 +7452,7 @@
7064
7452
  "__schema": "InferenceTypeSchema",
7065
7453
  "location": {
7066
7454
  "filePath": "snapping.main.runtime.ts",
7067
- "line": 607,
7455
+ "line": 726,
7068
7456
  "character": 5
7069
7457
  },
7070
7458
  "name": "skipTests",
@@ -7076,7 +7464,7 @@
7076
7464
  "__schema": "InferenceTypeSchema",
7077
7465
  "location": {
7078
7466
  "filePath": "snapping.main.runtime.ts",
7079
- "line": 608,
7467
+ "line": 727,
7080
7468
  "character": 5
7081
7469
  },
7082
7470
  "name": "skipTasks",
@@ -7087,7 +7475,7 @@
7087
7475
  "__schema": "VariableLikeSchema",
7088
7476
  "location": {
7089
7477
  "filePath": "snapping.main.runtime.ts",
7090
- "line": 622,
7478
+ "line": 741,
7091
7479
  "character": 5
7092
7480
  },
7093
7481
  "signature": "(property) skipAutoSnap?: boolean | undefined",
@@ -7096,7 +7484,7 @@
7096
7484
  "__schema": "KeywordTypeSchema",
7097
7485
  "location": {
7098
7486
  "filePath": "snapping.main.runtime.ts",
7099
- "line": 622,
7487
+ "line": 741,
7100
7488
  "character": 20
7101
7489
  },
7102
7490
  "name": "boolean"
@@ -7107,7 +7495,7 @@
7107
7495
  "__schema": "InferenceTypeSchema",
7108
7496
  "location": {
7109
7497
  "filePath": "snapping.main.runtime.ts",
7110
- "line": 610,
7498
+ "line": 729,
7111
7499
  "character": 5
7112
7500
  },
7113
7501
  "name": "build",
@@ -7118,7 +7506,7 @@
7118
7506
  "__schema": "VariableLikeSchema",
7119
7507
  "location": {
7120
7508
  "filePath": "snapping.main.runtime.ts",
7121
- "line": 623,
7509
+ "line": 742,
7122
7510
  "character": 5
7123
7511
  },
7124
7512
  "signature": "(property) disableTagAndSnapPipelines?: boolean | undefined",
@@ -7127,7 +7515,7 @@
7127
7515
  "__schema": "KeywordTypeSchema",
7128
7516
  "location": {
7129
7517
  "filePath": "snapping.main.runtime.ts",
7130
- "line": 623,
7518
+ "line": 742,
7131
7519
  "character": 34
7132
7520
  },
7133
7521
  "name": "boolean"
@@ -7138,7 +7526,7 @@
7138
7526
  "__schema": "InferenceTypeSchema",
7139
7527
  "location": {
7140
7528
  "filePath": "snapping.main.runtime.ts",
7141
- "line": 612,
7529
+ "line": 731,
7142
7530
  "character": 5
7143
7531
  },
7144
7532
  "name": "ignoreBuildErrors",
@@ -7150,7 +7538,7 @@
7150
7538
  "__schema": "InferenceTypeSchema",
7151
7539
  "location": {
7152
7540
  "filePath": "snapping.main.runtime.ts",
7153
- "line": 613,
7541
+ "line": 732,
7154
7542
  "character": 5
7155
7543
  },
7156
7544
  "name": "rebuildDepsGraph",
@@ -7161,7 +7549,7 @@
7161
7549
  "__schema": "VariableLikeSchema",
7162
7550
  "location": {
7163
7551
  "filePath": "snapping.main.runtime.ts",
7164
- "line": 624,
7552
+ "line": 743,
7165
7553
  "character": 5
7166
7554
  },
7167
7555
  "signature": "(property) unmodified?: boolean | undefined",
@@ -7170,7 +7558,7 @@
7170
7558
  "__schema": "KeywordTypeSchema",
7171
7559
  "location": {
7172
7560
  "filePath": "snapping.main.runtime.ts",
7173
- "line": 624,
7561
+ "line": 743,
7174
7562
  "character": 18
7175
7563
  },
7176
7564
  "name": "boolean"
@@ -7181,7 +7569,7 @@
7181
7569
  "__schema": "VariableLikeSchema",
7182
7570
  "location": {
7183
7571
  "filePath": "snapping.main.runtime.ts",
7184
- "line": 625,
7572
+ "line": 744,
7185
7573
  "character": 5
7186
7574
  },
7187
7575
  "signature": "(property) exitOnFirstFailedTask?: boolean | undefined",
@@ -7190,7 +7578,7 @@
7190
7578
  "__schema": "KeywordTypeSchema",
7191
7579
  "location": {
7192
7580
  "filePath": "snapping.main.runtime.ts",
7193
- "line": 625,
7581
+ "line": 744,
7194
7582
  "character": 29
7195
7583
  },
7196
7584
  "name": "boolean"
@@ -7205,7 +7593,7 @@
7205
7593
  "__schema": "TypeRefSchema",
7206
7594
  "location": {
7207
7595
  "filePath": "snapping.main.runtime.ts",
7208
- "line": 626,
7596
+ "line": 745,
7209
7597
  "character": 7
7210
7598
  },
7211
7599
  "name": "Promise",
@@ -7214,7 +7602,7 @@
7214
7602
  "__schema": "TypeUnionSchema",
7215
7603
  "location": {
7216
7604
  "filePath": "snapping.main.runtime.ts",
7217
- "line": 626,
7605
+ "line": 745,
7218
7606
  "character": 15
7219
7607
  },
7220
7608
  "types": [
@@ -7222,7 +7610,7 @@
7222
7610
  "__schema": "TypeRefSchema",
7223
7611
  "location": {
7224
7612
  "filePath": "snapping.main.runtime.ts",
7225
- "line": 626,
7613
+ "line": 745,
7226
7614
  "character": 15
7227
7615
  },
7228
7616
  "name": "SnapResults"
@@ -7231,7 +7619,7 @@
7231
7619
  "__schema": "LiteralTypeSchema",
7232
7620
  "location": {
7233
7621
  "filePath": "snapping.main.runtime.ts",
7234
- "line": 626,
7622
+ "line": 745,
7235
7623
  "character": 29
7236
7624
  },
7237
7625
  "name": "null"
@@ -7248,14 +7636,14 @@
7248
7636
  "__schema": "FunctionLikeSchema",
7249
7637
  "location": {
7250
7638
  "filePath": "snapping.main.runtime.ts",
7251
- "line": 717,
7639
+ "line": 836,
7252
7640
  "character": 3
7253
7641
  },
7254
7642
  "doc": {
7255
7643
  "__schema": "DocSchema",
7256
7644
  "location": {
7257
7645
  "filePath": "snapping.main.runtime.ts",
7258
- "line": 713,
7646
+ "line": 832,
7259
7647
  "character": 3
7260
7648
  },
7261
7649
  "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 */",
@@ -7269,7 +7657,7 @@
7269
7657
  "__schema": "ParameterSchema",
7270
7658
  "location": {
7271
7659
  "filePath": "snapping.main.runtime.ts",
7272
- "line": 718,
7660
+ "line": 837,
7273
7661
  "character": 5
7274
7662
  },
7275
7663
  "name": "componentPattern",
@@ -7277,7 +7665,7 @@
7277
7665
  "__schema": "KeywordTypeSchema",
7278
7666
  "location": {
7279
7667
  "filePath": "snapping.main.runtime.ts",
7280
- "line": 718,
7668
+ "line": 837,
7281
7669
  "character": 24
7282
7670
  },
7283
7671
  "name": "string"
@@ -7289,7 +7677,7 @@
7289
7677
  "__schema": "ParameterSchema",
7290
7678
  "location": {
7291
7679
  "filePath": "snapping.main.runtime.ts",
7292
- "line": 719,
7680
+ "line": 838,
7293
7681
  "character": 5
7294
7682
  },
7295
7683
  "name": "head",
@@ -7297,7 +7685,7 @@
7297
7685
  "__schema": "KeywordTypeSchema",
7298
7686
  "location": {
7299
7687
  "filePath": "snapping.main.runtime.ts",
7300
- "line": 719,
7688
+ "line": 838,
7301
7689
  "character": 12
7302
7690
  },
7303
7691
  "name": "boolean"
@@ -7309,7 +7697,7 @@
7309
7697
  "__schema": "ParameterSchema",
7310
7698
  "location": {
7311
7699
  "filePath": "snapping.main.runtime.ts",
7312
- "line": 720,
7700
+ "line": 839,
7313
7701
  "character": 5
7314
7702
  },
7315
7703
  "name": "force",
@@ -7317,7 +7705,7 @@
7317
7705
  "__schema": "InferenceTypeSchema",
7318
7706
  "location": {
7319
7707
  "filePath": "snapping.main.runtime.ts",
7320
- "line": 720,
7708
+ "line": 839,
7321
7709
  "character": 5
7322
7710
  },
7323
7711
  "type": "boolean"
@@ -7330,7 +7718,7 @@
7330
7718
  "__schema": "ParameterSchema",
7331
7719
  "location": {
7332
7720
  "filePath": "snapping.main.runtime.ts",
7333
- "line": 721,
7721
+ "line": 840,
7334
7722
  "character": 5
7335
7723
  },
7336
7724
  "name": "soft",
@@ -7338,7 +7726,7 @@
7338
7726
  "__schema": "InferenceTypeSchema",
7339
7727
  "location": {
7340
7728
  "filePath": "snapping.main.runtime.ts",
7341
- "line": 721,
7729
+ "line": 840,
7342
7730
  "character": 5
7343
7731
  },
7344
7732
  "type": "boolean"
@@ -7352,7 +7740,7 @@
7352
7740
  "__schema": "TypeRefSchema",
7353
7741
  "location": {
7354
7742
  "filePath": "snapping.main.runtime.ts",
7355
- "line": 722,
7743
+ "line": 841,
7356
7744
  "character": 6
7357
7745
  },
7358
7746
  "name": "Promise",
@@ -7361,7 +7749,7 @@
7361
7749
  "__schema": "TypeLiteralSchema",
7362
7750
  "location": {
7363
7751
  "filePath": "snapping.main.runtime.ts",
7364
- "line": 722,
7752
+ "line": 841,
7365
7753
  "character": 14
7366
7754
  },
7367
7755
  "members": [
@@ -7369,7 +7757,7 @@
7369
7757
  "__schema": "VariableLikeSchema",
7370
7758
  "location": {
7371
7759
  "filePath": "snapping.main.runtime.ts",
7372
- "line": 722,
7760
+ "line": 841,
7373
7761
  "character": 16
7374
7762
  },
7375
7763
  "signature": "(property) results: untagResult[]",
@@ -7378,14 +7766,14 @@
7378
7766
  "__schema": "TypeArraySchema",
7379
7767
  "location": {
7380
7768
  "filePath": "snapping.main.runtime.ts",
7381
- "line": 722,
7769
+ "line": 841,
7382
7770
  "character": 25
7383
7771
  },
7384
7772
  "type": {
7385
7773
  "__schema": "TypeRefSchema",
7386
7774
  "location": {
7387
7775
  "filePath": "snapping.main.runtime.ts",
7388
- "line": 722,
7776
+ "line": 841,
7389
7777
  "character": 25
7390
7778
  },
7391
7779
  "name": "untagResult"
@@ -7397,7 +7785,7 @@
7397
7785
  "__schema": "VariableLikeSchema",
7398
7786
  "location": {
7399
7787
  "filePath": "snapping.main.runtime.ts",
7400
- "line": 722,
7788
+ "line": 841,
7401
7789
  "character": 40
7402
7790
  },
7403
7791
  "signature": "(property) isSoftUntag: boolean",
@@ -7406,7 +7794,7 @@
7406
7794
  "__schema": "KeywordTypeSchema",
7407
7795
  "location": {
7408
7796
  "filePath": "snapping.main.runtime.ts",
7409
- "line": 722,
7797
+ "line": 841,
7410
7798
  "character": 53
7411
7799
  },
7412
7800
  "name": "boolean"
@@ -7425,7 +7813,7 @@
7425
7813
  "__schema": "FunctionLikeSchema",
7426
7814
  "location": {
7427
7815
  "filePath": "snapping.main.runtime.ts",
7428
- "line": 769,
7816
+ "line": 888,
7429
7817
  "character": 3
7430
7818
  },
7431
7819
  "signature": "(method) SnappingMain.resetNeverExported(): Promise<ComponentID[]>",
@@ -7435,7 +7823,7 @@
7435
7823
  "__schema": "TypeRefSchema",
7436
7824
  "location": {
7437
7825
  "filePath": "snapping.main.runtime.ts",
7438
- "line": 769,
7826
+ "line": 888,
7439
7827
  "character": 31
7440
7828
  },
7441
7829
  "name": "Promise",
@@ -7444,14 +7832,14 @@
7444
7832
  "__schema": "TypeArraySchema",
7445
7833
  "location": {
7446
7834
  "filePath": "snapping.main.runtime.ts",
7447
- "line": 769,
7835
+ "line": 888,
7448
7836
  "character": 39
7449
7837
  },
7450
7838
  "type": {
7451
7839
  "__schema": "TypeRefSchema",
7452
7840
  "location": {
7453
7841
  "filePath": "snapping.main.runtime.ts",
7454
- "line": 769,
7842
+ "line": 888,
7455
7843
  "character": 39
7456
7844
  },
7457
7845
  "name": "ComponentID"
@@ -7467,7 +7855,7 @@
7467
7855
  "__schema": "FunctionLikeSchema",
7468
7856
  "location": {
7469
7857
  "filePath": "snapping.main.runtime.ts",
7470
- "line": 778,
7858
+ "line": 897,
7471
7859
  "character": 3
7472
7860
  },
7473
7861
  "signature": "(method) SnappingMain._addFlattenedDependenciesToComponents(components: ConsumerComponent[], rebuildDepsGraph?: boolean): Promise<void>",
@@ -7477,7 +7865,7 @@
7477
7865
  "__schema": "ParameterSchema",
7478
7866
  "location": {
7479
7867
  "filePath": "snapping.main.runtime.ts",
7480
- "line": 778,
7868
+ "line": 897,
7481
7869
  "character": 47
7482
7870
  },
7483
7871
  "name": "components",
@@ -7485,14 +7873,14 @@
7485
7873
  "__schema": "TypeArraySchema",
7486
7874
  "location": {
7487
7875
  "filePath": "snapping.main.runtime.ts",
7488
- "line": 778,
7876
+ "line": 897,
7489
7877
  "character": 59
7490
7878
  },
7491
7879
  "type": {
7492
7880
  "__schema": "TypeRefSchema",
7493
7881
  "location": {
7494
7882
  "filePath": "snapping.main.runtime.ts",
7495
- "line": 778,
7883
+ "line": 897,
7496
7884
  "character": 59
7497
7885
  },
7498
7886
  "name": "ConsumerComponent"
@@ -7505,7 +7893,7 @@
7505
7893
  "__schema": "ParameterSchema",
7506
7894
  "location": {
7507
7895
  "filePath": "snapping.main.runtime.ts",
7508
- "line": 778,
7896
+ "line": 897,
7509
7897
  "character": 80
7510
7898
  },
7511
7899
  "name": "rebuildDepsGraph",
@@ -7513,7 +7901,7 @@
7513
7901
  "__schema": "InferenceTypeSchema",
7514
7902
  "location": {
7515
7903
  "filePath": "snapping.main.runtime.ts",
7516
- "line": 778,
7904
+ "line": 897,
7517
7905
  "character": 80
7518
7906
  },
7519
7907
  "type": "boolean"
@@ -7527,7 +7915,7 @@
7527
7915
  "__schema": "InferenceTypeSchema",
7528
7916
  "location": {
7529
7917
  "filePath": "snapping.main.runtime.ts",
7530
- "line": 778,
7918
+ "line": 897,
7531
7919
  "character": 3
7532
7920
  },
7533
7921
  "type": "Promise<void>"
@@ -7540,7 +7928,7 @@
7540
7928
  "__schema": "FunctionLikeSchema",
7541
7929
  "location": {
7542
7930
  "filePath": "snapping.main.runtime.ts",
7543
- "line": 808,
7931
+ "line": 927,
7544
7932
  "character": 3
7545
7933
  },
7546
7934
  "signature": "(method) SnappingMain.throwForDepsFromAnotherLane(components: ConsumerComponent[]): Promise<void>",
@@ -7550,7 +7938,7 @@
7550
7938
  "__schema": "ParameterSchema",
7551
7939
  "location": {
7552
7940
  "filePath": "snapping.main.runtime.ts",
7553
- "line": 808,
7941
+ "line": 927,
7554
7942
  "character": 37
7555
7943
  },
7556
7944
  "name": "components",
@@ -7558,14 +7946,14 @@
7558
7946
  "__schema": "TypeArraySchema",
7559
7947
  "location": {
7560
7948
  "filePath": "snapping.main.runtime.ts",
7561
- "line": 808,
7949
+ "line": 927,
7562
7950
  "character": 49
7563
7951
  },
7564
7952
  "type": {
7565
7953
  "__schema": "TypeRefSchema",
7566
7954
  "location": {
7567
7955
  "filePath": "snapping.main.runtime.ts",
7568
- "line": 808,
7956
+ "line": 927,
7569
7957
  "character": 49
7570
7958
  },
7571
7959
  "name": "ConsumerComponent"
@@ -7579,7 +7967,7 @@
7579
7967
  "__schema": "InferenceTypeSchema",
7580
7968
  "location": {
7581
7969
  "filePath": "snapping.main.runtime.ts",
7582
- "line": 808,
7970
+ "line": 927,
7583
7971
  "character": 3
7584
7972
  },
7585
7973
  "type": "Promise<void>"
@@ -7592,7 +7980,7 @@
7592
7980
  "__schema": "FunctionLikeSchema",
7593
7981
  "location": {
7594
7982
  "filePath": "snapping.main.runtime.ts",
7595
- "line": 895,
7983
+ "line": 1014,
7596
7984
  "character": 3
7597
7985
  },
7598
7986
  "signature": "(method) SnappingMain._addFlattenedDepsGraphToComponents(components: ConsumerComponent[]): Promise<void>",
@@ -7602,7 +7990,7 @@
7602
7990
  "__schema": "ParameterSchema",
7603
7991
  "location": {
7604
7992
  "filePath": "snapping.main.runtime.ts",
7605
- "line": 895,
7993
+ "line": 1014,
7606
7994
  "character": 44
7607
7995
  },
7608
7996
  "name": "components",
@@ -7610,14 +7998,14 @@
7610
7998
  "__schema": "TypeArraySchema",
7611
7999
  "location": {
7612
8000
  "filePath": "snapping.main.runtime.ts",
7613
- "line": 895,
8001
+ "line": 1014,
7614
8002
  "character": 56
7615
8003
  },
7616
8004
  "type": {
7617
8005
  "__schema": "TypeRefSchema",
7618
8006
  "location": {
7619
8007
  "filePath": "snapping.main.runtime.ts",
7620
- "line": 895,
8008
+ "line": 1014,
7621
8009
  "character": 56
7622
8010
  },
7623
8011
  "name": "ConsumerComponent"
@@ -7631,7 +8019,7 @@
7631
8019
  "__schema": "InferenceTypeSchema",
7632
8020
  "location": {
7633
8021
  "filePath": "snapping.main.runtime.ts",
7634
- "line": 895,
8022
+ "line": 1014,
7635
8023
  "character": 3
7636
8024
  },
7637
8025
  "type": "Promise<void>"
@@ -7644,7 +8032,7 @@
7644
8032
  "__schema": "FunctionLikeSchema",
7645
8033
  "location": {
7646
8034
  "filePath": "snapping.main.runtime.ts",
7647
- "line": 961,
8035
+ "line": 1080,
7648
8036
  "character": 3
7649
8037
  },
7650
8038
  "signature": "(method) SnappingMain._updateComponentsByTagResult(components: ConsumerComponent[], tagResult: LegacyOnTagResult[]): void",
@@ -7654,7 +8042,7 @@
7654
8042
  "__schema": "ParameterSchema",
7655
8043
  "location": {
7656
8044
  "filePath": "snapping.main.runtime.ts",
7657
- "line": 961,
8045
+ "line": 1080,
7658
8046
  "character": 32
7659
8047
  },
7660
8048
  "name": "components",
@@ -7662,14 +8050,14 @@
7662
8050
  "__schema": "TypeArraySchema",
7663
8051
  "location": {
7664
8052
  "filePath": "snapping.main.runtime.ts",
7665
- "line": 961,
8053
+ "line": 1080,
7666
8054
  "character": 44
7667
8055
  },
7668
8056
  "type": {
7669
8057
  "__schema": "TypeRefSchema",
7670
8058
  "location": {
7671
8059
  "filePath": "snapping.main.runtime.ts",
7672
- "line": 961,
8060
+ "line": 1080,
7673
8061
  "character": 44
7674
8062
  },
7675
8063
  "name": "ConsumerComponent"
@@ -7682,7 +8070,7 @@
7682
8070
  "__schema": "ParameterSchema",
7683
8071
  "location": {
7684
8072
  "filePath": "snapping.main.runtime.ts",
7685
- "line": 961,
8073
+ "line": 1080,
7686
8074
  "character": 65
7687
8075
  },
7688
8076
  "name": "tagResult",
@@ -7690,14 +8078,14 @@
7690
8078
  "__schema": "TypeArraySchema",
7691
8079
  "location": {
7692
8080
  "filePath": "snapping.main.runtime.ts",
7693
- "line": 961,
8081
+ "line": 1080,
7694
8082
  "character": 76
7695
8083
  },
7696
8084
  "type": {
7697
8085
  "__schema": "TypeRefSchema",
7698
8086
  "location": {
7699
8087
  "filePath": "snapping.main.runtime.ts",
7700
- "line": 961,
8088
+ "line": 1080,
7701
8089
  "character": 76
7702
8090
  },
7703
8091
  "name": "LegacyOnTagResult"
@@ -7711,7 +8099,7 @@
7711
8099
  "__schema": "InferenceTypeSchema",
7712
8100
  "location": {
7713
8101
  "filePath": "snapping.main.runtime.ts",
7714
- "line": 961,
8102
+ "line": 1080,
7715
8103
  "character": 3
7716
8104
  },
7717
8105
  "type": "void"
@@ -7722,7 +8110,7 @@
7722
8110
  "__schema": "FunctionLikeSchema",
7723
8111
  "location": {
7724
8112
  "filePath": "snapping.main.runtime.ts",
7725
- "line": 972,
8113
+ "line": 1091,
7726
8114
  "character": 3
7727
8115
  },
7728
8116
  "signature": "(method) SnappingMain._getPublishedPackages(components: ConsumerComponent[]): string[]",
@@ -7732,7 +8120,7 @@
7732
8120
  "__schema": "ParameterSchema",
7733
8121
  "location": {
7734
8122
  "filePath": "snapping.main.runtime.ts",
7735
- "line": 972,
8123
+ "line": 1091,
7736
8124
  "character": 25
7737
8125
  },
7738
8126
  "name": "components",
@@ -7740,14 +8128,14 @@
7740
8128
  "__schema": "TypeArraySchema",
7741
8129
  "location": {
7742
8130
  "filePath": "snapping.main.runtime.ts",
7743
- "line": 972,
8131
+ "line": 1091,
7744
8132
  "character": 37
7745
8133
  },
7746
8134
  "type": {
7747
8135
  "__schema": "TypeRefSchema",
7748
8136
  "location": {
7749
8137
  "filePath": "snapping.main.runtime.ts",
7750
- "line": 972,
8138
+ "line": 1091,
7751
8139
  "character": 37
7752
8140
  },
7753
8141
  "name": "ConsumerComponent"
@@ -7761,14 +8149,14 @@
7761
8149
  "__schema": "TypeArraySchema",
7762
8150
  "location": {
7763
8151
  "filePath": "snapping.main.runtime.ts",
7764
- "line": 972,
8152
+ "line": 1091,
7765
8153
  "character": 59
7766
8154
  },
7767
8155
  "type": {
7768
8156
  "__schema": "KeywordTypeSchema",
7769
8157
  "location": {
7770
8158
  "filePath": "snapping.main.runtime.ts",
7771
- "line": 972,
8159
+ "line": 1091,
7772
8160
  "character": 59
7773
8161
  },
7774
8162
  "name": "string"
@@ -7780,7 +8168,7 @@
7780
8168
  "__schema": "FunctionLikeSchema",
7781
8169
  "location": {
7782
8170
  "filePath": "snapping.main.runtime.ts",
7783
- "line": 981,
8171
+ "line": 1100,
7784
8172
  "character": 3
7785
8173
  },
7786
8174
  "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}>",
@@ -7790,7 +8178,7 @@
7790
8178
  "__schema": "ParameterSchema",
7791
8179
  "location": {
7792
8180
  "filePath": "snapping.main.runtime.ts",
7793
- "line": 981,
8181
+ "line": 1100,
7794
8182
  "character": 27
7795
8183
  },
7796
8184
  "name": "{ source, lane, shouldValidateVersion = false, updateDependentsOnLane = false }",
@@ -7798,7 +8186,7 @@
7798
8186
  "__schema": "TypeLiteralSchema",
7799
8187
  "location": {
7800
8188
  "filePath": "snapping.main.runtime.ts",
7801
- "line": 986,
8189
+ "line": 1105,
7802
8190
  "character": 6
7803
8191
  },
7804
8192
  "members": [
@@ -7806,7 +8194,7 @@
7806
8194
  "__schema": "VariableLikeSchema",
7807
8195
  "location": {
7808
8196
  "filePath": "snapping.main.runtime.ts",
7809
- "line": 987,
8197
+ "line": 1106,
7810
8198
  "character": 5
7811
8199
  },
7812
8200
  "signature": "(property) source: ConsumerComponent",
@@ -7815,7 +8203,7 @@
7815
8203
  "__schema": "TypeRefSchema",
7816
8204
  "location": {
7817
8205
  "filePath": "snapping.main.runtime.ts",
7818
- "line": 987,
8206
+ "line": 1106,
7819
8207
  "character": 5
7820
8208
  },
7821
8209
  "name": "ConsumerComponent",
@@ -7827,7 +8215,7 @@
7827
8215
  "__schema": "VariableLikeSchema",
7828
8216
  "location": {
7829
8217
  "filePath": "snapping.main.runtime.ts",
7830
- "line": 988,
8218
+ "line": 1107,
7831
8219
  "character": 5
7832
8220
  },
7833
8221
  "signature": "(property) lane?: Lane | undefined",
@@ -7836,7 +8224,7 @@
7836
8224
  "__schema": "TypeRefSchema",
7837
8225
  "location": {
7838
8226
  "filePath": "snapping.main.runtime.ts",
7839
- "line": 988,
8227
+ "line": 1107,
7840
8228
  "character": 12
7841
8229
  },
7842
8230
  "name": "Lane"
@@ -7847,7 +8235,7 @@
7847
8235
  "__schema": "VariableLikeSchema",
7848
8236
  "location": {
7849
8237
  "filePath": "snapping.main.runtime.ts",
7850
- "line": 989,
8238
+ "line": 1108,
7851
8239
  "character": 5
7852
8240
  },
7853
8241
  "signature": "(property) shouldValidateVersion?: boolean | undefined",
@@ -7856,7 +8244,7 @@
7856
8244
  "__schema": "KeywordTypeSchema",
7857
8245
  "location": {
7858
8246
  "filePath": "snapping.main.runtime.ts",
7859
- "line": 989,
8247
+ "line": 1108,
7860
8248
  "character": 29
7861
8249
  },
7862
8250
  "name": "boolean"
@@ -7867,7 +8255,7 @@
7867
8255
  "__schema": "VariableLikeSchema",
7868
8256
  "location": {
7869
8257
  "filePath": "snapping.main.runtime.ts",
7870
- "line": 990,
8258
+ "line": 1109,
7871
8259
  "character": 5
7872
8260
  },
7873
8261
  "signature": "(property) updateDependentsOnLane?: boolean | undefined",
@@ -7876,7 +8264,7 @@
7876
8264
  "__schema": "KeywordTypeSchema",
7877
8265
  "location": {
7878
8266
  "filePath": "snapping.main.runtime.ts",
7879
- "line": 990,
8267
+ "line": 1109,
7880
8268
  "character": 30
7881
8269
  },
7882
8270
  "name": "boolean"
@@ -7891,7 +8279,7 @@
7891
8279
  "__schema": "VariableLikeSchema",
7892
8280
  "location": {
7893
8281
  "filePath": "snapping.main.runtime.ts",
7894
- "line": 987,
8282
+ "line": 1106,
7895
8283
  "character": 5
7896
8284
  },
7897
8285
  "signature": "(property) source: ConsumerComponent",
@@ -7900,7 +8288,7 @@
7900
8288
  "__schema": "TypeRefSchema",
7901
8289
  "location": {
7902
8290
  "filePath": "snapping.main.runtime.ts",
7903
- "line": 987,
8291
+ "line": 1106,
7904
8292
  "character": 5
7905
8293
  },
7906
8294
  "name": "ConsumerComponent",
@@ -7912,7 +8300,7 @@
7912
8300
  "__schema": "VariableLikeSchema",
7913
8301
  "location": {
7914
8302
  "filePath": "snapping.main.runtime.ts",
7915
- "line": 988,
8303
+ "line": 1107,
7916
8304
  "character": 5
7917
8305
  },
7918
8306
  "signature": "(property) lane?: Lane | undefined",
@@ -7921,7 +8309,7 @@
7921
8309
  "__schema": "TypeRefSchema",
7922
8310
  "location": {
7923
8311
  "filePath": "snapping.main.runtime.ts",
7924
- "line": 988,
8312
+ "line": 1107,
7925
8313
  "character": 12
7926
8314
  },
7927
8315
  "name": "Lane"
@@ -7932,7 +8320,7 @@
7932
8320
  "__schema": "VariableLikeSchema",
7933
8321
  "location": {
7934
8322
  "filePath": "snapping.main.runtime.ts",
7935
- "line": 989,
8323
+ "line": 1108,
7936
8324
  "character": 5
7937
8325
  },
7938
8326
  "signature": "(property) shouldValidateVersion?: boolean | undefined",
@@ -7941,7 +8329,7 @@
7941
8329
  "__schema": "KeywordTypeSchema",
7942
8330
  "location": {
7943
8331
  "filePath": "snapping.main.runtime.ts",
7944
- "line": 989,
8332
+ "line": 1108,
7945
8333
  "character": 29
7946
8334
  },
7947
8335
  "name": "boolean"
@@ -7952,7 +8340,7 @@
7952
8340
  "__schema": "VariableLikeSchema",
7953
8341
  "location": {
7954
8342
  "filePath": "snapping.main.runtime.ts",
7955
- "line": 990,
8343
+ "line": 1109,
7956
8344
  "character": 5
7957
8345
  },
7958
8346
  "signature": "(property) updateDependentsOnLane?: boolean | undefined",
@@ -7961,7 +8349,7 @@
7961
8349
  "__schema": "KeywordTypeSchema",
7962
8350
  "location": {
7963
8351
  "filePath": "snapping.main.runtime.ts",
7964
- "line": 990,
8352
+ "line": 1109,
7965
8353
  "character": 30
7966
8354
  },
7967
8355
  "name": "boolean"
@@ -7976,7 +8364,7 @@
7976
8364
  "__schema": "TypeRefSchema",
7977
8365
  "location": {
7978
8366
  "filePath": "snapping.main.runtime.ts",
7979
- "line": 991,
8367
+ "line": 1110,
7980
8368
  "character": 7
7981
8369
  },
7982
8370
  "name": "Promise",
@@ -7985,7 +8373,7 @@
7985
8373
  "__schema": "TypeLiteralSchema",
7986
8374
  "location": {
7987
8375
  "filePath": "snapping.main.runtime.ts",
7988
- "line": 991,
8376
+ "line": 1110,
7989
8377
  "character": 15
7990
8378
  },
7991
8379
  "members": [
@@ -7993,7 +8381,7 @@
7993
8381
  "__schema": "VariableLikeSchema",
7994
8382
  "location": {
7995
8383
  "filePath": "snapping.main.runtime.ts",
7996
- "line": 992,
8384
+ "line": 1111,
7997
8385
  "character": 5
7998
8386
  },
7999
8387
  "signature": "(property) component: ModelComponent",
@@ -8002,7 +8390,7 @@
8002
8390
  "__schema": "TypeRefSchema",
8003
8391
  "location": {
8004
8392
  "filePath": "snapping.main.runtime.ts",
8005
- "line": 992,
8393
+ "line": 1111,
8006
8394
  "character": 5
8007
8395
  },
8008
8396
  "name": "ModelComponent",
@@ -8014,7 +8402,7 @@
8014
8402
  "__schema": "VariableLikeSchema",
8015
8403
  "location": {
8016
8404
  "filePath": "snapping.main.runtime.ts",
8017
- "line": 993,
8405
+ "line": 1112,
8018
8406
  "character": 5
8019
8407
  },
8020
8408
  "signature": "(property) version: Version",
@@ -8023,7 +8411,7 @@
8023
8411
  "__schema": "TypeRefSchema",
8024
8412
  "location": {
8025
8413
  "filePath": "snapping.main.runtime.ts",
8026
- "line": 993,
8414
+ "line": 1112,
8027
8415
  "character": 14
8028
8416
  },
8029
8417
  "name": "Version"
@@ -8042,7 +8430,7 @@
8042
8430
  "__schema": "FunctionLikeSchema",
8043
8431
  "location": {
8044
8432
  "filePath": "snapping.main.runtime.ts",
8045
- "line": 1031,
8433
+ "line": 1150,
8046
8434
  "character": 3
8047
8435
  },
8048
8436
  "signature": "(method) SnappingMain._addCompFromScopeToObjects(source: ConsumerComponent, lane?: Lane, updateDependentsOnLane?: boolean): Promise<{\n component: ModelComponent;\n version: Version;\n}>",
@@ -8052,7 +8440,7 @@
8052
8440
  "__schema": "ParameterSchema",
8053
8441
  "location": {
8054
8442
  "filePath": "snapping.main.runtime.ts",
8055
- "line": 1032,
8443
+ "line": 1151,
8056
8444
  "character": 5
8057
8445
  },
8058
8446
  "name": "source",
@@ -8060,7 +8448,7 @@
8060
8448
  "__schema": "TypeRefSchema",
8061
8449
  "location": {
8062
8450
  "filePath": "snapping.main.runtime.ts",
8063
- "line": 1032,
8451
+ "line": 1151,
8064
8452
  "character": 13
8065
8453
  },
8066
8454
  "name": "ConsumerComponent"
@@ -8072,7 +8460,7 @@
8072
8460
  "__schema": "ParameterSchema",
8073
8461
  "location": {
8074
8462
  "filePath": "snapping.main.runtime.ts",
8075
- "line": 1033,
8463
+ "line": 1152,
8076
8464
  "character": 5
8077
8465
  },
8078
8466
  "name": "lane",
@@ -8080,7 +8468,7 @@
8080
8468
  "__schema": "TypeRefSchema",
8081
8469
  "location": {
8082
8470
  "filePath": "snapping.main.runtime.ts",
8083
- "line": 1033,
8471
+ "line": 1152,
8084
8472
  "character": 12
8085
8473
  },
8086
8474
  "name": "Lane"
@@ -8092,7 +8480,7 @@
8092
8480
  "__schema": "ParameterSchema",
8093
8481
  "location": {
8094
8482
  "filePath": "snapping.main.runtime.ts",
8095
- "line": 1034,
8483
+ "line": 1153,
8096
8484
  "character": 5
8097
8485
  },
8098
8486
  "name": "updateDependentsOnLane",
@@ -8100,7 +8488,7 @@
8100
8488
  "__schema": "InferenceTypeSchema",
8101
8489
  "location": {
8102
8490
  "filePath": "snapping.main.runtime.ts",
8103
- "line": 1034,
8491
+ "line": 1153,
8104
8492
  "character": 5
8105
8493
  },
8106
8494
  "type": "boolean"
@@ -8114,7 +8502,7 @@
8114
8502
  "__schema": "TypeRefSchema",
8115
8503
  "location": {
8116
8504
  "filePath": "snapping.main.runtime.ts",
8117
- "line": 1035,
8505
+ "line": 1154,
8118
8506
  "character": 6
8119
8507
  },
8120
8508
  "name": "Promise",
@@ -8123,7 +8511,7 @@
8123
8511
  "__schema": "TypeLiteralSchema",
8124
8512
  "location": {
8125
8513
  "filePath": "snapping.main.runtime.ts",
8126
- "line": 1035,
8514
+ "line": 1154,
8127
8515
  "character": 14
8128
8516
  },
8129
8517
  "members": [
@@ -8131,7 +8519,7 @@
8131
8519
  "__schema": "VariableLikeSchema",
8132
8520
  "location": {
8133
8521
  "filePath": "snapping.main.runtime.ts",
8134
- "line": 1036,
8522
+ "line": 1155,
8135
8523
  "character": 5
8136
8524
  },
8137
8525
  "signature": "(property) component: ModelComponent",
@@ -8140,7 +8528,7 @@
8140
8528
  "__schema": "TypeRefSchema",
8141
8529
  "location": {
8142
8530
  "filePath": "snapping.main.runtime.ts",
8143
- "line": 1036,
8531
+ "line": 1155,
8144
8532
  "character": 5
8145
8533
  },
8146
8534
  "name": "ModelComponent",
@@ -8152,7 +8540,7 @@
8152
8540
  "__schema": "VariableLikeSchema",
8153
8541
  "location": {
8154
8542
  "filePath": "snapping.main.runtime.ts",
8155
- "line": 1037,
8543
+ "line": 1156,
8156
8544
  "character": 5
8157
8545
  },
8158
8546
  "signature": "(property) version: Version",
@@ -8161,7 +8549,7 @@
8161
8549
  "__schema": "TypeRefSchema",
8162
8550
  "location": {
8163
8551
  "filePath": "snapping.main.runtime.ts",
8164
- "line": 1037,
8552
+ "line": 1156,
8165
8553
  "character": 14
8166
8554
  },
8167
8555
  "name": "Version"
@@ -8180,7 +8568,7 @@
8180
8568
  "__schema": "FunctionLikeSchema",
8181
8569
  "location": {
8182
8570
  "filePath": "snapping.main.runtime.ts",
8183
- "line": 1061,
8571
+ "line": 1180,
8184
8572
  "character": 3
8185
8573
  },
8186
8574
  "signature": "(method) SnappingMain._enrichComp(consumerComponent: ConsumerComponent, modifiedLog?: Log): Promise<ConsumerComponent>",
@@ -8190,7 +8578,7 @@
8190
8578
  "__schema": "ParameterSchema",
8191
8579
  "location": {
8192
8580
  "filePath": "snapping.main.runtime.ts",
8193
- "line": 1061,
8581
+ "line": 1180,
8194
8582
  "character": 21
8195
8583
  },
8196
8584
  "name": "consumerComponent",
@@ -8198,7 +8586,7 @@
8198
8586
  "__schema": "TypeRefSchema",
8199
8587
  "location": {
8200
8588
  "filePath": "snapping.main.runtime.ts",
8201
- "line": 1061,
8589
+ "line": 1180,
8202
8590
  "character": 40
8203
8591
  },
8204
8592
  "name": "ConsumerComponent"
@@ -8210,7 +8598,7 @@
8210
8598
  "__schema": "ParameterSchema",
8211
8599
  "location": {
8212
8600
  "filePath": "snapping.main.runtime.ts",
8213
- "line": 1061,
8601
+ "line": 1180,
8214
8602
  "character": 59
8215
8603
  },
8216
8604
  "name": "modifiedLog",
@@ -8218,7 +8606,7 @@
8218
8606
  "__schema": "TypeRefSchema",
8219
8607
  "location": {
8220
8608
  "filePath": "snapping.main.runtime.ts",
8221
- "line": 1061,
8609
+ "line": 1180,
8222
8610
  "character": 73
8223
8611
  },
8224
8612
  "name": "Log"
@@ -8231,7 +8619,7 @@
8231
8619
  "__schema": "InferenceTypeSchema",
8232
8620
  "location": {
8233
8621
  "filePath": "snapping.main.runtime.ts",
8234
- "line": 1061,
8622
+ "line": 1180,
8235
8623
  "character": 3
8236
8624
  },
8237
8625
  "type": "Promise<ConsumerComponent>"
@@ -8244,7 +8632,7 @@
8244
8632
  "__schema": "FunctionLikeSchema",
8245
8633
  "location": {
8246
8634
  "filePath": "snapping.main.runtime.ts",
8247
- "line": 1067,
8635
+ "line": 1186,
8248
8636
  "character": 3
8249
8637
  },
8250
8638
  "signature": "(method) SnappingMain._getObjectsToEnrichComp(consumerComponent: ConsumerComponent, modifiedLog?: Log): Promise<BitObject[]>",
@@ -8254,7 +8642,7 @@
8254
8642
  "__schema": "ParameterSchema",
8255
8643
  "location": {
8256
8644
  "filePath": "snapping.main.runtime.ts",
8257
- "line": 1067,
8645
+ "line": 1186,
8258
8646
  "character": 33
8259
8647
  },
8260
8648
  "name": "consumerComponent",
@@ -8262,7 +8650,7 @@
8262
8650
  "__schema": "TypeRefSchema",
8263
8651
  "location": {
8264
8652
  "filePath": "snapping.main.runtime.ts",
8265
- "line": 1067,
8653
+ "line": 1186,
8266
8654
  "character": 52
8267
8655
  },
8268
8656
  "name": "ConsumerComponent"
@@ -8274,7 +8662,7 @@
8274
8662
  "__schema": "ParameterSchema",
8275
8663
  "location": {
8276
8664
  "filePath": "snapping.main.runtime.ts",
8277
- "line": 1067,
8665
+ "line": 1186,
8278
8666
  "character": 71
8279
8667
  },
8280
8668
  "name": "modifiedLog",
@@ -8282,7 +8670,7 @@
8282
8670
  "__schema": "TypeRefSchema",
8283
8671
  "location": {
8284
8672
  "filePath": "snapping.main.runtime.ts",
8285
- "line": 1067,
8673
+ "line": 1186,
8286
8674
  "character": 85
8287
8675
  },
8288
8676
  "name": "Log"
@@ -8295,7 +8683,7 @@
8295
8683
  "__schema": "TypeRefSchema",
8296
8684
  "location": {
8297
8685
  "filePath": "snapping.main.runtime.ts",
8298
- "line": 1067,
8686
+ "line": 1186,
8299
8687
  "character": 91
8300
8688
  },
8301
8689
  "name": "Promise",
@@ -8304,14 +8692,14 @@
8304
8692
  "__schema": "TypeArraySchema",
8305
8693
  "location": {
8306
8694
  "filePath": "snapping.main.runtime.ts",
8307
- "line": 1067,
8695
+ "line": 1186,
8308
8696
  "character": 99
8309
8697
  },
8310
8698
  "type": {
8311
8699
  "__schema": "TypeRefSchema",
8312
8700
  "location": {
8313
8701
  "filePath": "snapping.main.runtime.ts",
8314
- "line": 1067,
8702
+ "line": 1186,
8315
8703
  "character": 99
8316
8704
  },
8317
8705
  "name": "BitObject"
@@ -8327,14 +8715,14 @@
8327
8715
  "__schema": "FunctionLikeSchema",
8328
8716
  "location": {
8329
8717
  "filePath": "snapping.main.runtime.ts",
8330
- "line": 1141,
8718
+ "line": 1260,
8331
8719
  "character": 3
8332
8720
  },
8333
8721
  "doc": {
8334
8722
  "__schema": "DocSchema",
8335
8723
  "location": {
8336
8724
  "filePath": "snapping.main.runtime.ts",
8337
- "line": 1135,
8725
+ "line": 1254,
8338
8726
  "character": 3
8339
8727
  },
8340
8728
  "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 */",
@@ -8348,7 +8736,7 @@
8348
8736
  "__schema": "ParameterSchema",
8349
8737
  "location": {
8350
8738
  "filePath": "snapping.main.runtime.ts",
8351
- "line": 1141,
8739
+ "line": 1260,
8352
8740
  "character": 52
8353
8741
  },
8354
8742
  "name": "compId",
@@ -8356,7 +8744,7 @@
8356
8744
  "__schema": "TypeRefSchema",
8357
8745
  "location": {
8358
8746
  "filePath": "snapping.main.runtime.ts",
8359
- "line": 1141,
8747
+ "line": 1260,
8360
8748
  "character": 60
8361
8749
  },
8362
8750
  "name": "ComponentID"
@@ -8369,7 +8757,7 @@
8369
8757
  "__schema": "TypeRefSchema",
8370
8758
  "location": {
8371
8759
  "filePath": "snapping.main.runtime.ts",
8372
- "line": 1141,
8760
+ "line": 1260,
8373
8761
  "character": 74
8374
8762
  },
8375
8763
  "name": "Promise",
@@ -8378,7 +8766,7 @@
8378
8766
  "__schema": "TypeRefSchema",
8379
8767
  "location": {
8380
8768
  "filePath": "snapping.main.runtime.ts",
8381
- "line": 1141,
8769
+ "line": 1260,
8382
8770
  "character": 82
8383
8771
  },
8384
8772
  "name": "ComponentID"
@@ -8393,7 +8781,7 @@
8393
8781
  "__schema": "FunctionLikeSchema",
8394
8782
  "location": {
8395
8783
  "filePath": "snapping.main.runtime.ts",
8396
- "line": 1179,
8784
+ "line": 1298,
8397
8785
  "character": 3
8398
8786
  },
8399
8787
  "signature": "(method) SnappingMain.updateDependenciesVersionsOfComponent(component: Component, dependencies: ComponentID[], currentBitIds: ComponentID[]): Promise<void>",
@@ -8403,7 +8791,7 @@
8403
8791
  "__schema": "ParameterSchema",
8404
8792
  "location": {
8405
8793
  "filePath": "snapping.main.runtime.ts",
8406
- "line": 1180,
8794
+ "line": 1299,
8407
8795
  "character": 5
8408
8796
  },
8409
8797
  "name": "component",
@@ -8411,7 +8799,7 @@
8411
8799
  "__schema": "TypeRefSchema",
8412
8800
  "location": {
8413
8801
  "filePath": "snapping.main.runtime.ts",
8414
- "line": 1180,
8802
+ "line": 1299,
8415
8803
  "character": 16
8416
8804
  },
8417
8805
  "name": "Component"
@@ -8423,7 +8811,7 @@
8423
8811
  "__schema": "ParameterSchema",
8424
8812
  "location": {
8425
8813
  "filePath": "snapping.main.runtime.ts",
8426
- "line": 1181,
8814
+ "line": 1300,
8427
8815
  "character": 5
8428
8816
  },
8429
8817
  "name": "dependencies",
@@ -8431,14 +8819,14 @@
8431
8819
  "__schema": "TypeArraySchema",
8432
8820
  "location": {
8433
8821
  "filePath": "snapping.main.runtime.ts",
8434
- "line": 1181,
8822
+ "line": 1300,
8435
8823
  "character": 19
8436
8824
  },
8437
8825
  "type": {
8438
8826
  "__schema": "TypeRefSchema",
8439
8827
  "location": {
8440
8828
  "filePath": "snapping.main.runtime.ts",
8441
- "line": 1181,
8829
+ "line": 1300,
8442
8830
  "character": 19
8443
8831
  },
8444
8832
  "name": "ComponentID"
@@ -8451,7 +8839,7 @@
8451
8839
  "__schema": "ParameterSchema",
8452
8840
  "location": {
8453
8841
  "filePath": "snapping.main.runtime.ts",
8454
- "line": 1182,
8842
+ "line": 1301,
8455
8843
  "character": 5
8456
8844
  },
8457
8845
  "name": "currentBitIds",
@@ -8459,14 +8847,14 @@
8459
8847
  "__schema": "TypeArraySchema",
8460
8848
  "location": {
8461
8849
  "filePath": "snapping.main.runtime.ts",
8462
- "line": 1182,
8850
+ "line": 1301,
8463
8851
  "character": 20
8464
8852
  },
8465
8853
  "type": {
8466
8854
  "__schema": "TypeRefSchema",
8467
8855
  "location": {
8468
8856
  "filePath": "snapping.main.runtime.ts",
8469
- "line": 1182,
8857
+ "line": 1301,
8470
8858
  "character": 20
8471
8859
  },
8472
8860
  "name": "ComponentID"
@@ -8480,7 +8868,7 @@
8480
8868
  "__schema": "InferenceTypeSchema",
8481
8869
  "location": {
8482
8870
  "filePath": "snapping.main.runtime.ts",
8483
- "line": 1179,
8871
+ "line": 1298,
8484
8872
  "character": 3
8485
8873
  },
8486
8874
  "type": "Promise<void>"
@@ -8493,14 +8881,14 @@
8493
8881
  "__schema": "FunctionLikeSchema",
8494
8882
  "location": {
8495
8883
  "filePath": "snapping.main.runtime.ts",
8496
- "line": 1212,
8884
+ "line": 1331,
8497
8885
  "character": 3
8498
8886
  },
8499
8887
  "doc": {
8500
8888
  "__schema": "DocSchema",
8501
8889
  "location": {
8502
8890
  "filePath": "snapping.main.runtime.ts",
8503
- "line": 1207,
8891
+ "line": 1326,
8504
8892
  "character": 3
8505
8893
  },
8506
8894
  "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 */",
@@ -8514,7 +8902,7 @@
8514
8902
  "__schema": "ParameterSchema",
8515
8903
  "location": {
8516
8904
  "filePath": "snapping.main.runtime.ts",
8517
- "line": 1212,
8905
+ "line": 1331,
8518
8906
  "character": 47
8519
8907
  },
8520
8908
  "name": "component",
@@ -8522,7 +8910,7 @@
8522
8910
  "__schema": "TypeRefSchema",
8523
8911
  "location": {
8524
8912
  "filePath": "snapping.main.runtime.ts",
8525
- "line": 1212,
8913
+ "line": 1331,
8526
8914
  "character": 58
8527
8915
  },
8528
8916
  "name": "Component"
@@ -8534,7 +8922,7 @@
8534
8922
  "__schema": "ParameterSchema",
8535
8923
  "location": {
8536
8924
  "filePath": "snapping.main.runtime.ts",
8537
- "line": 1212,
8925
+ "line": 1331,
8538
8926
  "character": 69
8539
8927
  },
8540
8928
  "name": "updatedIds",
@@ -8542,14 +8930,14 @@
8542
8930
  "__schema": "TypeArraySchema",
8543
8931
  "location": {
8544
8932
  "filePath": "snapping.main.runtime.ts",
8545
- "line": 1212,
8933
+ "line": 1331,
8546
8934
  "character": 81
8547
8935
  },
8548
8936
  "type": {
8549
8937
  "__schema": "KeywordTypeSchema",
8550
8938
  "location": {
8551
8939
  "filePath": "snapping.main.runtime.ts",
8552
- "line": 1212,
8940
+ "line": 1331,
8553
8941
  "character": 81
8554
8942
  },
8555
8943
  "name": "string"
@@ -8563,7 +8951,7 @@
8563
8951
  "__schema": "InferenceTypeSchema",
8564
8952
  "location": {
8565
8953
  "filePath": "snapping.main.runtime.ts",
8566
- "line": 1212,
8954
+ "line": 1331,
8567
8955
  "character": 3
8568
8956
  },
8569
8957
  "type": "Promise<void>"
@@ -8576,7 +8964,7 @@
8576
8964
  "__schema": "VariableLikeSchema",
8577
8965
  "location": {
8578
8966
  "filePath": "snapping.main.runtime.ts",
8579
- "line": 1331,
8967
+ "line": 1450,
8580
8968
  "character": 3
8581
8969
  },
8582
8970
  "signature": "(property) SnappingMain.slots: never[]",
@@ -8585,7 +8973,7 @@
8585
8973
  "__schema": "InferenceTypeSchema",
8586
8974
  "location": {
8587
8975
  "filePath": "snapping.main.runtime.ts",
8588
- "line": 1331,
8976
+ "line": 1450,
8589
8977
  "character": 3
8590
8978
  },
8591
8979
  "type": "never[]"
@@ -8597,7 +8985,7 @@
8597
8985
  "__schema": "VariableLikeSchema",
8598
8986
  "location": {
8599
8987
  "filePath": "snapping.main.runtime.ts",
8600
- "line": 1332,
8988
+ "line": 1451,
8601
8989
  "character": 3
8602
8990
  },
8603
8991
  "signature": "(property) SnappingMain.dependencies: Aspect[]",
@@ -8606,7 +8994,7 @@
8606
8994
  "__schema": "InferenceTypeSchema",
8607
8995
  "location": {
8608
8996
  "filePath": "snapping.main.runtime.ts",
8609
- "line": 1332,
8997
+ "line": 1451,
8610
8998
  "character": 3
8611
8999
  },
8612
9000
  "type": "Aspect[]"
@@ -8618,7 +9006,7 @@
8618
9006
  "__schema": "VariableLikeSchema",
8619
9007
  "location": {
8620
9008
  "filePath": "snapping.main.runtime.ts",
8621
- "line": 1349,
9009
+ "line": 1468,
8622
9010
  "character": 3
8623
9011
  },
8624
9012
  "signature": "(property) SnappingMain.runtime: RuntimeDefinition",
@@ -8627,7 +9015,7 @@
8627
9015
  "__schema": "InferenceTypeSchema",
8628
9016
  "location": {
8629
9017
  "filePath": "snapping.main.runtime.ts",
8630
- "line": 1349,
9018
+ "line": 1468,
8631
9019
  "character": 3
8632
9020
  },
8633
9021
  "type": "RuntimeDefinition"
@@ -8639,7 +9027,7 @@
8639
9027
  "__schema": "FunctionLikeSchema",
8640
9028
  "location": {
8641
9029
  "filePath": "snapping.main.runtime.ts",
8642
- "line": 1350,
9030
+ "line": 1469,
8643
9031
  "character": 3
8644
9032
  },
8645
9033
  "signature": "(method) SnappingMain.provider([workspace, cli, loggerMain, issues, insights, dependencyResolver, scope, exporter, builder, importer, globalConfig, deps, application, forking, install,]: [\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 ForkingMain,\n InstallMain\n]): Promise<SnappingMain>",
@@ -8649,7 +9037,7 @@
8649
9037
  "__schema": "ParameterSchema",
8650
9038
  "location": {
8651
9039
  "filePath": "snapping.main.runtime.ts",
8652
- "line": 1350,
9040
+ "line": 1469,
8653
9041
  "character": 25
8654
9042
  },
8655
9043
  "name": "[ workspace, cli, loggerMain, issues, insights, dependencyResolver, scope, exporter, builder, importer, globalConfig, deps, application, forking, install ]",
@@ -8657,7 +9045,7 @@
8657
9045
  "__schema": "TupleTypeSchema",
8658
9046
  "location": {
8659
9047
  "filePath": "snapping.main.runtime.ts",
8660
- "line": 1366,
9048
+ "line": 1485,
8661
9049
  "character": 6
8662
9050
  },
8663
9051
  "elements": [
@@ -8665,7 +9053,7 @@
8665
9053
  "__schema": "TypeRefSchema",
8666
9054
  "location": {
8667
9055
  "filePath": "snapping.main.runtime.ts",
8668
- "line": 1367,
9056
+ "line": 1486,
8669
9057
  "character": 5
8670
9058
  },
8671
9059
  "name": "Workspace"
@@ -8674,7 +9062,7 @@
8674
9062
  "__schema": "TypeRefSchema",
8675
9063
  "location": {
8676
9064
  "filePath": "snapping.main.runtime.ts",
8677
- "line": 1368,
9065
+ "line": 1487,
8678
9066
  "character": 5
8679
9067
  },
8680
9068
  "name": "CLIMain"
@@ -8683,7 +9071,7 @@
8683
9071
  "__schema": "TypeRefSchema",
8684
9072
  "location": {
8685
9073
  "filePath": "snapping.main.runtime.ts",
8686
- "line": 1369,
9074
+ "line": 1488,
8687
9075
  "character": 5
8688
9076
  },
8689
9077
  "name": "LoggerMain"
@@ -8692,7 +9080,7 @@
8692
9080
  "__schema": "TypeRefSchema",
8693
9081
  "location": {
8694
9082
  "filePath": "snapping.main.runtime.ts",
8695
- "line": 1370,
9083
+ "line": 1489,
8696
9084
  "character": 5
8697
9085
  },
8698
9086
  "name": "IssuesMain"
@@ -8701,7 +9089,7 @@
8701
9089
  "__schema": "TypeRefSchema",
8702
9090
  "location": {
8703
9091
  "filePath": "snapping.main.runtime.ts",
8704
- "line": 1371,
9092
+ "line": 1490,
8705
9093
  "character": 5
8706
9094
  },
8707
9095
  "name": "InsightsMain"
@@ -8710,7 +9098,7 @@
8710
9098
  "__schema": "TypeRefSchema",
8711
9099
  "location": {
8712
9100
  "filePath": "snapping.main.runtime.ts",
8713
- "line": 1372,
9101
+ "line": 1491,
8714
9102
  "character": 5
8715
9103
  },
8716
9104
  "name": "DependencyResolverMain"
@@ -8719,7 +9107,7 @@
8719
9107
  "__schema": "TypeRefSchema",
8720
9108
  "location": {
8721
9109
  "filePath": "snapping.main.runtime.ts",
8722
- "line": 1373,
9110
+ "line": 1492,
8723
9111
  "character": 5
8724
9112
  },
8725
9113
  "name": "ScopeMain"
@@ -8728,7 +9116,7 @@
8728
9116
  "__schema": "TypeRefSchema",
8729
9117
  "location": {
8730
9118
  "filePath": "snapping.main.runtime.ts",
8731
- "line": 1374,
9119
+ "line": 1493,
8732
9120
  "character": 5
8733
9121
  },
8734
9122
  "name": "ExportMain"
@@ -8737,7 +9125,7 @@
8737
9125
  "__schema": "TypeRefSchema",
8738
9126
  "location": {
8739
9127
  "filePath": "snapping.main.runtime.ts",
8740
- "line": 1375,
9128
+ "line": 1494,
8741
9129
  "character": 5
8742
9130
  },
8743
9131
  "name": "BuilderMain"
@@ -8746,7 +9134,7 @@
8746
9134
  "__schema": "TypeRefSchema",
8747
9135
  "location": {
8748
9136
  "filePath": "snapping.main.runtime.ts",
8749
- "line": 1376,
9137
+ "line": 1495,
8750
9138
  "character": 5
8751
9139
  },
8752
9140
  "name": "ImporterMain"
@@ -8755,7 +9143,7 @@
8755
9143
  "__schema": "TypeRefSchema",
8756
9144
  "location": {
8757
9145
  "filePath": "snapping.main.runtime.ts",
8758
- "line": 1377,
9146
+ "line": 1496,
8759
9147
  "character": 5
8760
9148
  },
8761
9149
  "name": "GlobalConfigMain"
@@ -8764,7 +9152,7 @@
8764
9152
  "__schema": "TypeRefSchema",
8765
9153
  "location": {
8766
9154
  "filePath": "snapping.main.runtime.ts",
8767
- "line": 1378,
9155
+ "line": 1497,
8768
9156
  "character": 5
8769
9157
  },
8770
9158
  "name": "DependenciesMain"
@@ -8773,7 +9161,7 @@
8773
9161
  "__schema": "TypeRefSchema",
8774
9162
  "location": {
8775
9163
  "filePath": "snapping.main.runtime.ts",
8776
- "line": 1379,
9164
+ "line": 1498,
8777
9165
  "character": 5
8778
9166
  },
8779
9167
  "name": "ApplicationMain"
@@ -8782,7 +9170,7 @@
8782
9170
  "__schema": "TypeRefSchema",
8783
9171
  "location": {
8784
9172
  "filePath": "snapping.main.runtime.ts",
8785
- "line": 1380,
9173
+ "line": 1499,
8786
9174
  "character": 5
8787
9175
  },
8788
9176
  "name": "ForkingMain"
@@ -8791,7 +9179,7 @@
8791
9179
  "__schema": "TypeRefSchema",
8792
9180
  "location": {
8793
9181
  "filePath": "snapping.main.runtime.ts",
8794
- "line": 1381,
9182
+ "line": 1500,
8795
9183
  "character": 5
8796
9184
  },
8797
9185
  "name": "InstallMain"
@@ -8806,7 +9194,7 @@
8806
9194
  "__schema": "InferenceTypeSchema",
8807
9195
  "location": {
8808
9196
  "filePath": "snapping.main.runtime.ts",
8809
- "line": 1350,
9197
+ "line": 1469,
8810
9198
  "character": 3
8811
9199
  },
8812
9200
  "type": "Promise<SnappingMain>"
@@ -8824,7 +9212,7 @@
8824
9212
  "__schema": "UnImplementedSchema",
8825
9213
  "location": {
8826
9214
  "filePath": "snapping.main.runtime.ts",
8827
- "line": 1412,
9215
+ "line": 1531,
8828
9216
  "character": 16
8829
9217
  },
8830
9218
  "name": "SnappingMain",
@@ -8836,7 +9224,7 @@
8836
9224
  "__schema": "UnImplementedSchema",
8837
9225
  "location": {
8838
9226
  "filePath": "snapping.main.runtime.ts",
8839
- "line": 1410,
9227
+ "line": 1529,
8840
9228
  "character": 1
8841
9229
  },
8842
9230
  "name": "SnappingAspect.addRuntime(SnappingMain);",
@@ -12015,7 +12403,7 @@
12015
12403
  "componentId": {
12016
12404
  "scope": "teambit.component",
12017
12405
  "name": "snapping",
12018
- "version": "1.0.442"
12406
+ "version": "1.0.444"
12019
12407
  },
12020
12408
  "taggedModuleExports": []
12021
12409
  }