@teambit/snapping 1.0.446 → 1.0.448

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,7 +1400,7 @@
1400
1400
  "line": 384,
1401
1401
  "character": 3
1402
1402
  },
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>",
1403
+ "signature": "(method) SnappingMain.forkAndSnap(snapDataPerCompRaw: SnapDataPerCompRaw[], params: {\n push?: boolean;\n ignoreIssues?: string;\n lane?: string;\n updateDependents?: boolean;\n tag?: boolean;\n} & Partial<BasicTagParams>): Promise<SnapFromScopeResults>",
1404
1404
  "name": "forkAndSnap",
1405
1405
  "params": [
1406
1406
  {
@@ -1534,6 +1534,26 @@
1534
1534
  "name": "boolean"
1535
1535
  },
1536
1536
  "isOptional": true
1537
+ },
1538
+ {
1539
+ "__schema": "VariableLikeSchema",
1540
+ "location": {
1541
+ "filePath": "snapping.main.runtime.ts",
1542
+ "line": 391,
1543
+ "character": 7
1544
+ },
1545
+ "signature": "(property) tag?: boolean | undefined",
1546
+ "name": "tag",
1547
+ "type": {
1548
+ "__schema": "KeywordTypeSchema",
1549
+ "location": {
1550
+ "filePath": "snapping.main.runtime.ts",
1551
+ "line": 391,
1552
+ "character": 13
1553
+ },
1554
+ "name": "boolean"
1555
+ },
1556
+ "isOptional": true
1537
1557
  }
1538
1558
  ]
1539
1559
  },
@@ -1541,7 +1561,7 @@
1541
1561
  "__schema": "TypeRefSchema",
1542
1562
  "location": {
1543
1563
  "filePath": "snapping.main.runtime.ts",
1544
- "line": 391,
1564
+ "line": 392,
1545
1565
  "character": 9
1546
1566
  },
1547
1567
  "name": "Partial",
@@ -1550,7 +1570,7 @@
1550
1570
  "__schema": "TypeRefSchema",
1551
1571
  "location": {
1552
1572
  "filePath": "snapping.main.runtime.ts",
1553
- "line": 391,
1573
+ "line": 392,
1554
1574
  "character": 17
1555
1575
  },
1556
1576
  "name": "BasicTagParams"
@@ -1567,7 +1587,7 @@
1567
1587
  "__schema": "TypeRefSchema",
1568
1588
  "location": {
1569
1589
  "filePath": "snapping.main.runtime.ts",
1570
- "line": 392,
1590
+ "line": 393,
1571
1591
  "character": 6
1572
1592
  },
1573
1593
  "name": "Promise",
@@ -1576,7 +1596,7 @@
1576
1596
  "__schema": "TypeRefSchema",
1577
1597
  "location": {
1578
1598
  "filePath": "snapping.main.runtime.ts",
1579
- "line": 392,
1599
+ "line": 393,
1580
1600
  "character": 14
1581
1601
  },
1582
1602
  "name": "SnapFromScopeResults"
@@ -1591,17 +1611,17 @@
1591
1611
  "__schema": "FunctionLikeSchema",
1592
1612
  "location": {
1593
1613
  "filePath": "snapping.main.runtime.ts",
1594
- "line": 561,
1614
+ "line": 566,
1595
1615
  "character": 3
1596
1616
  },
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>",
1617
+ "signature": "(method) SnappingMain.snapFromScope(snapDataPerCompRaw: SnapDataPerCompRaw[], params: {\n push?: boolean;\n ignoreIssues?: string;\n lane?: string;\n updateDependents?: boolean;\n tag?: boolean;\n} & Partial<BasicTagParams>): Promise<SnapFromScopeResults>",
1598
1618
  "name": "snapFromScope",
1599
1619
  "params": [
1600
1620
  {
1601
1621
  "__schema": "ParameterSchema",
1602
1622
  "location": {
1603
1623
  "filePath": "snapping.main.runtime.ts",
1604
- "line": 562,
1624
+ "line": 567,
1605
1625
  "character": 5
1606
1626
  },
1607
1627
  "name": "snapDataPerCompRaw",
@@ -1609,14 +1629,14 @@
1609
1629
  "__schema": "TypeArraySchema",
1610
1630
  "location": {
1611
1631
  "filePath": "snapping.main.runtime.ts",
1612
- "line": 562,
1632
+ "line": 567,
1613
1633
  "character": 25
1614
1634
  },
1615
1635
  "type": {
1616
1636
  "__schema": "TypeRefSchema",
1617
1637
  "location": {
1618
1638
  "filePath": "snapping.main.runtime.ts",
1619
- "line": 562,
1639
+ "line": 567,
1620
1640
  "character": 25
1621
1641
  },
1622
1642
  "name": "SnapDataPerCompRaw"
@@ -1629,7 +1649,7 @@
1629
1649
  "__schema": "ParameterSchema",
1630
1650
  "location": {
1631
1651
  "filePath": "snapping.main.runtime.ts",
1632
- "line": 563,
1652
+ "line": 568,
1633
1653
  "character": 5
1634
1654
  },
1635
1655
  "name": "params",
@@ -1637,7 +1657,7 @@
1637
1657
  "__schema": "TypeIntersectionSchema",
1638
1658
  "location": {
1639
1659
  "filePath": "snapping.main.runtime.ts",
1640
- "line": 563,
1660
+ "line": 568,
1641
1661
  "character": 13
1642
1662
  },
1643
1663
  "types": [
@@ -1645,7 +1665,7 @@
1645
1665
  "__schema": "TypeLiteralSchema",
1646
1666
  "location": {
1647
1667
  "filePath": "snapping.main.runtime.ts",
1648
- "line": 563,
1668
+ "line": 568,
1649
1669
  "character": 13
1650
1670
  },
1651
1671
  "members": [
@@ -1653,7 +1673,7 @@
1653
1673
  "__schema": "VariableLikeSchema",
1654
1674
  "location": {
1655
1675
  "filePath": "snapping.main.runtime.ts",
1656
- "line": 564,
1676
+ "line": 569,
1657
1677
  "character": 7
1658
1678
  },
1659
1679
  "signature": "(property) push?: boolean | undefined",
@@ -1662,7 +1682,7 @@
1662
1682
  "__schema": "KeywordTypeSchema",
1663
1683
  "location": {
1664
1684
  "filePath": "snapping.main.runtime.ts",
1665
- "line": 564,
1685
+ "line": 569,
1666
1686
  "character": 14
1667
1687
  },
1668
1688
  "name": "boolean"
@@ -1673,7 +1693,7 @@
1673
1693
  "__schema": "VariableLikeSchema",
1674
1694
  "location": {
1675
1695
  "filePath": "snapping.main.runtime.ts",
1676
- "line": 565,
1696
+ "line": 570,
1677
1697
  "character": 7
1678
1698
  },
1679
1699
  "signature": "(property) ignoreIssues?: string | undefined",
@@ -1682,7 +1702,7 @@
1682
1702
  "__schema": "KeywordTypeSchema",
1683
1703
  "location": {
1684
1704
  "filePath": "snapping.main.runtime.ts",
1685
- "line": 565,
1705
+ "line": 570,
1686
1706
  "character": 22
1687
1707
  },
1688
1708
  "name": "string"
@@ -1693,7 +1713,7 @@
1693
1713
  "__schema": "VariableLikeSchema",
1694
1714
  "location": {
1695
1715
  "filePath": "snapping.main.runtime.ts",
1696
- "line": 566,
1716
+ "line": 571,
1697
1717
  "character": 7
1698
1718
  },
1699
1719
  "signature": "(property) lane?: string | undefined",
@@ -1702,7 +1722,7 @@
1702
1722
  "__schema": "KeywordTypeSchema",
1703
1723
  "location": {
1704
1724
  "filePath": "snapping.main.runtime.ts",
1705
- "line": 566,
1725
+ "line": 571,
1706
1726
  "character": 14
1707
1727
  },
1708
1728
  "name": "string"
@@ -1713,7 +1733,7 @@
1713
1733
  "__schema": "VariableLikeSchema",
1714
1734
  "location": {
1715
1735
  "filePath": "snapping.main.runtime.ts",
1716
- "line": 567,
1736
+ "line": 572,
1717
1737
  "character": 7
1718
1738
  },
1719
1739
  "signature": "(property) updateDependents?: boolean | undefined",
@@ -1722,12 +1742,32 @@
1722
1742
  "__schema": "KeywordTypeSchema",
1723
1743
  "location": {
1724
1744
  "filePath": "snapping.main.runtime.ts",
1725
- "line": 567,
1745
+ "line": 572,
1726
1746
  "character": 26
1727
1747
  },
1728
1748
  "name": "boolean"
1729
1749
  },
1730
1750
  "isOptional": true
1751
+ },
1752
+ {
1753
+ "__schema": "VariableLikeSchema",
1754
+ "location": {
1755
+ "filePath": "snapping.main.runtime.ts",
1756
+ "line": 573,
1757
+ "character": 7
1758
+ },
1759
+ "signature": "(property) tag?: boolean | undefined",
1760
+ "name": "tag",
1761
+ "type": {
1762
+ "__schema": "KeywordTypeSchema",
1763
+ "location": {
1764
+ "filePath": "snapping.main.runtime.ts",
1765
+ "line": 573,
1766
+ "character": 13
1767
+ },
1768
+ "name": "boolean"
1769
+ },
1770
+ "isOptional": true
1731
1771
  }
1732
1772
  ]
1733
1773
  },
@@ -1735,7 +1775,7 @@
1735
1775
  "__schema": "TypeRefSchema",
1736
1776
  "location": {
1737
1777
  "filePath": "snapping.main.runtime.ts",
1738
- "line": 568,
1778
+ "line": 574,
1739
1779
  "character": 9
1740
1780
  },
1741
1781
  "name": "Partial",
@@ -1744,7 +1784,7 @@
1744
1784
  "__schema": "TypeRefSchema",
1745
1785
  "location": {
1746
1786
  "filePath": "snapping.main.runtime.ts",
1747
- "line": 568,
1787
+ "line": 574,
1748
1788
  "character": 17
1749
1789
  },
1750
1790
  "name": "BasicTagParams"
@@ -1761,7 +1801,7 @@
1761
1801
  "__schema": "TypeRefSchema",
1762
1802
  "location": {
1763
1803
  "filePath": "snapping.main.runtime.ts",
1764
- "line": 569,
1804
+ "line": 575,
1765
1805
  "character": 6
1766
1806
  },
1767
1807
  "name": "Promise",
@@ -1770,7 +1810,7 @@
1770
1810
  "__schema": "TypeRefSchema",
1771
1811
  "location": {
1772
1812
  "filePath": "snapping.main.runtime.ts",
1773
- "line": 569,
1813
+ "line": 575,
1774
1814
  "character": 14
1775
1815
  },
1776
1816
  "name": "SnapFromScopeResults"
@@ -1785,14 +1825,14 @@
1785
1825
  "__schema": "FunctionLikeSchema",
1786
1826
  "location": {
1787
1827
  "filePath": "snapping.main.runtime.ts",
1788
- "line": 735,
1828
+ "line": 744,
1789
1829
  "character": 3
1790
1830
  },
1791
1831
  "doc": {
1792
1832
  "__schema": "DocSchema",
1793
1833
  "location": {
1794
1834
  "filePath": "snapping.main.runtime.ts",
1795
- "line": 731,
1835
+ "line": 740,
1796
1836
  "character": 3
1797
1837
  },
1798
1838
  "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 */",
@@ -1806,7 +1846,7 @@
1806
1846
  "__schema": "ParameterSchema",
1807
1847
  "location": {
1808
1848
  "filePath": "snapping.main.runtime.ts",
1809
- "line": 735,
1849
+ "line": 744,
1810
1850
  "character": 14
1811
1851
  },
1812
1852
  "name": "{ pattern, legacyBitIds, unmerged, editor, message = '', ignoreIssues, skipTests = false, skipTasks, skipAutoSnap = false, build, disableTagAndSnapPipelines = false, ignoreBuildErrors = false, rebuildDepsGraph, unmodified = false, exitOnFirstFailedTask = false }",
@@ -1814,7 +1854,7 @@
1814
1854
  "__schema": "TypeIntersectionSchema",
1815
1855
  "location": {
1816
1856
  "filePath": "snapping.main.runtime.ts",
1817
- "line": 751,
1857
+ "line": 760,
1818
1858
  "character": 6
1819
1859
  },
1820
1860
  "types": [
@@ -1822,7 +1862,7 @@
1822
1862
  "__schema": "TypeRefSchema",
1823
1863
  "location": {
1824
1864
  "filePath": "snapping.main.runtime.ts",
1825
- "line": 751,
1865
+ "line": 760,
1826
1866
  "character": 6
1827
1867
  },
1828
1868
  "name": "Partial",
@@ -1831,7 +1871,7 @@
1831
1871
  "__schema": "TypeRefSchema",
1832
1872
  "location": {
1833
1873
  "filePath": "snapping.main.runtime.ts",
1834
- "line": 751,
1874
+ "line": 760,
1835
1875
  "character": 14
1836
1876
  },
1837
1877
  "name": "BasicTagSnapParams"
@@ -1842,7 +1882,7 @@
1842
1882
  "__schema": "TypeLiteralSchema",
1843
1883
  "location": {
1844
1884
  "filePath": "snapping.main.runtime.ts",
1845
- "line": 751,
1885
+ "line": 760,
1846
1886
  "character": 36
1847
1887
  },
1848
1888
  "members": [
@@ -1850,7 +1890,7 @@
1850
1890
  "__schema": "VariableLikeSchema",
1851
1891
  "location": {
1852
1892
  "filePath": "snapping.main.runtime.ts",
1853
- "line": 752,
1893
+ "line": 761,
1854
1894
  "character": 5
1855
1895
  },
1856
1896
  "signature": "(property) pattern?: string | undefined",
@@ -1859,7 +1899,7 @@
1859
1899
  "__schema": "KeywordTypeSchema",
1860
1900
  "location": {
1861
1901
  "filePath": "snapping.main.runtime.ts",
1862
- "line": 752,
1902
+ "line": 761,
1863
1903
  "character": 15
1864
1904
  },
1865
1905
  "name": "string"
@@ -1870,7 +1910,7 @@
1870
1910
  "__schema": "VariableLikeSchema",
1871
1911
  "location": {
1872
1912
  "filePath": "snapping.main.runtime.ts",
1873
- "line": 753,
1913
+ "line": 762,
1874
1914
  "character": 5
1875
1915
  },
1876
1916
  "signature": "(property) legacyBitIds?: ComponentIdList | undefined",
@@ -1879,7 +1919,7 @@
1879
1919
  "__schema": "TypeRefSchema",
1880
1920
  "location": {
1881
1921
  "filePath": "snapping.main.runtime.ts",
1882
- "line": 753,
1922
+ "line": 762,
1883
1923
  "character": 20
1884
1924
  },
1885
1925
  "name": "ComponentIdList"
@@ -1890,7 +1930,7 @@
1890
1930
  "__schema": "VariableLikeSchema",
1891
1931
  "location": {
1892
1932
  "filePath": "snapping.main.runtime.ts",
1893
- "line": 754,
1933
+ "line": 763,
1894
1934
  "character": 5
1895
1935
  },
1896
1936
  "signature": "(property) unmerged?: boolean | undefined",
@@ -1899,7 +1939,7 @@
1899
1939
  "__schema": "KeywordTypeSchema",
1900
1940
  "location": {
1901
1941
  "filePath": "snapping.main.runtime.ts",
1902
- "line": 754,
1942
+ "line": 763,
1903
1943
  "character": 16
1904
1944
  },
1905
1945
  "name": "boolean"
@@ -1910,7 +1950,7 @@
1910
1950
  "__schema": "VariableLikeSchema",
1911
1951
  "location": {
1912
1952
  "filePath": "snapping.main.runtime.ts",
1913
- "line": 755,
1953
+ "line": 764,
1914
1954
  "character": 5
1915
1955
  },
1916
1956
  "signature": "(property) editor?: string | undefined",
@@ -1919,7 +1959,7 @@
1919
1959
  "__schema": "KeywordTypeSchema",
1920
1960
  "location": {
1921
1961
  "filePath": "snapping.main.runtime.ts",
1922
- "line": 755,
1962
+ "line": 764,
1923
1963
  "character": 14
1924
1964
  },
1925
1965
  "name": "string"
@@ -1930,7 +1970,7 @@
1930
1970
  "__schema": "VariableLikeSchema",
1931
1971
  "location": {
1932
1972
  "filePath": "snapping.main.runtime.ts",
1933
- "line": 756,
1973
+ "line": 765,
1934
1974
  "character": 5
1935
1975
  },
1936
1976
  "signature": "(property) ignoreIssues?: string | undefined",
@@ -1939,7 +1979,7 @@
1939
1979
  "__schema": "KeywordTypeSchema",
1940
1980
  "location": {
1941
1981
  "filePath": "snapping.main.runtime.ts",
1942
- "line": 756,
1982
+ "line": 765,
1943
1983
  "character": 20
1944
1984
  },
1945
1985
  "name": "string"
@@ -1950,7 +1990,7 @@
1950
1990
  "__schema": "VariableLikeSchema",
1951
1991
  "location": {
1952
1992
  "filePath": "snapping.main.runtime.ts",
1953
- "line": 757,
1993
+ "line": 766,
1954
1994
  "character": 5
1955
1995
  },
1956
1996
  "signature": "(property) skipAutoSnap?: boolean | undefined",
@@ -1959,7 +1999,7 @@
1959
1999
  "__schema": "KeywordTypeSchema",
1960
2000
  "location": {
1961
2001
  "filePath": "snapping.main.runtime.ts",
1962
- "line": 757,
2002
+ "line": 766,
1963
2003
  "character": 20
1964
2004
  },
1965
2005
  "name": "boolean"
@@ -1970,7 +2010,7 @@
1970
2010
  "__schema": "VariableLikeSchema",
1971
2011
  "location": {
1972
2012
  "filePath": "snapping.main.runtime.ts",
1973
- "line": 758,
2013
+ "line": 767,
1974
2014
  "character": 5
1975
2015
  },
1976
2016
  "signature": "(property) disableTagAndSnapPipelines?: boolean | undefined",
@@ -1979,7 +2019,7 @@
1979
2019
  "__schema": "KeywordTypeSchema",
1980
2020
  "location": {
1981
2021
  "filePath": "snapping.main.runtime.ts",
1982
- "line": 758,
2022
+ "line": 767,
1983
2023
  "character": 34
1984
2024
  },
1985
2025
  "name": "boolean"
@@ -1990,7 +2030,7 @@
1990
2030
  "__schema": "VariableLikeSchema",
1991
2031
  "location": {
1992
2032
  "filePath": "snapping.main.runtime.ts",
1993
- "line": 759,
2033
+ "line": 768,
1994
2034
  "character": 5
1995
2035
  },
1996
2036
  "signature": "(property) unmodified?: boolean | undefined",
@@ -1999,7 +2039,7 @@
1999
2039
  "__schema": "KeywordTypeSchema",
2000
2040
  "location": {
2001
2041
  "filePath": "snapping.main.runtime.ts",
2002
- "line": 759,
2042
+ "line": 768,
2003
2043
  "character": 18
2004
2044
  },
2005
2045
  "name": "boolean"
@@ -2010,7 +2050,7 @@
2010
2050
  "__schema": "VariableLikeSchema",
2011
2051
  "location": {
2012
2052
  "filePath": "snapping.main.runtime.ts",
2013
- "line": 760,
2053
+ "line": 769,
2014
2054
  "character": 5
2015
2055
  },
2016
2056
  "signature": "(property) exitOnFirstFailedTask?: boolean | undefined",
@@ -2019,7 +2059,7 @@
2019
2059
  "__schema": "KeywordTypeSchema",
2020
2060
  "location": {
2021
2061
  "filePath": "snapping.main.runtime.ts",
2022
- "line": 760,
2062
+ "line": 769,
2023
2063
  "character": 29
2024
2064
  },
2025
2065
  "name": "boolean"
@@ -2036,7 +2076,7 @@
2036
2076
  "__schema": "VariableLikeSchema",
2037
2077
  "location": {
2038
2078
  "filePath": "snapping.main.runtime.ts",
2039
- "line": 752,
2079
+ "line": 761,
2040
2080
  "character": 5
2041
2081
  },
2042
2082
  "signature": "(property) pattern?: string | undefined",
@@ -2045,7 +2085,7 @@
2045
2085
  "__schema": "KeywordTypeSchema",
2046
2086
  "location": {
2047
2087
  "filePath": "snapping.main.runtime.ts",
2048
- "line": 752,
2088
+ "line": 761,
2049
2089
  "character": 15
2050
2090
  },
2051
2091
  "name": "string"
@@ -2056,7 +2096,7 @@
2056
2096
  "__schema": "VariableLikeSchema",
2057
2097
  "location": {
2058
2098
  "filePath": "snapping.main.runtime.ts",
2059
- "line": 753,
2099
+ "line": 762,
2060
2100
  "character": 5
2061
2101
  },
2062
2102
  "signature": "(property) legacyBitIds?: ComponentIdList | undefined",
@@ -2065,7 +2105,7 @@
2065
2105
  "__schema": "TypeRefSchema",
2066
2106
  "location": {
2067
2107
  "filePath": "snapping.main.runtime.ts",
2068
- "line": 753,
2108
+ "line": 762,
2069
2109
  "character": 20
2070
2110
  },
2071
2111
  "name": "ComponentIdList"
@@ -2076,7 +2116,7 @@
2076
2116
  "__schema": "VariableLikeSchema",
2077
2117
  "location": {
2078
2118
  "filePath": "snapping.main.runtime.ts",
2079
- "line": 754,
2119
+ "line": 763,
2080
2120
  "character": 5
2081
2121
  },
2082
2122
  "signature": "(property) unmerged?: boolean | undefined",
@@ -2085,7 +2125,7 @@
2085
2125
  "__schema": "KeywordTypeSchema",
2086
2126
  "location": {
2087
2127
  "filePath": "snapping.main.runtime.ts",
2088
- "line": 754,
2128
+ "line": 763,
2089
2129
  "character": 16
2090
2130
  },
2091
2131
  "name": "boolean"
@@ -2096,7 +2136,7 @@
2096
2136
  "__schema": "VariableLikeSchema",
2097
2137
  "location": {
2098
2138
  "filePath": "snapping.main.runtime.ts",
2099
- "line": 755,
2139
+ "line": 764,
2100
2140
  "character": 5
2101
2141
  },
2102
2142
  "signature": "(property) editor?: string | undefined",
@@ -2105,7 +2145,7 @@
2105
2145
  "__schema": "KeywordTypeSchema",
2106
2146
  "location": {
2107
2147
  "filePath": "snapping.main.runtime.ts",
2108
- "line": 755,
2148
+ "line": 764,
2109
2149
  "character": 14
2110
2150
  },
2111
2151
  "name": "string"
@@ -2116,7 +2156,7 @@
2116
2156
  "__schema": "InferenceTypeSchema",
2117
2157
  "location": {
2118
2158
  "filePath": "snapping.main.runtime.ts",
2119
- "line": 740,
2159
+ "line": 749,
2120
2160
  "character": 5
2121
2161
  },
2122
2162
  "name": "message",
@@ -2128,7 +2168,7 @@
2128
2168
  "__schema": "VariableLikeSchema",
2129
2169
  "location": {
2130
2170
  "filePath": "snapping.main.runtime.ts",
2131
- "line": 756,
2171
+ "line": 765,
2132
2172
  "character": 5
2133
2173
  },
2134
2174
  "signature": "(property) ignoreIssues?: string | undefined",
@@ -2137,7 +2177,7 @@
2137
2177
  "__schema": "KeywordTypeSchema",
2138
2178
  "location": {
2139
2179
  "filePath": "snapping.main.runtime.ts",
2140
- "line": 756,
2180
+ "line": 765,
2141
2181
  "character": 20
2142
2182
  },
2143
2183
  "name": "string"
@@ -2148,7 +2188,7 @@
2148
2188
  "__schema": "InferenceTypeSchema",
2149
2189
  "location": {
2150
2190
  "filePath": "snapping.main.runtime.ts",
2151
- "line": 742,
2191
+ "line": 751,
2152
2192
  "character": 5
2153
2193
  },
2154
2194
  "name": "skipTests",
@@ -2160,7 +2200,7 @@
2160
2200
  "__schema": "InferenceTypeSchema",
2161
2201
  "location": {
2162
2202
  "filePath": "snapping.main.runtime.ts",
2163
- "line": 743,
2203
+ "line": 752,
2164
2204
  "character": 5
2165
2205
  },
2166
2206
  "name": "skipTasks",
@@ -2171,7 +2211,7 @@
2171
2211
  "__schema": "VariableLikeSchema",
2172
2212
  "location": {
2173
2213
  "filePath": "snapping.main.runtime.ts",
2174
- "line": 757,
2214
+ "line": 766,
2175
2215
  "character": 5
2176
2216
  },
2177
2217
  "signature": "(property) skipAutoSnap?: boolean | undefined",
@@ -2180,7 +2220,7 @@
2180
2220
  "__schema": "KeywordTypeSchema",
2181
2221
  "location": {
2182
2222
  "filePath": "snapping.main.runtime.ts",
2183
- "line": 757,
2223
+ "line": 766,
2184
2224
  "character": 20
2185
2225
  },
2186
2226
  "name": "boolean"
@@ -2191,7 +2231,7 @@
2191
2231
  "__schema": "InferenceTypeSchema",
2192
2232
  "location": {
2193
2233
  "filePath": "snapping.main.runtime.ts",
2194
- "line": 745,
2234
+ "line": 754,
2195
2235
  "character": 5
2196
2236
  },
2197
2237
  "name": "build",
@@ -2202,7 +2242,7 @@
2202
2242
  "__schema": "VariableLikeSchema",
2203
2243
  "location": {
2204
2244
  "filePath": "snapping.main.runtime.ts",
2205
- "line": 758,
2245
+ "line": 767,
2206
2246
  "character": 5
2207
2247
  },
2208
2248
  "signature": "(property) disableTagAndSnapPipelines?: boolean | undefined",
@@ -2211,7 +2251,7 @@
2211
2251
  "__schema": "KeywordTypeSchema",
2212
2252
  "location": {
2213
2253
  "filePath": "snapping.main.runtime.ts",
2214
- "line": 758,
2254
+ "line": 767,
2215
2255
  "character": 34
2216
2256
  },
2217
2257
  "name": "boolean"
@@ -2222,7 +2262,7 @@
2222
2262
  "__schema": "InferenceTypeSchema",
2223
2263
  "location": {
2224
2264
  "filePath": "snapping.main.runtime.ts",
2225
- "line": 747,
2265
+ "line": 756,
2226
2266
  "character": 5
2227
2267
  },
2228
2268
  "name": "ignoreBuildErrors",
@@ -2234,7 +2274,7 @@
2234
2274
  "__schema": "InferenceTypeSchema",
2235
2275
  "location": {
2236
2276
  "filePath": "snapping.main.runtime.ts",
2237
- "line": 748,
2277
+ "line": 757,
2238
2278
  "character": 5
2239
2279
  },
2240
2280
  "name": "rebuildDepsGraph",
@@ -2245,7 +2285,7 @@
2245
2285
  "__schema": "VariableLikeSchema",
2246
2286
  "location": {
2247
2287
  "filePath": "snapping.main.runtime.ts",
2248
- "line": 759,
2288
+ "line": 768,
2249
2289
  "character": 5
2250
2290
  },
2251
2291
  "signature": "(property) unmodified?: boolean | undefined",
@@ -2254,7 +2294,7 @@
2254
2294
  "__schema": "KeywordTypeSchema",
2255
2295
  "location": {
2256
2296
  "filePath": "snapping.main.runtime.ts",
2257
- "line": 759,
2297
+ "line": 768,
2258
2298
  "character": 18
2259
2299
  },
2260
2300
  "name": "boolean"
@@ -2265,7 +2305,7 @@
2265
2305
  "__schema": "VariableLikeSchema",
2266
2306
  "location": {
2267
2307
  "filePath": "snapping.main.runtime.ts",
2268
- "line": 760,
2308
+ "line": 769,
2269
2309
  "character": 5
2270
2310
  },
2271
2311
  "signature": "(property) exitOnFirstFailedTask?: boolean | undefined",
@@ -2274,7 +2314,7 @@
2274
2314
  "__schema": "KeywordTypeSchema",
2275
2315
  "location": {
2276
2316
  "filePath": "snapping.main.runtime.ts",
2277
- "line": 760,
2317
+ "line": 769,
2278
2318
  "character": 29
2279
2319
  },
2280
2320
  "name": "boolean"
@@ -2289,7 +2329,7 @@
2289
2329
  "__schema": "TypeRefSchema",
2290
2330
  "location": {
2291
2331
  "filePath": "snapping.main.runtime.ts",
2292
- "line": 761,
2332
+ "line": 770,
2293
2333
  "character": 7
2294
2334
  },
2295
2335
  "name": "Promise",
@@ -2298,7 +2338,7 @@
2298
2338
  "__schema": "TypeUnionSchema",
2299
2339
  "location": {
2300
2340
  "filePath": "snapping.main.runtime.ts",
2301
- "line": 761,
2341
+ "line": 770,
2302
2342
  "character": 15
2303
2343
  },
2304
2344
  "types": [
@@ -2306,7 +2346,7 @@
2306
2346
  "__schema": "TypeRefSchema",
2307
2347
  "location": {
2308
2348
  "filePath": "snapping.main.runtime.ts",
2309
- "line": 761,
2349
+ "line": 770,
2310
2350
  "character": 15
2311
2351
  },
2312
2352
  "name": "SnapResults"
@@ -2315,7 +2355,7 @@
2315
2355
  "__schema": "LiteralTypeSchema",
2316
2356
  "location": {
2317
2357
  "filePath": "snapping.main.runtime.ts",
2318
- "line": 761,
2358
+ "line": 770,
2319
2359
  "character": 29
2320
2360
  },
2321
2361
  "name": "null"
@@ -2332,14 +2372,14 @@
2332
2372
  "__schema": "FunctionLikeSchema",
2333
2373
  "location": {
2334
2374
  "filePath": "snapping.main.runtime.ts",
2335
- "line": 852,
2375
+ "line": 861,
2336
2376
  "character": 3
2337
2377
  },
2338
2378
  "doc": {
2339
2379
  "__schema": "DocSchema",
2340
2380
  "location": {
2341
2381
  "filePath": "snapping.main.runtime.ts",
2342
- "line": 848,
2382
+ "line": 857,
2343
2383
  "character": 3
2344
2384
  },
2345
2385
  "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 */",
@@ -2353,7 +2393,7 @@
2353
2393
  "__schema": "ParameterSchema",
2354
2394
  "location": {
2355
2395
  "filePath": "snapping.main.runtime.ts",
2356
- "line": 853,
2396
+ "line": 862,
2357
2397
  "character": 5
2358
2398
  },
2359
2399
  "name": "componentPattern",
@@ -2361,7 +2401,7 @@
2361
2401
  "__schema": "KeywordTypeSchema",
2362
2402
  "location": {
2363
2403
  "filePath": "snapping.main.runtime.ts",
2364
- "line": 853,
2404
+ "line": 862,
2365
2405
  "character": 24
2366
2406
  },
2367
2407
  "name": "string"
@@ -2373,7 +2413,7 @@
2373
2413
  "__schema": "ParameterSchema",
2374
2414
  "location": {
2375
2415
  "filePath": "snapping.main.runtime.ts",
2376
- "line": 854,
2416
+ "line": 863,
2377
2417
  "character": 5
2378
2418
  },
2379
2419
  "name": "head",
@@ -2381,7 +2421,7 @@
2381
2421
  "__schema": "KeywordTypeSchema",
2382
2422
  "location": {
2383
2423
  "filePath": "snapping.main.runtime.ts",
2384
- "line": 854,
2424
+ "line": 863,
2385
2425
  "character": 12
2386
2426
  },
2387
2427
  "name": "boolean"
@@ -2393,7 +2433,7 @@
2393
2433
  "__schema": "ParameterSchema",
2394
2434
  "location": {
2395
2435
  "filePath": "snapping.main.runtime.ts",
2396
- "line": 855,
2436
+ "line": 864,
2397
2437
  "character": 5
2398
2438
  },
2399
2439
  "name": "force",
@@ -2401,7 +2441,7 @@
2401
2441
  "__schema": "InferenceTypeSchema",
2402
2442
  "location": {
2403
2443
  "filePath": "snapping.main.runtime.ts",
2404
- "line": 855,
2444
+ "line": 864,
2405
2445
  "character": 5
2406
2446
  },
2407
2447
  "type": "boolean"
@@ -2414,7 +2454,7 @@
2414
2454
  "__schema": "ParameterSchema",
2415
2455
  "location": {
2416
2456
  "filePath": "snapping.main.runtime.ts",
2417
- "line": 856,
2457
+ "line": 865,
2418
2458
  "character": 5
2419
2459
  },
2420
2460
  "name": "soft",
@@ -2422,7 +2462,7 @@
2422
2462
  "__schema": "InferenceTypeSchema",
2423
2463
  "location": {
2424
2464
  "filePath": "snapping.main.runtime.ts",
2425
- "line": 856,
2465
+ "line": 865,
2426
2466
  "character": 5
2427
2467
  },
2428
2468
  "type": "boolean"
@@ -2436,7 +2476,7 @@
2436
2476
  "__schema": "TypeRefSchema",
2437
2477
  "location": {
2438
2478
  "filePath": "snapping.main.runtime.ts",
2439
- "line": 857,
2479
+ "line": 866,
2440
2480
  "character": 6
2441
2481
  },
2442
2482
  "name": "Promise",
@@ -2445,7 +2485,7 @@
2445
2485
  "__schema": "TypeLiteralSchema",
2446
2486
  "location": {
2447
2487
  "filePath": "snapping.main.runtime.ts",
2448
- "line": 857,
2488
+ "line": 866,
2449
2489
  "character": 14
2450
2490
  },
2451
2491
  "members": [
@@ -2453,7 +2493,7 @@
2453
2493
  "__schema": "VariableLikeSchema",
2454
2494
  "location": {
2455
2495
  "filePath": "snapping.main.runtime.ts",
2456
- "line": 857,
2496
+ "line": 866,
2457
2497
  "character": 16
2458
2498
  },
2459
2499
  "signature": "(property) results: untagResult[]",
@@ -2462,14 +2502,14 @@
2462
2502
  "__schema": "TypeArraySchema",
2463
2503
  "location": {
2464
2504
  "filePath": "snapping.main.runtime.ts",
2465
- "line": 857,
2505
+ "line": 866,
2466
2506
  "character": 25
2467
2507
  },
2468
2508
  "type": {
2469
2509
  "__schema": "TypeRefSchema",
2470
2510
  "location": {
2471
2511
  "filePath": "snapping.main.runtime.ts",
2472
- "line": 857,
2512
+ "line": 866,
2473
2513
  "character": 25
2474
2514
  },
2475
2515
  "name": "untagResult"
@@ -2481,7 +2521,7 @@
2481
2521
  "__schema": "VariableLikeSchema",
2482
2522
  "location": {
2483
2523
  "filePath": "snapping.main.runtime.ts",
2484
- "line": 857,
2524
+ "line": 866,
2485
2525
  "character": 40
2486
2526
  },
2487
2527
  "signature": "(property) isSoftUntag: boolean",
@@ -2490,7 +2530,7 @@
2490
2530
  "__schema": "KeywordTypeSchema",
2491
2531
  "location": {
2492
2532
  "filePath": "snapping.main.runtime.ts",
2493
- "line": 857,
2533
+ "line": 866,
2494
2534
  "character": 53
2495
2535
  },
2496
2536
  "name": "boolean"
@@ -2509,7 +2549,7 @@
2509
2549
  "__schema": "FunctionLikeSchema",
2510
2550
  "location": {
2511
2551
  "filePath": "snapping.main.runtime.ts",
2512
- "line": 904,
2552
+ "line": 913,
2513
2553
  "character": 3
2514
2554
  },
2515
2555
  "signature": "(method) SnappingMain.resetNeverExported(): Promise<ComponentID[]>",
@@ -2519,7 +2559,7 @@
2519
2559
  "__schema": "TypeRefSchema",
2520
2560
  "location": {
2521
2561
  "filePath": "snapping.main.runtime.ts",
2522
- "line": 904,
2562
+ "line": 913,
2523
2563
  "character": 31
2524
2564
  },
2525
2565
  "name": "Promise",
@@ -2528,14 +2568,14 @@
2528
2568
  "__schema": "TypeArraySchema",
2529
2569
  "location": {
2530
2570
  "filePath": "snapping.main.runtime.ts",
2531
- "line": 904,
2571
+ "line": 913,
2532
2572
  "character": 39
2533
2573
  },
2534
2574
  "type": {
2535
2575
  "__schema": "TypeRefSchema",
2536
2576
  "location": {
2537
2577
  "filePath": "snapping.main.runtime.ts",
2538
- "line": 904,
2578
+ "line": 913,
2539
2579
  "character": 39
2540
2580
  },
2541
2581
  "name": "ComponentID"
@@ -2551,7 +2591,7 @@
2551
2591
  "__schema": "FunctionLikeSchema",
2552
2592
  "location": {
2553
2593
  "filePath": "snapping.main.runtime.ts",
2554
- "line": 913,
2594
+ "line": 922,
2555
2595
  "character": 3
2556
2596
  },
2557
2597
  "signature": "(method) SnappingMain._addFlattenedDependenciesToComponents(components: ConsumerComponent[], rebuildDepsGraph?: boolean): Promise<void>",
@@ -2561,7 +2601,7 @@
2561
2601
  "__schema": "ParameterSchema",
2562
2602
  "location": {
2563
2603
  "filePath": "snapping.main.runtime.ts",
2564
- "line": 913,
2604
+ "line": 922,
2565
2605
  "character": 47
2566
2606
  },
2567
2607
  "name": "components",
@@ -2569,14 +2609,14 @@
2569
2609
  "__schema": "TypeArraySchema",
2570
2610
  "location": {
2571
2611
  "filePath": "snapping.main.runtime.ts",
2572
- "line": 913,
2612
+ "line": 922,
2573
2613
  "character": 59
2574
2614
  },
2575
2615
  "type": {
2576
2616
  "__schema": "TypeRefSchema",
2577
2617
  "location": {
2578
2618
  "filePath": "snapping.main.runtime.ts",
2579
- "line": 913,
2619
+ "line": 922,
2580
2620
  "character": 59
2581
2621
  },
2582
2622
  "name": "ConsumerComponent"
@@ -2589,7 +2629,7 @@
2589
2629
  "__schema": "ParameterSchema",
2590
2630
  "location": {
2591
2631
  "filePath": "snapping.main.runtime.ts",
2592
- "line": 913,
2632
+ "line": 922,
2593
2633
  "character": 80
2594
2634
  },
2595
2635
  "name": "rebuildDepsGraph",
@@ -2597,7 +2637,7 @@
2597
2637
  "__schema": "InferenceTypeSchema",
2598
2638
  "location": {
2599
2639
  "filePath": "snapping.main.runtime.ts",
2600
- "line": 913,
2640
+ "line": 922,
2601
2641
  "character": 80
2602
2642
  },
2603
2643
  "type": "boolean"
@@ -2611,7 +2651,7 @@
2611
2651
  "__schema": "InferenceTypeSchema",
2612
2652
  "location": {
2613
2653
  "filePath": "snapping.main.runtime.ts",
2614
- "line": 913,
2654
+ "line": 922,
2615
2655
  "character": 3
2616
2656
  },
2617
2657
  "type": "Promise<void>"
@@ -2624,7 +2664,7 @@
2624
2664
  "__schema": "FunctionLikeSchema",
2625
2665
  "location": {
2626
2666
  "filePath": "snapping.main.runtime.ts",
2627
- "line": 943,
2667
+ "line": 952,
2628
2668
  "character": 3
2629
2669
  },
2630
2670
  "signature": "(method) SnappingMain.throwForDepsFromAnotherLane(components: ConsumerComponent[]): Promise<void>",
@@ -2634,7 +2674,7 @@
2634
2674
  "__schema": "ParameterSchema",
2635
2675
  "location": {
2636
2676
  "filePath": "snapping.main.runtime.ts",
2637
- "line": 943,
2677
+ "line": 952,
2638
2678
  "character": 37
2639
2679
  },
2640
2680
  "name": "components",
@@ -2642,14 +2682,14 @@
2642
2682
  "__schema": "TypeArraySchema",
2643
2683
  "location": {
2644
2684
  "filePath": "snapping.main.runtime.ts",
2645
- "line": 943,
2685
+ "line": 952,
2646
2686
  "character": 49
2647
2687
  },
2648
2688
  "type": {
2649
2689
  "__schema": "TypeRefSchema",
2650
2690
  "location": {
2651
2691
  "filePath": "snapping.main.runtime.ts",
2652
- "line": 943,
2692
+ "line": 952,
2653
2693
  "character": 49
2654
2694
  },
2655
2695
  "name": "ConsumerComponent"
@@ -2663,7 +2703,7 @@
2663
2703
  "__schema": "InferenceTypeSchema",
2664
2704
  "location": {
2665
2705
  "filePath": "snapping.main.runtime.ts",
2666
- "line": 943,
2706
+ "line": 952,
2667
2707
  "character": 3
2668
2708
  },
2669
2709
  "type": "Promise<void>"
@@ -2676,7 +2716,7 @@
2676
2716
  "__schema": "FunctionLikeSchema",
2677
2717
  "location": {
2678
2718
  "filePath": "snapping.main.runtime.ts",
2679
- "line": 1030,
2719
+ "line": 1039,
2680
2720
  "character": 3
2681
2721
  },
2682
2722
  "signature": "(method) SnappingMain._addFlattenedDepsGraphToComponents(components: ConsumerComponent[]): Promise<void>",
@@ -2686,7 +2726,7 @@
2686
2726
  "__schema": "ParameterSchema",
2687
2727
  "location": {
2688
2728
  "filePath": "snapping.main.runtime.ts",
2689
- "line": 1030,
2729
+ "line": 1039,
2690
2730
  "character": 44
2691
2731
  },
2692
2732
  "name": "components",
@@ -2694,14 +2734,14 @@
2694
2734
  "__schema": "TypeArraySchema",
2695
2735
  "location": {
2696
2736
  "filePath": "snapping.main.runtime.ts",
2697
- "line": 1030,
2737
+ "line": 1039,
2698
2738
  "character": 56
2699
2739
  },
2700
2740
  "type": {
2701
2741
  "__schema": "TypeRefSchema",
2702
2742
  "location": {
2703
2743
  "filePath": "snapping.main.runtime.ts",
2704
- "line": 1030,
2744
+ "line": 1039,
2705
2745
  "character": 56
2706
2746
  },
2707
2747
  "name": "ConsumerComponent"
@@ -2715,7 +2755,7 @@
2715
2755
  "__schema": "InferenceTypeSchema",
2716
2756
  "location": {
2717
2757
  "filePath": "snapping.main.runtime.ts",
2718
- "line": 1030,
2758
+ "line": 1039,
2719
2759
  "character": 3
2720
2760
  },
2721
2761
  "type": "Promise<void>"
@@ -2728,7 +2768,7 @@
2728
2768
  "__schema": "FunctionLikeSchema",
2729
2769
  "location": {
2730
2770
  "filePath": "snapping.main.runtime.ts",
2731
- "line": 1096,
2771
+ "line": 1105,
2732
2772
  "character": 3
2733
2773
  },
2734
2774
  "signature": "(method) SnappingMain._updateComponentsByTagResult(components: ConsumerComponent[], tagResult: LegacyOnTagResult[]): void",
@@ -2738,7 +2778,7 @@
2738
2778
  "__schema": "ParameterSchema",
2739
2779
  "location": {
2740
2780
  "filePath": "snapping.main.runtime.ts",
2741
- "line": 1096,
2781
+ "line": 1105,
2742
2782
  "character": 32
2743
2783
  },
2744
2784
  "name": "components",
@@ -2746,14 +2786,14 @@
2746
2786
  "__schema": "TypeArraySchema",
2747
2787
  "location": {
2748
2788
  "filePath": "snapping.main.runtime.ts",
2749
- "line": 1096,
2789
+ "line": 1105,
2750
2790
  "character": 44
2751
2791
  },
2752
2792
  "type": {
2753
2793
  "__schema": "TypeRefSchema",
2754
2794
  "location": {
2755
2795
  "filePath": "snapping.main.runtime.ts",
2756
- "line": 1096,
2796
+ "line": 1105,
2757
2797
  "character": 44
2758
2798
  },
2759
2799
  "name": "ConsumerComponent"
@@ -2766,7 +2806,7 @@
2766
2806
  "__schema": "ParameterSchema",
2767
2807
  "location": {
2768
2808
  "filePath": "snapping.main.runtime.ts",
2769
- "line": 1096,
2809
+ "line": 1105,
2770
2810
  "character": 65
2771
2811
  },
2772
2812
  "name": "tagResult",
@@ -2774,14 +2814,14 @@
2774
2814
  "__schema": "TypeArraySchema",
2775
2815
  "location": {
2776
2816
  "filePath": "snapping.main.runtime.ts",
2777
- "line": 1096,
2817
+ "line": 1105,
2778
2818
  "character": 76
2779
2819
  },
2780
2820
  "type": {
2781
2821
  "__schema": "TypeRefSchema",
2782
2822
  "location": {
2783
2823
  "filePath": "snapping.main.runtime.ts",
2784
- "line": 1096,
2824
+ "line": 1105,
2785
2825
  "character": 76
2786
2826
  },
2787
2827
  "name": "LegacyOnTagResult"
@@ -2795,7 +2835,7 @@
2795
2835
  "__schema": "InferenceTypeSchema",
2796
2836
  "location": {
2797
2837
  "filePath": "snapping.main.runtime.ts",
2798
- "line": 1096,
2838
+ "line": 1105,
2799
2839
  "character": 3
2800
2840
  },
2801
2841
  "type": "void"
@@ -2806,7 +2846,7 @@
2806
2846
  "__schema": "FunctionLikeSchema",
2807
2847
  "location": {
2808
2848
  "filePath": "snapping.main.runtime.ts",
2809
- "line": 1107,
2849
+ "line": 1116,
2810
2850
  "character": 3
2811
2851
  },
2812
2852
  "signature": "(method) SnappingMain._getPublishedPackages(components: ConsumerComponent[]): string[]",
@@ -2816,7 +2856,7 @@
2816
2856
  "__schema": "ParameterSchema",
2817
2857
  "location": {
2818
2858
  "filePath": "snapping.main.runtime.ts",
2819
- "line": 1107,
2859
+ "line": 1116,
2820
2860
  "character": 25
2821
2861
  },
2822
2862
  "name": "components",
@@ -2824,14 +2864,14 @@
2824
2864
  "__schema": "TypeArraySchema",
2825
2865
  "location": {
2826
2866
  "filePath": "snapping.main.runtime.ts",
2827
- "line": 1107,
2867
+ "line": 1116,
2828
2868
  "character": 37
2829
2869
  },
2830
2870
  "type": {
2831
2871
  "__schema": "TypeRefSchema",
2832
2872
  "location": {
2833
2873
  "filePath": "snapping.main.runtime.ts",
2834
- "line": 1107,
2874
+ "line": 1116,
2835
2875
  "character": 37
2836
2876
  },
2837
2877
  "name": "ConsumerComponent"
@@ -2845,14 +2885,14 @@
2845
2885
  "__schema": "TypeArraySchema",
2846
2886
  "location": {
2847
2887
  "filePath": "snapping.main.runtime.ts",
2848
- "line": 1107,
2888
+ "line": 1116,
2849
2889
  "character": 59
2850
2890
  },
2851
2891
  "type": {
2852
2892
  "__schema": "KeywordTypeSchema",
2853
2893
  "location": {
2854
2894
  "filePath": "snapping.main.runtime.ts",
2855
- "line": 1107,
2895
+ "line": 1116,
2856
2896
  "character": 59
2857
2897
  },
2858
2898
  "name": "string"
@@ -2864,7 +2904,7 @@
2864
2904
  "__schema": "FunctionLikeSchema",
2865
2905
  "location": {
2866
2906
  "filePath": "snapping.main.runtime.ts",
2867
- "line": 1116,
2907
+ "line": 1125,
2868
2908
  "character": 3
2869
2909
  },
2870
2910
  "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}>",
@@ -2874,7 +2914,7 @@
2874
2914
  "__schema": "ParameterSchema",
2875
2915
  "location": {
2876
2916
  "filePath": "snapping.main.runtime.ts",
2877
- "line": 1116,
2917
+ "line": 1125,
2878
2918
  "character": 27
2879
2919
  },
2880
2920
  "name": "{ source, lane, shouldValidateVersion = false, updateDependentsOnLane = false }",
@@ -2882,7 +2922,7 @@
2882
2922
  "__schema": "TypeLiteralSchema",
2883
2923
  "location": {
2884
2924
  "filePath": "snapping.main.runtime.ts",
2885
- "line": 1121,
2925
+ "line": 1130,
2886
2926
  "character": 6
2887
2927
  },
2888
2928
  "members": [
@@ -2890,7 +2930,7 @@
2890
2930
  "__schema": "VariableLikeSchema",
2891
2931
  "location": {
2892
2932
  "filePath": "snapping.main.runtime.ts",
2893
- "line": 1122,
2933
+ "line": 1131,
2894
2934
  "character": 5
2895
2935
  },
2896
2936
  "signature": "(property) source: ConsumerComponent",
@@ -2899,7 +2939,7 @@
2899
2939
  "__schema": "TypeRefSchema",
2900
2940
  "location": {
2901
2941
  "filePath": "snapping.main.runtime.ts",
2902
- "line": 1122,
2942
+ "line": 1131,
2903
2943
  "character": 5
2904
2944
  },
2905
2945
  "name": "ConsumerComponent",
@@ -2911,7 +2951,7 @@
2911
2951
  "__schema": "VariableLikeSchema",
2912
2952
  "location": {
2913
2953
  "filePath": "snapping.main.runtime.ts",
2914
- "line": 1123,
2954
+ "line": 1132,
2915
2955
  "character": 5
2916
2956
  },
2917
2957
  "signature": "(property) lane?: Lane | undefined",
@@ -2920,7 +2960,7 @@
2920
2960
  "__schema": "TypeRefSchema",
2921
2961
  "location": {
2922
2962
  "filePath": "snapping.main.runtime.ts",
2923
- "line": 1123,
2963
+ "line": 1132,
2924
2964
  "character": 12
2925
2965
  },
2926
2966
  "name": "Lane"
@@ -2931,7 +2971,7 @@
2931
2971
  "__schema": "VariableLikeSchema",
2932
2972
  "location": {
2933
2973
  "filePath": "snapping.main.runtime.ts",
2934
- "line": 1124,
2974
+ "line": 1133,
2935
2975
  "character": 5
2936
2976
  },
2937
2977
  "signature": "(property) shouldValidateVersion?: boolean | undefined",
@@ -2940,7 +2980,7 @@
2940
2980
  "__schema": "KeywordTypeSchema",
2941
2981
  "location": {
2942
2982
  "filePath": "snapping.main.runtime.ts",
2943
- "line": 1124,
2983
+ "line": 1133,
2944
2984
  "character": 29
2945
2985
  },
2946
2986
  "name": "boolean"
@@ -2951,7 +2991,7 @@
2951
2991
  "__schema": "VariableLikeSchema",
2952
2992
  "location": {
2953
2993
  "filePath": "snapping.main.runtime.ts",
2954
- "line": 1125,
2994
+ "line": 1134,
2955
2995
  "character": 5
2956
2996
  },
2957
2997
  "signature": "(property) updateDependentsOnLane?: boolean | undefined",
@@ -2960,7 +3000,7 @@
2960
3000
  "__schema": "KeywordTypeSchema",
2961
3001
  "location": {
2962
3002
  "filePath": "snapping.main.runtime.ts",
2963
- "line": 1125,
3003
+ "line": 1134,
2964
3004
  "character": 30
2965
3005
  },
2966
3006
  "name": "boolean"
@@ -2975,7 +3015,7 @@
2975
3015
  "__schema": "VariableLikeSchema",
2976
3016
  "location": {
2977
3017
  "filePath": "snapping.main.runtime.ts",
2978
- "line": 1122,
3018
+ "line": 1131,
2979
3019
  "character": 5
2980
3020
  },
2981
3021
  "signature": "(property) source: ConsumerComponent",
@@ -2984,7 +3024,7 @@
2984
3024
  "__schema": "TypeRefSchema",
2985
3025
  "location": {
2986
3026
  "filePath": "snapping.main.runtime.ts",
2987
- "line": 1122,
3027
+ "line": 1131,
2988
3028
  "character": 5
2989
3029
  },
2990
3030
  "name": "ConsumerComponent",
@@ -2996,7 +3036,7 @@
2996
3036
  "__schema": "VariableLikeSchema",
2997
3037
  "location": {
2998
3038
  "filePath": "snapping.main.runtime.ts",
2999
- "line": 1123,
3039
+ "line": 1132,
3000
3040
  "character": 5
3001
3041
  },
3002
3042
  "signature": "(property) lane?: Lane | undefined",
@@ -3005,7 +3045,7 @@
3005
3045
  "__schema": "TypeRefSchema",
3006
3046
  "location": {
3007
3047
  "filePath": "snapping.main.runtime.ts",
3008
- "line": 1123,
3048
+ "line": 1132,
3009
3049
  "character": 12
3010
3050
  },
3011
3051
  "name": "Lane"
@@ -3016,7 +3056,7 @@
3016
3056
  "__schema": "VariableLikeSchema",
3017
3057
  "location": {
3018
3058
  "filePath": "snapping.main.runtime.ts",
3019
- "line": 1124,
3059
+ "line": 1133,
3020
3060
  "character": 5
3021
3061
  },
3022
3062
  "signature": "(property) shouldValidateVersion?: boolean | undefined",
@@ -3025,7 +3065,7 @@
3025
3065
  "__schema": "KeywordTypeSchema",
3026
3066
  "location": {
3027
3067
  "filePath": "snapping.main.runtime.ts",
3028
- "line": 1124,
3068
+ "line": 1133,
3029
3069
  "character": 29
3030
3070
  },
3031
3071
  "name": "boolean"
@@ -3036,7 +3076,7 @@
3036
3076
  "__schema": "VariableLikeSchema",
3037
3077
  "location": {
3038
3078
  "filePath": "snapping.main.runtime.ts",
3039
- "line": 1125,
3079
+ "line": 1134,
3040
3080
  "character": 5
3041
3081
  },
3042
3082
  "signature": "(property) updateDependentsOnLane?: boolean | undefined",
@@ -3045,7 +3085,7 @@
3045
3085
  "__schema": "KeywordTypeSchema",
3046
3086
  "location": {
3047
3087
  "filePath": "snapping.main.runtime.ts",
3048
- "line": 1125,
3088
+ "line": 1134,
3049
3089
  "character": 30
3050
3090
  },
3051
3091
  "name": "boolean"
@@ -3060,7 +3100,7 @@
3060
3100
  "__schema": "TypeRefSchema",
3061
3101
  "location": {
3062
3102
  "filePath": "snapping.main.runtime.ts",
3063
- "line": 1126,
3103
+ "line": 1135,
3064
3104
  "character": 7
3065
3105
  },
3066
3106
  "name": "Promise",
@@ -3069,7 +3109,7 @@
3069
3109
  "__schema": "TypeLiteralSchema",
3070
3110
  "location": {
3071
3111
  "filePath": "snapping.main.runtime.ts",
3072
- "line": 1126,
3112
+ "line": 1135,
3073
3113
  "character": 15
3074
3114
  },
3075
3115
  "members": [
@@ -3077,7 +3117,7 @@
3077
3117
  "__schema": "VariableLikeSchema",
3078
3118
  "location": {
3079
3119
  "filePath": "snapping.main.runtime.ts",
3080
- "line": 1127,
3120
+ "line": 1136,
3081
3121
  "character": 5
3082
3122
  },
3083
3123
  "signature": "(property) component: ModelComponent",
@@ -3086,7 +3126,7 @@
3086
3126
  "__schema": "TypeRefSchema",
3087
3127
  "location": {
3088
3128
  "filePath": "snapping.main.runtime.ts",
3089
- "line": 1127,
3129
+ "line": 1136,
3090
3130
  "character": 5
3091
3131
  },
3092
3132
  "name": "ModelComponent",
@@ -3098,7 +3138,7 @@
3098
3138
  "__schema": "VariableLikeSchema",
3099
3139
  "location": {
3100
3140
  "filePath": "snapping.main.runtime.ts",
3101
- "line": 1128,
3141
+ "line": 1137,
3102
3142
  "character": 5
3103
3143
  },
3104
3144
  "signature": "(property) version: Version",
@@ -3107,7 +3147,7 @@
3107
3147
  "__schema": "TypeRefSchema",
3108
3148
  "location": {
3109
3149
  "filePath": "snapping.main.runtime.ts",
3110
- "line": 1128,
3150
+ "line": 1137,
3111
3151
  "character": 14
3112
3152
  },
3113
3153
  "name": "Version"
@@ -3126,7 +3166,7 @@
3126
3166
  "__schema": "FunctionLikeSchema",
3127
3167
  "location": {
3128
3168
  "filePath": "snapping.main.runtime.ts",
3129
- "line": 1166,
3169
+ "line": 1175,
3130
3170
  "character": 3
3131
3171
  },
3132
3172
  "signature": "(method) SnappingMain._addCompFromScopeToObjects(source: ConsumerComponent, lane?: Lane, updateDependentsOnLane?: boolean): Promise<{\n component: ModelComponent;\n version: Version;\n}>",
@@ -3136,7 +3176,7 @@
3136
3176
  "__schema": "ParameterSchema",
3137
3177
  "location": {
3138
3178
  "filePath": "snapping.main.runtime.ts",
3139
- "line": 1167,
3179
+ "line": 1176,
3140
3180
  "character": 5
3141
3181
  },
3142
3182
  "name": "source",
@@ -3144,7 +3184,7 @@
3144
3184
  "__schema": "TypeRefSchema",
3145
3185
  "location": {
3146
3186
  "filePath": "snapping.main.runtime.ts",
3147
- "line": 1167,
3187
+ "line": 1176,
3148
3188
  "character": 13
3149
3189
  },
3150
3190
  "name": "ConsumerComponent"
@@ -3156,7 +3196,7 @@
3156
3196
  "__schema": "ParameterSchema",
3157
3197
  "location": {
3158
3198
  "filePath": "snapping.main.runtime.ts",
3159
- "line": 1168,
3199
+ "line": 1177,
3160
3200
  "character": 5
3161
3201
  },
3162
3202
  "name": "lane",
@@ -3164,7 +3204,7 @@
3164
3204
  "__schema": "TypeRefSchema",
3165
3205
  "location": {
3166
3206
  "filePath": "snapping.main.runtime.ts",
3167
- "line": 1168,
3207
+ "line": 1177,
3168
3208
  "character": 12
3169
3209
  },
3170
3210
  "name": "Lane"
@@ -3176,7 +3216,7 @@
3176
3216
  "__schema": "ParameterSchema",
3177
3217
  "location": {
3178
3218
  "filePath": "snapping.main.runtime.ts",
3179
- "line": 1169,
3219
+ "line": 1178,
3180
3220
  "character": 5
3181
3221
  },
3182
3222
  "name": "updateDependentsOnLane",
@@ -3184,7 +3224,7 @@
3184
3224
  "__schema": "InferenceTypeSchema",
3185
3225
  "location": {
3186
3226
  "filePath": "snapping.main.runtime.ts",
3187
- "line": 1169,
3227
+ "line": 1178,
3188
3228
  "character": 5
3189
3229
  },
3190
3230
  "type": "boolean"
@@ -3198,7 +3238,7 @@
3198
3238
  "__schema": "TypeRefSchema",
3199
3239
  "location": {
3200
3240
  "filePath": "snapping.main.runtime.ts",
3201
- "line": 1170,
3241
+ "line": 1179,
3202
3242
  "character": 6
3203
3243
  },
3204
3244
  "name": "Promise",
@@ -3207,7 +3247,7 @@
3207
3247
  "__schema": "TypeLiteralSchema",
3208
3248
  "location": {
3209
3249
  "filePath": "snapping.main.runtime.ts",
3210
- "line": 1170,
3250
+ "line": 1179,
3211
3251
  "character": 14
3212
3252
  },
3213
3253
  "members": [
@@ -3215,7 +3255,7 @@
3215
3255
  "__schema": "VariableLikeSchema",
3216
3256
  "location": {
3217
3257
  "filePath": "snapping.main.runtime.ts",
3218
- "line": 1171,
3258
+ "line": 1180,
3219
3259
  "character": 5
3220
3260
  },
3221
3261
  "signature": "(property) component: ModelComponent",
@@ -3224,7 +3264,7 @@
3224
3264
  "__schema": "TypeRefSchema",
3225
3265
  "location": {
3226
3266
  "filePath": "snapping.main.runtime.ts",
3227
- "line": 1171,
3267
+ "line": 1180,
3228
3268
  "character": 5
3229
3269
  },
3230
3270
  "name": "ModelComponent",
@@ -3236,7 +3276,7 @@
3236
3276
  "__schema": "VariableLikeSchema",
3237
3277
  "location": {
3238
3278
  "filePath": "snapping.main.runtime.ts",
3239
- "line": 1172,
3279
+ "line": 1181,
3240
3280
  "character": 5
3241
3281
  },
3242
3282
  "signature": "(property) version: Version",
@@ -3245,7 +3285,7 @@
3245
3285
  "__schema": "TypeRefSchema",
3246
3286
  "location": {
3247
3287
  "filePath": "snapping.main.runtime.ts",
3248
- "line": 1172,
3288
+ "line": 1181,
3249
3289
  "character": 14
3250
3290
  },
3251
3291
  "name": "Version"
@@ -3264,7 +3304,7 @@
3264
3304
  "__schema": "FunctionLikeSchema",
3265
3305
  "location": {
3266
3306
  "filePath": "snapping.main.runtime.ts",
3267
- "line": 1196,
3307
+ "line": 1205,
3268
3308
  "character": 3
3269
3309
  },
3270
3310
  "signature": "(method) SnappingMain._enrichComp(consumerComponent: ConsumerComponent, modifiedLog?: Log): Promise<ConsumerComponent>",
@@ -3274,7 +3314,7 @@
3274
3314
  "__schema": "ParameterSchema",
3275
3315
  "location": {
3276
3316
  "filePath": "snapping.main.runtime.ts",
3277
- "line": 1196,
3317
+ "line": 1205,
3278
3318
  "character": 21
3279
3319
  },
3280
3320
  "name": "consumerComponent",
@@ -3282,7 +3322,7 @@
3282
3322
  "__schema": "TypeRefSchema",
3283
3323
  "location": {
3284
3324
  "filePath": "snapping.main.runtime.ts",
3285
- "line": 1196,
3325
+ "line": 1205,
3286
3326
  "character": 40
3287
3327
  },
3288
3328
  "name": "ConsumerComponent"
@@ -3294,7 +3334,7 @@
3294
3334
  "__schema": "ParameterSchema",
3295
3335
  "location": {
3296
3336
  "filePath": "snapping.main.runtime.ts",
3297
- "line": 1196,
3337
+ "line": 1205,
3298
3338
  "character": 59
3299
3339
  },
3300
3340
  "name": "modifiedLog",
@@ -3302,7 +3342,7 @@
3302
3342
  "__schema": "TypeRefSchema",
3303
3343
  "location": {
3304
3344
  "filePath": "snapping.main.runtime.ts",
3305
- "line": 1196,
3345
+ "line": 1205,
3306
3346
  "character": 73
3307
3347
  },
3308
3348
  "name": "Log"
@@ -3315,7 +3355,7 @@
3315
3355
  "__schema": "InferenceTypeSchema",
3316
3356
  "location": {
3317
3357
  "filePath": "snapping.main.runtime.ts",
3318
- "line": 1196,
3358
+ "line": 1205,
3319
3359
  "character": 3
3320
3360
  },
3321
3361
  "type": "Promise<ConsumerComponent>"
@@ -3328,7 +3368,7 @@
3328
3368
  "__schema": "FunctionLikeSchema",
3329
3369
  "location": {
3330
3370
  "filePath": "snapping.main.runtime.ts",
3331
- "line": 1202,
3371
+ "line": 1211,
3332
3372
  "character": 3
3333
3373
  },
3334
3374
  "signature": "(method) SnappingMain._getObjectsToEnrichComp(consumerComponent: ConsumerComponent, modifiedLog?: Log): Promise<BitObject[]>",
@@ -3338,7 +3378,7 @@
3338
3378
  "__schema": "ParameterSchema",
3339
3379
  "location": {
3340
3380
  "filePath": "snapping.main.runtime.ts",
3341
- "line": 1202,
3381
+ "line": 1211,
3342
3382
  "character": 33
3343
3383
  },
3344
3384
  "name": "consumerComponent",
@@ -3346,7 +3386,7 @@
3346
3386
  "__schema": "TypeRefSchema",
3347
3387
  "location": {
3348
3388
  "filePath": "snapping.main.runtime.ts",
3349
- "line": 1202,
3389
+ "line": 1211,
3350
3390
  "character": 52
3351
3391
  },
3352
3392
  "name": "ConsumerComponent"
@@ -3358,7 +3398,7 @@
3358
3398
  "__schema": "ParameterSchema",
3359
3399
  "location": {
3360
3400
  "filePath": "snapping.main.runtime.ts",
3361
- "line": 1202,
3401
+ "line": 1211,
3362
3402
  "character": 71
3363
3403
  },
3364
3404
  "name": "modifiedLog",
@@ -3366,7 +3406,7 @@
3366
3406
  "__schema": "TypeRefSchema",
3367
3407
  "location": {
3368
3408
  "filePath": "snapping.main.runtime.ts",
3369
- "line": 1202,
3409
+ "line": 1211,
3370
3410
  "character": 85
3371
3411
  },
3372
3412
  "name": "Log"
@@ -3379,7 +3419,7 @@
3379
3419
  "__schema": "TypeRefSchema",
3380
3420
  "location": {
3381
3421
  "filePath": "snapping.main.runtime.ts",
3382
- "line": 1202,
3422
+ "line": 1211,
3383
3423
  "character": 91
3384
3424
  },
3385
3425
  "name": "Promise",
@@ -3388,14 +3428,14 @@
3388
3428
  "__schema": "TypeArraySchema",
3389
3429
  "location": {
3390
3430
  "filePath": "snapping.main.runtime.ts",
3391
- "line": 1202,
3431
+ "line": 1211,
3392
3432
  "character": 99
3393
3433
  },
3394
3434
  "type": {
3395
3435
  "__schema": "TypeRefSchema",
3396
3436
  "location": {
3397
3437
  "filePath": "snapping.main.runtime.ts",
3398
- "line": 1202,
3438
+ "line": 1211,
3399
3439
  "character": 99
3400
3440
  },
3401
3441
  "name": "BitObject"
@@ -3411,14 +3451,14 @@
3411
3451
  "__schema": "FunctionLikeSchema",
3412
3452
  "location": {
3413
3453
  "filePath": "snapping.main.runtime.ts",
3414
- "line": 1276,
3454
+ "line": 1285,
3415
3455
  "character": 3
3416
3456
  },
3417
3457
  "doc": {
3418
3458
  "__schema": "DocSchema",
3419
3459
  "location": {
3420
3460
  "filePath": "snapping.main.runtime.ts",
3421
- "line": 1270,
3461
+ "line": 1279,
3422
3462
  "character": 3
3423
3463
  },
3424
3464
  "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 */",
@@ -3432,7 +3472,7 @@
3432
3472
  "__schema": "ParameterSchema",
3433
3473
  "location": {
3434
3474
  "filePath": "snapping.main.runtime.ts",
3435
- "line": 1276,
3475
+ "line": 1285,
3436
3476
  "character": 52
3437
3477
  },
3438
3478
  "name": "compId",
@@ -3440,7 +3480,7 @@
3440
3480
  "__schema": "TypeRefSchema",
3441
3481
  "location": {
3442
3482
  "filePath": "snapping.main.runtime.ts",
3443
- "line": 1276,
3483
+ "line": 1285,
3444
3484
  "character": 60
3445
3485
  },
3446
3486
  "name": "ComponentID"
@@ -3453,7 +3493,7 @@
3453
3493
  "__schema": "TypeRefSchema",
3454
3494
  "location": {
3455
3495
  "filePath": "snapping.main.runtime.ts",
3456
- "line": 1276,
3496
+ "line": 1285,
3457
3497
  "character": 74
3458
3498
  },
3459
3499
  "name": "Promise",
@@ -3462,7 +3502,7 @@
3462
3502
  "__schema": "TypeRefSchema",
3463
3503
  "location": {
3464
3504
  "filePath": "snapping.main.runtime.ts",
3465
- "line": 1276,
3505
+ "line": 1285,
3466
3506
  "character": 82
3467
3507
  },
3468
3508
  "name": "ComponentID"
@@ -3477,7 +3517,7 @@
3477
3517
  "__schema": "FunctionLikeSchema",
3478
3518
  "location": {
3479
3519
  "filePath": "snapping.main.runtime.ts",
3480
- "line": 1314,
3520
+ "line": 1323,
3481
3521
  "character": 3
3482
3522
  },
3483
3523
  "signature": "(method) SnappingMain.updateDependenciesVersionsOfComponent(component: Component, dependencies: ComponentID[], currentBitIds: ComponentID[]): Promise<void>",
@@ -3487,7 +3527,7 @@
3487
3527
  "__schema": "ParameterSchema",
3488
3528
  "location": {
3489
3529
  "filePath": "snapping.main.runtime.ts",
3490
- "line": 1315,
3530
+ "line": 1324,
3491
3531
  "character": 5
3492
3532
  },
3493
3533
  "name": "component",
@@ -3495,7 +3535,7 @@
3495
3535
  "__schema": "TypeRefSchema",
3496
3536
  "location": {
3497
3537
  "filePath": "snapping.main.runtime.ts",
3498
- "line": 1315,
3538
+ "line": 1324,
3499
3539
  "character": 16
3500
3540
  },
3501
3541
  "name": "Component"
@@ -3507,7 +3547,7 @@
3507
3547
  "__schema": "ParameterSchema",
3508
3548
  "location": {
3509
3549
  "filePath": "snapping.main.runtime.ts",
3510
- "line": 1316,
3550
+ "line": 1325,
3511
3551
  "character": 5
3512
3552
  },
3513
3553
  "name": "dependencies",
@@ -3515,14 +3555,14 @@
3515
3555
  "__schema": "TypeArraySchema",
3516
3556
  "location": {
3517
3557
  "filePath": "snapping.main.runtime.ts",
3518
- "line": 1316,
3558
+ "line": 1325,
3519
3559
  "character": 19
3520
3560
  },
3521
3561
  "type": {
3522
3562
  "__schema": "TypeRefSchema",
3523
3563
  "location": {
3524
3564
  "filePath": "snapping.main.runtime.ts",
3525
- "line": 1316,
3565
+ "line": 1325,
3526
3566
  "character": 19
3527
3567
  },
3528
3568
  "name": "ComponentID"
@@ -3535,7 +3575,7 @@
3535
3575
  "__schema": "ParameterSchema",
3536
3576
  "location": {
3537
3577
  "filePath": "snapping.main.runtime.ts",
3538
- "line": 1317,
3578
+ "line": 1326,
3539
3579
  "character": 5
3540
3580
  },
3541
3581
  "name": "currentBitIds",
@@ -3543,14 +3583,14 @@
3543
3583
  "__schema": "TypeArraySchema",
3544
3584
  "location": {
3545
3585
  "filePath": "snapping.main.runtime.ts",
3546
- "line": 1317,
3586
+ "line": 1326,
3547
3587
  "character": 20
3548
3588
  },
3549
3589
  "type": {
3550
3590
  "__schema": "TypeRefSchema",
3551
3591
  "location": {
3552
3592
  "filePath": "snapping.main.runtime.ts",
3553
- "line": 1317,
3593
+ "line": 1326,
3554
3594
  "character": 20
3555
3595
  },
3556
3596
  "name": "ComponentID"
@@ -3564,7 +3604,7 @@
3564
3604
  "__schema": "InferenceTypeSchema",
3565
3605
  "location": {
3566
3606
  "filePath": "snapping.main.runtime.ts",
3567
- "line": 1314,
3607
+ "line": 1323,
3568
3608
  "character": 3
3569
3609
  },
3570
3610
  "type": "Promise<void>"
@@ -3577,14 +3617,14 @@
3577
3617
  "__schema": "FunctionLikeSchema",
3578
3618
  "location": {
3579
3619
  "filePath": "snapping.main.runtime.ts",
3580
- "line": 1347,
3620
+ "line": 1356,
3581
3621
  "character": 3
3582
3622
  },
3583
3623
  "doc": {
3584
3624
  "__schema": "DocSchema",
3585
3625
  "location": {
3586
3626
  "filePath": "snapping.main.runtime.ts",
3587
- "line": 1342,
3627
+ "line": 1351,
3588
3628
  "character": 3
3589
3629
  },
3590
3630
  "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 */",
@@ -3598,7 +3638,7 @@
3598
3638
  "__schema": "ParameterSchema",
3599
3639
  "location": {
3600
3640
  "filePath": "snapping.main.runtime.ts",
3601
- "line": 1347,
3641
+ "line": 1356,
3602
3642
  "character": 47
3603
3643
  },
3604
3644
  "name": "component",
@@ -3606,7 +3646,7 @@
3606
3646
  "__schema": "TypeRefSchema",
3607
3647
  "location": {
3608
3648
  "filePath": "snapping.main.runtime.ts",
3609
- "line": 1347,
3649
+ "line": 1356,
3610
3650
  "character": 58
3611
3651
  },
3612
3652
  "name": "Component"
@@ -3618,7 +3658,7 @@
3618
3658
  "__schema": "ParameterSchema",
3619
3659
  "location": {
3620
3660
  "filePath": "snapping.main.runtime.ts",
3621
- "line": 1347,
3661
+ "line": 1356,
3622
3662
  "character": 69
3623
3663
  },
3624
3664
  "name": "updatedIds",
@@ -3626,14 +3666,14 @@
3626
3666
  "__schema": "TypeArraySchema",
3627
3667
  "location": {
3628
3668
  "filePath": "snapping.main.runtime.ts",
3629
- "line": 1347,
3669
+ "line": 1356,
3630
3670
  "character": 81
3631
3671
  },
3632
3672
  "type": {
3633
3673
  "__schema": "KeywordTypeSchema",
3634
3674
  "location": {
3635
3675
  "filePath": "snapping.main.runtime.ts",
3636
- "line": 1347,
3676
+ "line": 1356,
3637
3677
  "character": 81
3638
3678
  },
3639
3679
  "name": "string"
@@ -3647,7 +3687,7 @@
3647
3687
  "__schema": "InferenceTypeSchema",
3648
3688
  "location": {
3649
3689
  "filePath": "snapping.main.runtime.ts",
3650
- "line": 1347,
3690
+ "line": 1356,
3651
3691
  "character": 3
3652
3692
  },
3653
3693
  "type": "Promise<void>"
@@ -3660,7 +3700,7 @@
3660
3700
  "__schema": "VariableLikeSchema",
3661
3701
  "location": {
3662
3702
  "filePath": "snapping.main.runtime.ts",
3663
- "line": 1466,
3703
+ "line": 1475,
3664
3704
  "character": 3
3665
3705
  },
3666
3706
  "signature": "(property) SnappingMain.slots: never[]",
@@ -3669,7 +3709,7 @@
3669
3709
  "__schema": "InferenceTypeSchema",
3670
3710
  "location": {
3671
3711
  "filePath": "snapping.main.runtime.ts",
3672
- "line": 1466,
3712
+ "line": 1475,
3673
3713
  "character": 3
3674
3714
  },
3675
3715
  "type": "never[]"
@@ -3681,7 +3721,7 @@
3681
3721
  "__schema": "VariableLikeSchema",
3682
3722
  "location": {
3683
3723
  "filePath": "snapping.main.runtime.ts",
3684
- "line": 1467,
3724
+ "line": 1476,
3685
3725
  "character": 3
3686
3726
  },
3687
3727
  "signature": "(property) SnappingMain.dependencies: Aspect[]",
@@ -3690,7 +3730,7 @@
3690
3730
  "__schema": "InferenceTypeSchema",
3691
3731
  "location": {
3692
3732
  "filePath": "snapping.main.runtime.ts",
3693
- "line": 1467,
3733
+ "line": 1476,
3694
3734
  "character": 3
3695
3735
  },
3696
3736
  "type": "Aspect[]"
@@ -3702,7 +3742,7 @@
3702
3742
  "__schema": "VariableLikeSchema",
3703
3743
  "location": {
3704
3744
  "filePath": "snapping.main.runtime.ts",
3705
- "line": 1484,
3745
+ "line": 1493,
3706
3746
  "character": 3
3707
3747
  },
3708
3748
  "signature": "(property) SnappingMain.runtime: RuntimeDefinition",
@@ -3711,7 +3751,7 @@
3711
3751
  "__schema": "InferenceTypeSchema",
3712
3752
  "location": {
3713
3753
  "filePath": "snapping.main.runtime.ts",
3714
- "line": 1484,
3754
+ "line": 1493,
3715
3755
  "character": 3
3716
3756
  },
3717
3757
  "type": "RuntimeDefinition"
@@ -3723,7 +3763,7 @@
3723
3763
  "__schema": "FunctionLikeSchema",
3724
3764
  "location": {
3725
3765
  "filePath": "snapping.main.runtime.ts",
3726
- "line": 1485,
3766
+ "line": 1494,
3727
3767
  "character": 3
3728
3768
  },
3729
3769
  "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>",
@@ -3733,7 +3773,7 @@
3733
3773
  "__schema": "ParameterSchema",
3734
3774
  "location": {
3735
3775
  "filePath": "snapping.main.runtime.ts",
3736
- "line": 1485,
3776
+ "line": 1494,
3737
3777
  "character": 25
3738
3778
  },
3739
3779
  "name": "[ workspace, cli, loggerMain, issues, insights, dependencyResolver, scope, exporter, builder, importer, globalConfig, deps, application, forking, install ]",
@@ -3741,7 +3781,7 @@
3741
3781
  "__schema": "TupleTypeSchema",
3742
3782
  "location": {
3743
3783
  "filePath": "snapping.main.runtime.ts",
3744
- "line": 1501,
3784
+ "line": 1510,
3745
3785
  "character": 6
3746
3786
  },
3747
3787
  "elements": [
@@ -3749,7 +3789,7 @@
3749
3789
  "__schema": "TypeRefSchema",
3750
3790
  "location": {
3751
3791
  "filePath": "snapping.main.runtime.ts",
3752
- "line": 1502,
3792
+ "line": 1511,
3753
3793
  "character": 5
3754
3794
  },
3755
3795
  "name": "Workspace"
@@ -3758,7 +3798,7 @@
3758
3798
  "__schema": "TypeRefSchema",
3759
3799
  "location": {
3760
3800
  "filePath": "snapping.main.runtime.ts",
3761
- "line": 1503,
3801
+ "line": 1512,
3762
3802
  "character": 5
3763
3803
  },
3764
3804
  "name": "CLIMain"
@@ -3767,7 +3807,7 @@
3767
3807
  "__schema": "TypeRefSchema",
3768
3808
  "location": {
3769
3809
  "filePath": "snapping.main.runtime.ts",
3770
- "line": 1504,
3810
+ "line": 1513,
3771
3811
  "character": 5
3772
3812
  },
3773
3813
  "name": "LoggerMain"
@@ -3776,7 +3816,7 @@
3776
3816
  "__schema": "TypeRefSchema",
3777
3817
  "location": {
3778
3818
  "filePath": "snapping.main.runtime.ts",
3779
- "line": 1505,
3819
+ "line": 1514,
3780
3820
  "character": 5
3781
3821
  },
3782
3822
  "name": "IssuesMain"
@@ -3785,7 +3825,7 @@
3785
3825
  "__schema": "TypeRefSchema",
3786
3826
  "location": {
3787
3827
  "filePath": "snapping.main.runtime.ts",
3788
- "line": 1506,
3828
+ "line": 1515,
3789
3829
  "character": 5
3790
3830
  },
3791
3831
  "name": "InsightsMain"
@@ -3794,7 +3834,7 @@
3794
3834
  "__schema": "TypeRefSchema",
3795
3835
  "location": {
3796
3836
  "filePath": "snapping.main.runtime.ts",
3797
- "line": 1507,
3837
+ "line": 1516,
3798
3838
  "character": 5
3799
3839
  },
3800
3840
  "name": "DependencyResolverMain"
@@ -3803,7 +3843,7 @@
3803
3843
  "__schema": "TypeRefSchema",
3804
3844
  "location": {
3805
3845
  "filePath": "snapping.main.runtime.ts",
3806
- "line": 1508,
3846
+ "line": 1517,
3807
3847
  "character": 5
3808
3848
  },
3809
3849
  "name": "ScopeMain"
@@ -3812,7 +3852,7 @@
3812
3852
  "__schema": "TypeRefSchema",
3813
3853
  "location": {
3814
3854
  "filePath": "snapping.main.runtime.ts",
3815
- "line": 1509,
3855
+ "line": 1518,
3816
3856
  "character": 5
3817
3857
  },
3818
3858
  "name": "ExportMain"
@@ -3821,7 +3861,7 @@
3821
3861
  "__schema": "TypeRefSchema",
3822
3862
  "location": {
3823
3863
  "filePath": "snapping.main.runtime.ts",
3824
- "line": 1510,
3864
+ "line": 1519,
3825
3865
  "character": 5
3826
3866
  },
3827
3867
  "name": "BuilderMain"
@@ -3830,7 +3870,7 @@
3830
3870
  "__schema": "TypeRefSchema",
3831
3871
  "location": {
3832
3872
  "filePath": "snapping.main.runtime.ts",
3833
- "line": 1511,
3873
+ "line": 1520,
3834
3874
  "character": 5
3835
3875
  },
3836
3876
  "name": "ImporterMain"
@@ -3839,7 +3879,7 @@
3839
3879
  "__schema": "TypeRefSchema",
3840
3880
  "location": {
3841
3881
  "filePath": "snapping.main.runtime.ts",
3842
- "line": 1512,
3882
+ "line": 1521,
3843
3883
  "character": 5
3844
3884
  },
3845
3885
  "name": "GlobalConfigMain"
@@ -3848,7 +3888,7 @@
3848
3888
  "__schema": "TypeRefSchema",
3849
3889
  "location": {
3850
3890
  "filePath": "snapping.main.runtime.ts",
3851
- "line": 1513,
3891
+ "line": 1522,
3852
3892
  "character": 5
3853
3893
  },
3854
3894
  "name": "DependenciesMain"
@@ -3857,7 +3897,7 @@
3857
3897
  "__schema": "TypeRefSchema",
3858
3898
  "location": {
3859
3899
  "filePath": "snapping.main.runtime.ts",
3860
- "line": 1514,
3900
+ "line": 1523,
3861
3901
  "character": 5
3862
3902
  },
3863
3903
  "name": "ApplicationMain"
@@ -3866,7 +3906,7 @@
3866
3906
  "__schema": "TypeRefSchema",
3867
3907
  "location": {
3868
3908
  "filePath": "snapping.main.runtime.ts",
3869
- "line": 1515,
3909
+ "line": 1524,
3870
3910
  "character": 5
3871
3911
  },
3872
3912
  "name": "ForkingMain"
@@ -3875,7 +3915,7 @@
3875
3915
  "__schema": "TypeRefSchema",
3876
3916
  "location": {
3877
3917
  "filePath": "snapping.main.runtime.ts",
3878
- "line": 1516,
3918
+ "line": 1525,
3879
3919
  "character": 5
3880
3920
  },
3881
3921
  "name": "InstallMain"
@@ -3890,7 +3930,7 @@
3890
3930
  "__schema": "InferenceTypeSchema",
3891
3931
  "location": {
3892
3932
  "filePath": "snapping.main.runtime.ts",
3893
- "line": 1485,
3933
+ "line": 1494,
3894
3934
  "character": 3
3895
3935
  },
3896
3936
  "type": "Promise<SnappingMain>"
@@ -6704,7 +6744,7 @@
6704
6744
  "line": 384,
6705
6745
  "character": 3
6706
6746
  },
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>",
6747
+ "signature": "(method) SnappingMain.forkAndSnap(snapDataPerCompRaw: SnapDataPerCompRaw[], params: {\n push?: boolean;\n ignoreIssues?: string;\n lane?: string;\n updateDependents?: boolean;\n tag?: boolean;\n} & Partial<BasicTagParams>): Promise<SnapFromScopeResults>",
6708
6748
  "name": "forkAndSnap",
6709
6749
  "params": [
6710
6750
  {
@@ -6838,6 +6878,26 @@
6838
6878
  "name": "boolean"
6839
6879
  },
6840
6880
  "isOptional": true
6881
+ },
6882
+ {
6883
+ "__schema": "VariableLikeSchema",
6884
+ "location": {
6885
+ "filePath": "snapping.main.runtime.ts",
6886
+ "line": 391,
6887
+ "character": 7
6888
+ },
6889
+ "signature": "(property) tag?: boolean | undefined",
6890
+ "name": "tag",
6891
+ "type": {
6892
+ "__schema": "KeywordTypeSchema",
6893
+ "location": {
6894
+ "filePath": "snapping.main.runtime.ts",
6895
+ "line": 391,
6896
+ "character": 13
6897
+ },
6898
+ "name": "boolean"
6899
+ },
6900
+ "isOptional": true
6841
6901
  }
6842
6902
  ]
6843
6903
  },
@@ -6845,7 +6905,7 @@
6845
6905
  "__schema": "TypeRefSchema",
6846
6906
  "location": {
6847
6907
  "filePath": "snapping.main.runtime.ts",
6848
- "line": 391,
6908
+ "line": 392,
6849
6909
  "character": 9
6850
6910
  },
6851
6911
  "name": "Partial",
@@ -6854,7 +6914,7 @@
6854
6914
  "__schema": "TypeRefSchema",
6855
6915
  "location": {
6856
6916
  "filePath": "snapping.main.runtime.ts",
6857
- "line": 391,
6917
+ "line": 392,
6858
6918
  "character": 17
6859
6919
  },
6860
6920
  "name": "BasicTagParams"
@@ -6871,7 +6931,7 @@
6871
6931
  "__schema": "TypeRefSchema",
6872
6932
  "location": {
6873
6933
  "filePath": "snapping.main.runtime.ts",
6874
- "line": 392,
6934
+ "line": 393,
6875
6935
  "character": 6
6876
6936
  },
6877
6937
  "name": "Promise",
@@ -6880,7 +6940,7 @@
6880
6940
  "__schema": "TypeRefSchema",
6881
6941
  "location": {
6882
6942
  "filePath": "snapping.main.runtime.ts",
6883
- "line": 392,
6943
+ "line": 393,
6884
6944
  "character": 14
6885
6945
  },
6886
6946
  "name": "SnapFromScopeResults"
@@ -6895,17 +6955,17 @@
6895
6955
  "__schema": "FunctionLikeSchema",
6896
6956
  "location": {
6897
6957
  "filePath": "snapping.main.runtime.ts",
6898
- "line": 561,
6958
+ "line": 566,
6899
6959
  "character": 3
6900
6960
  },
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>",
6961
+ "signature": "(method) SnappingMain.snapFromScope(snapDataPerCompRaw: SnapDataPerCompRaw[], params: {\n push?: boolean;\n ignoreIssues?: string;\n lane?: string;\n updateDependents?: boolean;\n tag?: boolean;\n} & Partial<BasicTagParams>): Promise<SnapFromScopeResults>",
6902
6962
  "name": "snapFromScope",
6903
6963
  "params": [
6904
6964
  {
6905
6965
  "__schema": "ParameterSchema",
6906
6966
  "location": {
6907
6967
  "filePath": "snapping.main.runtime.ts",
6908
- "line": 562,
6968
+ "line": 567,
6909
6969
  "character": 5
6910
6970
  },
6911
6971
  "name": "snapDataPerCompRaw",
@@ -6913,14 +6973,14 @@
6913
6973
  "__schema": "TypeArraySchema",
6914
6974
  "location": {
6915
6975
  "filePath": "snapping.main.runtime.ts",
6916
- "line": 562,
6976
+ "line": 567,
6917
6977
  "character": 25
6918
6978
  },
6919
6979
  "type": {
6920
6980
  "__schema": "TypeRefSchema",
6921
6981
  "location": {
6922
6982
  "filePath": "snapping.main.runtime.ts",
6923
- "line": 562,
6983
+ "line": 567,
6924
6984
  "character": 25
6925
6985
  },
6926
6986
  "name": "SnapDataPerCompRaw"
@@ -6933,7 +6993,7 @@
6933
6993
  "__schema": "ParameterSchema",
6934
6994
  "location": {
6935
6995
  "filePath": "snapping.main.runtime.ts",
6936
- "line": 563,
6996
+ "line": 568,
6937
6997
  "character": 5
6938
6998
  },
6939
6999
  "name": "params",
@@ -6941,7 +7001,7 @@
6941
7001
  "__schema": "TypeIntersectionSchema",
6942
7002
  "location": {
6943
7003
  "filePath": "snapping.main.runtime.ts",
6944
- "line": 563,
7004
+ "line": 568,
6945
7005
  "character": 13
6946
7006
  },
6947
7007
  "types": [
@@ -6949,7 +7009,7 @@
6949
7009
  "__schema": "TypeLiteralSchema",
6950
7010
  "location": {
6951
7011
  "filePath": "snapping.main.runtime.ts",
6952
- "line": 563,
7012
+ "line": 568,
6953
7013
  "character": 13
6954
7014
  },
6955
7015
  "members": [
@@ -6957,7 +7017,7 @@
6957
7017
  "__schema": "VariableLikeSchema",
6958
7018
  "location": {
6959
7019
  "filePath": "snapping.main.runtime.ts",
6960
- "line": 564,
7020
+ "line": 569,
6961
7021
  "character": 7
6962
7022
  },
6963
7023
  "signature": "(property) push?: boolean | undefined",
@@ -6966,7 +7026,7 @@
6966
7026
  "__schema": "KeywordTypeSchema",
6967
7027
  "location": {
6968
7028
  "filePath": "snapping.main.runtime.ts",
6969
- "line": 564,
7029
+ "line": 569,
6970
7030
  "character": 14
6971
7031
  },
6972
7032
  "name": "boolean"
@@ -6977,7 +7037,7 @@
6977
7037
  "__schema": "VariableLikeSchema",
6978
7038
  "location": {
6979
7039
  "filePath": "snapping.main.runtime.ts",
6980
- "line": 565,
7040
+ "line": 570,
6981
7041
  "character": 7
6982
7042
  },
6983
7043
  "signature": "(property) ignoreIssues?: string | undefined",
@@ -6986,7 +7046,7 @@
6986
7046
  "__schema": "KeywordTypeSchema",
6987
7047
  "location": {
6988
7048
  "filePath": "snapping.main.runtime.ts",
6989
- "line": 565,
7049
+ "line": 570,
6990
7050
  "character": 22
6991
7051
  },
6992
7052
  "name": "string"
@@ -6997,7 +7057,7 @@
6997
7057
  "__schema": "VariableLikeSchema",
6998
7058
  "location": {
6999
7059
  "filePath": "snapping.main.runtime.ts",
7000
- "line": 566,
7060
+ "line": 571,
7001
7061
  "character": 7
7002
7062
  },
7003
7063
  "signature": "(property) lane?: string | undefined",
@@ -7006,7 +7066,7 @@
7006
7066
  "__schema": "KeywordTypeSchema",
7007
7067
  "location": {
7008
7068
  "filePath": "snapping.main.runtime.ts",
7009
- "line": 566,
7069
+ "line": 571,
7010
7070
  "character": 14
7011
7071
  },
7012
7072
  "name": "string"
@@ -7017,7 +7077,7 @@
7017
7077
  "__schema": "VariableLikeSchema",
7018
7078
  "location": {
7019
7079
  "filePath": "snapping.main.runtime.ts",
7020
- "line": 567,
7080
+ "line": 572,
7021
7081
  "character": 7
7022
7082
  },
7023
7083
  "signature": "(property) updateDependents?: boolean | undefined",
@@ -7026,12 +7086,32 @@
7026
7086
  "__schema": "KeywordTypeSchema",
7027
7087
  "location": {
7028
7088
  "filePath": "snapping.main.runtime.ts",
7029
- "line": 567,
7089
+ "line": 572,
7030
7090
  "character": 26
7031
7091
  },
7032
7092
  "name": "boolean"
7033
7093
  },
7034
7094
  "isOptional": true
7095
+ },
7096
+ {
7097
+ "__schema": "VariableLikeSchema",
7098
+ "location": {
7099
+ "filePath": "snapping.main.runtime.ts",
7100
+ "line": 573,
7101
+ "character": 7
7102
+ },
7103
+ "signature": "(property) tag?: boolean | undefined",
7104
+ "name": "tag",
7105
+ "type": {
7106
+ "__schema": "KeywordTypeSchema",
7107
+ "location": {
7108
+ "filePath": "snapping.main.runtime.ts",
7109
+ "line": 573,
7110
+ "character": 13
7111
+ },
7112
+ "name": "boolean"
7113
+ },
7114
+ "isOptional": true
7035
7115
  }
7036
7116
  ]
7037
7117
  },
@@ -7039,7 +7119,7 @@
7039
7119
  "__schema": "TypeRefSchema",
7040
7120
  "location": {
7041
7121
  "filePath": "snapping.main.runtime.ts",
7042
- "line": 568,
7122
+ "line": 574,
7043
7123
  "character": 9
7044
7124
  },
7045
7125
  "name": "Partial",
@@ -7048,7 +7128,7 @@
7048
7128
  "__schema": "TypeRefSchema",
7049
7129
  "location": {
7050
7130
  "filePath": "snapping.main.runtime.ts",
7051
- "line": 568,
7131
+ "line": 574,
7052
7132
  "character": 17
7053
7133
  },
7054
7134
  "name": "BasicTagParams"
@@ -7065,7 +7145,7 @@
7065
7145
  "__schema": "TypeRefSchema",
7066
7146
  "location": {
7067
7147
  "filePath": "snapping.main.runtime.ts",
7068
- "line": 569,
7148
+ "line": 575,
7069
7149
  "character": 6
7070
7150
  },
7071
7151
  "name": "Promise",
@@ -7074,7 +7154,7 @@
7074
7154
  "__schema": "TypeRefSchema",
7075
7155
  "location": {
7076
7156
  "filePath": "snapping.main.runtime.ts",
7077
- "line": 569,
7157
+ "line": 575,
7078
7158
  "character": 14
7079
7159
  },
7080
7160
  "name": "SnapFromScopeResults"
@@ -7089,14 +7169,14 @@
7089
7169
  "__schema": "FunctionLikeSchema",
7090
7170
  "location": {
7091
7171
  "filePath": "snapping.main.runtime.ts",
7092
- "line": 735,
7172
+ "line": 744,
7093
7173
  "character": 3
7094
7174
  },
7095
7175
  "doc": {
7096
7176
  "__schema": "DocSchema",
7097
7177
  "location": {
7098
7178
  "filePath": "snapping.main.runtime.ts",
7099
- "line": 731,
7179
+ "line": 740,
7100
7180
  "character": 3
7101
7181
  },
7102
7182
  "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 */",
@@ -7110,7 +7190,7 @@
7110
7190
  "__schema": "ParameterSchema",
7111
7191
  "location": {
7112
7192
  "filePath": "snapping.main.runtime.ts",
7113
- "line": 735,
7193
+ "line": 744,
7114
7194
  "character": 14
7115
7195
  },
7116
7196
  "name": "{ pattern, legacyBitIds, unmerged, editor, message = '', ignoreIssues, skipTests = false, skipTasks, skipAutoSnap = false, build, disableTagAndSnapPipelines = false, ignoreBuildErrors = false, rebuildDepsGraph, unmodified = false, exitOnFirstFailedTask = false }",
@@ -7118,7 +7198,7 @@
7118
7198
  "__schema": "TypeIntersectionSchema",
7119
7199
  "location": {
7120
7200
  "filePath": "snapping.main.runtime.ts",
7121
- "line": 751,
7201
+ "line": 760,
7122
7202
  "character": 6
7123
7203
  },
7124
7204
  "types": [
@@ -7126,7 +7206,7 @@
7126
7206
  "__schema": "TypeRefSchema",
7127
7207
  "location": {
7128
7208
  "filePath": "snapping.main.runtime.ts",
7129
- "line": 751,
7209
+ "line": 760,
7130
7210
  "character": 6
7131
7211
  },
7132
7212
  "name": "Partial",
@@ -7135,7 +7215,7 @@
7135
7215
  "__schema": "TypeRefSchema",
7136
7216
  "location": {
7137
7217
  "filePath": "snapping.main.runtime.ts",
7138
- "line": 751,
7218
+ "line": 760,
7139
7219
  "character": 14
7140
7220
  },
7141
7221
  "name": "BasicTagSnapParams"
@@ -7146,7 +7226,7 @@
7146
7226
  "__schema": "TypeLiteralSchema",
7147
7227
  "location": {
7148
7228
  "filePath": "snapping.main.runtime.ts",
7149
- "line": 751,
7229
+ "line": 760,
7150
7230
  "character": 36
7151
7231
  },
7152
7232
  "members": [
@@ -7154,7 +7234,7 @@
7154
7234
  "__schema": "VariableLikeSchema",
7155
7235
  "location": {
7156
7236
  "filePath": "snapping.main.runtime.ts",
7157
- "line": 752,
7237
+ "line": 761,
7158
7238
  "character": 5
7159
7239
  },
7160
7240
  "signature": "(property) pattern?: string | undefined",
@@ -7163,7 +7243,7 @@
7163
7243
  "__schema": "KeywordTypeSchema",
7164
7244
  "location": {
7165
7245
  "filePath": "snapping.main.runtime.ts",
7166
- "line": 752,
7246
+ "line": 761,
7167
7247
  "character": 15
7168
7248
  },
7169
7249
  "name": "string"
@@ -7174,7 +7254,7 @@
7174
7254
  "__schema": "VariableLikeSchema",
7175
7255
  "location": {
7176
7256
  "filePath": "snapping.main.runtime.ts",
7177
- "line": 753,
7257
+ "line": 762,
7178
7258
  "character": 5
7179
7259
  },
7180
7260
  "signature": "(property) legacyBitIds?: ComponentIdList | undefined",
@@ -7183,7 +7263,7 @@
7183
7263
  "__schema": "TypeRefSchema",
7184
7264
  "location": {
7185
7265
  "filePath": "snapping.main.runtime.ts",
7186
- "line": 753,
7266
+ "line": 762,
7187
7267
  "character": 20
7188
7268
  },
7189
7269
  "name": "ComponentIdList"
@@ -7194,7 +7274,7 @@
7194
7274
  "__schema": "VariableLikeSchema",
7195
7275
  "location": {
7196
7276
  "filePath": "snapping.main.runtime.ts",
7197
- "line": 754,
7277
+ "line": 763,
7198
7278
  "character": 5
7199
7279
  },
7200
7280
  "signature": "(property) unmerged?: boolean | undefined",
@@ -7203,7 +7283,7 @@
7203
7283
  "__schema": "KeywordTypeSchema",
7204
7284
  "location": {
7205
7285
  "filePath": "snapping.main.runtime.ts",
7206
- "line": 754,
7286
+ "line": 763,
7207
7287
  "character": 16
7208
7288
  },
7209
7289
  "name": "boolean"
@@ -7214,7 +7294,7 @@
7214
7294
  "__schema": "VariableLikeSchema",
7215
7295
  "location": {
7216
7296
  "filePath": "snapping.main.runtime.ts",
7217
- "line": 755,
7297
+ "line": 764,
7218
7298
  "character": 5
7219
7299
  },
7220
7300
  "signature": "(property) editor?: string | undefined",
@@ -7223,7 +7303,7 @@
7223
7303
  "__schema": "KeywordTypeSchema",
7224
7304
  "location": {
7225
7305
  "filePath": "snapping.main.runtime.ts",
7226
- "line": 755,
7306
+ "line": 764,
7227
7307
  "character": 14
7228
7308
  },
7229
7309
  "name": "string"
@@ -7234,7 +7314,7 @@
7234
7314
  "__schema": "VariableLikeSchema",
7235
7315
  "location": {
7236
7316
  "filePath": "snapping.main.runtime.ts",
7237
- "line": 756,
7317
+ "line": 765,
7238
7318
  "character": 5
7239
7319
  },
7240
7320
  "signature": "(property) ignoreIssues?: string | undefined",
@@ -7243,7 +7323,7 @@
7243
7323
  "__schema": "KeywordTypeSchema",
7244
7324
  "location": {
7245
7325
  "filePath": "snapping.main.runtime.ts",
7246
- "line": 756,
7326
+ "line": 765,
7247
7327
  "character": 20
7248
7328
  },
7249
7329
  "name": "string"
@@ -7254,7 +7334,7 @@
7254
7334
  "__schema": "VariableLikeSchema",
7255
7335
  "location": {
7256
7336
  "filePath": "snapping.main.runtime.ts",
7257
- "line": 757,
7337
+ "line": 766,
7258
7338
  "character": 5
7259
7339
  },
7260
7340
  "signature": "(property) skipAutoSnap?: boolean | undefined",
@@ -7263,7 +7343,7 @@
7263
7343
  "__schema": "KeywordTypeSchema",
7264
7344
  "location": {
7265
7345
  "filePath": "snapping.main.runtime.ts",
7266
- "line": 757,
7346
+ "line": 766,
7267
7347
  "character": 20
7268
7348
  },
7269
7349
  "name": "boolean"
@@ -7274,7 +7354,7 @@
7274
7354
  "__schema": "VariableLikeSchema",
7275
7355
  "location": {
7276
7356
  "filePath": "snapping.main.runtime.ts",
7277
- "line": 758,
7357
+ "line": 767,
7278
7358
  "character": 5
7279
7359
  },
7280
7360
  "signature": "(property) disableTagAndSnapPipelines?: boolean | undefined",
@@ -7283,7 +7363,7 @@
7283
7363
  "__schema": "KeywordTypeSchema",
7284
7364
  "location": {
7285
7365
  "filePath": "snapping.main.runtime.ts",
7286
- "line": 758,
7366
+ "line": 767,
7287
7367
  "character": 34
7288
7368
  },
7289
7369
  "name": "boolean"
@@ -7294,7 +7374,7 @@
7294
7374
  "__schema": "VariableLikeSchema",
7295
7375
  "location": {
7296
7376
  "filePath": "snapping.main.runtime.ts",
7297
- "line": 759,
7377
+ "line": 768,
7298
7378
  "character": 5
7299
7379
  },
7300
7380
  "signature": "(property) unmodified?: boolean | undefined",
@@ -7303,7 +7383,7 @@
7303
7383
  "__schema": "KeywordTypeSchema",
7304
7384
  "location": {
7305
7385
  "filePath": "snapping.main.runtime.ts",
7306
- "line": 759,
7386
+ "line": 768,
7307
7387
  "character": 18
7308
7388
  },
7309
7389
  "name": "boolean"
@@ -7314,7 +7394,7 @@
7314
7394
  "__schema": "VariableLikeSchema",
7315
7395
  "location": {
7316
7396
  "filePath": "snapping.main.runtime.ts",
7317
- "line": 760,
7397
+ "line": 769,
7318
7398
  "character": 5
7319
7399
  },
7320
7400
  "signature": "(property) exitOnFirstFailedTask?: boolean | undefined",
@@ -7323,7 +7403,7 @@
7323
7403
  "__schema": "KeywordTypeSchema",
7324
7404
  "location": {
7325
7405
  "filePath": "snapping.main.runtime.ts",
7326
- "line": 760,
7406
+ "line": 769,
7327
7407
  "character": 29
7328
7408
  },
7329
7409
  "name": "boolean"
@@ -7340,7 +7420,7 @@
7340
7420
  "__schema": "VariableLikeSchema",
7341
7421
  "location": {
7342
7422
  "filePath": "snapping.main.runtime.ts",
7343
- "line": 752,
7423
+ "line": 761,
7344
7424
  "character": 5
7345
7425
  },
7346
7426
  "signature": "(property) pattern?: string | undefined",
@@ -7349,7 +7429,7 @@
7349
7429
  "__schema": "KeywordTypeSchema",
7350
7430
  "location": {
7351
7431
  "filePath": "snapping.main.runtime.ts",
7352
- "line": 752,
7432
+ "line": 761,
7353
7433
  "character": 15
7354
7434
  },
7355
7435
  "name": "string"
@@ -7360,7 +7440,7 @@
7360
7440
  "__schema": "VariableLikeSchema",
7361
7441
  "location": {
7362
7442
  "filePath": "snapping.main.runtime.ts",
7363
- "line": 753,
7443
+ "line": 762,
7364
7444
  "character": 5
7365
7445
  },
7366
7446
  "signature": "(property) legacyBitIds?: ComponentIdList | undefined",
@@ -7369,7 +7449,7 @@
7369
7449
  "__schema": "TypeRefSchema",
7370
7450
  "location": {
7371
7451
  "filePath": "snapping.main.runtime.ts",
7372
- "line": 753,
7452
+ "line": 762,
7373
7453
  "character": 20
7374
7454
  },
7375
7455
  "name": "ComponentIdList"
@@ -7380,7 +7460,7 @@
7380
7460
  "__schema": "VariableLikeSchema",
7381
7461
  "location": {
7382
7462
  "filePath": "snapping.main.runtime.ts",
7383
- "line": 754,
7463
+ "line": 763,
7384
7464
  "character": 5
7385
7465
  },
7386
7466
  "signature": "(property) unmerged?: boolean | undefined",
@@ -7389,7 +7469,7 @@
7389
7469
  "__schema": "KeywordTypeSchema",
7390
7470
  "location": {
7391
7471
  "filePath": "snapping.main.runtime.ts",
7392
- "line": 754,
7472
+ "line": 763,
7393
7473
  "character": 16
7394
7474
  },
7395
7475
  "name": "boolean"
@@ -7400,7 +7480,7 @@
7400
7480
  "__schema": "VariableLikeSchema",
7401
7481
  "location": {
7402
7482
  "filePath": "snapping.main.runtime.ts",
7403
- "line": 755,
7483
+ "line": 764,
7404
7484
  "character": 5
7405
7485
  },
7406
7486
  "signature": "(property) editor?: string | undefined",
@@ -7409,7 +7489,7 @@
7409
7489
  "__schema": "KeywordTypeSchema",
7410
7490
  "location": {
7411
7491
  "filePath": "snapping.main.runtime.ts",
7412
- "line": 755,
7492
+ "line": 764,
7413
7493
  "character": 14
7414
7494
  },
7415
7495
  "name": "string"
@@ -7420,7 +7500,7 @@
7420
7500
  "__schema": "InferenceTypeSchema",
7421
7501
  "location": {
7422
7502
  "filePath": "snapping.main.runtime.ts",
7423
- "line": 740,
7503
+ "line": 749,
7424
7504
  "character": 5
7425
7505
  },
7426
7506
  "name": "message",
@@ -7432,7 +7512,7 @@
7432
7512
  "__schema": "VariableLikeSchema",
7433
7513
  "location": {
7434
7514
  "filePath": "snapping.main.runtime.ts",
7435
- "line": 756,
7515
+ "line": 765,
7436
7516
  "character": 5
7437
7517
  },
7438
7518
  "signature": "(property) ignoreIssues?: string | undefined",
@@ -7441,7 +7521,7 @@
7441
7521
  "__schema": "KeywordTypeSchema",
7442
7522
  "location": {
7443
7523
  "filePath": "snapping.main.runtime.ts",
7444
- "line": 756,
7524
+ "line": 765,
7445
7525
  "character": 20
7446
7526
  },
7447
7527
  "name": "string"
@@ -7452,7 +7532,7 @@
7452
7532
  "__schema": "InferenceTypeSchema",
7453
7533
  "location": {
7454
7534
  "filePath": "snapping.main.runtime.ts",
7455
- "line": 742,
7535
+ "line": 751,
7456
7536
  "character": 5
7457
7537
  },
7458
7538
  "name": "skipTests",
@@ -7464,7 +7544,7 @@
7464
7544
  "__schema": "InferenceTypeSchema",
7465
7545
  "location": {
7466
7546
  "filePath": "snapping.main.runtime.ts",
7467
- "line": 743,
7547
+ "line": 752,
7468
7548
  "character": 5
7469
7549
  },
7470
7550
  "name": "skipTasks",
@@ -7475,7 +7555,7 @@
7475
7555
  "__schema": "VariableLikeSchema",
7476
7556
  "location": {
7477
7557
  "filePath": "snapping.main.runtime.ts",
7478
- "line": 757,
7558
+ "line": 766,
7479
7559
  "character": 5
7480
7560
  },
7481
7561
  "signature": "(property) skipAutoSnap?: boolean | undefined",
@@ -7484,7 +7564,7 @@
7484
7564
  "__schema": "KeywordTypeSchema",
7485
7565
  "location": {
7486
7566
  "filePath": "snapping.main.runtime.ts",
7487
- "line": 757,
7567
+ "line": 766,
7488
7568
  "character": 20
7489
7569
  },
7490
7570
  "name": "boolean"
@@ -7495,7 +7575,7 @@
7495
7575
  "__schema": "InferenceTypeSchema",
7496
7576
  "location": {
7497
7577
  "filePath": "snapping.main.runtime.ts",
7498
- "line": 745,
7578
+ "line": 754,
7499
7579
  "character": 5
7500
7580
  },
7501
7581
  "name": "build",
@@ -7506,7 +7586,7 @@
7506
7586
  "__schema": "VariableLikeSchema",
7507
7587
  "location": {
7508
7588
  "filePath": "snapping.main.runtime.ts",
7509
- "line": 758,
7589
+ "line": 767,
7510
7590
  "character": 5
7511
7591
  },
7512
7592
  "signature": "(property) disableTagAndSnapPipelines?: boolean | undefined",
@@ -7515,7 +7595,7 @@
7515
7595
  "__schema": "KeywordTypeSchema",
7516
7596
  "location": {
7517
7597
  "filePath": "snapping.main.runtime.ts",
7518
- "line": 758,
7598
+ "line": 767,
7519
7599
  "character": 34
7520
7600
  },
7521
7601
  "name": "boolean"
@@ -7526,7 +7606,7 @@
7526
7606
  "__schema": "InferenceTypeSchema",
7527
7607
  "location": {
7528
7608
  "filePath": "snapping.main.runtime.ts",
7529
- "line": 747,
7609
+ "line": 756,
7530
7610
  "character": 5
7531
7611
  },
7532
7612
  "name": "ignoreBuildErrors",
@@ -7538,7 +7618,7 @@
7538
7618
  "__schema": "InferenceTypeSchema",
7539
7619
  "location": {
7540
7620
  "filePath": "snapping.main.runtime.ts",
7541
- "line": 748,
7621
+ "line": 757,
7542
7622
  "character": 5
7543
7623
  },
7544
7624
  "name": "rebuildDepsGraph",
@@ -7549,7 +7629,7 @@
7549
7629
  "__schema": "VariableLikeSchema",
7550
7630
  "location": {
7551
7631
  "filePath": "snapping.main.runtime.ts",
7552
- "line": 759,
7632
+ "line": 768,
7553
7633
  "character": 5
7554
7634
  },
7555
7635
  "signature": "(property) unmodified?: boolean | undefined",
@@ -7558,7 +7638,7 @@
7558
7638
  "__schema": "KeywordTypeSchema",
7559
7639
  "location": {
7560
7640
  "filePath": "snapping.main.runtime.ts",
7561
- "line": 759,
7641
+ "line": 768,
7562
7642
  "character": 18
7563
7643
  },
7564
7644
  "name": "boolean"
@@ -7569,7 +7649,7 @@
7569
7649
  "__schema": "VariableLikeSchema",
7570
7650
  "location": {
7571
7651
  "filePath": "snapping.main.runtime.ts",
7572
- "line": 760,
7652
+ "line": 769,
7573
7653
  "character": 5
7574
7654
  },
7575
7655
  "signature": "(property) exitOnFirstFailedTask?: boolean | undefined",
@@ -7578,7 +7658,7 @@
7578
7658
  "__schema": "KeywordTypeSchema",
7579
7659
  "location": {
7580
7660
  "filePath": "snapping.main.runtime.ts",
7581
- "line": 760,
7661
+ "line": 769,
7582
7662
  "character": 29
7583
7663
  },
7584
7664
  "name": "boolean"
@@ -7593,7 +7673,7 @@
7593
7673
  "__schema": "TypeRefSchema",
7594
7674
  "location": {
7595
7675
  "filePath": "snapping.main.runtime.ts",
7596
- "line": 761,
7676
+ "line": 770,
7597
7677
  "character": 7
7598
7678
  },
7599
7679
  "name": "Promise",
@@ -7602,7 +7682,7 @@
7602
7682
  "__schema": "TypeUnionSchema",
7603
7683
  "location": {
7604
7684
  "filePath": "snapping.main.runtime.ts",
7605
- "line": 761,
7685
+ "line": 770,
7606
7686
  "character": 15
7607
7687
  },
7608
7688
  "types": [
@@ -7610,7 +7690,7 @@
7610
7690
  "__schema": "TypeRefSchema",
7611
7691
  "location": {
7612
7692
  "filePath": "snapping.main.runtime.ts",
7613
- "line": 761,
7693
+ "line": 770,
7614
7694
  "character": 15
7615
7695
  },
7616
7696
  "name": "SnapResults"
@@ -7619,7 +7699,7 @@
7619
7699
  "__schema": "LiteralTypeSchema",
7620
7700
  "location": {
7621
7701
  "filePath": "snapping.main.runtime.ts",
7622
- "line": 761,
7702
+ "line": 770,
7623
7703
  "character": 29
7624
7704
  },
7625
7705
  "name": "null"
@@ -7636,14 +7716,14 @@
7636
7716
  "__schema": "FunctionLikeSchema",
7637
7717
  "location": {
7638
7718
  "filePath": "snapping.main.runtime.ts",
7639
- "line": 852,
7719
+ "line": 861,
7640
7720
  "character": 3
7641
7721
  },
7642
7722
  "doc": {
7643
7723
  "__schema": "DocSchema",
7644
7724
  "location": {
7645
7725
  "filePath": "snapping.main.runtime.ts",
7646
- "line": 848,
7726
+ "line": 857,
7647
7727
  "character": 3
7648
7728
  },
7649
7729
  "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 */",
@@ -7657,7 +7737,7 @@
7657
7737
  "__schema": "ParameterSchema",
7658
7738
  "location": {
7659
7739
  "filePath": "snapping.main.runtime.ts",
7660
- "line": 853,
7740
+ "line": 862,
7661
7741
  "character": 5
7662
7742
  },
7663
7743
  "name": "componentPattern",
@@ -7665,7 +7745,7 @@
7665
7745
  "__schema": "KeywordTypeSchema",
7666
7746
  "location": {
7667
7747
  "filePath": "snapping.main.runtime.ts",
7668
- "line": 853,
7748
+ "line": 862,
7669
7749
  "character": 24
7670
7750
  },
7671
7751
  "name": "string"
@@ -7677,7 +7757,7 @@
7677
7757
  "__schema": "ParameterSchema",
7678
7758
  "location": {
7679
7759
  "filePath": "snapping.main.runtime.ts",
7680
- "line": 854,
7760
+ "line": 863,
7681
7761
  "character": 5
7682
7762
  },
7683
7763
  "name": "head",
@@ -7685,7 +7765,7 @@
7685
7765
  "__schema": "KeywordTypeSchema",
7686
7766
  "location": {
7687
7767
  "filePath": "snapping.main.runtime.ts",
7688
- "line": 854,
7768
+ "line": 863,
7689
7769
  "character": 12
7690
7770
  },
7691
7771
  "name": "boolean"
@@ -7697,7 +7777,7 @@
7697
7777
  "__schema": "ParameterSchema",
7698
7778
  "location": {
7699
7779
  "filePath": "snapping.main.runtime.ts",
7700
- "line": 855,
7780
+ "line": 864,
7701
7781
  "character": 5
7702
7782
  },
7703
7783
  "name": "force",
@@ -7705,7 +7785,7 @@
7705
7785
  "__schema": "InferenceTypeSchema",
7706
7786
  "location": {
7707
7787
  "filePath": "snapping.main.runtime.ts",
7708
- "line": 855,
7788
+ "line": 864,
7709
7789
  "character": 5
7710
7790
  },
7711
7791
  "type": "boolean"
@@ -7718,7 +7798,7 @@
7718
7798
  "__schema": "ParameterSchema",
7719
7799
  "location": {
7720
7800
  "filePath": "snapping.main.runtime.ts",
7721
- "line": 856,
7801
+ "line": 865,
7722
7802
  "character": 5
7723
7803
  },
7724
7804
  "name": "soft",
@@ -7726,7 +7806,7 @@
7726
7806
  "__schema": "InferenceTypeSchema",
7727
7807
  "location": {
7728
7808
  "filePath": "snapping.main.runtime.ts",
7729
- "line": 856,
7809
+ "line": 865,
7730
7810
  "character": 5
7731
7811
  },
7732
7812
  "type": "boolean"
@@ -7740,7 +7820,7 @@
7740
7820
  "__schema": "TypeRefSchema",
7741
7821
  "location": {
7742
7822
  "filePath": "snapping.main.runtime.ts",
7743
- "line": 857,
7823
+ "line": 866,
7744
7824
  "character": 6
7745
7825
  },
7746
7826
  "name": "Promise",
@@ -7749,7 +7829,7 @@
7749
7829
  "__schema": "TypeLiteralSchema",
7750
7830
  "location": {
7751
7831
  "filePath": "snapping.main.runtime.ts",
7752
- "line": 857,
7832
+ "line": 866,
7753
7833
  "character": 14
7754
7834
  },
7755
7835
  "members": [
@@ -7757,7 +7837,7 @@
7757
7837
  "__schema": "VariableLikeSchema",
7758
7838
  "location": {
7759
7839
  "filePath": "snapping.main.runtime.ts",
7760
- "line": 857,
7840
+ "line": 866,
7761
7841
  "character": 16
7762
7842
  },
7763
7843
  "signature": "(property) results: untagResult[]",
@@ -7766,14 +7846,14 @@
7766
7846
  "__schema": "TypeArraySchema",
7767
7847
  "location": {
7768
7848
  "filePath": "snapping.main.runtime.ts",
7769
- "line": 857,
7849
+ "line": 866,
7770
7850
  "character": 25
7771
7851
  },
7772
7852
  "type": {
7773
7853
  "__schema": "TypeRefSchema",
7774
7854
  "location": {
7775
7855
  "filePath": "snapping.main.runtime.ts",
7776
- "line": 857,
7856
+ "line": 866,
7777
7857
  "character": 25
7778
7858
  },
7779
7859
  "name": "untagResult"
@@ -7785,7 +7865,7 @@
7785
7865
  "__schema": "VariableLikeSchema",
7786
7866
  "location": {
7787
7867
  "filePath": "snapping.main.runtime.ts",
7788
- "line": 857,
7868
+ "line": 866,
7789
7869
  "character": 40
7790
7870
  },
7791
7871
  "signature": "(property) isSoftUntag: boolean",
@@ -7794,7 +7874,7 @@
7794
7874
  "__schema": "KeywordTypeSchema",
7795
7875
  "location": {
7796
7876
  "filePath": "snapping.main.runtime.ts",
7797
- "line": 857,
7877
+ "line": 866,
7798
7878
  "character": 53
7799
7879
  },
7800
7880
  "name": "boolean"
@@ -7813,7 +7893,7 @@
7813
7893
  "__schema": "FunctionLikeSchema",
7814
7894
  "location": {
7815
7895
  "filePath": "snapping.main.runtime.ts",
7816
- "line": 904,
7896
+ "line": 913,
7817
7897
  "character": 3
7818
7898
  },
7819
7899
  "signature": "(method) SnappingMain.resetNeverExported(): Promise<ComponentID[]>",
@@ -7823,7 +7903,7 @@
7823
7903
  "__schema": "TypeRefSchema",
7824
7904
  "location": {
7825
7905
  "filePath": "snapping.main.runtime.ts",
7826
- "line": 904,
7906
+ "line": 913,
7827
7907
  "character": 31
7828
7908
  },
7829
7909
  "name": "Promise",
@@ -7832,14 +7912,14 @@
7832
7912
  "__schema": "TypeArraySchema",
7833
7913
  "location": {
7834
7914
  "filePath": "snapping.main.runtime.ts",
7835
- "line": 904,
7915
+ "line": 913,
7836
7916
  "character": 39
7837
7917
  },
7838
7918
  "type": {
7839
7919
  "__schema": "TypeRefSchema",
7840
7920
  "location": {
7841
7921
  "filePath": "snapping.main.runtime.ts",
7842
- "line": 904,
7922
+ "line": 913,
7843
7923
  "character": 39
7844
7924
  },
7845
7925
  "name": "ComponentID"
@@ -7855,7 +7935,7 @@
7855
7935
  "__schema": "FunctionLikeSchema",
7856
7936
  "location": {
7857
7937
  "filePath": "snapping.main.runtime.ts",
7858
- "line": 913,
7938
+ "line": 922,
7859
7939
  "character": 3
7860
7940
  },
7861
7941
  "signature": "(method) SnappingMain._addFlattenedDependenciesToComponents(components: ConsumerComponent[], rebuildDepsGraph?: boolean): Promise<void>",
@@ -7865,7 +7945,7 @@
7865
7945
  "__schema": "ParameterSchema",
7866
7946
  "location": {
7867
7947
  "filePath": "snapping.main.runtime.ts",
7868
- "line": 913,
7948
+ "line": 922,
7869
7949
  "character": 47
7870
7950
  },
7871
7951
  "name": "components",
@@ -7873,14 +7953,14 @@
7873
7953
  "__schema": "TypeArraySchema",
7874
7954
  "location": {
7875
7955
  "filePath": "snapping.main.runtime.ts",
7876
- "line": 913,
7956
+ "line": 922,
7877
7957
  "character": 59
7878
7958
  },
7879
7959
  "type": {
7880
7960
  "__schema": "TypeRefSchema",
7881
7961
  "location": {
7882
7962
  "filePath": "snapping.main.runtime.ts",
7883
- "line": 913,
7963
+ "line": 922,
7884
7964
  "character": 59
7885
7965
  },
7886
7966
  "name": "ConsumerComponent"
@@ -7893,7 +7973,7 @@
7893
7973
  "__schema": "ParameterSchema",
7894
7974
  "location": {
7895
7975
  "filePath": "snapping.main.runtime.ts",
7896
- "line": 913,
7976
+ "line": 922,
7897
7977
  "character": 80
7898
7978
  },
7899
7979
  "name": "rebuildDepsGraph",
@@ -7901,7 +7981,7 @@
7901
7981
  "__schema": "InferenceTypeSchema",
7902
7982
  "location": {
7903
7983
  "filePath": "snapping.main.runtime.ts",
7904
- "line": 913,
7984
+ "line": 922,
7905
7985
  "character": 80
7906
7986
  },
7907
7987
  "type": "boolean"
@@ -7915,7 +7995,7 @@
7915
7995
  "__schema": "InferenceTypeSchema",
7916
7996
  "location": {
7917
7997
  "filePath": "snapping.main.runtime.ts",
7918
- "line": 913,
7998
+ "line": 922,
7919
7999
  "character": 3
7920
8000
  },
7921
8001
  "type": "Promise<void>"
@@ -7928,7 +8008,7 @@
7928
8008
  "__schema": "FunctionLikeSchema",
7929
8009
  "location": {
7930
8010
  "filePath": "snapping.main.runtime.ts",
7931
- "line": 943,
8011
+ "line": 952,
7932
8012
  "character": 3
7933
8013
  },
7934
8014
  "signature": "(method) SnappingMain.throwForDepsFromAnotherLane(components: ConsumerComponent[]): Promise<void>",
@@ -7938,7 +8018,7 @@
7938
8018
  "__schema": "ParameterSchema",
7939
8019
  "location": {
7940
8020
  "filePath": "snapping.main.runtime.ts",
7941
- "line": 943,
8021
+ "line": 952,
7942
8022
  "character": 37
7943
8023
  },
7944
8024
  "name": "components",
@@ -7946,14 +8026,14 @@
7946
8026
  "__schema": "TypeArraySchema",
7947
8027
  "location": {
7948
8028
  "filePath": "snapping.main.runtime.ts",
7949
- "line": 943,
8029
+ "line": 952,
7950
8030
  "character": 49
7951
8031
  },
7952
8032
  "type": {
7953
8033
  "__schema": "TypeRefSchema",
7954
8034
  "location": {
7955
8035
  "filePath": "snapping.main.runtime.ts",
7956
- "line": 943,
8036
+ "line": 952,
7957
8037
  "character": 49
7958
8038
  },
7959
8039
  "name": "ConsumerComponent"
@@ -7967,7 +8047,7 @@
7967
8047
  "__schema": "InferenceTypeSchema",
7968
8048
  "location": {
7969
8049
  "filePath": "snapping.main.runtime.ts",
7970
- "line": 943,
8050
+ "line": 952,
7971
8051
  "character": 3
7972
8052
  },
7973
8053
  "type": "Promise<void>"
@@ -7980,7 +8060,7 @@
7980
8060
  "__schema": "FunctionLikeSchema",
7981
8061
  "location": {
7982
8062
  "filePath": "snapping.main.runtime.ts",
7983
- "line": 1030,
8063
+ "line": 1039,
7984
8064
  "character": 3
7985
8065
  },
7986
8066
  "signature": "(method) SnappingMain._addFlattenedDepsGraphToComponents(components: ConsumerComponent[]): Promise<void>",
@@ -7990,7 +8070,7 @@
7990
8070
  "__schema": "ParameterSchema",
7991
8071
  "location": {
7992
8072
  "filePath": "snapping.main.runtime.ts",
7993
- "line": 1030,
8073
+ "line": 1039,
7994
8074
  "character": 44
7995
8075
  },
7996
8076
  "name": "components",
@@ -7998,14 +8078,14 @@
7998
8078
  "__schema": "TypeArraySchema",
7999
8079
  "location": {
8000
8080
  "filePath": "snapping.main.runtime.ts",
8001
- "line": 1030,
8081
+ "line": 1039,
8002
8082
  "character": 56
8003
8083
  },
8004
8084
  "type": {
8005
8085
  "__schema": "TypeRefSchema",
8006
8086
  "location": {
8007
8087
  "filePath": "snapping.main.runtime.ts",
8008
- "line": 1030,
8088
+ "line": 1039,
8009
8089
  "character": 56
8010
8090
  },
8011
8091
  "name": "ConsumerComponent"
@@ -8019,7 +8099,7 @@
8019
8099
  "__schema": "InferenceTypeSchema",
8020
8100
  "location": {
8021
8101
  "filePath": "snapping.main.runtime.ts",
8022
- "line": 1030,
8102
+ "line": 1039,
8023
8103
  "character": 3
8024
8104
  },
8025
8105
  "type": "Promise<void>"
@@ -8032,7 +8112,7 @@
8032
8112
  "__schema": "FunctionLikeSchema",
8033
8113
  "location": {
8034
8114
  "filePath": "snapping.main.runtime.ts",
8035
- "line": 1096,
8115
+ "line": 1105,
8036
8116
  "character": 3
8037
8117
  },
8038
8118
  "signature": "(method) SnappingMain._updateComponentsByTagResult(components: ConsumerComponent[], tagResult: LegacyOnTagResult[]): void",
@@ -8042,7 +8122,7 @@
8042
8122
  "__schema": "ParameterSchema",
8043
8123
  "location": {
8044
8124
  "filePath": "snapping.main.runtime.ts",
8045
- "line": 1096,
8125
+ "line": 1105,
8046
8126
  "character": 32
8047
8127
  },
8048
8128
  "name": "components",
@@ -8050,14 +8130,14 @@
8050
8130
  "__schema": "TypeArraySchema",
8051
8131
  "location": {
8052
8132
  "filePath": "snapping.main.runtime.ts",
8053
- "line": 1096,
8133
+ "line": 1105,
8054
8134
  "character": 44
8055
8135
  },
8056
8136
  "type": {
8057
8137
  "__schema": "TypeRefSchema",
8058
8138
  "location": {
8059
8139
  "filePath": "snapping.main.runtime.ts",
8060
- "line": 1096,
8140
+ "line": 1105,
8061
8141
  "character": 44
8062
8142
  },
8063
8143
  "name": "ConsumerComponent"
@@ -8070,7 +8150,7 @@
8070
8150
  "__schema": "ParameterSchema",
8071
8151
  "location": {
8072
8152
  "filePath": "snapping.main.runtime.ts",
8073
- "line": 1096,
8153
+ "line": 1105,
8074
8154
  "character": 65
8075
8155
  },
8076
8156
  "name": "tagResult",
@@ -8078,14 +8158,14 @@
8078
8158
  "__schema": "TypeArraySchema",
8079
8159
  "location": {
8080
8160
  "filePath": "snapping.main.runtime.ts",
8081
- "line": 1096,
8161
+ "line": 1105,
8082
8162
  "character": 76
8083
8163
  },
8084
8164
  "type": {
8085
8165
  "__schema": "TypeRefSchema",
8086
8166
  "location": {
8087
8167
  "filePath": "snapping.main.runtime.ts",
8088
- "line": 1096,
8168
+ "line": 1105,
8089
8169
  "character": 76
8090
8170
  },
8091
8171
  "name": "LegacyOnTagResult"
@@ -8099,7 +8179,7 @@
8099
8179
  "__schema": "InferenceTypeSchema",
8100
8180
  "location": {
8101
8181
  "filePath": "snapping.main.runtime.ts",
8102
- "line": 1096,
8182
+ "line": 1105,
8103
8183
  "character": 3
8104
8184
  },
8105
8185
  "type": "void"
@@ -8110,7 +8190,7 @@
8110
8190
  "__schema": "FunctionLikeSchema",
8111
8191
  "location": {
8112
8192
  "filePath": "snapping.main.runtime.ts",
8113
- "line": 1107,
8193
+ "line": 1116,
8114
8194
  "character": 3
8115
8195
  },
8116
8196
  "signature": "(method) SnappingMain._getPublishedPackages(components: ConsumerComponent[]): string[]",
@@ -8120,7 +8200,7 @@
8120
8200
  "__schema": "ParameterSchema",
8121
8201
  "location": {
8122
8202
  "filePath": "snapping.main.runtime.ts",
8123
- "line": 1107,
8203
+ "line": 1116,
8124
8204
  "character": 25
8125
8205
  },
8126
8206
  "name": "components",
@@ -8128,14 +8208,14 @@
8128
8208
  "__schema": "TypeArraySchema",
8129
8209
  "location": {
8130
8210
  "filePath": "snapping.main.runtime.ts",
8131
- "line": 1107,
8211
+ "line": 1116,
8132
8212
  "character": 37
8133
8213
  },
8134
8214
  "type": {
8135
8215
  "__schema": "TypeRefSchema",
8136
8216
  "location": {
8137
8217
  "filePath": "snapping.main.runtime.ts",
8138
- "line": 1107,
8218
+ "line": 1116,
8139
8219
  "character": 37
8140
8220
  },
8141
8221
  "name": "ConsumerComponent"
@@ -8149,14 +8229,14 @@
8149
8229
  "__schema": "TypeArraySchema",
8150
8230
  "location": {
8151
8231
  "filePath": "snapping.main.runtime.ts",
8152
- "line": 1107,
8232
+ "line": 1116,
8153
8233
  "character": 59
8154
8234
  },
8155
8235
  "type": {
8156
8236
  "__schema": "KeywordTypeSchema",
8157
8237
  "location": {
8158
8238
  "filePath": "snapping.main.runtime.ts",
8159
- "line": 1107,
8239
+ "line": 1116,
8160
8240
  "character": 59
8161
8241
  },
8162
8242
  "name": "string"
@@ -8168,7 +8248,7 @@
8168
8248
  "__schema": "FunctionLikeSchema",
8169
8249
  "location": {
8170
8250
  "filePath": "snapping.main.runtime.ts",
8171
- "line": 1116,
8251
+ "line": 1125,
8172
8252
  "character": 3
8173
8253
  },
8174
8254
  "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}>",
@@ -8178,7 +8258,7 @@
8178
8258
  "__schema": "ParameterSchema",
8179
8259
  "location": {
8180
8260
  "filePath": "snapping.main.runtime.ts",
8181
- "line": 1116,
8261
+ "line": 1125,
8182
8262
  "character": 27
8183
8263
  },
8184
8264
  "name": "{ source, lane, shouldValidateVersion = false, updateDependentsOnLane = false }",
@@ -8186,7 +8266,7 @@
8186
8266
  "__schema": "TypeLiteralSchema",
8187
8267
  "location": {
8188
8268
  "filePath": "snapping.main.runtime.ts",
8189
- "line": 1121,
8269
+ "line": 1130,
8190
8270
  "character": 6
8191
8271
  },
8192
8272
  "members": [
@@ -8194,7 +8274,7 @@
8194
8274
  "__schema": "VariableLikeSchema",
8195
8275
  "location": {
8196
8276
  "filePath": "snapping.main.runtime.ts",
8197
- "line": 1122,
8277
+ "line": 1131,
8198
8278
  "character": 5
8199
8279
  },
8200
8280
  "signature": "(property) source: ConsumerComponent",
@@ -8203,7 +8283,7 @@
8203
8283
  "__schema": "TypeRefSchema",
8204
8284
  "location": {
8205
8285
  "filePath": "snapping.main.runtime.ts",
8206
- "line": 1122,
8286
+ "line": 1131,
8207
8287
  "character": 5
8208
8288
  },
8209
8289
  "name": "ConsumerComponent",
@@ -8215,7 +8295,7 @@
8215
8295
  "__schema": "VariableLikeSchema",
8216
8296
  "location": {
8217
8297
  "filePath": "snapping.main.runtime.ts",
8218
- "line": 1123,
8298
+ "line": 1132,
8219
8299
  "character": 5
8220
8300
  },
8221
8301
  "signature": "(property) lane?: Lane | undefined",
@@ -8224,7 +8304,7 @@
8224
8304
  "__schema": "TypeRefSchema",
8225
8305
  "location": {
8226
8306
  "filePath": "snapping.main.runtime.ts",
8227
- "line": 1123,
8307
+ "line": 1132,
8228
8308
  "character": 12
8229
8309
  },
8230
8310
  "name": "Lane"
@@ -8235,7 +8315,7 @@
8235
8315
  "__schema": "VariableLikeSchema",
8236
8316
  "location": {
8237
8317
  "filePath": "snapping.main.runtime.ts",
8238
- "line": 1124,
8318
+ "line": 1133,
8239
8319
  "character": 5
8240
8320
  },
8241
8321
  "signature": "(property) shouldValidateVersion?: boolean | undefined",
@@ -8244,7 +8324,7 @@
8244
8324
  "__schema": "KeywordTypeSchema",
8245
8325
  "location": {
8246
8326
  "filePath": "snapping.main.runtime.ts",
8247
- "line": 1124,
8327
+ "line": 1133,
8248
8328
  "character": 29
8249
8329
  },
8250
8330
  "name": "boolean"
@@ -8255,7 +8335,7 @@
8255
8335
  "__schema": "VariableLikeSchema",
8256
8336
  "location": {
8257
8337
  "filePath": "snapping.main.runtime.ts",
8258
- "line": 1125,
8338
+ "line": 1134,
8259
8339
  "character": 5
8260
8340
  },
8261
8341
  "signature": "(property) updateDependentsOnLane?: boolean | undefined",
@@ -8264,7 +8344,7 @@
8264
8344
  "__schema": "KeywordTypeSchema",
8265
8345
  "location": {
8266
8346
  "filePath": "snapping.main.runtime.ts",
8267
- "line": 1125,
8347
+ "line": 1134,
8268
8348
  "character": 30
8269
8349
  },
8270
8350
  "name": "boolean"
@@ -8279,7 +8359,7 @@
8279
8359
  "__schema": "VariableLikeSchema",
8280
8360
  "location": {
8281
8361
  "filePath": "snapping.main.runtime.ts",
8282
- "line": 1122,
8362
+ "line": 1131,
8283
8363
  "character": 5
8284
8364
  },
8285
8365
  "signature": "(property) source: ConsumerComponent",
@@ -8288,7 +8368,7 @@
8288
8368
  "__schema": "TypeRefSchema",
8289
8369
  "location": {
8290
8370
  "filePath": "snapping.main.runtime.ts",
8291
- "line": 1122,
8371
+ "line": 1131,
8292
8372
  "character": 5
8293
8373
  },
8294
8374
  "name": "ConsumerComponent",
@@ -8300,7 +8380,7 @@
8300
8380
  "__schema": "VariableLikeSchema",
8301
8381
  "location": {
8302
8382
  "filePath": "snapping.main.runtime.ts",
8303
- "line": 1123,
8383
+ "line": 1132,
8304
8384
  "character": 5
8305
8385
  },
8306
8386
  "signature": "(property) lane?: Lane | undefined",
@@ -8309,7 +8389,7 @@
8309
8389
  "__schema": "TypeRefSchema",
8310
8390
  "location": {
8311
8391
  "filePath": "snapping.main.runtime.ts",
8312
- "line": 1123,
8392
+ "line": 1132,
8313
8393
  "character": 12
8314
8394
  },
8315
8395
  "name": "Lane"
@@ -8320,7 +8400,7 @@
8320
8400
  "__schema": "VariableLikeSchema",
8321
8401
  "location": {
8322
8402
  "filePath": "snapping.main.runtime.ts",
8323
- "line": 1124,
8403
+ "line": 1133,
8324
8404
  "character": 5
8325
8405
  },
8326
8406
  "signature": "(property) shouldValidateVersion?: boolean | undefined",
@@ -8329,7 +8409,7 @@
8329
8409
  "__schema": "KeywordTypeSchema",
8330
8410
  "location": {
8331
8411
  "filePath": "snapping.main.runtime.ts",
8332
- "line": 1124,
8412
+ "line": 1133,
8333
8413
  "character": 29
8334
8414
  },
8335
8415
  "name": "boolean"
@@ -8340,7 +8420,7 @@
8340
8420
  "__schema": "VariableLikeSchema",
8341
8421
  "location": {
8342
8422
  "filePath": "snapping.main.runtime.ts",
8343
- "line": 1125,
8423
+ "line": 1134,
8344
8424
  "character": 5
8345
8425
  },
8346
8426
  "signature": "(property) updateDependentsOnLane?: boolean | undefined",
@@ -8349,7 +8429,7 @@
8349
8429
  "__schema": "KeywordTypeSchema",
8350
8430
  "location": {
8351
8431
  "filePath": "snapping.main.runtime.ts",
8352
- "line": 1125,
8432
+ "line": 1134,
8353
8433
  "character": 30
8354
8434
  },
8355
8435
  "name": "boolean"
@@ -8364,7 +8444,7 @@
8364
8444
  "__schema": "TypeRefSchema",
8365
8445
  "location": {
8366
8446
  "filePath": "snapping.main.runtime.ts",
8367
- "line": 1126,
8447
+ "line": 1135,
8368
8448
  "character": 7
8369
8449
  },
8370
8450
  "name": "Promise",
@@ -8373,7 +8453,7 @@
8373
8453
  "__schema": "TypeLiteralSchema",
8374
8454
  "location": {
8375
8455
  "filePath": "snapping.main.runtime.ts",
8376
- "line": 1126,
8456
+ "line": 1135,
8377
8457
  "character": 15
8378
8458
  },
8379
8459
  "members": [
@@ -8381,7 +8461,7 @@
8381
8461
  "__schema": "VariableLikeSchema",
8382
8462
  "location": {
8383
8463
  "filePath": "snapping.main.runtime.ts",
8384
- "line": 1127,
8464
+ "line": 1136,
8385
8465
  "character": 5
8386
8466
  },
8387
8467
  "signature": "(property) component: ModelComponent",
@@ -8390,7 +8470,7 @@
8390
8470
  "__schema": "TypeRefSchema",
8391
8471
  "location": {
8392
8472
  "filePath": "snapping.main.runtime.ts",
8393
- "line": 1127,
8473
+ "line": 1136,
8394
8474
  "character": 5
8395
8475
  },
8396
8476
  "name": "ModelComponent",
@@ -8402,7 +8482,7 @@
8402
8482
  "__schema": "VariableLikeSchema",
8403
8483
  "location": {
8404
8484
  "filePath": "snapping.main.runtime.ts",
8405
- "line": 1128,
8485
+ "line": 1137,
8406
8486
  "character": 5
8407
8487
  },
8408
8488
  "signature": "(property) version: Version",
@@ -8411,7 +8491,7 @@
8411
8491
  "__schema": "TypeRefSchema",
8412
8492
  "location": {
8413
8493
  "filePath": "snapping.main.runtime.ts",
8414
- "line": 1128,
8494
+ "line": 1137,
8415
8495
  "character": 14
8416
8496
  },
8417
8497
  "name": "Version"
@@ -8430,7 +8510,7 @@
8430
8510
  "__schema": "FunctionLikeSchema",
8431
8511
  "location": {
8432
8512
  "filePath": "snapping.main.runtime.ts",
8433
- "line": 1166,
8513
+ "line": 1175,
8434
8514
  "character": 3
8435
8515
  },
8436
8516
  "signature": "(method) SnappingMain._addCompFromScopeToObjects(source: ConsumerComponent, lane?: Lane, updateDependentsOnLane?: boolean): Promise<{\n component: ModelComponent;\n version: Version;\n}>",
@@ -8440,7 +8520,7 @@
8440
8520
  "__schema": "ParameterSchema",
8441
8521
  "location": {
8442
8522
  "filePath": "snapping.main.runtime.ts",
8443
- "line": 1167,
8523
+ "line": 1176,
8444
8524
  "character": 5
8445
8525
  },
8446
8526
  "name": "source",
@@ -8448,7 +8528,7 @@
8448
8528
  "__schema": "TypeRefSchema",
8449
8529
  "location": {
8450
8530
  "filePath": "snapping.main.runtime.ts",
8451
- "line": 1167,
8531
+ "line": 1176,
8452
8532
  "character": 13
8453
8533
  },
8454
8534
  "name": "ConsumerComponent"
@@ -8460,7 +8540,7 @@
8460
8540
  "__schema": "ParameterSchema",
8461
8541
  "location": {
8462
8542
  "filePath": "snapping.main.runtime.ts",
8463
- "line": 1168,
8543
+ "line": 1177,
8464
8544
  "character": 5
8465
8545
  },
8466
8546
  "name": "lane",
@@ -8468,7 +8548,7 @@
8468
8548
  "__schema": "TypeRefSchema",
8469
8549
  "location": {
8470
8550
  "filePath": "snapping.main.runtime.ts",
8471
- "line": 1168,
8551
+ "line": 1177,
8472
8552
  "character": 12
8473
8553
  },
8474
8554
  "name": "Lane"
@@ -8480,7 +8560,7 @@
8480
8560
  "__schema": "ParameterSchema",
8481
8561
  "location": {
8482
8562
  "filePath": "snapping.main.runtime.ts",
8483
- "line": 1169,
8563
+ "line": 1178,
8484
8564
  "character": 5
8485
8565
  },
8486
8566
  "name": "updateDependentsOnLane",
@@ -8488,7 +8568,7 @@
8488
8568
  "__schema": "InferenceTypeSchema",
8489
8569
  "location": {
8490
8570
  "filePath": "snapping.main.runtime.ts",
8491
- "line": 1169,
8571
+ "line": 1178,
8492
8572
  "character": 5
8493
8573
  },
8494
8574
  "type": "boolean"
@@ -8502,7 +8582,7 @@
8502
8582
  "__schema": "TypeRefSchema",
8503
8583
  "location": {
8504
8584
  "filePath": "snapping.main.runtime.ts",
8505
- "line": 1170,
8585
+ "line": 1179,
8506
8586
  "character": 6
8507
8587
  },
8508
8588
  "name": "Promise",
@@ -8511,7 +8591,7 @@
8511
8591
  "__schema": "TypeLiteralSchema",
8512
8592
  "location": {
8513
8593
  "filePath": "snapping.main.runtime.ts",
8514
- "line": 1170,
8594
+ "line": 1179,
8515
8595
  "character": 14
8516
8596
  },
8517
8597
  "members": [
@@ -8519,7 +8599,7 @@
8519
8599
  "__schema": "VariableLikeSchema",
8520
8600
  "location": {
8521
8601
  "filePath": "snapping.main.runtime.ts",
8522
- "line": 1171,
8602
+ "line": 1180,
8523
8603
  "character": 5
8524
8604
  },
8525
8605
  "signature": "(property) component: ModelComponent",
@@ -8528,7 +8608,7 @@
8528
8608
  "__schema": "TypeRefSchema",
8529
8609
  "location": {
8530
8610
  "filePath": "snapping.main.runtime.ts",
8531
- "line": 1171,
8611
+ "line": 1180,
8532
8612
  "character": 5
8533
8613
  },
8534
8614
  "name": "ModelComponent",
@@ -8540,7 +8620,7 @@
8540
8620
  "__schema": "VariableLikeSchema",
8541
8621
  "location": {
8542
8622
  "filePath": "snapping.main.runtime.ts",
8543
- "line": 1172,
8623
+ "line": 1181,
8544
8624
  "character": 5
8545
8625
  },
8546
8626
  "signature": "(property) version: Version",
@@ -8549,7 +8629,7 @@
8549
8629
  "__schema": "TypeRefSchema",
8550
8630
  "location": {
8551
8631
  "filePath": "snapping.main.runtime.ts",
8552
- "line": 1172,
8632
+ "line": 1181,
8553
8633
  "character": 14
8554
8634
  },
8555
8635
  "name": "Version"
@@ -8568,7 +8648,7 @@
8568
8648
  "__schema": "FunctionLikeSchema",
8569
8649
  "location": {
8570
8650
  "filePath": "snapping.main.runtime.ts",
8571
- "line": 1196,
8651
+ "line": 1205,
8572
8652
  "character": 3
8573
8653
  },
8574
8654
  "signature": "(method) SnappingMain._enrichComp(consumerComponent: ConsumerComponent, modifiedLog?: Log): Promise<ConsumerComponent>",
@@ -8578,7 +8658,7 @@
8578
8658
  "__schema": "ParameterSchema",
8579
8659
  "location": {
8580
8660
  "filePath": "snapping.main.runtime.ts",
8581
- "line": 1196,
8661
+ "line": 1205,
8582
8662
  "character": 21
8583
8663
  },
8584
8664
  "name": "consumerComponent",
@@ -8586,7 +8666,7 @@
8586
8666
  "__schema": "TypeRefSchema",
8587
8667
  "location": {
8588
8668
  "filePath": "snapping.main.runtime.ts",
8589
- "line": 1196,
8669
+ "line": 1205,
8590
8670
  "character": 40
8591
8671
  },
8592
8672
  "name": "ConsumerComponent"
@@ -8598,7 +8678,7 @@
8598
8678
  "__schema": "ParameterSchema",
8599
8679
  "location": {
8600
8680
  "filePath": "snapping.main.runtime.ts",
8601
- "line": 1196,
8681
+ "line": 1205,
8602
8682
  "character": 59
8603
8683
  },
8604
8684
  "name": "modifiedLog",
@@ -8606,7 +8686,7 @@
8606
8686
  "__schema": "TypeRefSchema",
8607
8687
  "location": {
8608
8688
  "filePath": "snapping.main.runtime.ts",
8609
- "line": 1196,
8689
+ "line": 1205,
8610
8690
  "character": 73
8611
8691
  },
8612
8692
  "name": "Log"
@@ -8619,7 +8699,7 @@
8619
8699
  "__schema": "InferenceTypeSchema",
8620
8700
  "location": {
8621
8701
  "filePath": "snapping.main.runtime.ts",
8622
- "line": 1196,
8702
+ "line": 1205,
8623
8703
  "character": 3
8624
8704
  },
8625
8705
  "type": "Promise<ConsumerComponent>"
@@ -8632,7 +8712,7 @@
8632
8712
  "__schema": "FunctionLikeSchema",
8633
8713
  "location": {
8634
8714
  "filePath": "snapping.main.runtime.ts",
8635
- "line": 1202,
8715
+ "line": 1211,
8636
8716
  "character": 3
8637
8717
  },
8638
8718
  "signature": "(method) SnappingMain._getObjectsToEnrichComp(consumerComponent: ConsumerComponent, modifiedLog?: Log): Promise<BitObject[]>",
@@ -8642,7 +8722,7 @@
8642
8722
  "__schema": "ParameterSchema",
8643
8723
  "location": {
8644
8724
  "filePath": "snapping.main.runtime.ts",
8645
- "line": 1202,
8725
+ "line": 1211,
8646
8726
  "character": 33
8647
8727
  },
8648
8728
  "name": "consumerComponent",
@@ -8650,7 +8730,7 @@
8650
8730
  "__schema": "TypeRefSchema",
8651
8731
  "location": {
8652
8732
  "filePath": "snapping.main.runtime.ts",
8653
- "line": 1202,
8733
+ "line": 1211,
8654
8734
  "character": 52
8655
8735
  },
8656
8736
  "name": "ConsumerComponent"
@@ -8662,7 +8742,7 @@
8662
8742
  "__schema": "ParameterSchema",
8663
8743
  "location": {
8664
8744
  "filePath": "snapping.main.runtime.ts",
8665
- "line": 1202,
8745
+ "line": 1211,
8666
8746
  "character": 71
8667
8747
  },
8668
8748
  "name": "modifiedLog",
@@ -8670,7 +8750,7 @@
8670
8750
  "__schema": "TypeRefSchema",
8671
8751
  "location": {
8672
8752
  "filePath": "snapping.main.runtime.ts",
8673
- "line": 1202,
8753
+ "line": 1211,
8674
8754
  "character": 85
8675
8755
  },
8676
8756
  "name": "Log"
@@ -8683,7 +8763,7 @@
8683
8763
  "__schema": "TypeRefSchema",
8684
8764
  "location": {
8685
8765
  "filePath": "snapping.main.runtime.ts",
8686
- "line": 1202,
8766
+ "line": 1211,
8687
8767
  "character": 91
8688
8768
  },
8689
8769
  "name": "Promise",
@@ -8692,14 +8772,14 @@
8692
8772
  "__schema": "TypeArraySchema",
8693
8773
  "location": {
8694
8774
  "filePath": "snapping.main.runtime.ts",
8695
- "line": 1202,
8775
+ "line": 1211,
8696
8776
  "character": 99
8697
8777
  },
8698
8778
  "type": {
8699
8779
  "__schema": "TypeRefSchema",
8700
8780
  "location": {
8701
8781
  "filePath": "snapping.main.runtime.ts",
8702
- "line": 1202,
8782
+ "line": 1211,
8703
8783
  "character": 99
8704
8784
  },
8705
8785
  "name": "BitObject"
@@ -8715,14 +8795,14 @@
8715
8795
  "__schema": "FunctionLikeSchema",
8716
8796
  "location": {
8717
8797
  "filePath": "snapping.main.runtime.ts",
8718
- "line": 1276,
8798
+ "line": 1285,
8719
8799
  "character": 3
8720
8800
  },
8721
8801
  "doc": {
8722
8802
  "__schema": "DocSchema",
8723
8803
  "location": {
8724
8804
  "filePath": "snapping.main.runtime.ts",
8725
- "line": 1270,
8805
+ "line": 1279,
8726
8806
  "character": 3
8727
8807
  },
8728
8808
  "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 */",
@@ -8736,7 +8816,7 @@
8736
8816
  "__schema": "ParameterSchema",
8737
8817
  "location": {
8738
8818
  "filePath": "snapping.main.runtime.ts",
8739
- "line": 1276,
8819
+ "line": 1285,
8740
8820
  "character": 52
8741
8821
  },
8742
8822
  "name": "compId",
@@ -8744,7 +8824,7 @@
8744
8824
  "__schema": "TypeRefSchema",
8745
8825
  "location": {
8746
8826
  "filePath": "snapping.main.runtime.ts",
8747
- "line": 1276,
8827
+ "line": 1285,
8748
8828
  "character": 60
8749
8829
  },
8750
8830
  "name": "ComponentID"
@@ -8757,7 +8837,7 @@
8757
8837
  "__schema": "TypeRefSchema",
8758
8838
  "location": {
8759
8839
  "filePath": "snapping.main.runtime.ts",
8760
- "line": 1276,
8840
+ "line": 1285,
8761
8841
  "character": 74
8762
8842
  },
8763
8843
  "name": "Promise",
@@ -8766,7 +8846,7 @@
8766
8846
  "__schema": "TypeRefSchema",
8767
8847
  "location": {
8768
8848
  "filePath": "snapping.main.runtime.ts",
8769
- "line": 1276,
8849
+ "line": 1285,
8770
8850
  "character": 82
8771
8851
  },
8772
8852
  "name": "ComponentID"
@@ -8781,7 +8861,7 @@
8781
8861
  "__schema": "FunctionLikeSchema",
8782
8862
  "location": {
8783
8863
  "filePath": "snapping.main.runtime.ts",
8784
- "line": 1314,
8864
+ "line": 1323,
8785
8865
  "character": 3
8786
8866
  },
8787
8867
  "signature": "(method) SnappingMain.updateDependenciesVersionsOfComponent(component: Component, dependencies: ComponentID[], currentBitIds: ComponentID[]): Promise<void>",
@@ -8791,7 +8871,7 @@
8791
8871
  "__schema": "ParameterSchema",
8792
8872
  "location": {
8793
8873
  "filePath": "snapping.main.runtime.ts",
8794
- "line": 1315,
8874
+ "line": 1324,
8795
8875
  "character": 5
8796
8876
  },
8797
8877
  "name": "component",
@@ -8799,7 +8879,7 @@
8799
8879
  "__schema": "TypeRefSchema",
8800
8880
  "location": {
8801
8881
  "filePath": "snapping.main.runtime.ts",
8802
- "line": 1315,
8882
+ "line": 1324,
8803
8883
  "character": 16
8804
8884
  },
8805
8885
  "name": "Component"
@@ -8811,7 +8891,7 @@
8811
8891
  "__schema": "ParameterSchema",
8812
8892
  "location": {
8813
8893
  "filePath": "snapping.main.runtime.ts",
8814
- "line": 1316,
8894
+ "line": 1325,
8815
8895
  "character": 5
8816
8896
  },
8817
8897
  "name": "dependencies",
@@ -8819,14 +8899,14 @@
8819
8899
  "__schema": "TypeArraySchema",
8820
8900
  "location": {
8821
8901
  "filePath": "snapping.main.runtime.ts",
8822
- "line": 1316,
8902
+ "line": 1325,
8823
8903
  "character": 19
8824
8904
  },
8825
8905
  "type": {
8826
8906
  "__schema": "TypeRefSchema",
8827
8907
  "location": {
8828
8908
  "filePath": "snapping.main.runtime.ts",
8829
- "line": 1316,
8909
+ "line": 1325,
8830
8910
  "character": 19
8831
8911
  },
8832
8912
  "name": "ComponentID"
@@ -8839,7 +8919,7 @@
8839
8919
  "__schema": "ParameterSchema",
8840
8920
  "location": {
8841
8921
  "filePath": "snapping.main.runtime.ts",
8842
- "line": 1317,
8922
+ "line": 1326,
8843
8923
  "character": 5
8844
8924
  },
8845
8925
  "name": "currentBitIds",
@@ -8847,14 +8927,14 @@
8847
8927
  "__schema": "TypeArraySchema",
8848
8928
  "location": {
8849
8929
  "filePath": "snapping.main.runtime.ts",
8850
- "line": 1317,
8930
+ "line": 1326,
8851
8931
  "character": 20
8852
8932
  },
8853
8933
  "type": {
8854
8934
  "__schema": "TypeRefSchema",
8855
8935
  "location": {
8856
8936
  "filePath": "snapping.main.runtime.ts",
8857
- "line": 1317,
8937
+ "line": 1326,
8858
8938
  "character": 20
8859
8939
  },
8860
8940
  "name": "ComponentID"
@@ -8868,7 +8948,7 @@
8868
8948
  "__schema": "InferenceTypeSchema",
8869
8949
  "location": {
8870
8950
  "filePath": "snapping.main.runtime.ts",
8871
- "line": 1314,
8951
+ "line": 1323,
8872
8952
  "character": 3
8873
8953
  },
8874
8954
  "type": "Promise<void>"
@@ -8881,14 +8961,14 @@
8881
8961
  "__schema": "FunctionLikeSchema",
8882
8962
  "location": {
8883
8963
  "filePath": "snapping.main.runtime.ts",
8884
- "line": 1347,
8964
+ "line": 1356,
8885
8965
  "character": 3
8886
8966
  },
8887
8967
  "doc": {
8888
8968
  "__schema": "DocSchema",
8889
8969
  "location": {
8890
8970
  "filePath": "snapping.main.runtime.ts",
8891
- "line": 1342,
8971
+ "line": 1351,
8892
8972
  "character": 3
8893
8973
  },
8894
8974
  "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 */",
@@ -8902,7 +8982,7 @@
8902
8982
  "__schema": "ParameterSchema",
8903
8983
  "location": {
8904
8984
  "filePath": "snapping.main.runtime.ts",
8905
- "line": 1347,
8985
+ "line": 1356,
8906
8986
  "character": 47
8907
8987
  },
8908
8988
  "name": "component",
@@ -8910,7 +8990,7 @@
8910
8990
  "__schema": "TypeRefSchema",
8911
8991
  "location": {
8912
8992
  "filePath": "snapping.main.runtime.ts",
8913
- "line": 1347,
8993
+ "line": 1356,
8914
8994
  "character": 58
8915
8995
  },
8916
8996
  "name": "Component"
@@ -8922,7 +9002,7 @@
8922
9002
  "__schema": "ParameterSchema",
8923
9003
  "location": {
8924
9004
  "filePath": "snapping.main.runtime.ts",
8925
- "line": 1347,
9005
+ "line": 1356,
8926
9006
  "character": 69
8927
9007
  },
8928
9008
  "name": "updatedIds",
@@ -8930,14 +9010,14 @@
8930
9010
  "__schema": "TypeArraySchema",
8931
9011
  "location": {
8932
9012
  "filePath": "snapping.main.runtime.ts",
8933
- "line": 1347,
9013
+ "line": 1356,
8934
9014
  "character": 81
8935
9015
  },
8936
9016
  "type": {
8937
9017
  "__schema": "KeywordTypeSchema",
8938
9018
  "location": {
8939
9019
  "filePath": "snapping.main.runtime.ts",
8940
- "line": 1347,
9020
+ "line": 1356,
8941
9021
  "character": 81
8942
9022
  },
8943
9023
  "name": "string"
@@ -8951,7 +9031,7 @@
8951
9031
  "__schema": "InferenceTypeSchema",
8952
9032
  "location": {
8953
9033
  "filePath": "snapping.main.runtime.ts",
8954
- "line": 1347,
9034
+ "line": 1356,
8955
9035
  "character": 3
8956
9036
  },
8957
9037
  "type": "Promise<void>"
@@ -8964,7 +9044,7 @@
8964
9044
  "__schema": "VariableLikeSchema",
8965
9045
  "location": {
8966
9046
  "filePath": "snapping.main.runtime.ts",
8967
- "line": 1466,
9047
+ "line": 1475,
8968
9048
  "character": 3
8969
9049
  },
8970
9050
  "signature": "(property) SnappingMain.slots: never[]",
@@ -8973,7 +9053,7 @@
8973
9053
  "__schema": "InferenceTypeSchema",
8974
9054
  "location": {
8975
9055
  "filePath": "snapping.main.runtime.ts",
8976
- "line": 1466,
9056
+ "line": 1475,
8977
9057
  "character": 3
8978
9058
  },
8979
9059
  "type": "never[]"
@@ -8985,7 +9065,7 @@
8985
9065
  "__schema": "VariableLikeSchema",
8986
9066
  "location": {
8987
9067
  "filePath": "snapping.main.runtime.ts",
8988
- "line": 1467,
9068
+ "line": 1476,
8989
9069
  "character": 3
8990
9070
  },
8991
9071
  "signature": "(property) SnappingMain.dependencies: Aspect[]",
@@ -8994,7 +9074,7 @@
8994
9074
  "__schema": "InferenceTypeSchema",
8995
9075
  "location": {
8996
9076
  "filePath": "snapping.main.runtime.ts",
8997
- "line": 1467,
9077
+ "line": 1476,
8998
9078
  "character": 3
8999
9079
  },
9000
9080
  "type": "Aspect[]"
@@ -9006,7 +9086,7 @@
9006
9086
  "__schema": "VariableLikeSchema",
9007
9087
  "location": {
9008
9088
  "filePath": "snapping.main.runtime.ts",
9009
- "line": 1484,
9089
+ "line": 1493,
9010
9090
  "character": 3
9011
9091
  },
9012
9092
  "signature": "(property) SnappingMain.runtime: RuntimeDefinition",
@@ -9015,7 +9095,7 @@
9015
9095
  "__schema": "InferenceTypeSchema",
9016
9096
  "location": {
9017
9097
  "filePath": "snapping.main.runtime.ts",
9018
- "line": 1484,
9098
+ "line": 1493,
9019
9099
  "character": 3
9020
9100
  },
9021
9101
  "type": "RuntimeDefinition"
@@ -9027,7 +9107,7 @@
9027
9107
  "__schema": "FunctionLikeSchema",
9028
9108
  "location": {
9029
9109
  "filePath": "snapping.main.runtime.ts",
9030
- "line": 1485,
9110
+ "line": 1494,
9031
9111
  "character": 3
9032
9112
  },
9033
9113
  "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>",
@@ -9037,7 +9117,7 @@
9037
9117
  "__schema": "ParameterSchema",
9038
9118
  "location": {
9039
9119
  "filePath": "snapping.main.runtime.ts",
9040
- "line": 1485,
9120
+ "line": 1494,
9041
9121
  "character": 25
9042
9122
  },
9043
9123
  "name": "[ workspace, cli, loggerMain, issues, insights, dependencyResolver, scope, exporter, builder, importer, globalConfig, deps, application, forking, install ]",
@@ -9045,7 +9125,7 @@
9045
9125
  "__schema": "TupleTypeSchema",
9046
9126
  "location": {
9047
9127
  "filePath": "snapping.main.runtime.ts",
9048
- "line": 1501,
9128
+ "line": 1510,
9049
9129
  "character": 6
9050
9130
  },
9051
9131
  "elements": [
@@ -9053,7 +9133,7 @@
9053
9133
  "__schema": "TypeRefSchema",
9054
9134
  "location": {
9055
9135
  "filePath": "snapping.main.runtime.ts",
9056
- "line": 1502,
9136
+ "line": 1511,
9057
9137
  "character": 5
9058
9138
  },
9059
9139
  "name": "Workspace"
@@ -9062,7 +9142,7 @@
9062
9142
  "__schema": "TypeRefSchema",
9063
9143
  "location": {
9064
9144
  "filePath": "snapping.main.runtime.ts",
9065
- "line": 1503,
9145
+ "line": 1512,
9066
9146
  "character": 5
9067
9147
  },
9068
9148
  "name": "CLIMain"
@@ -9071,7 +9151,7 @@
9071
9151
  "__schema": "TypeRefSchema",
9072
9152
  "location": {
9073
9153
  "filePath": "snapping.main.runtime.ts",
9074
- "line": 1504,
9154
+ "line": 1513,
9075
9155
  "character": 5
9076
9156
  },
9077
9157
  "name": "LoggerMain"
@@ -9080,7 +9160,7 @@
9080
9160
  "__schema": "TypeRefSchema",
9081
9161
  "location": {
9082
9162
  "filePath": "snapping.main.runtime.ts",
9083
- "line": 1505,
9163
+ "line": 1514,
9084
9164
  "character": 5
9085
9165
  },
9086
9166
  "name": "IssuesMain"
@@ -9089,7 +9169,7 @@
9089
9169
  "__schema": "TypeRefSchema",
9090
9170
  "location": {
9091
9171
  "filePath": "snapping.main.runtime.ts",
9092
- "line": 1506,
9172
+ "line": 1515,
9093
9173
  "character": 5
9094
9174
  },
9095
9175
  "name": "InsightsMain"
@@ -9098,7 +9178,7 @@
9098
9178
  "__schema": "TypeRefSchema",
9099
9179
  "location": {
9100
9180
  "filePath": "snapping.main.runtime.ts",
9101
- "line": 1507,
9181
+ "line": 1516,
9102
9182
  "character": 5
9103
9183
  },
9104
9184
  "name": "DependencyResolverMain"
@@ -9107,7 +9187,7 @@
9107
9187
  "__schema": "TypeRefSchema",
9108
9188
  "location": {
9109
9189
  "filePath": "snapping.main.runtime.ts",
9110
- "line": 1508,
9190
+ "line": 1517,
9111
9191
  "character": 5
9112
9192
  },
9113
9193
  "name": "ScopeMain"
@@ -9116,7 +9196,7 @@
9116
9196
  "__schema": "TypeRefSchema",
9117
9197
  "location": {
9118
9198
  "filePath": "snapping.main.runtime.ts",
9119
- "line": 1509,
9199
+ "line": 1518,
9120
9200
  "character": 5
9121
9201
  },
9122
9202
  "name": "ExportMain"
@@ -9125,7 +9205,7 @@
9125
9205
  "__schema": "TypeRefSchema",
9126
9206
  "location": {
9127
9207
  "filePath": "snapping.main.runtime.ts",
9128
- "line": 1510,
9208
+ "line": 1519,
9129
9209
  "character": 5
9130
9210
  },
9131
9211
  "name": "BuilderMain"
@@ -9134,7 +9214,7 @@
9134
9214
  "__schema": "TypeRefSchema",
9135
9215
  "location": {
9136
9216
  "filePath": "snapping.main.runtime.ts",
9137
- "line": 1511,
9217
+ "line": 1520,
9138
9218
  "character": 5
9139
9219
  },
9140
9220
  "name": "ImporterMain"
@@ -9143,7 +9223,7 @@
9143
9223
  "__schema": "TypeRefSchema",
9144
9224
  "location": {
9145
9225
  "filePath": "snapping.main.runtime.ts",
9146
- "line": 1512,
9226
+ "line": 1521,
9147
9227
  "character": 5
9148
9228
  },
9149
9229
  "name": "GlobalConfigMain"
@@ -9152,7 +9232,7 @@
9152
9232
  "__schema": "TypeRefSchema",
9153
9233
  "location": {
9154
9234
  "filePath": "snapping.main.runtime.ts",
9155
- "line": 1513,
9235
+ "line": 1522,
9156
9236
  "character": 5
9157
9237
  },
9158
9238
  "name": "DependenciesMain"
@@ -9161,7 +9241,7 @@
9161
9241
  "__schema": "TypeRefSchema",
9162
9242
  "location": {
9163
9243
  "filePath": "snapping.main.runtime.ts",
9164
- "line": 1514,
9244
+ "line": 1523,
9165
9245
  "character": 5
9166
9246
  },
9167
9247
  "name": "ApplicationMain"
@@ -9170,7 +9250,7 @@
9170
9250
  "__schema": "TypeRefSchema",
9171
9251
  "location": {
9172
9252
  "filePath": "snapping.main.runtime.ts",
9173
- "line": 1515,
9253
+ "line": 1524,
9174
9254
  "character": 5
9175
9255
  },
9176
9256
  "name": "ForkingMain"
@@ -9179,7 +9259,7 @@
9179
9259
  "__schema": "TypeRefSchema",
9180
9260
  "location": {
9181
9261
  "filePath": "snapping.main.runtime.ts",
9182
- "line": 1516,
9262
+ "line": 1525,
9183
9263
  "character": 5
9184
9264
  },
9185
9265
  "name": "InstallMain"
@@ -9194,7 +9274,7 @@
9194
9274
  "__schema": "InferenceTypeSchema",
9195
9275
  "location": {
9196
9276
  "filePath": "snapping.main.runtime.ts",
9197
- "line": 1485,
9277
+ "line": 1494,
9198
9278
  "character": 3
9199
9279
  },
9200
9280
  "type": "Promise<SnappingMain>"
@@ -9212,7 +9292,7 @@
9212
9292
  "__schema": "UnImplementedSchema",
9213
9293
  "location": {
9214
9294
  "filePath": "snapping.main.runtime.ts",
9215
- "line": 1547,
9295
+ "line": 1556,
9216
9296
  "character": 16
9217
9297
  },
9218
9298
  "name": "SnappingMain",
@@ -9224,7 +9304,7 @@
9224
9304
  "__schema": "UnImplementedSchema",
9225
9305
  "location": {
9226
9306
  "filePath": "snapping.main.runtime.ts",
9227
- "line": 1545,
9307
+ "line": 1554,
9228
9308
  "character": 1
9229
9309
  },
9230
9310
  "name": "SnappingAspect.addRuntime(SnappingMain);",
@@ -12403,7 +12483,7 @@
12403
12483
  "componentId": {
12404
12484
  "scope": "teambit.component",
12405
12485
  "name": "snapping",
12406
- "version": "1.0.446"
12486
+ "version": "1.0.448"
12407
12487
  },
12408
12488
  "taggedModuleExports": []
12409
12489
  }