@teambit/builder 1.0.332 → 1.0.333

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.
Files changed (34) hide show
  1. package/artifact/artifact-extractor.ts +1 -1
  2. package/artifact/artifact-factory.ts +1 -1
  3. package/artifact/artifact-list.ts +2 -2
  4. package/artifact/artifact.ts +1 -1
  5. package/artifact/extension-artifact.ts +1 -1
  6. package/artifact/fs-artifact.ts +1 -1
  7. package/artifacts/__bit_junit.xml +1 -1
  8. package/artifacts/preview/teambit_pipelines_builder-preview.js +1 -1
  9. package/artifacts/schema.json +581 -569
  10. package/dist/artifact/artifact-extractor.js +4 -4
  11. package/dist/artifact/artifact-extractor.js.map +1 -1
  12. package/dist/artifact/artifact-factory.js +8 -8
  13. package/dist/artifact/artifact-factory.js.map +1 -1
  14. package/dist/artifact/artifact-list.d.ts +2 -2
  15. package/dist/artifact/artifact-list.js.map +1 -1
  16. package/dist/artifact/artifact.d.ts +1 -1
  17. package/dist/artifact/artifact.js.map +1 -1
  18. package/dist/artifact/extension-artifact.d.ts +1 -1
  19. package/dist/artifact/extension-artifact.js.map +1 -1
  20. package/dist/artifact/fs-artifact.d.ts +1 -1
  21. package/dist/artifact/fs-artifact.js.map +1 -1
  22. package/dist/build-pipeline-result-list.d.ts +1 -1
  23. package/dist/build-pipeline-result-list.js.map +1 -1
  24. package/dist/builder.main.runtime.d.ts +1 -2
  25. package/dist/builder.main.runtime.js +10 -10
  26. package/dist/builder.main.runtime.js.map +1 -1
  27. package/dist/index.d.ts +1 -1
  28. package/dist/index.js +9 -9
  29. package/dist/index.js.map +1 -1
  30. package/dist/{preview-1720690103747.js → preview-1720754434554.js} +2 -2
  31. package/dist/storage/storage-resolver.d.ts +1 -1
  32. package/dist/storage/storage-resolver.js.map +1 -1
  33. package/package.json +18 -17
  34. package/storage/storage-resolver.ts +1 -1
@@ -29,7 +29,11 @@
29
29
  "character": 10
30
30
  },
31
31
  "name": "ArtifactVinyl",
32
- "packageName": "@teambit/legacy/dist/consumer/component/sources/artifact"
32
+ "componentId": {
33
+ "scope": "teambit.component",
34
+ "name": "sources",
35
+ "version": "0.0.2"
36
+ }
33
37
  }
34
38
  },
35
39
  {
@@ -1115,7 +1119,7 @@
1115
1119
  "_legacy": {
1116
1120
  "scope": "teambit.pipelines",
1117
1121
  "name": "builder",
1118
- "version": "1.0.332"
1122
+ "version": "1.0.333"
1119
1123
  },
1120
1124
  "_scope": "teambit.pipelines"
1121
1125
  }
@@ -1766,7 +1770,7 @@
1766
1770
  "__schema": "ClassSchema",
1767
1771
  "location": {
1768
1772
  "filePath": "builder.main.runtime.ts",
1769
- "line": 63,
1773
+ "line": 62,
1770
1774
  "character": 1
1771
1775
  },
1772
1776
  "signature": "class BuilderMain",
@@ -1776,7 +1780,7 @@
1776
1780
  "__schema": "ConstructorSchema",
1777
1781
  "location": {
1778
1782
  "filePath": "builder.main.runtime.ts",
1779
- "line": 64,
1783
+ "line": 63,
1780
1784
  "character": 3
1781
1785
  },
1782
1786
  "signature": "constructor BuilderMain(envs: EnvsMain, workspace: Workspace, buildService: BuilderService, tagService: BuilderService, snapService: BuilderService, scope: ScopeMain, isolator: IsolatorMain, aspectLoader: AspectLoaderMain, componentAspect: ComponentMain, globalConfig: GlobalConfigMain, buildTaskSlot: TaskSlot, tagTaskSlot: TaskSlot, snapTaskSlot: TaskSlot, logger: Logger): BuilderMain",
@@ -1786,7 +1790,7 @@
1786
1790
  "__schema": "ParameterSchema",
1787
1791
  "location": {
1788
1792
  "filePath": "builder.main.runtime.ts",
1789
- "line": 65,
1793
+ "line": 64,
1790
1794
  "character": 5
1791
1795
  },
1792
1796
  "name": "envs",
@@ -1794,7 +1798,7 @@
1794
1798
  "__schema": "TypeRefSchema",
1795
1799
  "location": {
1796
1800
  "filePath": "builder.main.runtime.ts",
1797
- "line": 65,
1801
+ "line": 64,
1798
1802
  "character": 19
1799
1803
  },
1800
1804
  "name": "EnvsMain"
@@ -1806,7 +1810,7 @@
1806
1810
  "__schema": "ParameterSchema",
1807
1811
  "location": {
1808
1812
  "filePath": "builder.main.runtime.ts",
1809
- "line": 66,
1813
+ "line": 65,
1810
1814
  "character": 5
1811
1815
  },
1812
1816
  "name": "workspace",
@@ -1814,7 +1818,7 @@
1814
1818
  "__schema": "TypeRefSchema",
1815
1819
  "location": {
1816
1820
  "filePath": "builder.main.runtime.ts",
1817
- "line": 66,
1821
+ "line": 65,
1818
1822
  "character": 24
1819
1823
  },
1820
1824
  "name": "Workspace"
@@ -1826,7 +1830,7 @@
1826
1830
  "__schema": "ParameterSchema",
1827
1831
  "location": {
1828
1832
  "filePath": "builder.main.runtime.ts",
1829
- "line": 67,
1833
+ "line": 66,
1830
1834
  "character": 5
1831
1835
  },
1832
1836
  "name": "buildService",
@@ -1834,7 +1838,7 @@
1834
1838
  "__schema": "TypeRefSchema",
1835
1839
  "location": {
1836
1840
  "filePath": "builder.main.runtime.ts",
1837
- "line": 67,
1841
+ "line": 66,
1838
1842
  "character": 27
1839
1843
  },
1840
1844
  "name": "BuilderService"
@@ -1846,7 +1850,7 @@
1846
1850
  "__schema": "ParameterSchema",
1847
1851
  "location": {
1848
1852
  "filePath": "builder.main.runtime.ts",
1849
- "line": 68,
1853
+ "line": 67,
1850
1854
  "character": 5
1851
1855
  },
1852
1856
  "name": "tagService",
@@ -1854,7 +1858,7 @@
1854
1858
  "__schema": "TypeRefSchema",
1855
1859
  "location": {
1856
1860
  "filePath": "builder.main.runtime.ts",
1857
- "line": 68,
1861
+ "line": 67,
1858
1862
  "character": 25
1859
1863
  },
1860
1864
  "name": "BuilderService"
@@ -1866,7 +1870,7 @@
1866
1870
  "__schema": "ParameterSchema",
1867
1871
  "location": {
1868
1872
  "filePath": "builder.main.runtime.ts",
1869
- "line": 69,
1873
+ "line": 68,
1870
1874
  "character": 5
1871
1875
  },
1872
1876
  "name": "snapService",
@@ -1874,7 +1878,7 @@
1874
1878
  "__schema": "TypeRefSchema",
1875
1879
  "location": {
1876
1880
  "filePath": "builder.main.runtime.ts",
1877
- "line": 69,
1881
+ "line": 68,
1878
1882
  "character": 26
1879
1883
  },
1880
1884
  "name": "BuilderService"
@@ -1886,7 +1890,7 @@
1886
1890
  "__schema": "ParameterSchema",
1887
1891
  "location": {
1888
1892
  "filePath": "builder.main.runtime.ts",
1889
- "line": 70,
1893
+ "line": 69,
1890
1894
  "character": 5
1891
1895
  },
1892
1896
  "name": "scope",
@@ -1894,7 +1898,7 @@
1894
1898
  "__schema": "TypeRefSchema",
1895
1899
  "location": {
1896
1900
  "filePath": "builder.main.runtime.ts",
1897
- "line": 70,
1901
+ "line": 69,
1898
1902
  "character": 20
1899
1903
  },
1900
1904
  "name": "ScopeMain"
@@ -1906,7 +1910,7 @@
1906
1910
  "__schema": "ParameterSchema",
1907
1911
  "location": {
1908
1912
  "filePath": "builder.main.runtime.ts",
1909
- "line": 71,
1913
+ "line": 70,
1910
1914
  "character": 5
1911
1915
  },
1912
1916
  "name": "isolator",
@@ -1914,7 +1918,7 @@
1914
1918
  "__schema": "TypeRefSchema",
1915
1919
  "location": {
1916
1920
  "filePath": "builder.main.runtime.ts",
1917
- "line": 71,
1921
+ "line": 70,
1918
1922
  "character": 23
1919
1923
  },
1920
1924
  "name": "IsolatorMain"
@@ -1926,7 +1930,7 @@
1926
1930
  "__schema": "ParameterSchema",
1927
1931
  "location": {
1928
1932
  "filePath": "builder.main.runtime.ts",
1929
- "line": 72,
1933
+ "line": 71,
1930
1934
  "character": 5
1931
1935
  },
1932
1936
  "name": "aspectLoader",
@@ -1934,7 +1938,7 @@
1934
1938
  "__schema": "TypeRefSchema",
1935
1939
  "location": {
1936
1940
  "filePath": "builder.main.runtime.ts",
1937
- "line": 72,
1941
+ "line": 71,
1938
1942
  "character": 27
1939
1943
  },
1940
1944
  "name": "AspectLoaderMain"
@@ -1946,7 +1950,7 @@
1946
1950
  "__schema": "ParameterSchema",
1947
1951
  "location": {
1948
1952
  "filePath": "builder.main.runtime.ts",
1949
- "line": 73,
1953
+ "line": 72,
1950
1954
  "character": 5
1951
1955
  },
1952
1956
  "name": "componentAspect",
@@ -1954,7 +1958,7 @@
1954
1958
  "__schema": "TypeRefSchema",
1955
1959
  "location": {
1956
1960
  "filePath": "builder.main.runtime.ts",
1957
- "line": 73,
1961
+ "line": 72,
1958
1962
  "character": 30
1959
1963
  },
1960
1964
  "name": "ComponentMain"
@@ -1966,7 +1970,7 @@
1966
1970
  "__schema": "ParameterSchema",
1967
1971
  "location": {
1968
1972
  "filePath": "builder.main.runtime.ts",
1969
- "line": 74,
1973
+ "line": 73,
1970
1974
  "character": 5
1971
1975
  },
1972
1976
  "name": "globalConfig",
@@ -1974,7 +1978,7 @@
1974
1978
  "__schema": "TypeRefSchema",
1975
1979
  "location": {
1976
1980
  "filePath": "builder.main.runtime.ts",
1977
- "line": 74,
1981
+ "line": 73,
1978
1982
  "character": 27
1979
1983
  },
1980
1984
  "name": "GlobalConfigMain"
@@ -1986,7 +1990,7 @@
1986
1990
  "__schema": "ParameterSchema",
1987
1991
  "location": {
1988
1992
  "filePath": "builder.main.runtime.ts",
1989
- "line": 75,
1993
+ "line": 74,
1990
1994
  "character": 5
1991
1995
  },
1992
1996
  "name": "buildTaskSlot",
@@ -1994,7 +1998,7 @@
1994
1998
  "__schema": "TypeRefSchema",
1995
1999
  "location": {
1996
2000
  "filePath": "builder.main.runtime.ts",
1997
- "line": 75,
2001
+ "line": 74,
1998
2002
  "character": 28
1999
2003
  },
2000
2004
  "name": "TaskSlot"
@@ -2006,7 +2010,7 @@
2006
2010
  "__schema": "ParameterSchema",
2007
2011
  "location": {
2008
2012
  "filePath": "builder.main.runtime.ts",
2009
- "line": 76,
2013
+ "line": 75,
2010
2014
  "character": 5
2011
2015
  },
2012
2016
  "name": "tagTaskSlot",
@@ -2014,7 +2018,7 @@
2014
2018
  "__schema": "TypeRefSchema",
2015
2019
  "location": {
2016
2020
  "filePath": "builder.main.runtime.ts",
2017
- "line": 76,
2021
+ "line": 75,
2018
2022
  "character": 26
2019
2023
  },
2020
2024
  "name": "TaskSlot"
@@ -2026,7 +2030,7 @@
2026
2030
  "__schema": "ParameterSchema",
2027
2031
  "location": {
2028
2032
  "filePath": "builder.main.runtime.ts",
2029
- "line": 77,
2033
+ "line": 76,
2030
2034
  "character": 5
2031
2035
  },
2032
2036
  "name": "snapTaskSlot",
@@ -2034,7 +2038,7 @@
2034
2038
  "__schema": "TypeRefSchema",
2035
2039
  "location": {
2036
2040
  "filePath": "builder.main.runtime.ts",
2037
- "line": 77,
2041
+ "line": 76,
2038
2042
  "character": 27
2039
2043
  },
2040
2044
  "name": "TaskSlot"
@@ -2046,7 +2050,7 @@
2046
2050
  "__schema": "ParameterSchema",
2047
2051
  "location": {
2048
2052
  "filePath": "builder.main.runtime.ts",
2049
- "line": 78,
2053
+ "line": 77,
2050
2054
  "character": 5
2051
2055
  },
2052
2056
  "name": "logger",
@@ -2054,7 +2058,7 @@
2054
2058
  "__schema": "TypeRefSchema",
2055
2059
  "location": {
2056
2060
  "filePath": "builder.main.runtime.ts",
2057
- "line": 78,
2061
+ "line": 77,
2058
2062
  "character": 21
2059
2063
  },
2060
2064
  "name": "Logger"
@@ -2067,7 +2071,7 @@
2067
2071
  "__schema": "ThisTypeSchema",
2068
2072
  "location": {
2069
2073
  "filePath": "builder.main.runtime.ts",
2070
- "line": 63,
2074
+ "line": 62,
2071
2075
  "character": 1
2072
2076
  },
2073
2077
  "name": "BuilderMain"
@@ -2078,7 +2082,7 @@
2078
2082
  "__schema": "FunctionLikeSchema",
2079
2083
  "location": {
2080
2084
  "filePath": "builder.main.runtime.ts",
2081
- "line": 98,
2085
+ "line": 97,
2082
2086
  "character": 3
2083
2087
  },
2084
2088
  "signature": "(method) BuilderMain.pipelineResultsToBuilderData(components: Component[], buildPipelineResults: TaskResults[]): ComponentMap<RawBuilderData>",
@@ -2088,7 +2092,7 @@
2088
2092
  "__schema": "ParameterSchema",
2089
2093
  "location": {
2090
2094
  "filePath": "builder.main.runtime.ts",
2091
- "line": 99,
2095
+ "line": 98,
2092
2096
  "character": 5
2093
2097
  },
2094
2098
  "name": "components",
@@ -2096,14 +2100,14 @@
2096
2100
  "__schema": "TypeArraySchema",
2097
2101
  "location": {
2098
2102
  "filePath": "builder.main.runtime.ts",
2099
- "line": 99,
2103
+ "line": 98,
2100
2104
  "character": 17
2101
2105
  },
2102
2106
  "type": {
2103
2107
  "__schema": "TypeRefSchema",
2104
2108
  "location": {
2105
2109
  "filePath": "builder.main.runtime.ts",
2106
- "line": 99,
2110
+ "line": 98,
2107
2111
  "character": 17
2108
2112
  },
2109
2113
  "name": "Component"
@@ -2116,7 +2120,7 @@
2116
2120
  "__schema": "ParameterSchema",
2117
2121
  "location": {
2118
2122
  "filePath": "builder.main.runtime.ts",
2119
- "line": 100,
2123
+ "line": 99,
2120
2124
  "character": 5
2121
2125
  },
2122
2126
  "name": "buildPipelineResults",
@@ -2124,14 +2128,14 @@
2124
2128
  "__schema": "TypeArraySchema",
2125
2129
  "location": {
2126
2130
  "filePath": "builder.main.runtime.ts",
2127
- "line": 100,
2131
+ "line": 99,
2128
2132
  "character": 27
2129
2133
  },
2130
2134
  "type": {
2131
2135
  "__schema": "TypeRefSchema",
2132
2136
  "location": {
2133
2137
  "filePath": "builder.main.runtime.ts",
2134
- "line": 100,
2138
+ "line": 99,
2135
2139
  "character": 27
2136
2140
  },
2137
2141
  "name": "TaskResults"
@@ -2145,7 +2149,7 @@
2145
2149
  "__schema": "TypeRefSchema",
2146
2150
  "location": {
2147
2151
  "filePath": "builder.main.runtime.ts",
2148
- "line": 101,
2152
+ "line": 100,
2149
2153
  "character": 6
2150
2154
  },
2151
2155
  "name": "ComponentMap",
@@ -2154,7 +2158,7 @@
2154
2158
  "__schema": "TypeRefSchema",
2155
2159
  "location": {
2156
2160
  "filePath": "builder.main.runtime.ts",
2157
- "line": 101,
2161
+ "line": 100,
2158
2162
  "character": 19
2159
2163
  },
2160
2164
  "name": "RawBuilderData"
@@ -2167,7 +2171,7 @@
2167
2171
  "__schema": "FunctionLikeSchema",
2168
2172
  "location": {
2169
2173
  "filePath": "builder.main.runtime.ts",
2170
- "line": 111,
2174
+ "line": 110,
2171
2175
  "character": 3
2172
2176
  },
2173
2177
  "signature": "(method) BuilderMain.tagListener(components: Component[], options?: OnTagOpts, isolateOptions?: IsolateComponentsOptions, builderOptions?: BuilderServiceOptions): Promise<OnTagResults>",
@@ -2177,7 +2181,7 @@
2177
2181
  "__schema": "ParameterSchema",
2178
2182
  "location": {
2179
2183
  "filePath": "builder.main.runtime.ts",
2180
- "line": 112,
2184
+ "line": 111,
2181
2185
  "character": 5
2182
2186
  },
2183
2187
  "name": "components",
@@ -2185,14 +2189,14 @@
2185
2189
  "__schema": "TypeArraySchema",
2186
2190
  "location": {
2187
2191
  "filePath": "builder.main.runtime.ts",
2188
- "line": 112,
2192
+ "line": 111,
2189
2193
  "character": 17
2190
2194
  },
2191
2195
  "type": {
2192
2196
  "__schema": "TypeRefSchema",
2193
2197
  "location": {
2194
2198
  "filePath": "builder.main.runtime.ts",
2195
- "line": 112,
2199
+ "line": 111,
2196
2200
  "character": 17
2197
2201
  },
2198
2202
  "name": "Component"
@@ -2205,7 +2209,7 @@
2205
2209
  "__schema": "ParameterSchema",
2206
2210
  "location": {
2207
2211
  "filePath": "builder.main.runtime.ts",
2208
- "line": 113,
2212
+ "line": 112,
2209
2213
  "character": 5
2210
2214
  },
2211
2215
  "name": "options",
@@ -2213,7 +2217,7 @@
2213
2217
  "__schema": "TypeRefSchema",
2214
2218
  "location": {
2215
2219
  "filePath": "builder.main.runtime.ts",
2216
- "line": 113,
2220
+ "line": 112,
2217
2221
  "character": 14
2218
2222
  },
2219
2223
  "name": "OnTagOpts"
@@ -2226,7 +2230,7 @@
2226
2230
  "__schema": "ParameterSchema",
2227
2231
  "location": {
2228
2232
  "filePath": "builder.main.runtime.ts",
2229
- "line": 114,
2233
+ "line": 113,
2230
2234
  "character": 5
2231
2235
  },
2232
2236
  "name": "isolateOptions",
@@ -2234,7 +2238,7 @@
2234
2238
  "__schema": "TypeRefSchema",
2235
2239
  "location": {
2236
2240
  "filePath": "builder.main.runtime.ts",
2237
- "line": 114,
2241
+ "line": 113,
2238
2242
  "character": 21
2239
2243
  },
2240
2244
  "name": "IsolateComponentsOptions"
@@ -2247,7 +2251,7 @@
2247
2251
  "__schema": "ParameterSchema",
2248
2252
  "location": {
2249
2253
  "filePath": "builder.main.runtime.ts",
2250
- "line": 115,
2254
+ "line": 114,
2251
2255
  "character": 5
2252
2256
  },
2253
2257
  "name": "builderOptions",
@@ -2255,7 +2259,7 @@
2255
2259
  "__schema": "TypeRefSchema",
2256
2260
  "location": {
2257
2261
  "filePath": "builder.main.runtime.ts",
2258
- "line": 115,
2262
+ "line": 114,
2259
2263
  "character": 21
2260
2264
  },
2261
2265
  "name": "BuilderServiceOptions"
@@ -2269,7 +2273,7 @@
2269
2273
  "__schema": "TypeRefSchema",
2270
2274
  "location": {
2271
2275
  "filePath": "builder.main.runtime.ts",
2272
- "line": 116,
2276
+ "line": 115,
2273
2277
  "character": 6
2274
2278
  },
2275
2279
  "name": "Promise",
@@ -2278,7 +2282,7 @@
2278
2282
  "__schema": "TypeRefSchema",
2279
2283
  "location": {
2280
2284
  "filePath": "builder.main.runtime.ts",
2281
- "line": 116,
2285
+ "line": 115,
2282
2286
  "character": 14
2283
2287
  },
2284
2288
  "name": "OnTagResults"
@@ -2293,14 +2297,14 @@
2293
2297
  "__schema": "FunctionLikeSchema",
2294
2298
  "location": {
2295
2299
  "filePath": "builder.main.runtime.ts",
2296
- "line": 172,
2300
+ "line": 171,
2297
2301
  "character": 3
2298
2302
  },
2299
2303
  "doc": {
2300
2304
  "__schema": "DocSchema",
2301
2305
  "location": {
2302
2306
  "filePath": "builder.main.runtime.ts",
2303
- "line": 157,
2307
+ "line": 156,
2304
2308
  "character": 3
2305
2309
  },
2306
2310
  "raw": "/**\n * remove the onlyOverview from the preview data of the component if\n * the env is in the workspace\n * the env is not tagged with the component\n * the last tagged env has onlyOverview undefined in preview data\n *\n * We don't want to do this but have no choice because,\n * when we load components in workspace,\n * we set the onlyOverview to true in the env's preview data\n * which sets the onlyOverview to true in the component's preview data\n * but if you don't tag the env with the component,\n * the onlyOverview will be true in the component's preview data, since its env is in the workspace\n * even though the env it is tagged with doesn't have onlyOverview in its preview data\n * which will result in inconsistent preview data when exported to the scope\n */",
@@ -2314,7 +2318,7 @@
2314
2318
  "__schema": "ParameterSchema",
2315
2319
  "location": {
2316
2320
  "filePath": "builder.main.runtime.ts",
2317
- "line": 172,
2321
+ "line": 171,
2318
2322
  "character": 29
2319
2323
  },
2320
2324
  "name": "harmonyComps",
@@ -2322,14 +2326,14 @@
2322
2326
  "__schema": "TypeArraySchema",
2323
2327
  "location": {
2324
2328
  "filePath": "builder.main.runtime.ts",
2325
- "line": 172,
2329
+ "line": 171,
2326
2330
  "character": 43
2327
2331
  },
2328
2332
  "type": {
2329
2333
  "__schema": "TypeRefSchema",
2330
2334
  "location": {
2331
2335
  "filePath": "builder.main.runtime.ts",
2332
- "line": 172,
2336
+ "line": 171,
2333
2337
  "character": 43
2334
2338
  },
2335
2339
  "name": "Component"
@@ -2343,7 +2347,7 @@
2343
2347
  "__schema": "InferenceTypeSchema",
2344
2348
  "location": {
2345
2349
  "filePath": "builder.main.runtime.ts",
2346
- "line": 172,
2350
+ "line": 171,
2347
2351
  "character": 3
2348
2352
  },
2349
2353
  "type": "Promise<void>"
@@ -2356,7 +2360,7 @@
2356
2360
  "__schema": "FunctionLikeSchema",
2357
2361
  "location": {
2358
2362
  "filePath": "builder.main.runtime.ts",
2359
- "line": 283,
2363
+ "line": 282,
2360
2364
  "character": 3
2361
2365
  },
2362
2366
  "signature": "(method) BuilderMain.getArtifactsVinylByAspect(component: Component, aspectName: string): Promise<ArtifactVinyl[]>",
@@ -2366,7 +2370,7 @@
2366
2370
  "__schema": "ParameterSchema",
2367
2371
  "location": {
2368
2372
  "filePath": "builder.main.runtime.ts",
2369
- "line": 283,
2373
+ "line": 282,
2370
2374
  "character": 35
2371
2375
  },
2372
2376
  "name": "component",
@@ -2374,7 +2378,7 @@
2374
2378
  "__schema": "TypeRefSchema",
2375
2379
  "location": {
2376
2380
  "filePath": "builder.main.runtime.ts",
2377
- "line": 283,
2381
+ "line": 282,
2378
2382
  "character": 46
2379
2383
  },
2380
2384
  "name": "Component"
@@ -2386,7 +2390,7 @@
2386
2390
  "__schema": "ParameterSchema",
2387
2391
  "location": {
2388
2392
  "filePath": "builder.main.runtime.ts",
2389
- "line": 283,
2393
+ "line": 282,
2390
2394
  "character": 57
2391
2395
  },
2392
2396
  "name": "aspectName",
@@ -2394,7 +2398,7 @@
2394
2398
  "__schema": "KeywordTypeSchema",
2395
2399
  "location": {
2396
2400
  "filePath": "builder.main.runtime.ts",
2397
- "line": 283,
2401
+ "line": 282,
2398
2402
  "character": 69
2399
2403
  },
2400
2404
  "name": "string"
@@ -2407,7 +2411,7 @@
2407
2411
  "__schema": "TypeRefSchema",
2408
2412
  "location": {
2409
2413
  "filePath": "builder.main.runtime.ts",
2410
- "line": 283,
2414
+ "line": 282,
2411
2415
  "character": 78
2412
2416
  },
2413
2417
  "name": "Promise",
@@ -2416,14 +2420,14 @@
2416
2420
  "__schema": "TypeArraySchema",
2417
2421
  "location": {
2418
2422
  "filePath": "builder.main.runtime.ts",
2419
- "line": 283,
2423
+ "line": 282,
2420
2424
  "character": 86
2421
2425
  },
2422
2426
  "type": {
2423
2427
  "__schema": "TypeRefSchema",
2424
2428
  "location": {
2425
2429
  "filePath": "builder.main.runtime.ts",
2426
- "line": 283,
2430
+ "line": 282,
2427
2431
  "character": 86
2428
2432
  },
2429
2433
  "name": "ArtifactVinyl"
@@ -2439,7 +2443,7 @@
2439
2443
  "__schema": "FunctionLikeSchema",
2440
2444
  "location": {
2441
2445
  "filePath": "builder.main.runtime.ts",
2442
- "line": 289,
2446
+ "line": 288,
2443
2447
  "character": 3
2444
2448
  },
2445
2449
  "signature": "(method) BuilderMain.getArtifactsVinylByAspectAndName(component: Component, aspectName: string, name: string): Promise<ArtifactVinyl[]>",
@@ -2449,7 +2453,7 @@
2449
2453
  "__schema": "ParameterSchema",
2450
2454
  "location": {
2451
2455
  "filePath": "builder.main.runtime.ts",
2452
- "line": 290,
2456
+ "line": 289,
2453
2457
  "character": 5
2454
2458
  },
2455
2459
  "name": "component",
@@ -2457,7 +2461,7 @@
2457
2461
  "__schema": "TypeRefSchema",
2458
2462
  "location": {
2459
2463
  "filePath": "builder.main.runtime.ts",
2460
- "line": 290,
2464
+ "line": 289,
2461
2465
  "character": 16
2462
2466
  },
2463
2467
  "name": "Component"
@@ -2469,7 +2473,7 @@
2469
2473
  "__schema": "ParameterSchema",
2470
2474
  "location": {
2471
2475
  "filePath": "builder.main.runtime.ts",
2472
- "line": 291,
2476
+ "line": 290,
2473
2477
  "character": 5
2474
2478
  },
2475
2479
  "name": "aspectName",
@@ -2477,7 +2481,7 @@
2477
2481
  "__schema": "KeywordTypeSchema",
2478
2482
  "location": {
2479
2483
  "filePath": "builder.main.runtime.ts",
2480
- "line": 291,
2484
+ "line": 290,
2481
2485
  "character": 17
2482
2486
  },
2483
2487
  "name": "string"
@@ -2489,7 +2493,7 @@
2489
2493
  "__schema": "ParameterSchema",
2490
2494
  "location": {
2491
2495
  "filePath": "builder.main.runtime.ts",
2492
- "line": 292,
2496
+ "line": 291,
2493
2497
  "character": 5
2494
2498
  },
2495
2499
  "name": "name",
@@ -2497,7 +2501,7 @@
2497
2501
  "__schema": "KeywordTypeSchema",
2498
2502
  "location": {
2499
2503
  "filePath": "builder.main.runtime.ts",
2500
- "line": 292,
2504
+ "line": 291,
2501
2505
  "character": 11
2502
2506
  },
2503
2507
  "name": "string"
@@ -2510,7 +2514,7 @@
2510
2514
  "__schema": "TypeRefSchema",
2511
2515
  "location": {
2512
2516
  "filePath": "builder.main.runtime.ts",
2513
- "line": 293,
2517
+ "line": 292,
2514
2518
  "character": 6
2515
2519
  },
2516
2520
  "name": "Promise",
@@ -2519,14 +2523,14 @@
2519
2523
  "__schema": "TypeArraySchema",
2520
2524
  "location": {
2521
2525
  "filePath": "builder.main.runtime.ts",
2522
- "line": 293,
2526
+ "line": 292,
2523
2527
  "character": 14
2524
2528
  },
2525
2529
  "type": {
2526
2530
  "__schema": "TypeRefSchema",
2527
2531
  "location": {
2528
2532
  "filePath": "builder.main.runtime.ts",
2529
- "line": 293,
2533
+ "line": 292,
2530
2534
  "character": 14
2531
2535
  },
2532
2536
  "name": "ArtifactVinyl"
@@ -2542,7 +2546,7 @@
2542
2546
  "__schema": "FunctionLikeSchema",
2543
2547
  "location": {
2544
2548
  "filePath": "builder.main.runtime.ts",
2545
- "line": 299,
2549
+ "line": 298,
2546
2550
  "character": 3
2547
2551
  },
2548
2552
  "signature": "(method) BuilderMain.getArtifactsVinylByAspectAndTaskName(component: Component, aspectName: string, name: string): Promise<ArtifactVinyl[]>",
@@ -2552,7 +2556,7 @@
2552
2556
  "__schema": "ParameterSchema",
2553
2557
  "location": {
2554
2558
  "filePath": "builder.main.runtime.ts",
2555
- "line": 300,
2559
+ "line": 299,
2556
2560
  "character": 5
2557
2561
  },
2558
2562
  "name": "component",
@@ -2560,7 +2564,7 @@
2560
2564
  "__schema": "TypeRefSchema",
2561
2565
  "location": {
2562
2566
  "filePath": "builder.main.runtime.ts",
2563
- "line": 300,
2567
+ "line": 299,
2564
2568
  "character": 16
2565
2569
  },
2566
2570
  "name": "Component"
@@ -2572,7 +2576,7 @@
2572
2576
  "__schema": "ParameterSchema",
2573
2577
  "location": {
2574
2578
  "filePath": "builder.main.runtime.ts",
2575
- "line": 301,
2579
+ "line": 300,
2576
2580
  "character": 5
2577
2581
  },
2578
2582
  "name": "aspectName",
@@ -2580,7 +2584,7 @@
2580
2584
  "__schema": "KeywordTypeSchema",
2581
2585
  "location": {
2582
2586
  "filePath": "builder.main.runtime.ts",
2583
- "line": 301,
2587
+ "line": 300,
2584
2588
  "character": 17
2585
2589
  },
2586
2590
  "name": "string"
@@ -2592,7 +2596,7 @@
2592
2596
  "__schema": "ParameterSchema",
2593
2597
  "location": {
2594
2598
  "filePath": "builder.main.runtime.ts",
2595
- "line": 302,
2599
+ "line": 301,
2596
2600
  "character": 5
2597
2601
  },
2598
2602
  "name": "name",
@@ -2600,7 +2604,7 @@
2600
2604
  "__schema": "KeywordTypeSchema",
2601
2605
  "location": {
2602
2606
  "filePath": "builder.main.runtime.ts",
2603
- "line": 302,
2607
+ "line": 301,
2604
2608
  "character": 11
2605
2609
  },
2606
2610
  "name": "string"
@@ -2613,7 +2617,7 @@
2613
2617
  "__schema": "TypeRefSchema",
2614
2618
  "location": {
2615
2619
  "filePath": "builder.main.runtime.ts",
2616
- "line": 303,
2620
+ "line": 302,
2617
2621
  "character": 6
2618
2622
  },
2619
2623
  "name": "Promise",
@@ -2622,14 +2626,14 @@
2622
2626
  "__schema": "TypeArraySchema",
2623
2627
  "location": {
2624
2628
  "filePath": "builder.main.runtime.ts",
2625
- "line": 303,
2629
+ "line": 302,
2626
2630
  "character": 14
2627
2631
  },
2628
2632
  "type": {
2629
2633
  "__schema": "TypeRefSchema",
2630
2634
  "location": {
2631
2635
  "filePath": "builder.main.runtime.ts",
2632
- "line": 303,
2636
+ "line": 302,
2633
2637
  "character": 14
2634
2638
  },
2635
2639
  "name": "ArtifactVinyl"
@@ -2645,7 +2649,7 @@
2645
2649
  "__schema": "FunctionLikeSchema",
2646
2650
  "location": {
2647
2651
  "filePath": "builder.main.runtime.ts",
2648
- "line": 309,
2652
+ "line": 308,
2649
2653
  "character": 3
2650
2654
  },
2651
2655
  "signature": "(method) BuilderMain.getArtifactsByName(component: Component, name: string): ArtifactList<Artifact>",
@@ -2655,7 +2659,7 @@
2655
2659
  "__schema": "ParameterSchema",
2656
2660
  "location": {
2657
2661
  "filePath": "builder.main.runtime.ts",
2658
- "line": 309,
2662
+ "line": 308,
2659
2663
  "character": 22
2660
2664
  },
2661
2665
  "name": "component",
@@ -2663,7 +2667,7 @@
2663
2667
  "__schema": "TypeRefSchema",
2664
2668
  "location": {
2665
2669
  "filePath": "builder.main.runtime.ts",
2666
- "line": 309,
2670
+ "line": 308,
2667
2671
  "character": 33
2668
2672
  },
2669
2673
  "name": "Component"
@@ -2675,7 +2679,7 @@
2675
2679
  "__schema": "ParameterSchema",
2676
2680
  "location": {
2677
2681
  "filePath": "builder.main.runtime.ts",
2678
- "line": 309,
2682
+ "line": 308,
2679
2683
  "character": 44
2680
2684
  },
2681
2685
  "name": "name",
@@ -2683,7 +2687,7 @@
2683
2687
  "__schema": "KeywordTypeSchema",
2684
2688
  "location": {
2685
2689
  "filePath": "builder.main.runtime.ts",
2686
- "line": 309,
2690
+ "line": 308,
2687
2691
  "character": 50
2688
2692
  },
2689
2693
  "name": "string"
@@ -2696,7 +2700,7 @@
2696
2700
  "__schema": "TypeRefSchema",
2697
2701
  "location": {
2698
2702
  "filePath": "builder.main.runtime.ts",
2699
- "line": 309,
2703
+ "line": 308,
2700
2704
  "character": 59
2701
2705
  },
2702
2706
  "name": "ArtifactList",
@@ -2705,7 +2709,7 @@
2705
2709
  "__schema": "TypeRefSchema",
2706
2710
  "location": {
2707
2711
  "filePath": "builder.main.runtime.ts",
2708
- "line": 309,
2712
+ "line": 308,
2709
2713
  "character": 72
2710
2714
  },
2711
2715
  "name": "Artifact"
@@ -2718,7 +2722,7 @@
2718
2722
  "__schema": "FunctionLikeSchema",
2719
2723
  "location": {
2720
2724
  "filePath": "builder.main.runtime.ts",
2721
- "line": 314,
2725
+ "line": 313,
2722
2726
  "character": 3
2723
2727
  },
2724
2728
  "signature": "(method) BuilderMain.getArtifactsByAspect(component: Component, aspectName: string): ArtifactList<Artifact>",
@@ -2728,7 +2732,7 @@
2728
2732
  "__schema": "ParameterSchema",
2729
2733
  "location": {
2730
2734
  "filePath": "builder.main.runtime.ts",
2731
- "line": 314,
2735
+ "line": 313,
2732
2736
  "character": 24
2733
2737
  },
2734
2738
  "name": "component",
@@ -2736,7 +2740,7 @@
2736
2740
  "__schema": "TypeRefSchema",
2737
2741
  "location": {
2738
2742
  "filePath": "builder.main.runtime.ts",
2739
- "line": 314,
2743
+ "line": 313,
2740
2744
  "character": 35
2741
2745
  },
2742
2746
  "name": "Component"
@@ -2748,7 +2752,7 @@
2748
2752
  "__schema": "ParameterSchema",
2749
2753
  "location": {
2750
2754
  "filePath": "builder.main.runtime.ts",
2751
- "line": 314,
2755
+ "line": 313,
2752
2756
  "character": 46
2753
2757
  },
2754
2758
  "name": "aspectName",
@@ -2756,7 +2760,7 @@
2756
2760
  "__schema": "KeywordTypeSchema",
2757
2761
  "location": {
2758
2762
  "filePath": "builder.main.runtime.ts",
2759
- "line": 314,
2763
+ "line": 313,
2760
2764
  "character": 58
2761
2765
  },
2762
2766
  "name": "string"
@@ -2769,7 +2773,7 @@
2769
2773
  "__schema": "TypeRefSchema",
2770
2774
  "location": {
2771
2775
  "filePath": "builder.main.runtime.ts",
2772
- "line": 314,
2776
+ "line": 313,
2773
2777
  "character": 67
2774
2778
  },
2775
2779
  "name": "ArtifactList",
@@ -2778,7 +2782,7 @@
2778
2782
  "__schema": "TypeRefSchema",
2779
2783
  "location": {
2780
2784
  "filePath": "builder.main.runtime.ts",
2781
- "line": 314,
2785
+ "line": 313,
2782
2786
  "character": 80
2783
2787
  },
2784
2788
  "name": "Artifact"
@@ -2791,7 +2795,7 @@
2791
2795
  "__schema": "FunctionLikeSchema",
2792
2796
  "location": {
2793
2797
  "filePath": "builder.main.runtime.ts",
2794
- "line": 319,
2798
+ "line": 318,
2795
2799
  "character": 3
2796
2800
  },
2797
2801
  "signature": "(method) BuilderMain.getArtifactsByAspectAndName(component: Component, aspectName: string, name: string): ArtifactList<Artifact>",
@@ -2801,7 +2805,7 @@
2801
2805
  "__schema": "ParameterSchema",
2802
2806
  "location": {
2803
2807
  "filePath": "builder.main.runtime.ts",
2804
- "line": 319,
2808
+ "line": 318,
2805
2809
  "character": 31
2806
2810
  },
2807
2811
  "name": "component",
@@ -2809,7 +2813,7 @@
2809
2813
  "__schema": "TypeRefSchema",
2810
2814
  "location": {
2811
2815
  "filePath": "builder.main.runtime.ts",
2812
- "line": 319,
2816
+ "line": 318,
2813
2817
  "character": 42
2814
2818
  },
2815
2819
  "name": "Component"
@@ -2821,7 +2825,7 @@
2821
2825
  "__schema": "ParameterSchema",
2822
2826
  "location": {
2823
2827
  "filePath": "builder.main.runtime.ts",
2824
- "line": 319,
2828
+ "line": 318,
2825
2829
  "character": 53
2826
2830
  },
2827
2831
  "name": "aspectName",
@@ -2829,7 +2833,7 @@
2829
2833
  "__schema": "KeywordTypeSchema",
2830
2834
  "location": {
2831
2835
  "filePath": "builder.main.runtime.ts",
2832
- "line": 319,
2836
+ "line": 318,
2833
2837
  "character": 65
2834
2838
  },
2835
2839
  "name": "string"
@@ -2841,7 +2845,7 @@
2841
2845
  "__schema": "ParameterSchema",
2842
2846
  "location": {
2843
2847
  "filePath": "builder.main.runtime.ts",
2844
- "line": 319,
2848
+ "line": 318,
2845
2849
  "character": 73
2846
2850
  },
2847
2851
  "name": "name",
@@ -2849,7 +2853,7 @@
2849
2853
  "__schema": "KeywordTypeSchema",
2850
2854
  "location": {
2851
2855
  "filePath": "builder.main.runtime.ts",
2852
- "line": 319,
2856
+ "line": 318,
2853
2857
  "character": 79
2854
2858
  },
2855
2859
  "name": "string"
@@ -2862,7 +2866,7 @@
2862
2866
  "__schema": "TypeRefSchema",
2863
2867
  "location": {
2864
2868
  "filePath": "builder.main.runtime.ts",
2865
- "line": 319,
2869
+ "line": 318,
2866
2870
  "character": 88
2867
2871
  },
2868
2872
  "name": "ArtifactList",
@@ -2871,7 +2875,7 @@
2871
2875
  "__schema": "TypeRefSchema",
2872
2876
  "location": {
2873
2877
  "filePath": "builder.main.runtime.ts",
2874
- "line": 319,
2878
+ "line": 318,
2875
2879
  "character": 101
2876
2880
  },
2877
2881
  "name": "Artifact"
@@ -2884,7 +2888,7 @@
2884
2888
  "__schema": "FunctionLikeSchema",
2885
2889
  "location": {
2886
2890
  "filePath": "builder.main.runtime.ts",
2887
- "line": 324,
2891
+ "line": 323,
2888
2892
  "character": 3
2889
2893
  },
2890
2894
  "signature": "(method) BuilderMain.getArtifactsbyAspectAndTaskName(component: IComponent, aspectName: string, taskName: string): ArtifactList<Artifact>",
@@ -2894,7 +2898,7 @@
2894
2898
  "__schema": "ParameterSchema",
2895
2899
  "location": {
2896
2900
  "filePath": "builder.main.runtime.ts",
2897
- "line": 324,
2901
+ "line": 323,
2898
2902
  "character": 35
2899
2903
  },
2900
2904
  "name": "component",
@@ -2902,7 +2906,7 @@
2902
2906
  "__schema": "TypeRefSchema",
2903
2907
  "location": {
2904
2908
  "filePath": "builder.main.runtime.ts",
2905
- "line": 324,
2909
+ "line": 323,
2906
2910
  "character": 46
2907
2911
  },
2908
2912
  "name": "IComponent"
@@ -2914,7 +2918,7 @@
2914
2918
  "__schema": "ParameterSchema",
2915
2919
  "location": {
2916
2920
  "filePath": "builder.main.runtime.ts",
2917
- "line": 324,
2921
+ "line": 323,
2918
2922
  "character": 58
2919
2923
  },
2920
2924
  "name": "aspectName",
@@ -2922,7 +2926,7 @@
2922
2926
  "__schema": "KeywordTypeSchema",
2923
2927
  "location": {
2924
2928
  "filePath": "builder.main.runtime.ts",
2925
- "line": 324,
2929
+ "line": 323,
2926
2930
  "character": 70
2927
2931
  },
2928
2932
  "name": "string"
@@ -2934,7 +2938,7 @@
2934
2938
  "__schema": "ParameterSchema",
2935
2939
  "location": {
2936
2940
  "filePath": "builder.main.runtime.ts",
2937
- "line": 324,
2941
+ "line": 323,
2938
2942
  "character": 78
2939
2943
  },
2940
2944
  "name": "taskName",
@@ -2942,7 +2946,7 @@
2942
2946
  "__schema": "KeywordTypeSchema",
2943
2947
  "location": {
2944
2948
  "filePath": "builder.main.runtime.ts",
2945
- "line": 324,
2949
+ "line": 323,
2946
2950
  "character": 88
2947
2951
  },
2948
2952
  "name": "string"
@@ -2955,7 +2959,7 @@
2955
2959
  "__schema": "TypeRefSchema",
2956
2960
  "location": {
2957
2961
  "filePath": "builder.main.runtime.ts",
2958
- "line": 324,
2962
+ "line": 323,
2959
2963
  "character": 97
2960
2964
  },
2961
2965
  "name": "ArtifactList",
@@ -2964,7 +2968,7 @@
2964
2968
  "__schema": "TypeRefSchema",
2965
2969
  "location": {
2966
2970
  "filePath": "builder.main.runtime.ts",
2967
- "line": 324,
2971
+ "line": 323,
2968
2972
  "character": 110
2969
2973
  },
2970
2974
  "name": "Artifact"
@@ -2977,14 +2981,14 @@
2977
2981
  "__schema": "FunctionLikeSchema",
2978
2982
  "location": {
2979
2983
  "filePath": "builder.main.runtime.ts",
2980
- "line": 334,
2984
+ "line": 333,
2981
2985
  "character": 3
2982
2986
  },
2983
2987
  "doc": {
2984
2988
  "__schema": "DocSchema",
2985
2989
  "location": {
2986
2990
  "filePath": "builder.main.runtime.ts",
2987
- "line": 329,
2991
+ "line": 328,
2988
2992
  "character": 3
2989
2993
  },
2990
2994
  "raw": "/**\n * this is the aspect's data that was generated as \"metadata\" of the task component-result during the build process\n * and saved by the builder aspect in the \"aspectsData\" property.\n * (not to be confused with the data saved in the aspect itself, which is saved in the \"data\" property of the aspect).\n */",
@@ -2998,7 +3002,7 @@
2998
3002
  "__schema": "ParameterSchema",
2999
3003
  "location": {
3000
3004
  "filePath": "builder.main.runtime.ts",
3001
- "line": 334,
3005
+ "line": 333,
3002
3006
  "character": 19
3003
3007
  },
3004
3008
  "name": "component",
@@ -3006,7 +3010,7 @@
3006
3010
  "__schema": "TypeRefSchema",
3007
3011
  "location": {
3008
3012
  "filePath": "builder.main.runtime.ts",
3009
- "line": 334,
3013
+ "line": 333,
3010
3014
  "character": 30
3011
3015
  },
3012
3016
  "name": "IComponent"
@@ -3018,7 +3022,7 @@
3018
3022
  "__schema": "ParameterSchema",
3019
3023
  "location": {
3020
3024
  "filePath": "builder.main.runtime.ts",
3021
- "line": 334,
3025
+ "line": 333,
3022
3026
  "character": 42
3023
3027
  },
3024
3028
  "name": "aspectName",
@@ -3026,7 +3030,7 @@
3026
3030
  "__schema": "KeywordTypeSchema",
3027
3031
  "location": {
3028
3032
  "filePath": "builder.main.runtime.ts",
3029
- "line": 334,
3033
+ "line": 333,
3030
3034
  "character": 54
3031
3035
  },
3032
3036
  "name": "string"
@@ -3039,7 +3043,7 @@
3039
3043
  "__schema": "TypeUnionSchema",
3040
3044
  "location": {
3041
3045
  "filePath": "builder.main.runtime.ts",
3042
- "line": 334,
3046
+ "line": 333,
3043
3047
  "character": 63
3044
3048
  },
3045
3049
  "types": [
@@ -3047,7 +3051,7 @@
3047
3051
  "__schema": "TypeRefSchema",
3048
3052
  "location": {
3049
3053
  "filePath": "builder.main.runtime.ts",
3050
- "line": 334,
3054
+ "line": 333,
3051
3055
  "character": 63
3052
3056
  },
3053
3057
  "name": "TaskMetadata"
@@ -3056,7 +3060,7 @@
3056
3060
  "__schema": "KeywordTypeSchema",
3057
3061
  "location": {
3058
3062
  "filePath": "builder.main.runtime.ts",
3059
- "line": 334,
3063
+ "line": 333,
3060
3064
  "character": 78
3061
3065
  },
3062
3066
  "name": "undefined"
@@ -3069,7 +3073,7 @@
3069
3073
  "__schema": "FunctionLikeSchema",
3070
3074
  "location": {
3071
3075
  "filePath": "builder.main.runtime.ts",
3072
- "line": 340,
3076
+ "line": 339,
3073
3077
  "character": 3
3074
3078
  },
3075
3079
  "signature": "(method) BuilderMain.getArtifacts(component: IComponent): ArtifactList<Artifact>",
@@ -3079,7 +3083,7 @@
3079
3083
  "__schema": "ParameterSchema",
3080
3084
  "location": {
3081
3085
  "filePath": "builder.main.runtime.ts",
3082
- "line": 340,
3086
+ "line": 339,
3083
3087
  "character": 16
3084
3088
  },
3085
3089
  "name": "component",
@@ -3087,7 +3091,7 @@
3087
3091
  "__schema": "TypeRefSchema",
3088
3092
  "location": {
3089
3093
  "filePath": "builder.main.runtime.ts",
3090
- "line": 340,
3094
+ "line": 339,
3091
3095
  "character": 27
3092
3096
  },
3093
3097
  "name": "IComponent"
@@ -3100,7 +3104,7 @@
3100
3104
  "__schema": "TypeRefSchema",
3101
3105
  "location": {
3102
3106
  "filePath": "builder.main.runtime.ts",
3103
- "line": 340,
3107
+ "line": 339,
3104
3108
  "character": 40
3105
3109
  },
3106
3110
  "name": "ArtifactList",
@@ -3109,7 +3113,7 @@
3109
3113
  "__schema": "TypeRefSchema",
3110
3114
  "location": {
3111
3115
  "filePath": "builder.main.runtime.ts",
3112
- "line": 340,
3116
+ "line": 339,
3113
3117
  "character": 53
3114
3118
  },
3115
3119
  "name": "Artifact"
@@ -3122,7 +3126,7 @@
3122
3126
  "__schema": "FunctionLikeSchema",
3123
3127
  "location": {
3124
3128
  "filePath": "builder.main.runtime.ts",
3125
- "line": 345,
3129
+ "line": 344,
3126
3130
  "character": 3
3127
3131
  },
3128
3132
  "signature": "(method) BuilderMain.getBuilderData(component: IComponent): BuilderData | undefined",
@@ -3132,7 +3136,7 @@
3132
3136
  "__schema": "ParameterSchema",
3133
3137
  "location": {
3134
3138
  "filePath": "builder.main.runtime.ts",
3135
- "line": 345,
3139
+ "line": 344,
3136
3140
  "character": 18
3137
3141
  },
3138
3142
  "name": "component",
@@ -3140,7 +3144,7 @@
3140
3144
  "__schema": "TypeRefSchema",
3141
3145
  "location": {
3142
3146
  "filePath": "builder.main.runtime.ts",
3143
- "line": 345,
3147
+ "line": 344,
3144
3148
  "character": 29
3145
3149
  },
3146
3150
  "name": "IComponent"
@@ -3153,7 +3157,7 @@
3153
3157
  "__schema": "TypeUnionSchema",
3154
3158
  "location": {
3155
3159
  "filePath": "builder.main.runtime.ts",
3156
- "line": 345,
3160
+ "line": 344,
3157
3161
  "character": 42
3158
3162
  },
3159
3163
  "types": [
@@ -3161,7 +3165,7 @@
3161
3165
  "__schema": "TypeRefSchema",
3162
3166
  "location": {
3163
3167
  "filePath": "builder.main.runtime.ts",
3164
- "line": 345,
3168
+ "line": 344,
3165
3169
  "character": 42
3166
3170
  },
3167
3171
  "name": "BuilderData"
@@ -3170,7 +3174,7 @@
3170
3174
  "__schema": "KeywordTypeSchema",
3171
3175
  "location": {
3172
3176
  "filePath": "builder.main.runtime.ts",
3173
- "line": 345,
3177
+ "line": 344,
3174
3178
  "character": 56
3175
3179
  },
3176
3180
  "name": "undefined"
@@ -3183,7 +3187,7 @@
3183
3187
  "__schema": "FunctionLikeSchema",
3184
3188
  "location": {
3185
3189
  "filePath": "builder.main.runtime.ts",
3186
- "line": 366,
3190
+ "line": 365,
3187
3191
  "character": 3
3188
3192
  },
3189
3193
  "signature": "(method) BuilderMain.build(components: Component[], isolateOptions?: IsolateComponentsOptions, builderOptions?: BuilderServiceOptions, extraOptions?: {\n includeTag?: boolean;\n includeSnap?: boolean;\n}): Promise<TaskResultsList>",
@@ -3193,7 +3197,7 @@
3193
3197
  "__schema": "ParameterSchema",
3194
3198
  "location": {
3195
3199
  "filePath": "builder.main.runtime.ts",
3196
- "line": 367,
3200
+ "line": 366,
3197
3201
  "character": 5
3198
3202
  },
3199
3203
  "name": "components",
@@ -3201,14 +3205,14 @@
3201
3205
  "__schema": "TypeArraySchema",
3202
3206
  "location": {
3203
3207
  "filePath": "builder.main.runtime.ts",
3204
- "line": 367,
3208
+ "line": 366,
3205
3209
  "character": 17
3206
3210
  },
3207
3211
  "type": {
3208
3212
  "__schema": "TypeRefSchema",
3209
3213
  "location": {
3210
3214
  "filePath": "builder.main.runtime.ts",
3211
- "line": 367,
3215
+ "line": 366,
3212
3216
  "character": 17
3213
3217
  },
3214
3218
  "name": "Component"
@@ -3221,7 +3225,7 @@
3221
3225
  "__schema": "ParameterSchema",
3222
3226
  "location": {
3223
3227
  "filePath": "builder.main.runtime.ts",
3224
- "line": 368,
3228
+ "line": 367,
3225
3229
  "character": 5
3226
3230
  },
3227
3231
  "name": "isolateOptions",
@@ -3229,7 +3233,7 @@
3229
3233
  "__schema": "TypeRefSchema",
3230
3234
  "location": {
3231
3235
  "filePath": "builder.main.runtime.ts",
3232
- "line": 368,
3236
+ "line": 367,
3233
3237
  "character": 22
3234
3238
  },
3235
3239
  "name": "IsolateComponentsOptions"
@@ -3241,7 +3245,7 @@
3241
3245
  "__schema": "ParameterSchema",
3242
3246
  "location": {
3243
3247
  "filePath": "builder.main.runtime.ts",
3244
- "line": 369,
3248
+ "line": 368,
3245
3249
  "character": 5
3246
3250
  },
3247
3251
  "name": "builderOptions",
@@ -3249,7 +3253,7 @@
3249
3253
  "__schema": "TypeRefSchema",
3250
3254
  "location": {
3251
3255
  "filePath": "builder.main.runtime.ts",
3252
- "line": 369,
3256
+ "line": 368,
3253
3257
  "character": 22
3254
3258
  },
3255
3259
  "name": "BuilderServiceOptions"
@@ -3261,7 +3265,7 @@
3261
3265
  "__schema": "ParameterSchema",
3262
3266
  "location": {
3263
3267
  "filePath": "builder.main.runtime.ts",
3264
- "line": 370,
3268
+ "line": 369,
3265
3269
  "character": 5
3266
3270
  },
3267
3271
  "name": "extraOptions",
@@ -3269,7 +3273,7 @@
3269
3273
  "__schema": "TypeLiteralSchema",
3270
3274
  "location": {
3271
3275
  "filePath": "builder.main.runtime.ts",
3272
- "line": 370,
3276
+ "line": 369,
3273
3277
  "character": 20
3274
3278
  },
3275
3279
  "members": [
@@ -3277,7 +3281,7 @@
3277
3281
  "__schema": "VariableLikeSchema",
3278
3282
  "location": {
3279
3283
  "filePath": "builder.main.runtime.ts",
3280
- "line": 370,
3284
+ "line": 369,
3281
3285
  "character": 22
3282
3286
  },
3283
3287
  "signature": "(property) includeTag?: boolean | undefined",
@@ -3286,7 +3290,7 @@
3286
3290
  "__schema": "KeywordTypeSchema",
3287
3291
  "location": {
3288
3292
  "filePath": "builder.main.runtime.ts",
3289
- "line": 370,
3293
+ "line": 369,
3290
3294
  "character": 35
3291
3295
  },
3292
3296
  "name": "boolean"
@@ -3297,7 +3301,7 @@
3297
3301
  "__schema": "VariableLikeSchema",
3298
3302
  "location": {
3299
3303
  "filePath": "builder.main.runtime.ts",
3300
- "line": 370,
3304
+ "line": 369,
3301
3305
  "character": 44
3302
3306
  },
3303
3307
  "signature": "(property) includeSnap?: boolean | undefined",
@@ -3306,7 +3310,7 @@
3306
3310
  "__schema": "KeywordTypeSchema",
3307
3311
  "location": {
3308
3312
  "filePath": "builder.main.runtime.ts",
3309
- "line": 370,
3313
+ "line": 369,
3310
3314
  "character": 58
3311
3315
  },
3312
3316
  "name": "boolean"
@@ -3323,7 +3327,7 @@
3323
3327
  "__schema": "TypeRefSchema",
3324
3328
  "location": {
3325
3329
  "filePath": "builder.main.runtime.ts",
3326
- "line": 371,
3330
+ "line": 370,
3327
3331
  "character": 6
3328
3332
  },
3329
3333
  "name": "Promise",
@@ -3332,7 +3336,7 @@
3332
3336
  "__schema": "TypeRefSchema",
3333
3337
  "location": {
3334
3338
  "filePath": "builder.main.runtime.ts",
3335
- "line": 371,
3339
+ "line": 370,
3336
3340
  "character": 14
3337
3341
  },
3338
3342
  "name": "TaskResultsList"
@@ -3347,7 +3351,7 @@
3347
3351
  "__schema": "FunctionLikeSchema",
3348
3352
  "location": {
3349
3353
  "filePath": "builder.main.runtime.ts",
3350
- "line": 408,
3354
+ "line": 407,
3351
3355
  "character": 3
3352
3356
  },
3353
3357
  "signature": "(method) BuilderMain.runTagTasks(components: Component[], builderOptions: BuilderServiceOptions): Promise<TaskResultsList>",
@@ -3357,7 +3361,7 @@
3357
3361
  "__schema": "ParameterSchema",
3358
3362
  "location": {
3359
3363
  "filePath": "builder.main.runtime.ts",
3360
- "line": 408,
3364
+ "line": 407,
3361
3365
  "character": 21
3362
3366
  },
3363
3367
  "name": "components",
@@ -3365,14 +3369,14 @@
3365
3369
  "__schema": "TypeArraySchema",
3366
3370
  "location": {
3367
3371
  "filePath": "builder.main.runtime.ts",
3368
- "line": 408,
3372
+ "line": 407,
3369
3373
  "character": 33
3370
3374
  },
3371
3375
  "type": {
3372
3376
  "__schema": "TypeRefSchema",
3373
3377
  "location": {
3374
3378
  "filePath": "builder.main.runtime.ts",
3375
- "line": 408,
3379
+ "line": 407,
3376
3380
  "character": 33
3377
3381
  },
3378
3382
  "name": "Component"
@@ -3385,7 +3389,7 @@
3385
3389
  "__schema": "ParameterSchema",
3386
3390
  "location": {
3387
3391
  "filePath": "builder.main.runtime.ts",
3388
- "line": 408,
3392
+ "line": 407,
3389
3393
  "character": 46
3390
3394
  },
3391
3395
  "name": "builderOptions",
@@ -3393,7 +3397,7 @@
3393
3397
  "__schema": "TypeRefSchema",
3394
3398
  "location": {
3395
3399
  "filePath": "builder.main.runtime.ts",
3396
- "line": 408,
3400
+ "line": 407,
3397
3401
  "character": 62
3398
3402
  },
3399
3403
  "name": "BuilderServiceOptions"
@@ -3406,7 +3410,7 @@
3406
3410
  "__schema": "TypeRefSchema",
3407
3411
  "location": {
3408
3412
  "filePath": "builder.main.runtime.ts",
3409
- "line": 408,
3413
+ "line": 407,
3410
3414
  "character": 86
3411
3415
  },
3412
3416
  "name": "Promise",
@@ -3415,7 +3419,7 @@
3415
3419
  "__schema": "TypeRefSchema",
3416
3420
  "location": {
3417
3421
  "filePath": "builder.main.runtime.ts",
3418
- "line": 408,
3422
+ "line": 407,
3419
3423
  "character": 94
3420
3424
  },
3421
3425
  "name": "TaskResultsList"
@@ -3430,7 +3434,7 @@
3430
3434
  "__schema": "FunctionLikeSchema",
3431
3435
  "location": {
3432
3436
  "filePath": "builder.main.runtime.ts",
3433
- "line": 415,
3437
+ "line": 414,
3434
3438
  "character": 3
3435
3439
  },
3436
3440
  "signature": "(method) BuilderMain.runSnapTasks(components: Component[], builderOptions: BuilderServiceOptions): Promise<TaskResultsList>",
@@ -3440,7 +3444,7 @@
3440
3444
  "__schema": "ParameterSchema",
3441
3445
  "location": {
3442
3446
  "filePath": "builder.main.runtime.ts",
3443
- "line": 415,
3447
+ "line": 414,
3444
3448
  "character": 22
3445
3449
  },
3446
3450
  "name": "components",
@@ -3448,14 +3452,14 @@
3448
3452
  "__schema": "TypeArraySchema",
3449
3453
  "location": {
3450
3454
  "filePath": "builder.main.runtime.ts",
3451
- "line": 415,
3455
+ "line": 414,
3452
3456
  "character": 34
3453
3457
  },
3454
3458
  "type": {
3455
3459
  "__schema": "TypeRefSchema",
3456
3460
  "location": {
3457
3461
  "filePath": "builder.main.runtime.ts",
3458
- "line": 415,
3462
+ "line": 414,
3459
3463
  "character": 34
3460
3464
  },
3461
3465
  "name": "Component"
@@ -3468,7 +3472,7 @@
3468
3472
  "__schema": "ParameterSchema",
3469
3473
  "location": {
3470
3474
  "filePath": "builder.main.runtime.ts",
3471
- "line": 415,
3475
+ "line": 414,
3472
3476
  "character": 47
3473
3477
  },
3474
3478
  "name": "builderOptions",
@@ -3476,7 +3480,7 @@
3476
3480
  "__schema": "TypeRefSchema",
3477
3481
  "location": {
3478
3482
  "filePath": "builder.main.runtime.ts",
3479
- "line": 415,
3483
+ "line": 414,
3480
3484
  "character": 63
3481
3485
  },
3482
3486
  "name": "BuilderServiceOptions"
@@ -3489,7 +3493,7 @@
3489
3493
  "__schema": "TypeRefSchema",
3490
3494
  "location": {
3491
3495
  "filePath": "builder.main.runtime.ts",
3492
- "line": 415,
3496
+ "line": 414,
3493
3497
  "character": 87
3494
3498
  },
3495
3499
  "name": "Promise",
@@ -3498,7 +3502,7 @@
3498
3502
  "__schema": "TypeRefSchema",
3499
3503
  "location": {
3500
3504
  "filePath": "builder.main.runtime.ts",
3501
- "line": 415,
3505
+ "line": 414,
3502
3506
  "character": 95
3503
3507
  },
3504
3508
  "name": "TaskResultsList"
@@ -3513,7 +3517,7 @@
3513
3517
  "__schema": "FunctionLikeSchema",
3514
3518
  "location": {
3515
3519
  "filePath": "builder.main.runtime.ts",
3516
- "line": 422,
3520
+ "line": 421,
3517
3521
  "character": 3
3518
3522
  },
3519
3523
  "signature": "(method) BuilderMain.listTasks(component: Component): {\n id: ComponentID;\n envId: string;\n buildTasks: string[];\n tagTasks: string[];\n snapTasks: string[];\n}",
@@ -3523,7 +3527,7 @@
3523
3527
  "__schema": "ParameterSchema",
3524
3528
  "location": {
3525
3529
  "filePath": "builder.main.runtime.ts",
3526
- "line": 422,
3530
+ "line": 421,
3527
3531
  "character": 13
3528
3532
  },
3529
3533
  "name": "component",
@@ -3531,7 +3535,7 @@
3531
3535
  "__schema": "TypeRefSchema",
3532
3536
  "location": {
3533
3537
  "filePath": "builder.main.runtime.ts",
3534
- "line": 422,
3538
+ "line": 421,
3535
3539
  "character": 24
3536
3540
  },
3537
3541
  "name": "Component"
@@ -3544,7 +3548,7 @@
3544
3548
  "__schema": "InferenceTypeSchema",
3545
3549
  "location": {
3546
3550
  "filePath": "builder.main.runtime.ts",
3547
- "line": 422,
3551
+ "line": 421,
3548
3552
  "character": 3
3549
3553
  },
3550
3554
  "type": "{\n id: ComponentID;\n envId: string;\n buildTasks: string[];\n tagTasks: string[];\n snapTasks: string[];\n}"
@@ -3555,14 +3559,14 @@
3555
3559
  "__schema": "FunctionLikeSchema",
3556
3560
  "location": {
3557
3561
  "filePath": "builder.main.runtime.ts",
3558
- "line": 434,
3562
+ "line": 433,
3559
3563
  "character": 3
3560
3564
  },
3561
3565
  "doc": {
3562
3566
  "__schema": "DocSchema",
3563
3567
  "location": {
3564
3568
  "filePath": "builder.main.runtime.ts",
3565
- "line": 430,
3569
+ "line": 429,
3566
3570
  "character": 3
3567
3571
  },
3568
3572
  "raw": "/**\n * register a build task to apply on all component build pipelines.\n * build happens on `bit build` and as part of `bit tag --persist`.\n */",
@@ -3576,7 +3580,7 @@
3576
3580
  "__schema": "ParameterSchema",
3577
3581
  "location": {
3578
3582
  "filePath": "builder.main.runtime.ts",
3579
- "line": 434,
3583
+ "line": 433,
3580
3584
  "character": 22
3581
3585
  },
3582
3586
  "name": "tasks",
@@ -3584,14 +3588,14 @@
3584
3588
  "__schema": "TypeArraySchema",
3585
3589
  "location": {
3586
3590
  "filePath": "builder.main.runtime.ts",
3587
- "line": 434,
3591
+ "line": 433,
3588
3592
  "character": 29
3589
3593
  },
3590
3594
  "type": {
3591
3595
  "__schema": "TypeRefSchema",
3592
3596
  "location": {
3593
3597
  "filePath": "builder.main.runtime.ts",
3594
- "line": 434,
3598
+ "line": 433,
3595
3599
  "character": 29
3596
3600
  },
3597
3601
  "name": "BuildTask"
@@ -3605,7 +3609,7 @@
3605
3609
  "__schema": "TypeRefSchema",
3606
3610
  "location": {
3607
3611
  "filePath": "builder.main.runtime.ts",
3608
- "line": 434,
3612
+ "line": 433,
3609
3613
  "character": 3
3610
3614
  },
3611
3615
  "name": "BuilderMain"
@@ -3616,14 +3620,14 @@
3616
3620
  "__schema": "FunctionLikeSchema",
3617
3621
  "location": {
3618
3622
  "filePath": "builder.main.runtime.ts",
3619
- "line": 442,
3623
+ "line": 441,
3620
3624
  "character": 3
3621
3625
  },
3622
3626
  "doc": {
3623
3627
  "__schema": "DocSchema",
3624
3628
  "location": {
3625
3629
  "filePath": "builder.main.runtime.ts",
3626
- "line": 439,
3630
+ "line": 438,
3627
3631
  "character": 3
3628
3632
  },
3629
3633
  "raw": "/**\n * @deprecated use registerTagTasks or registerSnapTasks\n */",
@@ -3633,7 +3637,7 @@
3633
3637
  "__schema": "TagSchema",
3634
3638
  "location": {
3635
3639
  "filePath": "builder.main.runtime.ts",
3636
- "line": 440,
3640
+ "line": 439,
3637
3641
  "character": 6
3638
3642
  },
3639
3643
  "tagName": "deprecated",
@@ -3648,7 +3652,7 @@
3648
3652
  "__schema": "ParameterSchema",
3649
3653
  "location": {
3650
3654
  "filePath": "builder.main.runtime.ts",
3651
- "line": 442,
3655
+ "line": 441,
3652
3656
  "character": 23
3653
3657
  },
3654
3658
  "name": "tasks",
@@ -3656,14 +3660,14 @@
3656
3660
  "__schema": "TypeArraySchema",
3657
3661
  "location": {
3658
3662
  "filePath": "builder.main.runtime.ts",
3659
- "line": 442,
3663
+ "line": 441,
3660
3664
  "character": 30
3661
3665
  },
3662
3666
  "type": {
3663
3667
  "__schema": "TypeRefSchema",
3664
3668
  "location": {
3665
3669
  "filePath": "builder.main.runtime.ts",
3666
- "line": 442,
3670
+ "line": 441,
3667
3671
  "character": 30
3668
3672
  },
3669
3673
  "name": "BuildTask"
@@ -3677,7 +3681,7 @@
3677
3681
  "__schema": "TypeRefSchema",
3678
3682
  "location": {
3679
3683
  "filePath": "builder.main.runtime.ts",
3680
- "line": 442,
3684
+ "line": 441,
3681
3685
  "character": 3
3682
3686
  },
3683
3687
  "name": "BuilderMain"
@@ -3688,14 +3692,14 @@
3688
3692
  "__schema": "FunctionLikeSchema",
3689
3693
  "location": {
3690
3694
  "filePath": "builder.main.runtime.ts",
3691
- "line": 451,
3695
+ "line": 450,
3692
3696
  "character": 3
3693
3697
  },
3694
3698
  "doc": {
3695
3699
  "__schema": "DocSchema",
3696
3700
  "location": {
3697
3701
  "filePath": "builder.main.runtime.ts",
3698
- "line": 447,
3702
+ "line": 446,
3699
3703
  "character": 3
3700
3704
  },
3701
3705
  "raw": "/**\n * tag tasks that don't get executed on `bit build`, only on `bit tag'.\n * this pipeline is running once the build-pipeline has completed.\n */",
@@ -3709,7 +3713,7 @@
3709
3713
  "__schema": "ParameterSchema",
3710
3714
  "location": {
3711
3715
  "filePath": "builder.main.runtime.ts",
3712
- "line": 451,
3716
+ "line": 450,
3713
3717
  "character": 20
3714
3718
  },
3715
3719
  "name": "tasks",
@@ -3717,14 +3721,14 @@
3717
3721
  "__schema": "TypeArraySchema",
3718
3722
  "location": {
3719
3723
  "filePath": "builder.main.runtime.ts",
3720
- "line": 451,
3724
+ "line": 450,
3721
3725
  "character": 27
3722
3726
  },
3723
3727
  "type": {
3724
3728
  "__schema": "TypeRefSchema",
3725
3729
  "location": {
3726
3730
  "filePath": "builder.main.runtime.ts",
3727
- "line": 451,
3731
+ "line": 450,
3728
3732
  "character": 27
3729
3733
  },
3730
3734
  "name": "BuildTask"
@@ -3738,7 +3742,7 @@
3738
3742
  "__schema": "TypeRefSchema",
3739
3743
  "location": {
3740
3744
  "filePath": "builder.main.runtime.ts",
3741
- "line": 451,
3745
+ "line": 450,
3742
3746
  "character": 3
3743
3747
  },
3744
3748
  "name": "BuilderMain"
@@ -3749,14 +3753,14 @@
3749
3753
  "__schema": "FunctionLikeSchema",
3750
3754
  "location": {
3751
3755
  "filePath": "builder.main.runtime.ts",
3752
- "line": 460,
3756
+ "line": 459,
3753
3757
  "character": 3
3754
3758
  },
3755
3759
  "doc": {
3756
3760
  "__schema": "DocSchema",
3757
3761
  "location": {
3758
3762
  "filePath": "builder.main.runtime.ts",
3759
- "line": 456,
3763
+ "line": 455,
3760
3764
  "character": 3
3761
3765
  },
3762
3766
  "raw": "/**\n * tag tasks that don't get executed on `bit build`, only on `bit snap'.\n * this pipeline is running once the build-pipeline has completed.\n */",
@@ -3770,7 +3774,7 @@
3770
3774
  "__schema": "ParameterSchema",
3771
3775
  "location": {
3772
3776
  "filePath": "builder.main.runtime.ts",
3773
- "line": 460,
3777
+ "line": 459,
3774
3778
  "character": 21
3775
3779
  },
3776
3780
  "name": "tasks",
@@ -3778,14 +3782,14 @@
3778
3782
  "__schema": "TypeArraySchema",
3779
3783
  "location": {
3780
3784
  "filePath": "builder.main.runtime.ts",
3781
- "line": 460,
3785
+ "line": 459,
3782
3786
  "character": 28
3783
3787
  },
3784
3788
  "type": {
3785
3789
  "__schema": "TypeRefSchema",
3786
3790
  "location": {
3787
3791
  "filePath": "builder.main.runtime.ts",
3788
- "line": 460,
3792
+ "line": 459,
3789
3793
  "character": 28
3790
3794
  },
3791
3795
  "name": "BuildTask"
@@ -3799,7 +3803,7 @@
3799
3803
  "__schema": "TypeRefSchema",
3800
3804
  "location": {
3801
3805
  "filePath": "builder.main.runtime.ts",
3802
- "line": 460,
3806
+ "line": 459,
3803
3807
  "character": 3
3804
3808
  },
3805
3809
  "name": "BuilderMain"
@@ -3810,7 +3814,7 @@
3810
3814
  "__schema": "FunctionLikeSchema",
3811
3815
  "location": {
3812
3816
  "filePath": "builder.main.runtime.ts",
3813
- "line": 465,
3817
+ "line": 464,
3814
3818
  "character": 3
3815
3819
  },
3816
3820
  "signature": "(method) BuilderMain.getDownloadUrlForArtifact(componentId: ComponentID, taskId: string, path?: string): string",
@@ -3820,7 +3824,7 @@
3820
3824
  "__schema": "ParameterSchema",
3821
3825
  "location": {
3822
3826
  "filePath": "builder.main.runtime.ts",
3823
- "line": 465,
3827
+ "line": 464,
3824
3828
  "character": 29
3825
3829
  },
3826
3830
  "name": "componentId",
@@ -3828,7 +3832,7 @@
3828
3832
  "__schema": "TypeRefSchema",
3829
3833
  "location": {
3830
3834
  "filePath": "builder.main.runtime.ts",
3831
- "line": 465,
3835
+ "line": 464,
3832
3836
  "character": 42
3833
3837
  },
3834
3838
  "name": "ComponentID"
@@ -3840,7 +3844,7 @@
3840
3844
  "__schema": "ParameterSchema",
3841
3845
  "location": {
3842
3846
  "filePath": "builder.main.runtime.ts",
3843
- "line": 465,
3847
+ "line": 464,
3844
3848
  "character": 55
3845
3849
  },
3846
3850
  "name": "taskId",
@@ -3848,7 +3852,7 @@
3848
3852
  "__schema": "KeywordTypeSchema",
3849
3853
  "location": {
3850
3854
  "filePath": "builder.main.runtime.ts",
3851
- "line": 465,
3855
+ "line": 464,
3852
3856
  "character": 63
3853
3857
  },
3854
3858
  "name": "string"
@@ -3860,7 +3864,7 @@
3860
3864
  "__schema": "ParameterSchema",
3861
3865
  "location": {
3862
3866
  "filePath": "builder.main.runtime.ts",
3863
- "line": 465,
3867
+ "line": 464,
3864
3868
  "character": 71
3865
3869
  },
3866
3870
  "name": "path",
@@ -3868,7 +3872,7 @@
3868
3872
  "__schema": "KeywordTypeSchema",
3869
3873
  "location": {
3870
3874
  "filePath": "builder.main.runtime.ts",
3871
- "line": 465,
3875
+ "line": 464,
3872
3876
  "character": 78
3873
3877
  },
3874
3878
  "name": "string"
@@ -3881,7 +3885,7 @@
3881
3885
  "__schema": "InferenceTypeSchema",
3882
3886
  "location": {
3883
3887
  "filePath": "builder.main.runtime.ts",
3884
- "line": 465,
3888
+ "line": 464,
3885
3889
  "character": 3
3886
3890
  },
3887
3891
  "type": "string"
@@ -3892,7 +3896,7 @@
3892
3896
  "__schema": "VariableLikeSchema",
3893
3897
  "location": {
3894
3898
  "filePath": "builder.main.runtime.ts",
3895
- "line": 469,
3899
+ "line": 468,
3896
3900
  "character": 3
3897
3901
  },
3898
3902
  "signature": "(property) BuilderMain.slots: ((registerFn: () => string) => SlotRegistry<BuildTask>)[]",
@@ -3901,7 +3905,7 @@
3901
3905
  "__schema": "InferenceTypeSchema",
3902
3906
  "location": {
3903
3907
  "filePath": "builder.main.runtime.ts",
3904
- "line": 469,
3908
+ "line": 468,
3905
3909
  "character": 3
3906
3910
  },
3907
3911
  "type": "((registerFn: () => string) => SlotRegistry<BuildTask>)[]"
@@ -3913,7 +3917,7 @@
3913
3917
  "__schema": "VariableLikeSchema",
3914
3918
  "location": {
3915
3919
  "filePath": "builder.main.runtime.ts",
3916
- "line": 471,
3920
+ "line": 470,
3917
3921
  "character": 3
3918
3922
  },
3919
3923
  "signature": "(property) BuilderMain.runtime: RuntimeDefinition",
@@ -3922,7 +3926,7 @@
3922
3926
  "__schema": "InferenceTypeSchema",
3923
3927
  "location": {
3924
3928
  "filePath": "builder.main.runtime.ts",
3925
- "line": 471,
3929
+ "line": 470,
3926
3930
  "character": 3
3927
3931
  },
3928
3932
  "type": "RuntimeDefinition"
@@ -3934,7 +3938,7 @@
3934
3938
  "__schema": "VariableLikeSchema",
3935
3939
  "location": {
3936
3940
  "filePath": "builder.main.runtime.ts",
3937
- "line": 472,
3941
+ "line": 471,
3938
3942
  "character": 3
3939
3943
  },
3940
3944
  "signature": "(property) BuilderMain.dependencies: Aspect[]",
@@ -3943,7 +3947,7 @@
3943
3947
  "__schema": "InferenceTypeSchema",
3944
3948
  "location": {
3945
3949
  "filePath": "builder.main.runtime.ts",
3946
- "line": 472,
3950
+ "line": 471,
3947
3951
  "character": 3
3948
3952
  },
3949
3953
  "type": "Aspect[]"
@@ -3955,7 +3959,7 @@
3955
3959
  "__schema": "FunctionLikeSchema",
3956
3960
  "location": {
3957
3961
  "filePath": "builder.main.runtime.ts",
3958
- "line": 487,
3962
+ "line": 486,
3959
3963
  "character": 3
3960
3964
  },
3961
3965
  "signature": "(method) BuilderMain.provider([cli, envs, workspace, scope, isolator, loggerExt, aspectLoader, graphql, generator, component, ui, globalConfig]: [\n CLIMain,\n EnvsMain,\n Workspace,\n ScopeMain,\n IsolatorMain,\n LoggerMain,\n AspectLoaderMain,\n GraphqlMain,\n GeneratorMain,\n ComponentMain,\n UiMain,\n GlobalConfigMain\n], config: any, [buildTaskSlot, tagTaskSlot, snapTaskSlot]: [TaskSlot, TaskSlot, TaskSlot]): Promise<BuilderMain>",
@@ -3965,7 +3969,7 @@
3965
3969
  "__schema": "ParameterSchema",
3966
3970
  "location": {
3967
3971
  "filePath": "builder.main.runtime.ts",
3968
- "line": 488,
3972
+ "line": 487,
3969
3973
  "character": 5
3970
3974
  },
3971
3975
  "name": "[ cli, envs, workspace, scope, isolator, loggerExt, aspectLoader, graphql, generator, component, ui, globalConfig ]",
@@ -3973,7 +3977,7 @@
3973
3977
  "__schema": "TupleTypeSchema",
3974
3978
  "location": {
3975
3979
  "filePath": "builder.main.runtime.ts",
3976
- "line": 488,
3980
+ "line": 487,
3977
3981
  "character": 120
3978
3982
  },
3979
3983
  "elements": [
@@ -3981,7 +3985,7 @@
3981
3985
  "__schema": "TypeRefSchema",
3982
3986
  "location": {
3983
3987
  "filePath": "builder.main.runtime.ts",
3984
- "line": 489,
3988
+ "line": 488,
3985
3989
  "character": 7
3986
3990
  },
3987
3991
  "name": "CLIMain"
@@ -3990,7 +3994,7 @@
3990
3994
  "__schema": "TypeRefSchema",
3991
3995
  "location": {
3992
3996
  "filePath": "builder.main.runtime.ts",
3993
- "line": 490,
3997
+ "line": 489,
3994
3998
  "character": 7
3995
3999
  },
3996
4000
  "name": "EnvsMain"
@@ -3999,7 +4003,7 @@
3999
4003
  "__schema": "TypeRefSchema",
4000
4004
  "location": {
4001
4005
  "filePath": "builder.main.runtime.ts",
4002
- "line": 491,
4006
+ "line": 490,
4003
4007
  "character": 7
4004
4008
  },
4005
4009
  "name": "Workspace"
@@ -4008,7 +4012,7 @@
4008
4012
  "__schema": "TypeRefSchema",
4009
4013
  "location": {
4010
4014
  "filePath": "builder.main.runtime.ts",
4011
- "line": 492,
4015
+ "line": 491,
4012
4016
  "character": 7
4013
4017
  },
4014
4018
  "name": "ScopeMain"
@@ -4017,7 +4021,7 @@
4017
4021
  "__schema": "TypeRefSchema",
4018
4022
  "location": {
4019
4023
  "filePath": "builder.main.runtime.ts",
4020
- "line": 493,
4024
+ "line": 492,
4021
4025
  "character": 7
4022
4026
  },
4023
4027
  "name": "IsolatorMain"
@@ -4026,7 +4030,7 @@
4026
4030
  "__schema": "TypeRefSchema",
4027
4031
  "location": {
4028
4032
  "filePath": "builder.main.runtime.ts",
4029
- "line": 494,
4033
+ "line": 493,
4030
4034
  "character": 7
4031
4035
  },
4032
4036
  "name": "LoggerMain"
@@ -4035,7 +4039,7 @@
4035
4039
  "__schema": "TypeRefSchema",
4036
4040
  "location": {
4037
4041
  "filePath": "builder.main.runtime.ts",
4038
- "line": 495,
4042
+ "line": 494,
4039
4043
  "character": 7
4040
4044
  },
4041
4045
  "name": "AspectLoaderMain"
@@ -4044,7 +4048,7 @@
4044
4048
  "__schema": "TypeRefSchema",
4045
4049
  "location": {
4046
4050
  "filePath": "builder.main.runtime.ts",
4047
- "line": 496,
4051
+ "line": 495,
4048
4052
  "character": 7
4049
4053
  },
4050
4054
  "name": "GraphqlMain"
@@ -4053,7 +4057,7 @@
4053
4057
  "__schema": "TypeRefSchema",
4054
4058
  "location": {
4055
4059
  "filePath": "builder.main.runtime.ts",
4056
- "line": 497,
4060
+ "line": 496,
4057
4061
  "character": 7
4058
4062
  },
4059
4063
  "name": "GeneratorMain"
@@ -4062,7 +4066,7 @@
4062
4066
  "__schema": "TypeRefSchema",
4063
4067
  "location": {
4064
4068
  "filePath": "builder.main.runtime.ts",
4065
- "line": 498,
4069
+ "line": 497,
4066
4070
  "character": 7
4067
4071
  },
4068
4072
  "name": "ComponentMain"
@@ -4071,7 +4075,7 @@
4071
4075
  "__schema": "TypeRefSchema",
4072
4076
  "location": {
4073
4077
  "filePath": "builder.main.runtime.ts",
4074
- "line": 499,
4078
+ "line": 498,
4075
4079
  "character": 7
4076
4080
  },
4077
4081
  "name": "UiMain"
@@ -4080,7 +4084,7 @@
4080
4084
  "__schema": "TypeRefSchema",
4081
4085
  "location": {
4082
4086
  "filePath": "builder.main.runtime.ts",
4083
- "line": 500,
4087
+ "line": 499,
4084
4088
  "character": 7
4085
4089
  },
4086
4090
  "name": "GlobalConfigMain"
@@ -4094,7 +4098,7 @@
4094
4098
  "__schema": "ParameterSchema",
4095
4099
  "location": {
4096
4100
  "filePath": "builder.main.runtime.ts",
4097
- "line": 502,
4101
+ "line": 501,
4098
4102
  "character": 5
4099
4103
  },
4100
4104
  "name": "config",
@@ -4102,7 +4106,7 @@
4102
4106
  "__schema": "InferenceTypeSchema",
4103
4107
  "location": {
4104
4108
  "filePath": "builder.main.runtime.ts",
4105
- "line": 502,
4109
+ "line": 501,
4106
4110
  "character": 5
4107
4111
  },
4108
4112
  "type": "any"
@@ -4114,7 +4118,7 @@
4114
4118
  "__schema": "ParameterSchema",
4115
4119
  "location": {
4116
4120
  "filePath": "builder.main.runtime.ts",
4117
- "line": 503,
4121
+ "line": 502,
4118
4122
  "character": 5
4119
4123
  },
4120
4124
  "name": "[ buildTaskSlot, tagTaskSlot, snapTaskSlot ]",
@@ -4122,7 +4126,7 @@
4122
4126
  "__schema": "TupleTypeSchema",
4123
4127
  "location": {
4124
4128
  "filePath": "builder.main.runtime.ts",
4125
- "line": 503,
4129
+ "line": 502,
4126
4130
  "character": 49
4127
4131
  },
4128
4132
  "elements": [
@@ -4130,7 +4134,7 @@
4130
4134
  "__schema": "TypeRefSchema",
4131
4135
  "location": {
4132
4136
  "filePath": "builder.main.runtime.ts",
4133
- "line": 503,
4137
+ "line": 502,
4134
4138
  "character": 50
4135
4139
  },
4136
4140
  "name": "TaskSlot"
@@ -4139,7 +4143,7 @@
4139
4143
  "__schema": "TypeRefSchema",
4140
4144
  "location": {
4141
4145
  "filePath": "builder.main.runtime.ts",
4142
- "line": 503,
4146
+ "line": 502,
4143
4147
  "character": 60
4144
4148
  },
4145
4149
  "name": "TaskSlot"
@@ -4148,7 +4152,7 @@
4148
4152
  "__schema": "TypeRefSchema",
4149
4153
  "location": {
4150
4154
  "filePath": "builder.main.runtime.ts",
4151
- "line": 503,
4155
+ "line": 502,
4152
4156
  "character": 70
4153
4157
  },
4154
4158
  "name": "TaskSlot"
@@ -4163,7 +4167,7 @@
4163
4167
  "__schema": "InferenceTypeSchema",
4164
4168
  "location": {
4165
4169
  "filePath": "builder.main.runtime.ts",
4166
- "line": 487,
4170
+ "line": 486,
4167
4171
  "character": 3
4168
4172
  },
4169
4173
  "type": "Promise<BuilderMain>"
@@ -4190,14 +4194,14 @@
4190
4194
  "__schema": "TypeSchema",
4191
4195
  "location": {
4192
4196
  "filePath": "builder.main.runtime.ts",
4193
- "line": 50,
4197
+ "line": 49,
4194
4198
  "character": 1
4195
4199
  },
4196
4200
  "doc": {
4197
4201
  "__schema": "DocSchema",
4198
4202
  "location": {
4199
4203
  "filePath": "builder.main.runtime.ts",
4200
- "line": 47,
4204
+ "line": 46,
4201
4205
  "character": 1
4202
4206
  },
4203
4207
  "raw": "/**\n * builder data format for the bit object store\n */",
@@ -4210,7 +4214,7 @@
4210
4214
  "__schema": "TypeLiteralSchema",
4211
4215
  "location": {
4212
4216
  "filePath": "builder.main.runtime.ts",
4213
- "line": 50,
4217
+ "line": 49,
4214
4218
  "character": 30
4215
4219
  },
4216
4220
  "members": [
@@ -4218,7 +4222,7 @@
4218
4222
  "__schema": "VariableLikeSchema",
4219
4223
  "location": {
4220
4224
  "filePath": "builder.main.runtime.ts",
4221
- "line": 51,
4225
+ "line": 50,
4222
4226
  "character": 3
4223
4227
  },
4224
4228
  "signature": "(property) pipeline: PipelineReport[]",
@@ -4227,14 +4231,14 @@
4227
4231
  "__schema": "TypeArraySchema",
4228
4232
  "location": {
4229
4233
  "filePath": "builder.main.runtime.ts",
4230
- "line": 51,
4234
+ "line": 50,
4231
4235
  "character": 13
4232
4236
  },
4233
4237
  "type": {
4234
4238
  "__schema": "TypeRefSchema",
4235
4239
  "location": {
4236
4240
  "filePath": "builder.main.runtime.ts",
4237
- "line": 51,
4241
+ "line": 50,
4238
4242
  "character": 13
4239
4243
  },
4240
4244
  "name": "PipelineReport"
@@ -4246,7 +4250,7 @@
4246
4250
  "__schema": "VariableLikeSchema",
4247
4251
  "location": {
4248
4252
  "filePath": "builder.main.runtime.ts",
4249
- "line": 52,
4253
+ "line": 51,
4250
4254
  "character": 3
4251
4255
  },
4252
4256
  "signature": "(property) artifacts?: ArtifactObject[] | undefined",
@@ -4255,14 +4259,14 @@
4255
4259
  "__schema": "TypeArraySchema",
4256
4260
  "location": {
4257
4261
  "filePath": "builder.main.runtime.ts",
4258
- "line": 52,
4262
+ "line": 51,
4259
4263
  "character": 15
4260
4264
  },
4261
4265
  "type": {
4262
4266
  "__schema": "TypeRefSchema",
4263
4267
  "location": {
4264
4268
  "filePath": "builder.main.runtime.ts",
4265
- "line": 52,
4269
+ "line": 51,
4266
4270
  "character": 15
4267
4271
  },
4268
4272
  "name": "ArtifactObject"
@@ -4274,7 +4278,7 @@
4274
4278
  "__schema": "VariableLikeSchema",
4275
4279
  "location": {
4276
4280
  "filePath": "builder.main.runtime.ts",
4277
- "line": 53,
4281
+ "line": 52,
4278
4282
  "character": 3
4279
4283
  },
4280
4284
  "signature": "(property) aspectsData: AspectData[]",
@@ -4283,14 +4287,14 @@
4283
4287
  "__schema": "TypeArraySchema",
4284
4288
  "location": {
4285
4289
  "filePath": "builder.main.runtime.ts",
4286
- "line": 53,
4290
+ "line": 52,
4287
4291
  "character": 16
4288
4292
  },
4289
4293
  "type": {
4290
4294
  "__schema": "TypeRefSchema",
4291
4295
  "location": {
4292
4296
  "filePath": "builder.main.runtime.ts",
4293
- "line": 53,
4297
+ "line": 52,
4294
4298
  "character": 16
4295
4299
  },
4296
4300
  "name": "AspectData"
@@ -4302,7 +4306,7 @@
4302
4306
  "__schema": "VariableLikeSchema",
4303
4307
  "location": {
4304
4308
  "filePath": "builder.main.runtime.ts",
4305
- "line": 54,
4309
+ "line": 53,
4306
4310
  "character": 3
4307
4311
  },
4308
4312
  "signature": "(property) bitVersion?: string | undefined",
@@ -4311,7 +4315,7 @@
4311
4315
  "__schema": "KeywordTypeSchema",
4312
4316
  "location": {
4313
4317
  "filePath": "builder.main.runtime.ts",
4314
- "line": 54,
4318
+ "line": 53,
4315
4319
  "character": 16
4316
4320
  },
4317
4321
  "name": "string"
@@ -4334,14 +4338,14 @@
4334
4338
  "__schema": "TypeSchema",
4335
4339
  "location": {
4336
4340
  "filePath": "builder.main.runtime.ts",
4337
- "line": 59,
4341
+ "line": 58,
4338
4342
  "character": 1
4339
4343
  },
4340
4344
  "doc": {
4341
4345
  "__schema": "DocSchema",
4342
4346
  "location": {
4343
4347
  "filePath": "builder.main.runtime.ts",
4344
- "line": 56,
4348
+ "line": 55,
4345
4349
  "character": 1
4346
4350
  },
4347
4351
  "raw": "/**\n * builder data mapped to an ArtifactList instance\n */",
@@ -4354,7 +4358,7 @@
4354
4358
  "__schema": "TypeIntersectionSchema",
4355
4359
  "location": {
4356
4360
  "filePath": "builder.main.runtime.ts",
4357
- "line": 59,
4361
+ "line": 58,
4358
4362
  "character": 27
4359
4363
  },
4360
4364
  "types": [
@@ -4362,7 +4366,7 @@
4362
4366
  "__schema": "TypeRefSchema",
4363
4367
  "location": {
4364
4368
  "filePath": "builder.main.runtime.ts",
4365
- "line": 59,
4369
+ "line": 58,
4366
4370
  "character": 27
4367
4371
  },
4368
4372
  "name": "Omit",
@@ -4371,7 +4375,7 @@
4371
4375
  "__schema": "TypeRefSchema",
4372
4376
  "location": {
4373
4377
  "filePath": "builder.main.runtime.ts",
4374
- "line": 59,
4378
+ "line": 58,
4375
4379
  "character": 32
4376
4380
  },
4377
4381
  "name": "RawBuilderData"
@@ -4380,7 +4384,7 @@
4380
4384
  "__schema": "LiteralTypeSchema",
4381
4385
  "location": {
4382
4386
  "filePath": "builder.main.runtime.ts",
4383
- "line": 59,
4387
+ "line": 58,
4384
4388
  "character": 48
4385
4389
  },
4386
4390
  "name": "'artifacts'"
@@ -4391,7 +4395,7 @@
4391
4395
  "__schema": "TypeLiteralSchema",
4392
4396
  "location": {
4393
4397
  "filePath": "builder.main.runtime.ts",
4394
- "line": 59,
4398
+ "line": 58,
4395
4399
  "character": 63
4396
4400
  },
4397
4401
  "members": [
@@ -4399,7 +4403,7 @@
4399
4403
  "__schema": "VariableLikeSchema",
4400
4404
  "location": {
4401
4405
  "filePath": "builder.main.runtime.ts",
4402
- "line": 60,
4406
+ "line": 59,
4403
4407
  "character": 3
4404
4408
  },
4405
4409
  "signature": "(property) artifacts: ArtifactList<Artifact>",
@@ -4408,7 +4412,7 @@
4408
4412
  "__schema": "TypeRefSchema",
4409
4413
  "location": {
4410
4414
  "filePath": "builder.main.runtime.ts",
4411
- "line": 60,
4415
+ "line": 59,
4412
4416
  "character": 14
4413
4417
  },
4414
4418
  "name": "ArtifactList",
@@ -4417,7 +4421,7 @@
4417
4421
  "__schema": "TypeRefSchema",
4418
4422
  "location": {
4419
4423
  "filePath": "builder.main.runtime.ts",
4420
- "line": 60,
4424
+ "line": 59,
4421
4425
  "character": 27
4422
4426
  },
4423
4427
  "name": "Artifact"
@@ -4444,7 +4448,7 @@
4444
4448
  "__schema": "TypeSchema",
4445
4449
  "location": {
4446
4450
  "filePath": "builder.main.runtime.ts",
4447
- "line": 38,
4451
+ "line": 37,
4448
4452
  "character": 1
4449
4453
  },
4450
4454
  "signature": "type OnTagOpts = {\n disableTagAndSnapPipelines?: boolean | undefined;\n throwOnError?: boolean | undefined;\n forceDeploy?: boolean | undefined;\n populateArtifactsFrom?: ComponentID[] | undefined;\n isSnap?: boolean | undefined;\n}",
@@ -4453,7 +4457,7 @@
4453
4457
  "__schema": "TypeLiteralSchema",
4454
4458
  "location": {
4455
4459
  "filePath": "builder.main.runtime.ts",
4456
- "line": 38,
4460
+ "line": 37,
4457
4461
  "character": 25
4458
4462
  },
4459
4463
  "members": [
@@ -4461,7 +4465,7 @@
4461
4465
  "__schema": "VariableLikeSchema",
4462
4466
  "location": {
4463
4467
  "filePath": "builder.main.runtime.ts",
4464
- "line": 39,
4468
+ "line": 38,
4465
4469
  "character": 3
4466
4470
  },
4467
4471
  "signature": "(property) disableTagAndSnapPipelines?: boolean | undefined",
@@ -4470,7 +4474,7 @@
4470
4474
  "__schema": "KeywordTypeSchema",
4471
4475
  "location": {
4472
4476
  "filePath": "builder.main.runtime.ts",
4473
- "line": 39,
4477
+ "line": 38,
4474
4478
  "character": 32
4475
4479
  },
4476
4480
  "name": "boolean"
@@ -4481,7 +4485,7 @@
4481
4485
  "__schema": "VariableLikeSchema",
4482
4486
  "location": {
4483
4487
  "filePath": "builder.main.runtime.ts",
4484
- "line": 40,
4488
+ "line": 39,
4485
4489
  "character": 3
4486
4490
  },
4487
4491
  "signature": "(property) throwOnError?: boolean | undefined",
@@ -4490,7 +4494,7 @@
4490
4494
  "__schema": "KeywordTypeSchema",
4491
4495
  "location": {
4492
4496
  "filePath": "builder.main.runtime.ts",
4493
- "line": 40,
4497
+ "line": 39,
4494
4498
  "character": 18
4495
4499
  },
4496
4500
  "name": "boolean"
@@ -4501,7 +4505,7 @@
4501
4505
  "__schema": "VariableLikeSchema",
4502
4506
  "location": {
4503
4507
  "filePath": "builder.main.runtime.ts",
4504
- "line": 41,
4508
+ "line": 40,
4505
4509
  "character": 3
4506
4510
  },
4507
4511
  "signature": "(property) forceDeploy?: boolean | undefined",
@@ -4510,7 +4514,7 @@
4510
4514
  "__schema": "KeywordTypeSchema",
4511
4515
  "location": {
4512
4516
  "filePath": "builder.main.runtime.ts",
4513
- "line": 41,
4517
+ "line": 40,
4514
4518
  "character": 17
4515
4519
  },
4516
4520
  "name": "boolean"
@@ -4521,7 +4525,7 @@
4521
4525
  "__schema": "VariableLikeSchema",
4522
4526
  "location": {
4523
4527
  "filePath": "builder.main.runtime.ts",
4524
- "line": 42,
4528
+ "line": 41,
4525
4529
  "character": 3
4526
4530
  },
4527
4531
  "signature": "(property) populateArtifactsFrom?: ComponentID[] | undefined",
@@ -4530,14 +4534,14 @@
4530
4534
  "__schema": "TypeArraySchema",
4531
4535
  "location": {
4532
4536
  "filePath": "builder.main.runtime.ts",
4533
- "line": 42,
4537
+ "line": 41,
4534
4538
  "character": 27
4535
4539
  },
4536
4540
  "type": {
4537
4541
  "__schema": "TypeRefSchema",
4538
4542
  "location": {
4539
4543
  "filePath": "builder.main.runtime.ts",
4540
- "line": 42,
4544
+ "line": 41,
4541
4545
  "character": 27
4542
4546
  },
4543
4547
  "name": "ComponentID"
@@ -4549,7 +4553,7 @@
4549
4553
  "__schema": "VariableLikeSchema",
4550
4554
  "location": {
4551
4555
  "filePath": "builder.main.runtime.ts",
4552
- "line": 43,
4556
+ "line": 42,
4553
4557
  "character": 3
4554
4558
  },
4555
4559
  "signature": "(property) isSnap?: boolean | undefined",
@@ -4558,7 +4562,7 @@
4558
4562
  "__schema": "KeywordTypeSchema",
4559
4563
  "location": {
4560
4564
  "filePath": "builder.main.runtime.ts",
4561
- "line": 43,
4565
+ "line": 42,
4562
4566
  "character": 12
4563
4567
  },
4564
4568
  "name": "boolean"
@@ -6680,7 +6684,11 @@
6680
6684
  "character": 3
6681
6685
  },
6682
6686
  "name": "ArtifactObject",
6683
- "packageName": "@teambit/legacy/dist/consumer/component/sources/artifact-files"
6687
+ "componentId": {
6688
+ "scope": "teambit.component",
6689
+ "name": "sources",
6690
+ "version": "0.0.2"
6691
+ }
6684
6692
  },
6685
6693
  "modifiers": []
6686
6694
  },
@@ -7447,7 +7455,7 @@
7447
7455
  "_legacy": {
7448
7456
  "scope": "teambit.pipelines",
7449
7457
  "name": "builder",
7450
- "version": "1.0.332"
7458
+ "version": "1.0.333"
7451
7459
  },
7452
7460
  "_scope": "teambit.pipelines"
7453
7461
  }
@@ -9733,7 +9741,7 @@
9733
9741
  "_legacy": {
9734
9742
  "scope": "teambit.pipelines",
9735
9743
  "name": "builder",
9736
- "version": "1.0.332"
9744
+ "version": "1.0.333"
9737
9745
  },
9738
9746
  "_scope": "teambit.pipelines"
9739
9747
  }
@@ -10630,7 +10638,7 @@
10630
10638
  "__schema": "TypeSchema",
10631
10639
  "location": {
10632
10640
  "filePath": "builder.main.runtime.ts",
10633
- "line": 36,
10641
+ "line": 35,
10634
10642
  "character": 1
10635
10643
  },
10636
10644
  "signature": "type TaskSlot = SlotRegistry<BuildTask[]>",
@@ -10639,7 +10647,7 @@
10639
10647
  "__schema": "TypeRefSchema",
10640
10648
  "location": {
10641
10649
  "filePath": "builder.main.runtime.ts",
10642
- "line": 36,
10650
+ "line": 35,
10643
10651
  "character": 24
10644
10652
  },
10645
10653
  "name": "SlotRegistry",
@@ -10648,14 +10656,14 @@
10648
10656
  "__schema": "TypeArraySchema",
10649
10657
  "location": {
10650
10658
  "filePath": "builder.main.runtime.ts",
10651
- "line": 36,
10659
+ "line": 35,
10652
10660
  "character": 37
10653
10661
  },
10654
10662
  "type": {
10655
10663
  "__schema": "TypeRefSchema",
10656
10664
  "location": {
10657
10665
  "filePath": "builder.main.runtime.ts",
10658
- "line": 36,
10666
+ "line": 35,
10659
10667
  "character": 37
10660
10668
  },
10661
10669
  "name": "BuildTask"
@@ -10668,7 +10676,7 @@
10668
10676
  "__schema": "TypeSchema",
10669
10677
  "location": {
10670
10678
  "filePath": "builder.main.runtime.ts",
10671
- "line": 37,
10679
+ "line": 36,
10672
10680
  "character": 1
10673
10681
  },
10674
10682
  "signature": "type OnTagResults = {\n builderDataMap: ComponentMap<RawBuilderData>;\n pipeResults: TaskResultsList[];\n}",
@@ -10677,7 +10685,7 @@
10677
10685
  "__schema": "TypeLiteralSchema",
10678
10686
  "location": {
10679
10687
  "filePath": "builder.main.runtime.ts",
10680
- "line": 37,
10688
+ "line": 36,
10681
10689
  "character": 28
10682
10690
  },
10683
10691
  "members": [
@@ -10685,7 +10693,7 @@
10685
10693
  "__schema": "VariableLikeSchema",
10686
10694
  "location": {
10687
10695
  "filePath": "builder.main.runtime.ts",
10688
- "line": 37,
10696
+ "line": 36,
10689
10697
  "character": 30
10690
10698
  },
10691
10699
  "signature": "(property) builderDataMap: ComponentMap<RawBuilderData>",
@@ -10694,7 +10702,7 @@
10694
10702
  "__schema": "TypeRefSchema",
10695
10703
  "location": {
10696
10704
  "filePath": "builder.main.runtime.ts",
10697
- "line": 37,
10705
+ "line": 36,
10698
10706
  "character": 46
10699
10707
  },
10700
10708
  "name": "ComponentMap",
@@ -10703,7 +10711,7 @@
10703
10711
  "__schema": "TypeRefSchema",
10704
10712
  "location": {
10705
10713
  "filePath": "builder.main.runtime.ts",
10706
- "line": 37,
10714
+ "line": 36,
10707
10715
  "character": 59
10708
10716
  },
10709
10717
  "name": "RawBuilderData"
@@ -10716,7 +10724,7 @@
10716
10724
  "__schema": "VariableLikeSchema",
10717
10725
  "location": {
10718
10726
  "filePath": "builder.main.runtime.ts",
10719
- "line": 37,
10727
+ "line": 36,
10720
10728
  "character": 76
10721
10729
  },
10722
10730
  "signature": "(property) pipeResults: TaskResultsList[]",
@@ -10725,14 +10733,14 @@
10725
10733
  "__schema": "TypeArraySchema",
10726
10734
  "location": {
10727
10735
  "filePath": "builder.main.runtime.ts",
10728
- "line": 37,
10736
+ "line": 36,
10729
10737
  "character": 89
10730
10738
  },
10731
10739
  "type": {
10732
10740
  "__schema": "TypeRefSchema",
10733
10741
  "location": {
10734
10742
  "filePath": "builder.main.runtime.ts",
10735
- "line": 37,
10743
+ "line": 36,
10736
10744
  "character": 89
10737
10745
  },
10738
10746
  "name": "TaskResultsList"
@@ -10747,7 +10755,7 @@
10747
10755
  "__schema": "TypeSchema",
10748
10756
  "location": {
10749
10757
  "filePath": "builder.main.runtime.ts",
10750
- "line": 38,
10758
+ "line": 37,
10751
10759
  "character": 1
10752
10760
  },
10753
10761
  "signature": "type OnTagOpts = {\n disableTagAndSnapPipelines?: boolean | undefined;\n throwOnError?: boolean | undefined;\n forceDeploy?: boolean | undefined;\n populateArtifactsFrom?: ComponentID[] | undefined;\n isSnap?: boolean | undefined;\n}",
@@ -10756,7 +10764,7 @@
10756
10764
  "__schema": "TypeLiteralSchema",
10757
10765
  "location": {
10758
10766
  "filePath": "builder.main.runtime.ts",
10759
- "line": 38,
10767
+ "line": 37,
10760
10768
  "character": 25
10761
10769
  },
10762
10770
  "members": [
@@ -10764,7 +10772,7 @@
10764
10772
  "__schema": "VariableLikeSchema",
10765
10773
  "location": {
10766
10774
  "filePath": "builder.main.runtime.ts",
10767
- "line": 39,
10775
+ "line": 38,
10768
10776
  "character": 3
10769
10777
  },
10770
10778
  "signature": "(property) disableTagAndSnapPipelines?: boolean | undefined",
@@ -10773,7 +10781,7 @@
10773
10781
  "__schema": "KeywordTypeSchema",
10774
10782
  "location": {
10775
10783
  "filePath": "builder.main.runtime.ts",
10776
- "line": 39,
10784
+ "line": 38,
10777
10785
  "character": 32
10778
10786
  },
10779
10787
  "name": "boolean"
@@ -10784,7 +10792,7 @@
10784
10792
  "__schema": "VariableLikeSchema",
10785
10793
  "location": {
10786
10794
  "filePath": "builder.main.runtime.ts",
10787
- "line": 40,
10795
+ "line": 39,
10788
10796
  "character": 3
10789
10797
  },
10790
10798
  "signature": "(property) throwOnError?: boolean | undefined",
@@ -10793,7 +10801,7 @@
10793
10801
  "__schema": "KeywordTypeSchema",
10794
10802
  "location": {
10795
10803
  "filePath": "builder.main.runtime.ts",
10796
- "line": 40,
10804
+ "line": 39,
10797
10805
  "character": 18
10798
10806
  },
10799
10807
  "name": "boolean"
@@ -10804,7 +10812,7 @@
10804
10812
  "__schema": "VariableLikeSchema",
10805
10813
  "location": {
10806
10814
  "filePath": "builder.main.runtime.ts",
10807
- "line": 41,
10815
+ "line": 40,
10808
10816
  "character": 3
10809
10817
  },
10810
10818
  "signature": "(property) forceDeploy?: boolean | undefined",
@@ -10813,7 +10821,7 @@
10813
10821
  "__schema": "KeywordTypeSchema",
10814
10822
  "location": {
10815
10823
  "filePath": "builder.main.runtime.ts",
10816
- "line": 41,
10824
+ "line": 40,
10817
10825
  "character": 17
10818
10826
  },
10819
10827
  "name": "boolean"
@@ -10824,7 +10832,7 @@
10824
10832
  "__schema": "VariableLikeSchema",
10825
10833
  "location": {
10826
10834
  "filePath": "builder.main.runtime.ts",
10827
- "line": 42,
10835
+ "line": 41,
10828
10836
  "character": 3
10829
10837
  },
10830
10838
  "signature": "(property) populateArtifactsFrom?: ComponentID[] | undefined",
@@ -10833,14 +10841,14 @@
10833
10841
  "__schema": "TypeArraySchema",
10834
10842
  "location": {
10835
10843
  "filePath": "builder.main.runtime.ts",
10836
- "line": 42,
10844
+ "line": 41,
10837
10845
  "character": 27
10838
10846
  },
10839
10847
  "type": {
10840
10848
  "__schema": "TypeRefSchema",
10841
10849
  "location": {
10842
10850
  "filePath": "builder.main.runtime.ts",
10843
- "line": 42,
10851
+ "line": 41,
10844
10852
  "character": 27
10845
10853
  },
10846
10854
  "name": "ComponentID"
@@ -10852,7 +10860,7 @@
10852
10860
  "__schema": "VariableLikeSchema",
10853
10861
  "location": {
10854
10862
  "filePath": "builder.main.runtime.ts",
10855
- "line": 43,
10863
+ "line": 42,
10856
10864
  "character": 3
10857
10865
  },
10858
10866
  "signature": "(property) isSnap?: boolean | undefined",
@@ -10861,7 +10869,7 @@
10861
10869
  "__schema": "KeywordTypeSchema",
10862
10870
  "location": {
10863
10871
  "filePath": "builder.main.runtime.ts",
10864
- "line": 43,
10872
+ "line": 42,
10865
10873
  "character": 12
10866
10874
  },
10867
10875
  "name": "boolean"
@@ -10875,7 +10883,7 @@
10875
10883
  "__schema": "VariableLikeSchema",
10876
10884
  "location": {
10877
10885
  "filePath": "builder.main.runtime.ts",
10878
- "line": 45,
10886
+ "line": 44,
10879
10887
  "character": 14
10880
10888
  },
10881
10889
  "signature": "const FILE_PATH_PARAM_DELIM: \"~\"",
@@ -10884,7 +10892,7 @@
10884
10892
  "__schema": "InferenceTypeSchema",
10885
10893
  "location": {
10886
10894
  "filePath": "builder.main.runtime.ts",
10887
- "line": 45,
10895
+ "line": 44,
10888
10896
  "character": 14
10889
10897
  },
10890
10898
  "type": "\"~\""
@@ -10896,14 +10904,14 @@
10896
10904
  "__schema": "TypeSchema",
10897
10905
  "location": {
10898
10906
  "filePath": "builder.main.runtime.ts",
10899
- "line": 50,
10907
+ "line": 49,
10900
10908
  "character": 1
10901
10909
  },
10902
10910
  "doc": {
10903
10911
  "__schema": "DocSchema",
10904
10912
  "location": {
10905
10913
  "filePath": "builder.main.runtime.ts",
10906
- "line": 47,
10914
+ "line": 46,
10907
10915
  "character": 1
10908
10916
  },
10909
10917
  "raw": "/**\n * builder data format for the bit object store\n */",
@@ -10916,7 +10924,7 @@
10916
10924
  "__schema": "TypeLiteralSchema",
10917
10925
  "location": {
10918
10926
  "filePath": "builder.main.runtime.ts",
10919
- "line": 50,
10927
+ "line": 49,
10920
10928
  "character": 30
10921
10929
  },
10922
10930
  "members": [
@@ -10924,7 +10932,7 @@
10924
10932
  "__schema": "VariableLikeSchema",
10925
10933
  "location": {
10926
10934
  "filePath": "builder.main.runtime.ts",
10927
- "line": 51,
10935
+ "line": 50,
10928
10936
  "character": 3
10929
10937
  },
10930
10938
  "signature": "(property) pipeline: PipelineReport[]",
@@ -10933,14 +10941,14 @@
10933
10941
  "__schema": "TypeArraySchema",
10934
10942
  "location": {
10935
10943
  "filePath": "builder.main.runtime.ts",
10936
- "line": 51,
10944
+ "line": 50,
10937
10945
  "character": 13
10938
10946
  },
10939
10947
  "type": {
10940
10948
  "__schema": "TypeRefSchema",
10941
10949
  "location": {
10942
10950
  "filePath": "builder.main.runtime.ts",
10943
- "line": 51,
10951
+ "line": 50,
10944
10952
  "character": 13
10945
10953
  },
10946
10954
  "name": "PipelineReport"
@@ -10952,7 +10960,7 @@
10952
10960
  "__schema": "VariableLikeSchema",
10953
10961
  "location": {
10954
10962
  "filePath": "builder.main.runtime.ts",
10955
- "line": 52,
10963
+ "line": 51,
10956
10964
  "character": 3
10957
10965
  },
10958
10966
  "signature": "(property) artifacts?: ArtifactObject[] | undefined",
@@ -10961,14 +10969,14 @@
10961
10969
  "__schema": "TypeArraySchema",
10962
10970
  "location": {
10963
10971
  "filePath": "builder.main.runtime.ts",
10964
- "line": 52,
10972
+ "line": 51,
10965
10973
  "character": 15
10966
10974
  },
10967
10975
  "type": {
10968
10976
  "__schema": "TypeRefSchema",
10969
10977
  "location": {
10970
10978
  "filePath": "builder.main.runtime.ts",
10971
- "line": 52,
10979
+ "line": 51,
10972
10980
  "character": 15
10973
10981
  },
10974
10982
  "name": "ArtifactObject"
@@ -10980,7 +10988,7 @@
10980
10988
  "__schema": "VariableLikeSchema",
10981
10989
  "location": {
10982
10990
  "filePath": "builder.main.runtime.ts",
10983
- "line": 53,
10991
+ "line": 52,
10984
10992
  "character": 3
10985
10993
  },
10986
10994
  "signature": "(property) aspectsData: AspectData[]",
@@ -10989,14 +10997,14 @@
10989
10997
  "__schema": "TypeArraySchema",
10990
10998
  "location": {
10991
10999
  "filePath": "builder.main.runtime.ts",
10992
- "line": 53,
11000
+ "line": 52,
10993
11001
  "character": 16
10994
11002
  },
10995
11003
  "type": {
10996
11004
  "__schema": "TypeRefSchema",
10997
11005
  "location": {
10998
11006
  "filePath": "builder.main.runtime.ts",
10999
- "line": 53,
11007
+ "line": 52,
11000
11008
  "character": 16
11001
11009
  },
11002
11010
  "name": "AspectData"
@@ -11008,7 +11016,7 @@
11008
11016
  "__schema": "VariableLikeSchema",
11009
11017
  "location": {
11010
11018
  "filePath": "builder.main.runtime.ts",
11011
- "line": 54,
11019
+ "line": 53,
11012
11020
  "character": 3
11013
11021
  },
11014
11022
  "signature": "(property) bitVersion?: string | undefined",
@@ -11017,7 +11025,7 @@
11017
11025
  "__schema": "KeywordTypeSchema",
11018
11026
  "location": {
11019
11027
  "filePath": "builder.main.runtime.ts",
11020
- "line": 54,
11028
+ "line": 53,
11021
11029
  "character": 16
11022
11030
  },
11023
11031
  "name": "string"
@@ -11031,14 +11039,14 @@
11031
11039
  "__schema": "TypeSchema",
11032
11040
  "location": {
11033
11041
  "filePath": "builder.main.runtime.ts",
11034
- "line": 59,
11042
+ "line": 58,
11035
11043
  "character": 1
11036
11044
  },
11037
11045
  "doc": {
11038
11046
  "__schema": "DocSchema",
11039
11047
  "location": {
11040
11048
  "filePath": "builder.main.runtime.ts",
11041
- "line": 56,
11049
+ "line": 55,
11042
11050
  "character": 1
11043
11051
  },
11044
11052
  "raw": "/**\n * builder data mapped to an ArtifactList instance\n */",
@@ -11051,7 +11059,7 @@
11051
11059
  "__schema": "TypeIntersectionSchema",
11052
11060
  "location": {
11053
11061
  "filePath": "builder.main.runtime.ts",
11054
- "line": 59,
11062
+ "line": 58,
11055
11063
  "character": 27
11056
11064
  },
11057
11065
  "types": [
@@ -11059,7 +11067,7 @@
11059
11067
  "__schema": "TypeRefSchema",
11060
11068
  "location": {
11061
11069
  "filePath": "builder.main.runtime.ts",
11062
- "line": 59,
11070
+ "line": 58,
11063
11071
  "character": 27
11064
11072
  },
11065
11073
  "name": "Omit",
@@ -11068,7 +11076,7 @@
11068
11076
  "__schema": "TypeRefSchema",
11069
11077
  "location": {
11070
11078
  "filePath": "builder.main.runtime.ts",
11071
- "line": 59,
11079
+ "line": 58,
11072
11080
  "character": 32
11073
11081
  },
11074
11082
  "name": "RawBuilderData"
@@ -11077,7 +11085,7 @@
11077
11085
  "__schema": "LiteralTypeSchema",
11078
11086
  "location": {
11079
11087
  "filePath": "builder.main.runtime.ts",
11080
- "line": 59,
11088
+ "line": 58,
11081
11089
  "character": 48
11082
11090
  },
11083
11091
  "name": "'artifacts'"
@@ -11088,7 +11096,7 @@
11088
11096
  "__schema": "TypeLiteralSchema",
11089
11097
  "location": {
11090
11098
  "filePath": "builder.main.runtime.ts",
11091
- "line": 59,
11099
+ "line": 58,
11092
11100
  "character": 63
11093
11101
  },
11094
11102
  "members": [
@@ -11096,7 +11104,7 @@
11096
11104
  "__schema": "VariableLikeSchema",
11097
11105
  "location": {
11098
11106
  "filePath": "builder.main.runtime.ts",
11099
- "line": 60,
11107
+ "line": 59,
11100
11108
  "character": 3
11101
11109
  },
11102
11110
  "signature": "(property) artifacts: ArtifactList<Artifact>",
@@ -11105,7 +11113,7 @@
11105
11113
  "__schema": "TypeRefSchema",
11106
11114
  "location": {
11107
11115
  "filePath": "builder.main.runtime.ts",
11108
- "line": 60,
11116
+ "line": 59,
11109
11117
  "character": 14
11110
11118
  },
11111
11119
  "name": "ArtifactList",
@@ -11114,7 +11122,7 @@
11114
11122
  "__schema": "TypeRefSchema",
11115
11123
  "location": {
11116
11124
  "filePath": "builder.main.runtime.ts",
11117
- "line": 60,
11125
+ "line": 59,
11118
11126
  "character": 27
11119
11127
  },
11120
11128
  "name": "Artifact"
@@ -11132,7 +11140,7 @@
11132
11140
  "__schema": "ClassSchema",
11133
11141
  "location": {
11134
11142
  "filePath": "builder.main.runtime.ts",
11135
- "line": 63,
11143
+ "line": 62,
11136
11144
  "character": 1
11137
11145
  },
11138
11146
  "signature": "class BuilderMain",
@@ -11142,7 +11150,7 @@
11142
11150
  "__schema": "ConstructorSchema",
11143
11151
  "location": {
11144
11152
  "filePath": "builder.main.runtime.ts",
11145
- "line": 64,
11153
+ "line": 63,
11146
11154
  "character": 3
11147
11155
  },
11148
11156
  "signature": "constructor BuilderMain(envs: EnvsMain, workspace: Workspace, buildService: BuilderService, tagService: BuilderService, snapService: BuilderService, scope: ScopeMain, isolator: IsolatorMain, aspectLoader: AspectLoaderMain, componentAspect: ComponentMain, globalConfig: GlobalConfigMain, buildTaskSlot: TaskSlot, tagTaskSlot: TaskSlot, snapTaskSlot: TaskSlot, logger: Logger): BuilderMain",
@@ -11152,7 +11160,7 @@
11152
11160
  "__schema": "ParameterSchema",
11153
11161
  "location": {
11154
11162
  "filePath": "builder.main.runtime.ts",
11155
- "line": 65,
11163
+ "line": 64,
11156
11164
  "character": 5
11157
11165
  },
11158
11166
  "name": "envs",
@@ -11160,7 +11168,7 @@
11160
11168
  "__schema": "TypeRefSchema",
11161
11169
  "location": {
11162
11170
  "filePath": "builder.main.runtime.ts",
11163
- "line": 65,
11171
+ "line": 64,
11164
11172
  "character": 19
11165
11173
  },
11166
11174
  "name": "EnvsMain"
@@ -11172,7 +11180,7 @@
11172
11180
  "__schema": "ParameterSchema",
11173
11181
  "location": {
11174
11182
  "filePath": "builder.main.runtime.ts",
11175
- "line": 66,
11183
+ "line": 65,
11176
11184
  "character": 5
11177
11185
  },
11178
11186
  "name": "workspace",
@@ -11180,7 +11188,7 @@
11180
11188
  "__schema": "TypeRefSchema",
11181
11189
  "location": {
11182
11190
  "filePath": "builder.main.runtime.ts",
11183
- "line": 66,
11191
+ "line": 65,
11184
11192
  "character": 24
11185
11193
  },
11186
11194
  "name": "Workspace"
@@ -11192,7 +11200,7 @@
11192
11200
  "__schema": "ParameterSchema",
11193
11201
  "location": {
11194
11202
  "filePath": "builder.main.runtime.ts",
11195
- "line": 67,
11203
+ "line": 66,
11196
11204
  "character": 5
11197
11205
  },
11198
11206
  "name": "buildService",
@@ -11200,7 +11208,7 @@
11200
11208
  "__schema": "TypeRefSchema",
11201
11209
  "location": {
11202
11210
  "filePath": "builder.main.runtime.ts",
11203
- "line": 67,
11211
+ "line": 66,
11204
11212
  "character": 27
11205
11213
  },
11206
11214
  "name": "BuilderService"
@@ -11212,7 +11220,7 @@
11212
11220
  "__schema": "ParameterSchema",
11213
11221
  "location": {
11214
11222
  "filePath": "builder.main.runtime.ts",
11215
- "line": 68,
11223
+ "line": 67,
11216
11224
  "character": 5
11217
11225
  },
11218
11226
  "name": "tagService",
@@ -11220,7 +11228,7 @@
11220
11228
  "__schema": "TypeRefSchema",
11221
11229
  "location": {
11222
11230
  "filePath": "builder.main.runtime.ts",
11223
- "line": 68,
11231
+ "line": 67,
11224
11232
  "character": 25
11225
11233
  },
11226
11234
  "name": "BuilderService"
@@ -11232,7 +11240,7 @@
11232
11240
  "__schema": "ParameterSchema",
11233
11241
  "location": {
11234
11242
  "filePath": "builder.main.runtime.ts",
11235
- "line": 69,
11243
+ "line": 68,
11236
11244
  "character": 5
11237
11245
  },
11238
11246
  "name": "snapService",
@@ -11240,7 +11248,7 @@
11240
11248
  "__schema": "TypeRefSchema",
11241
11249
  "location": {
11242
11250
  "filePath": "builder.main.runtime.ts",
11243
- "line": 69,
11251
+ "line": 68,
11244
11252
  "character": 26
11245
11253
  },
11246
11254
  "name": "BuilderService"
@@ -11252,7 +11260,7 @@
11252
11260
  "__schema": "ParameterSchema",
11253
11261
  "location": {
11254
11262
  "filePath": "builder.main.runtime.ts",
11255
- "line": 70,
11263
+ "line": 69,
11256
11264
  "character": 5
11257
11265
  },
11258
11266
  "name": "scope",
@@ -11260,7 +11268,7 @@
11260
11268
  "__schema": "TypeRefSchema",
11261
11269
  "location": {
11262
11270
  "filePath": "builder.main.runtime.ts",
11263
- "line": 70,
11271
+ "line": 69,
11264
11272
  "character": 20
11265
11273
  },
11266
11274
  "name": "ScopeMain"
@@ -11272,7 +11280,7 @@
11272
11280
  "__schema": "ParameterSchema",
11273
11281
  "location": {
11274
11282
  "filePath": "builder.main.runtime.ts",
11275
- "line": 71,
11283
+ "line": 70,
11276
11284
  "character": 5
11277
11285
  },
11278
11286
  "name": "isolator",
@@ -11280,7 +11288,7 @@
11280
11288
  "__schema": "TypeRefSchema",
11281
11289
  "location": {
11282
11290
  "filePath": "builder.main.runtime.ts",
11283
- "line": 71,
11291
+ "line": 70,
11284
11292
  "character": 23
11285
11293
  },
11286
11294
  "name": "IsolatorMain"
@@ -11292,7 +11300,7 @@
11292
11300
  "__schema": "ParameterSchema",
11293
11301
  "location": {
11294
11302
  "filePath": "builder.main.runtime.ts",
11295
- "line": 72,
11303
+ "line": 71,
11296
11304
  "character": 5
11297
11305
  },
11298
11306
  "name": "aspectLoader",
@@ -11300,7 +11308,7 @@
11300
11308
  "__schema": "TypeRefSchema",
11301
11309
  "location": {
11302
11310
  "filePath": "builder.main.runtime.ts",
11303
- "line": 72,
11311
+ "line": 71,
11304
11312
  "character": 27
11305
11313
  },
11306
11314
  "name": "AspectLoaderMain"
@@ -11312,7 +11320,7 @@
11312
11320
  "__schema": "ParameterSchema",
11313
11321
  "location": {
11314
11322
  "filePath": "builder.main.runtime.ts",
11315
- "line": 73,
11323
+ "line": 72,
11316
11324
  "character": 5
11317
11325
  },
11318
11326
  "name": "componentAspect",
@@ -11320,7 +11328,7 @@
11320
11328
  "__schema": "TypeRefSchema",
11321
11329
  "location": {
11322
11330
  "filePath": "builder.main.runtime.ts",
11323
- "line": 73,
11331
+ "line": 72,
11324
11332
  "character": 30
11325
11333
  },
11326
11334
  "name": "ComponentMain"
@@ -11332,7 +11340,7 @@
11332
11340
  "__schema": "ParameterSchema",
11333
11341
  "location": {
11334
11342
  "filePath": "builder.main.runtime.ts",
11335
- "line": 74,
11343
+ "line": 73,
11336
11344
  "character": 5
11337
11345
  },
11338
11346
  "name": "globalConfig",
@@ -11340,7 +11348,7 @@
11340
11348
  "__schema": "TypeRefSchema",
11341
11349
  "location": {
11342
11350
  "filePath": "builder.main.runtime.ts",
11343
- "line": 74,
11351
+ "line": 73,
11344
11352
  "character": 27
11345
11353
  },
11346
11354
  "name": "GlobalConfigMain"
@@ -11352,7 +11360,7 @@
11352
11360
  "__schema": "ParameterSchema",
11353
11361
  "location": {
11354
11362
  "filePath": "builder.main.runtime.ts",
11355
- "line": 75,
11363
+ "line": 74,
11356
11364
  "character": 5
11357
11365
  },
11358
11366
  "name": "buildTaskSlot",
@@ -11360,7 +11368,7 @@
11360
11368
  "__schema": "TypeRefSchema",
11361
11369
  "location": {
11362
11370
  "filePath": "builder.main.runtime.ts",
11363
- "line": 75,
11371
+ "line": 74,
11364
11372
  "character": 28
11365
11373
  },
11366
11374
  "name": "TaskSlot"
@@ -11372,7 +11380,7 @@
11372
11380
  "__schema": "ParameterSchema",
11373
11381
  "location": {
11374
11382
  "filePath": "builder.main.runtime.ts",
11375
- "line": 76,
11383
+ "line": 75,
11376
11384
  "character": 5
11377
11385
  },
11378
11386
  "name": "tagTaskSlot",
@@ -11380,7 +11388,7 @@
11380
11388
  "__schema": "TypeRefSchema",
11381
11389
  "location": {
11382
11390
  "filePath": "builder.main.runtime.ts",
11383
- "line": 76,
11391
+ "line": 75,
11384
11392
  "character": 26
11385
11393
  },
11386
11394
  "name": "TaskSlot"
@@ -11392,7 +11400,7 @@
11392
11400
  "__schema": "ParameterSchema",
11393
11401
  "location": {
11394
11402
  "filePath": "builder.main.runtime.ts",
11395
- "line": 77,
11403
+ "line": 76,
11396
11404
  "character": 5
11397
11405
  },
11398
11406
  "name": "snapTaskSlot",
@@ -11400,7 +11408,7 @@
11400
11408
  "__schema": "TypeRefSchema",
11401
11409
  "location": {
11402
11410
  "filePath": "builder.main.runtime.ts",
11403
- "line": 77,
11411
+ "line": 76,
11404
11412
  "character": 27
11405
11413
  },
11406
11414
  "name": "TaskSlot"
@@ -11412,7 +11420,7 @@
11412
11420
  "__schema": "ParameterSchema",
11413
11421
  "location": {
11414
11422
  "filePath": "builder.main.runtime.ts",
11415
- "line": 78,
11423
+ "line": 77,
11416
11424
  "character": 5
11417
11425
  },
11418
11426
  "name": "logger",
@@ -11420,7 +11428,7 @@
11420
11428
  "__schema": "TypeRefSchema",
11421
11429
  "location": {
11422
11430
  "filePath": "builder.main.runtime.ts",
11423
- "line": 78,
11431
+ "line": 77,
11424
11432
  "character": 21
11425
11433
  },
11426
11434
  "name": "Logger"
@@ -11433,7 +11441,7 @@
11433
11441
  "__schema": "ThisTypeSchema",
11434
11442
  "location": {
11435
11443
  "filePath": "builder.main.runtime.ts",
11436
- "line": 63,
11444
+ "line": 62,
11437
11445
  "character": 1
11438
11446
  },
11439
11447
  "name": "BuilderMain"
@@ -11444,7 +11452,7 @@
11444
11452
  "__schema": "FunctionLikeSchema",
11445
11453
  "location": {
11446
11454
  "filePath": "builder.main.runtime.ts",
11447
- "line": 98,
11455
+ "line": 97,
11448
11456
  "character": 3
11449
11457
  },
11450
11458
  "signature": "(method) BuilderMain.pipelineResultsToBuilderData(components: Component[], buildPipelineResults: TaskResults[]): ComponentMap<RawBuilderData>",
@@ -11454,7 +11462,7 @@
11454
11462
  "__schema": "ParameterSchema",
11455
11463
  "location": {
11456
11464
  "filePath": "builder.main.runtime.ts",
11457
- "line": 99,
11465
+ "line": 98,
11458
11466
  "character": 5
11459
11467
  },
11460
11468
  "name": "components",
@@ -11462,14 +11470,14 @@
11462
11470
  "__schema": "TypeArraySchema",
11463
11471
  "location": {
11464
11472
  "filePath": "builder.main.runtime.ts",
11465
- "line": 99,
11473
+ "line": 98,
11466
11474
  "character": 17
11467
11475
  },
11468
11476
  "type": {
11469
11477
  "__schema": "TypeRefSchema",
11470
11478
  "location": {
11471
11479
  "filePath": "builder.main.runtime.ts",
11472
- "line": 99,
11480
+ "line": 98,
11473
11481
  "character": 17
11474
11482
  },
11475
11483
  "name": "Component"
@@ -11482,7 +11490,7 @@
11482
11490
  "__schema": "ParameterSchema",
11483
11491
  "location": {
11484
11492
  "filePath": "builder.main.runtime.ts",
11485
- "line": 100,
11493
+ "line": 99,
11486
11494
  "character": 5
11487
11495
  },
11488
11496
  "name": "buildPipelineResults",
@@ -11490,14 +11498,14 @@
11490
11498
  "__schema": "TypeArraySchema",
11491
11499
  "location": {
11492
11500
  "filePath": "builder.main.runtime.ts",
11493
- "line": 100,
11501
+ "line": 99,
11494
11502
  "character": 27
11495
11503
  },
11496
11504
  "type": {
11497
11505
  "__schema": "TypeRefSchema",
11498
11506
  "location": {
11499
11507
  "filePath": "builder.main.runtime.ts",
11500
- "line": 100,
11508
+ "line": 99,
11501
11509
  "character": 27
11502
11510
  },
11503
11511
  "name": "TaskResults"
@@ -11511,7 +11519,7 @@
11511
11519
  "__schema": "TypeRefSchema",
11512
11520
  "location": {
11513
11521
  "filePath": "builder.main.runtime.ts",
11514
- "line": 101,
11522
+ "line": 100,
11515
11523
  "character": 6
11516
11524
  },
11517
11525
  "name": "ComponentMap",
@@ -11520,7 +11528,7 @@
11520
11528
  "__schema": "TypeRefSchema",
11521
11529
  "location": {
11522
11530
  "filePath": "builder.main.runtime.ts",
11523
- "line": 101,
11531
+ "line": 100,
11524
11532
  "character": 19
11525
11533
  },
11526
11534
  "name": "RawBuilderData"
@@ -11533,7 +11541,7 @@
11533
11541
  "__schema": "FunctionLikeSchema",
11534
11542
  "location": {
11535
11543
  "filePath": "builder.main.runtime.ts",
11536
- "line": 111,
11544
+ "line": 110,
11537
11545
  "character": 3
11538
11546
  },
11539
11547
  "signature": "(method) BuilderMain.tagListener(components: Component[], options?: OnTagOpts, isolateOptions?: IsolateComponentsOptions, builderOptions?: BuilderServiceOptions): Promise<OnTagResults>",
@@ -11543,7 +11551,7 @@
11543
11551
  "__schema": "ParameterSchema",
11544
11552
  "location": {
11545
11553
  "filePath": "builder.main.runtime.ts",
11546
- "line": 112,
11554
+ "line": 111,
11547
11555
  "character": 5
11548
11556
  },
11549
11557
  "name": "components",
@@ -11551,14 +11559,14 @@
11551
11559
  "__schema": "TypeArraySchema",
11552
11560
  "location": {
11553
11561
  "filePath": "builder.main.runtime.ts",
11554
- "line": 112,
11562
+ "line": 111,
11555
11563
  "character": 17
11556
11564
  },
11557
11565
  "type": {
11558
11566
  "__schema": "TypeRefSchema",
11559
11567
  "location": {
11560
11568
  "filePath": "builder.main.runtime.ts",
11561
- "line": 112,
11569
+ "line": 111,
11562
11570
  "character": 17
11563
11571
  },
11564
11572
  "name": "Component"
@@ -11571,7 +11579,7 @@
11571
11579
  "__schema": "ParameterSchema",
11572
11580
  "location": {
11573
11581
  "filePath": "builder.main.runtime.ts",
11574
- "line": 113,
11582
+ "line": 112,
11575
11583
  "character": 5
11576
11584
  },
11577
11585
  "name": "options",
@@ -11579,7 +11587,7 @@
11579
11587
  "__schema": "TypeRefSchema",
11580
11588
  "location": {
11581
11589
  "filePath": "builder.main.runtime.ts",
11582
- "line": 113,
11590
+ "line": 112,
11583
11591
  "character": 14
11584
11592
  },
11585
11593
  "name": "OnTagOpts"
@@ -11592,7 +11600,7 @@
11592
11600
  "__schema": "ParameterSchema",
11593
11601
  "location": {
11594
11602
  "filePath": "builder.main.runtime.ts",
11595
- "line": 114,
11603
+ "line": 113,
11596
11604
  "character": 5
11597
11605
  },
11598
11606
  "name": "isolateOptions",
@@ -11600,7 +11608,7 @@
11600
11608
  "__schema": "TypeRefSchema",
11601
11609
  "location": {
11602
11610
  "filePath": "builder.main.runtime.ts",
11603
- "line": 114,
11611
+ "line": 113,
11604
11612
  "character": 21
11605
11613
  },
11606
11614
  "name": "IsolateComponentsOptions"
@@ -11613,7 +11621,7 @@
11613
11621
  "__schema": "ParameterSchema",
11614
11622
  "location": {
11615
11623
  "filePath": "builder.main.runtime.ts",
11616
- "line": 115,
11624
+ "line": 114,
11617
11625
  "character": 5
11618
11626
  },
11619
11627
  "name": "builderOptions",
@@ -11621,7 +11629,7 @@
11621
11629
  "__schema": "TypeRefSchema",
11622
11630
  "location": {
11623
11631
  "filePath": "builder.main.runtime.ts",
11624
- "line": 115,
11632
+ "line": 114,
11625
11633
  "character": 21
11626
11634
  },
11627
11635
  "name": "BuilderServiceOptions"
@@ -11635,7 +11643,7 @@
11635
11643
  "__schema": "TypeRefSchema",
11636
11644
  "location": {
11637
11645
  "filePath": "builder.main.runtime.ts",
11638
- "line": 116,
11646
+ "line": 115,
11639
11647
  "character": 6
11640
11648
  },
11641
11649
  "name": "Promise",
@@ -11644,7 +11652,7 @@
11644
11652
  "__schema": "TypeRefSchema",
11645
11653
  "location": {
11646
11654
  "filePath": "builder.main.runtime.ts",
11647
- "line": 116,
11655
+ "line": 115,
11648
11656
  "character": 14
11649
11657
  },
11650
11658
  "name": "OnTagResults"
@@ -11659,14 +11667,14 @@
11659
11667
  "__schema": "FunctionLikeSchema",
11660
11668
  "location": {
11661
11669
  "filePath": "builder.main.runtime.ts",
11662
- "line": 172,
11670
+ "line": 171,
11663
11671
  "character": 3
11664
11672
  },
11665
11673
  "doc": {
11666
11674
  "__schema": "DocSchema",
11667
11675
  "location": {
11668
11676
  "filePath": "builder.main.runtime.ts",
11669
- "line": 157,
11677
+ "line": 156,
11670
11678
  "character": 3
11671
11679
  },
11672
11680
  "raw": "/**\n * remove the onlyOverview from the preview data of the component if\n * the env is in the workspace\n * the env is not tagged with the component\n * the last tagged env has onlyOverview undefined in preview data\n *\n * We don't want to do this but have no choice because,\n * when we load components in workspace,\n * we set the onlyOverview to true in the env's preview data\n * which sets the onlyOverview to true in the component's preview data\n * but if you don't tag the env with the component,\n * the onlyOverview will be true in the component's preview data, since its env is in the workspace\n * even though the env it is tagged with doesn't have onlyOverview in its preview data\n * which will result in inconsistent preview data when exported to the scope\n */",
@@ -11680,7 +11688,7 @@
11680
11688
  "__schema": "ParameterSchema",
11681
11689
  "location": {
11682
11690
  "filePath": "builder.main.runtime.ts",
11683
- "line": 172,
11691
+ "line": 171,
11684
11692
  "character": 29
11685
11693
  },
11686
11694
  "name": "harmonyComps",
@@ -11688,14 +11696,14 @@
11688
11696
  "__schema": "TypeArraySchema",
11689
11697
  "location": {
11690
11698
  "filePath": "builder.main.runtime.ts",
11691
- "line": 172,
11699
+ "line": 171,
11692
11700
  "character": 43
11693
11701
  },
11694
11702
  "type": {
11695
11703
  "__schema": "TypeRefSchema",
11696
11704
  "location": {
11697
11705
  "filePath": "builder.main.runtime.ts",
11698
- "line": 172,
11706
+ "line": 171,
11699
11707
  "character": 43
11700
11708
  },
11701
11709
  "name": "Component"
@@ -11709,7 +11717,7 @@
11709
11717
  "__schema": "InferenceTypeSchema",
11710
11718
  "location": {
11711
11719
  "filePath": "builder.main.runtime.ts",
11712
- "line": 172,
11720
+ "line": 171,
11713
11721
  "character": 3
11714
11722
  },
11715
11723
  "type": "Promise<void>"
@@ -11722,7 +11730,7 @@
11722
11730
  "__schema": "FunctionLikeSchema",
11723
11731
  "location": {
11724
11732
  "filePath": "builder.main.runtime.ts",
11725
- "line": 283,
11733
+ "line": 282,
11726
11734
  "character": 3
11727
11735
  },
11728
11736
  "signature": "(method) BuilderMain.getArtifactsVinylByAspect(component: Component, aspectName: string): Promise<ArtifactVinyl[]>",
@@ -11732,7 +11740,7 @@
11732
11740
  "__schema": "ParameterSchema",
11733
11741
  "location": {
11734
11742
  "filePath": "builder.main.runtime.ts",
11735
- "line": 283,
11743
+ "line": 282,
11736
11744
  "character": 35
11737
11745
  },
11738
11746
  "name": "component",
@@ -11740,7 +11748,7 @@
11740
11748
  "__schema": "TypeRefSchema",
11741
11749
  "location": {
11742
11750
  "filePath": "builder.main.runtime.ts",
11743
- "line": 283,
11751
+ "line": 282,
11744
11752
  "character": 46
11745
11753
  },
11746
11754
  "name": "Component"
@@ -11752,7 +11760,7 @@
11752
11760
  "__schema": "ParameterSchema",
11753
11761
  "location": {
11754
11762
  "filePath": "builder.main.runtime.ts",
11755
- "line": 283,
11763
+ "line": 282,
11756
11764
  "character": 57
11757
11765
  },
11758
11766
  "name": "aspectName",
@@ -11760,7 +11768,7 @@
11760
11768
  "__schema": "KeywordTypeSchema",
11761
11769
  "location": {
11762
11770
  "filePath": "builder.main.runtime.ts",
11763
- "line": 283,
11771
+ "line": 282,
11764
11772
  "character": 69
11765
11773
  },
11766
11774
  "name": "string"
@@ -11773,7 +11781,7 @@
11773
11781
  "__schema": "TypeRefSchema",
11774
11782
  "location": {
11775
11783
  "filePath": "builder.main.runtime.ts",
11776
- "line": 283,
11784
+ "line": 282,
11777
11785
  "character": 78
11778
11786
  },
11779
11787
  "name": "Promise",
@@ -11782,14 +11790,14 @@
11782
11790
  "__schema": "TypeArraySchema",
11783
11791
  "location": {
11784
11792
  "filePath": "builder.main.runtime.ts",
11785
- "line": 283,
11793
+ "line": 282,
11786
11794
  "character": 86
11787
11795
  },
11788
11796
  "type": {
11789
11797
  "__schema": "TypeRefSchema",
11790
11798
  "location": {
11791
11799
  "filePath": "builder.main.runtime.ts",
11792
- "line": 283,
11800
+ "line": 282,
11793
11801
  "character": 86
11794
11802
  },
11795
11803
  "name": "ArtifactVinyl"
@@ -11805,7 +11813,7 @@
11805
11813
  "__schema": "FunctionLikeSchema",
11806
11814
  "location": {
11807
11815
  "filePath": "builder.main.runtime.ts",
11808
- "line": 289,
11816
+ "line": 288,
11809
11817
  "character": 3
11810
11818
  },
11811
11819
  "signature": "(method) BuilderMain.getArtifactsVinylByAspectAndName(component: Component, aspectName: string, name: string): Promise<ArtifactVinyl[]>",
@@ -11815,7 +11823,7 @@
11815
11823
  "__schema": "ParameterSchema",
11816
11824
  "location": {
11817
11825
  "filePath": "builder.main.runtime.ts",
11818
- "line": 290,
11826
+ "line": 289,
11819
11827
  "character": 5
11820
11828
  },
11821
11829
  "name": "component",
@@ -11823,7 +11831,7 @@
11823
11831
  "__schema": "TypeRefSchema",
11824
11832
  "location": {
11825
11833
  "filePath": "builder.main.runtime.ts",
11826
- "line": 290,
11834
+ "line": 289,
11827
11835
  "character": 16
11828
11836
  },
11829
11837
  "name": "Component"
@@ -11835,7 +11843,7 @@
11835
11843
  "__schema": "ParameterSchema",
11836
11844
  "location": {
11837
11845
  "filePath": "builder.main.runtime.ts",
11838
- "line": 291,
11846
+ "line": 290,
11839
11847
  "character": 5
11840
11848
  },
11841
11849
  "name": "aspectName",
@@ -11843,7 +11851,7 @@
11843
11851
  "__schema": "KeywordTypeSchema",
11844
11852
  "location": {
11845
11853
  "filePath": "builder.main.runtime.ts",
11846
- "line": 291,
11854
+ "line": 290,
11847
11855
  "character": 17
11848
11856
  },
11849
11857
  "name": "string"
@@ -11855,7 +11863,7 @@
11855
11863
  "__schema": "ParameterSchema",
11856
11864
  "location": {
11857
11865
  "filePath": "builder.main.runtime.ts",
11858
- "line": 292,
11866
+ "line": 291,
11859
11867
  "character": 5
11860
11868
  },
11861
11869
  "name": "name",
@@ -11863,7 +11871,7 @@
11863
11871
  "__schema": "KeywordTypeSchema",
11864
11872
  "location": {
11865
11873
  "filePath": "builder.main.runtime.ts",
11866
- "line": 292,
11874
+ "line": 291,
11867
11875
  "character": 11
11868
11876
  },
11869
11877
  "name": "string"
@@ -11876,7 +11884,7 @@
11876
11884
  "__schema": "TypeRefSchema",
11877
11885
  "location": {
11878
11886
  "filePath": "builder.main.runtime.ts",
11879
- "line": 293,
11887
+ "line": 292,
11880
11888
  "character": 6
11881
11889
  },
11882
11890
  "name": "Promise",
@@ -11885,14 +11893,14 @@
11885
11893
  "__schema": "TypeArraySchema",
11886
11894
  "location": {
11887
11895
  "filePath": "builder.main.runtime.ts",
11888
- "line": 293,
11896
+ "line": 292,
11889
11897
  "character": 14
11890
11898
  },
11891
11899
  "type": {
11892
11900
  "__schema": "TypeRefSchema",
11893
11901
  "location": {
11894
11902
  "filePath": "builder.main.runtime.ts",
11895
- "line": 293,
11903
+ "line": 292,
11896
11904
  "character": 14
11897
11905
  },
11898
11906
  "name": "ArtifactVinyl"
@@ -11908,7 +11916,7 @@
11908
11916
  "__schema": "FunctionLikeSchema",
11909
11917
  "location": {
11910
11918
  "filePath": "builder.main.runtime.ts",
11911
- "line": 299,
11919
+ "line": 298,
11912
11920
  "character": 3
11913
11921
  },
11914
11922
  "signature": "(method) BuilderMain.getArtifactsVinylByAspectAndTaskName(component: Component, aspectName: string, name: string): Promise<ArtifactVinyl[]>",
@@ -11918,7 +11926,7 @@
11918
11926
  "__schema": "ParameterSchema",
11919
11927
  "location": {
11920
11928
  "filePath": "builder.main.runtime.ts",
11921
- "line": 300,
11929
+ "line": 299,
11922
11930
  "character": 5
11923
11931
  },
11924
11932
  "name": "component",
@@ -11926,7 +11934,7 @@
11926
11934
  "__schema": "TypeRefSchema",
11927
11935
  "location": {
11928
11936
  "filePath": "builder.main.runtime.ts",
11929
- "line": 300,
11937
+ "line": 299,
11930
11938
  "character": 16
11931
11939
  },
11932
11940
  "name": "Component"
@@ -11938,7 +11946,7 @@
11938
11946
  "__schema": "ParameterSchema",
11939
11947
  "location": {
11940
11948
  "filePath": "builder.main.runtime.ts",
11941
- "line": 301,
11949
+ "line": 300,
11942
11950
  "character": 5
11943
11951
  },
11944
11952
  "name": "aspectName",
@@ -11946,7 +11954,7 @@
11946
11954
  "__schema": "KeywordTypeSchema",
11947
11955
  "location": {
11948
11956
  "filePath": "builder.main.runtime.ts",
11949
- "line": 301,
11957
+ "line": 300,
11950
11958
  "character": 17
11951
11959
  },
11952
11960
  "name": "string"
@@ -11958,7 +11966,7 @@
11958
11966
  "__schema": "ParameterSchema",
11959
11967
  "location": {
11960
11968
  "filePath": "builder.main.runtime.ts",
11961
- "line": 302,
11969
+ "line": 301,
11962
11970
  "character": 5
11963
11971
  },
11964
11972
  "name": "name",
@@ -11966,7 +11974,7 @@
11966
11974
  "__schema": "KeywordTypeSchema",
11967
11975
  "location": {
11968
11976
  "filePath": "builder.main.runtime.ts",
11969
- "line": 302,
11977
+ "line": 301,
11970
11978
  "character": 11
11971
11979
  },
11972
11980
  "name": "string"
@@ -11979,7 +11987,7 @@
11979
11987
  "__schema": "TypeRefSchema",
11980
11988
  "location": {
11981
11989
  "filePath": "builder.main.runtime.ts",
11982
- "line": 303,
11990
+ "line": 302,
11983
11991
  "character": 6
11984
11992
  },
11985
11993
  "name": "Promise",
@@ -11988,14 +11996,14 @@
11988
11996
  "__schema": "TypeArraySchema",
11989
11997
  "location": {
11990
11998
  "filePath": "builder.main.runtime.ts",
11991
- "line": 303,
11999
+ "line": 302,
11992
12000
  "character": 14
11993
12001
  },
11994
12002
  "type": {
11995
12003
  "__schema": "TypeRefSchema",
11996
12004
  "location": {
11997
12005
  "filePath": "builder.main.runtime.ts",
11998
- "line": 303,
12006
+ "line": 302,
11999
12007
  "character": 14
12000
12008
  },
12001
12009
  "name": "ArtifactVinyl"
@@ -12011,7 +12019,7 @@
12011
12019
  "__schema": "FunctionLikeSchema",
12012
12020
  "location": {
12013
12021
  "filePath": "builder.main.runtime.ts",
12014
- "line": 309,
12022
+ "line": 308,
12015
12023
  "character": 3
12016
12024
  },
12017
12025
  "signature": "(method) BuilderMain.getArtifactsByName(component: Component, name: string): ArtifactList<Artifact>",
@@ -12021,7 +12029,7 @@
12021
12029
  "__schema": "ParameterSchema",
12022
12030
  "location": {
12023
12031
  "filePath": "builder.main.runtime.ts",
12024
- "line": 309,
12032
+ "line": 308,
12025
12033
  "character": 22
12026
12034
  },
12027
12035
  "name": "component",
@@ -12029,7 +12037,7 @@
12029
12037
  "__schema": "TypeRefSchema",
12030
12038
  "location": {
12031
12039
  "filePath": "builder.main.runtime.ts",
12032
- "line": 309,
12040
+ "line": 308,
12033
12041
  "character": 33
12034
12042
  },
12035
12043
  "name": "Component"
@@ -12041,7 +12049,7 @@
12041
12049
  "__schema": "ParameterSchema",
12042
12050
  "location": {
12043
12051
  "filePath": "builder.main.runtime.ts",
12044
- "line": 309,
12052
+ "line": 308,
12045
12053
  "character": 44
12046
12054
  },
12047
12055
  "name": "name",
@@ -12049,7 +12057,7 @@
12049
12057
  "__schema": "KeywordTypeSchema",
12050
12058
  "location": {
12051
12059
  "filePath": "builder.main.runtime.ts",
12052
- "line": 309,
12060
+ "line": 308,
12053
12061
  "character": 50
12054
12062
  },
12055
12063
  "name": "string"
@@ -12062,7 +12070,7 @@
12062
12070
  "__schema": "TypeRefSchema",
12063
12071
  "location": {
12064
12072
  "filePath": "builder.main.runtime.ts",
12065
- "line": 309,
12073
+ "line": 308,
12066
12074
  "character": 59
12067
12075
  },
12068
12076
  "name": "ArtifactList",
@@ -12071,7 +12079,7 @@
12071
12079
  "__schema": "TypeRefSchema",
12072
12080
  "location": {
12073
12081
  "filePath": "builder.main.runtime.ts",
12074
- "line": 309,
12082
+ "line": 308,
12075
12083
  "character": 72
12076
12084
  },
12077
12085
  "name": "Artifact"
@@ -12084,7 +12092,7 @@
12084
12092
  "__schema": "FunctionLikeSchema",
12085
12093
  "location": {
12086
12094
  "filePath": "builder.main.runtime.ts",
12087
- "line": 314,
12095
+ "line": 313,
12088
12096
  "character": 3
12089
12097
  },
12090
12098
  "signature": "(method) BuilderMain.getArtifactsByAspect(component: Component, aspectName: string): ArtifactList<Artifact>",
@@ -12094,7 +12102,7 @@
12094
12102
  "__schema": "ParameterSchema",
12095
12103
  "location": {
12096
12104
  "filePath": "builder.main.runtime.ts",
12097
- "line": 314,
12105
+ "line": 313,
12098
12106
  "character": 24
12099
12107
  },
12100
12108
  "name": "component",
@@ -12102,7 +12110,7 @@
12102
12110
  "__schema": "TypeRefSchema",
12103
12111
  "location": {
12104
12112
  "filePath": "builder.main.runtime.ts",
12105
- "line": 314,
12113
+ "line": 313,
12106
12114
  "character": 35
12107
12115
  },
12108
12116
  "name": "Component"
@@ -12114,7 +12122,7 @@
12114
12122
  "__schema": "ParameterSchema",
12115
12123
  "location": {
12116
12124
  "filePath": "builder.main.runtime.ts",
12117
- "line": 314,
12125
+ "line": 313,
12118
12126
  "character": 46
12119
12127
  },
12120
12128
  "name": "aspectName",
@@ -12122,7 +12130,7 @@
12122
12130
  "__schema": "KeywordTypeSchema",
12123
12131
  "location": {
12124
12132
  "filePath": "builder.main.runtime.ts",
12125
- "line": 314,
12133
+ "line": 313,
12126
12134
  "character": 58
12127
12135
  },
12128
12136
  "name": "string"
@@ -12135,7 +12143,7 @@
12135
12143
  "__schema": "TypeRefSchema",
12136
12144
  "location": {
12137
12145
  "filePath": "builder.main.runtime.ts",
12138
- "line": 314,
12146
+ "line": 313,
12139
12147
  "character": 67
12140
12148
  },
12141
12149
  "name": "ArtifactList",
@@ -12144,7 +12152,7 @@
12144
12152
  "__schema": "TypeRefSchema",
12145
12153
  "location": {
12146
12154
  "filePath": "builder.main.runtime.ts",
12147
- "line": 314,
12155
+ "line": 313,
12148
12156
  "character": 80
12149
12157
  },
12150
12158
  "name": "Artifact"
@@ -12157,7 +12165,7 @@
12157
12165
  "__schema": "FunctionLikeSchema",
12158
12166
  "location": {
12159
12167
  "filePath": "builder.main.runtime.ts",
12160
- "line": 319,
12168
+ "line": 318,
12161
12169
  "character": 3
12162
12170
  },
12163
12171
  "signature": "(method) BuilderMain.getArtifactsByAspectAndName(component: Component, aspectName: string, name: string): ArtifactList<Artifact>",
@@ -12167,7 +12175,7 @@
12167
12175
  "__schema": "ParameterSchema",
12168
12176
  "location": {
12169
12177
  "filePath": "builder.main.runtime.ts",
12170
- "line": 319,
12178
+ "line": 318,
12171
12179
  "character": 31
12172
12180
  },
12173
12181
  "name": "component",
@@ -12175,7 +12183,7 @@
12175
12183
  "__schema": "TypeRefSchema",
12176
12184
  "location": {
12177
12185
  "filePath": "builder.main.runtime.ts",
12178
- "line": 319,
12186
+ "line": 318,
12179
12187
  "character": 42
12180
12188
  },
12181
12189
  "name": "Component"
@@ -12187,7 +12195,7 @@
12187
12195
  "__schema": "ParameterSchema",
12188
12196
  "location": {
12189
12197
  "filePath": "builder.main.runtime.ts",
12190
- "line": 319,
12198
+ "line": 318,
12191
12199
  "character": 53
12192
12200
  },
12193
12201
  "name": "aspectName",
@@ -12195,7 +12203,7 @@
12195
12203
  "__schema": "KeywordTypeSchema",
12196
12204
  "location": {
12197
12205
  "filePath": "builder.main.runtime.ts",
12198
- "line": 319,
12206
+ "line": 318,
12199
12207
  "character": 65
12200
12208
  },
12201
12209
  "name": "string"
@@ -12207,7 +12215,7 @@
12207
12215
  "__schema": "ParameterSchema",
12208
12216
  "location": {
12209
12217
  "filePath": "builder.main.runtime.ts",
12210
- "line": 319,
12218
+ "line": 318,
12211
12219
  "character": 73
12212
12220
  },
12213
12221
  "name": "name",
@@ -12215,7 +12223,7 @@
12215
12223
  "__schema": "KeywordTypeSchema",
12216
12224
  "location": {
12217
12225
  "filePath": "builder.main.runtime.ts",
12218
- "line": 319,
12226
+ "line": 318,
12219
12227
  "character": 79
12220
12228
  },
12221
12229
  "name": "string"
@@ -12228,7 +12236,7 @@
12228
12236
  "__schema": "TypeRefSchema",
12229
12237
  "location": {
12230
12238
  "filePath": "builder.main.runtime.ts",
12231
- "line": 319,
12239
+ "line": 318,
12232
12240
  "character": 88
12233
12241
  },
12234
12242
  "name": "ArtifactList",
@@ -12237,7 +12245,7 @@
12237
12245
  "__schema": "TypeRefSchema",
12238
12246
  "location": {
12239
12247
  "filePath": "builder.main.runtime.ts",
12240
- "line": 319,
12248
+ "line": 318,
12241
12249
  "character": 101
12242
12250
  },
12243
12251
  "name": "Artifact"
@@ -12250,7 +12258,7 @@
12250
12258
  "__schema": "FunctionLikeSchema",
12251
12259
  "location": {
12252
12260
  "filePath": "builder.main.runtime.ts",
12253
- "line": 324,
12261
+ "line": 323,
12254
12262
  "character": 3
12255
12263
  },
12256
12264
  "signature": "(method) BuilderMain.getArtifactsbyAspectAndTaskName(component: IComponent, aspectName: string, taskName: string): ArtifactList<Artifact>",
@@ -12260,7 +12268,7 @@
12260
12268
  "__schema": "ParameterSchema",
12261
12269
  "location": {
12262
12270
  "filePath": "builder.main.runtime.ts",
12263
- "line": 324,
12271
+ "line": 323,
12264
12272
  "character": 35
12265
12273
  },
12266
12274
  "name": "component",
@@ -12268,7 +12276,7 @@
12268
12276
  "__schema": "TypeRefSchema",
12269
12277
  "location": {
12270
12278
  "filePath": "builder.main.runtime.ts",
12271
- "line": 324,
12279
+ "line": 323,
12272
12280
  "character": 46
12273
12281
  },
12274
12282
  "name": "IComponent"
@@ -12280,7 +12288,7 @@
12280
12288
  "__schema": "ParameterSchema",
12281
12289
  "location": {
12282
12290
  "filePath": "builder.main.runtime.ts",
12283
- "line": 324,
12291
+ "line": 323,
12284
12292
  "character": 58
12285
12293
  },
12286
12294
  "name": "aspectName",
@@ -12288,7 +12296,7 @@
12288
12296
  "__schema": "KeywordTypeSchema",
12289
12297
  "location": {
12290
12298
  "filePath": "builder.main.runtime.ts",
12291
- "line": 324,
12299
+ "line": 323,
12292
12300
  "character": 70
12293
12301
  },
12294
12302
  "name": "string"
@@ -12300,7 +12308,7 @@
12300
12308
  "__schema": "ParameterSchema",
12301
12309
  "location": {
12302
12310
  "filePath": "builder.main.runtime.ts",
12303
- "line": 324,
12311
+ "line": 323,
12304
12312
  "character": 78
12305
12313
  },
12306
12314
  "name": "taskName",
@@ -12308,7 +12316,7 @@
12308
12316
  "__schema": "KeywordTypeSchema",
12309
12317
  "location": {
12310
12318
  "filePath": "builder.main.runtime.ts",
12311
- "line": 324,
12319
+ "line": 323,
12312
12320
  "character": 88
12313
12321
  },
12314
12322
  "name": "string"
@@ -12321,7 +12329,7 @@
12321
12329
  "__schema": "TypeRefSchema",
12322
12330
  "location": {
12323
12331
  "filePath": "builder.main.runtime.ts",
12324
- "line": 324,
12332
+ "line": 323,
12325
12333
  "character": 97
12326
12334
  },
12327
12335
  "name": "ArtifactList",
@@ -12330,7 +12338,7 @@
12330
12338
  "__schema": "TypeRefSchema",
12331
12339
  "location": {
12332
12340
  "filePath": "builder.main.runtime.ts",
12333
- "line": 324,
12341
+ "line": 323,
12334
12342
  "character": 110
12335
12343
  },
12336
12344
  "name": "Artifact"
@@ -12343,14 +12351,14 @@
12343
12351
  "__schema": "FunctionLikeSchema",
12344
12352
  "location": {
12345
12353
  "filePath": "builder.main.runtime.ts",
12346
- "line": 334,
12354
+ "line": 333,
12347
12355
  "character": 3
12348
12356
  },
12349
12357
  "doc": {
12350
12358
  "__schema": "DocSchema",
12351
12359
  "location": {
12352
12360
  "filePath": "builder.main.runtime.ts",
12353
- "line": 329,
12361
+ "line": 328,
12354
12362
  "character": 3
12355
12363
  },
12356
12364
  "raw": "/**\n * this is the aspect's data that was generated as \"metadata\" of the task component-result during the build process\n * and saved by the builder aspect in the \"aspectsData\" property.\n * (not to be confused with the data saved in the aspect itself, which is saved in the \"data\" property of the aspect).\n */",
@@ -12364,7 +12372,7 @@
12364
12372
  "__schema": "ParameterSchema",
12365
12373
  "location": {
12366
12374
  "filePath": "builder.main.runtime.ts",
12367
- "line": 334,
12375
+ "line": 333,
12368
12376
  "character": 19
12369
12377
  },
12370
12378
  "name": "component",
@@ -12372,7 +12380,7 @@
12372
12380
  "__schema": "TypeRefSchema",
12373
12381
  "location": {
12374
12382
  "filePath": "builder.main.runtime.ts",
12375
- "line": 334,
12383
+ "line": 333,
12376
12384
  "character": 30
12377
12385
  },
12378
12386
  "name": "IComponent"
@@ -12384,7 +12392,7 @@
12384
12392
  "__schema": "ParameterSchema",
12385
12393
  "location": {
12386
12394
  "filePath": "builder.main.runtime.ts",
12387
- "line": 334,
12395
+ "line": 333,
12388
12396
  "character": 42
12389
12397
  },
12390
12398
  "name": "aspectName",
@@ -12392,7 +12400,7 @@
12392
12400
  "__schema": "KeywordTypeSchema",
12393
12401
  "location": {
12394
12402
  "filePath": "builder.main.runtime.ts",
12395
- "line": 334,
12403
+ "line": 333,
12396
12404
  "character": 54
12397
12405
  },
12398
12406
  "name": "string"
@@ -12405,7 +12413,7 @@
12405
12413
  "__schema": "TypeUnionSchema",
12406
12414
  "location": {
12407
12415
  "filePath": "builder.main.runtime.ts",
12408
- "line": 334,
12416
+ "line": 333,
12409
12417
  "character": 63
12410
12418
  },
12411
12419
  "types": [
@@ -12413,7 +12421,7 @@
12413
12421
  "__schema": "TypeRefSchema",
12414
12422
  "location": {
12415
12423
  "filePath": "builder.main.runtime.ts",
12416
- "line": 334,
12424
+ "line": 333,
12417
12425
  "character": 63
12418
12426
  },
12419
12427
  "name": "TaskMetadata"
@@ -12422,7 +12430,7 @@
12422
12430
  "__schema": "KeywordTypeSchema",
12423
12431
  "location": {
12424
12432
  "filePath": "builder.main.runtime.ts",
12425
- "line": 334,
12433
+ "line": 333,
12426
12434
  "character": 78
12427
12435
  },
12428
12436
  "name": "undefined"
@@ -12435,7 +12443,7 @@
12435
12443
  "__schema": "FunctionLikeSchema",
12436
12444
  "location": {
12437
12445
  "filePath": "builder.main.runtime.ts",
12438
- "line": 340,
12446
+ "line": 339,
12439
12447
  "character": 3
12440
12448
  },
12441
12449
  "signature": "(method) BuilderMain.getArtifacts(component: IComponent): ArtifactList<Artifact>",
@@ -12445,7 +12453,7 @@
12445
12453
  "__schema": "ParameterSchema",
12446
12454
  "location": {
12447
12455
  "filePath": "builder.main.runtime.ts",
12448
- "line": 340,
12456
+ "line": 339,
12449
12457
  "character": 16
12450
12458
  },
12451
12459
  "name": "component",
@@ -12453,7 +12461,7 @@
12453
12461
  "__schema": "TypeRefSchema",
12454
12462
  "location": {
12455
12463
  "filePath": "builder.main.runtime.ts",
12456
- "line": 340,
12464
+ "line": 339,
12457
12465
  "character": 27
12458
12466
  },
12459
12467
  "name": "IComponent"
@@ -12466,7 +12474,7 @@
12466
12474
  "__schema": "TypeRefSchema",
12467
12475
  "location": {
12468
12476
  "filePath": "builder.main.runtime.ts",
12469
- "line": 340,
12477
+ "line": 339,
12470
12478
  "character": 40
12471
12479
  },
12472
12480
  "name": "ArtifactList",
@@ -12475,7 +12483,7 @@
12475
12483
  "__schema": "TypeRefSchema",
12476
12484
  "location": {
12477
12485
  "filePath": "builder.main.runtime.ts",
12478
- "line": 340,
12486
+ "line": 339,
12479
12487
  "character": 53
12480
12488
  },
12481
12489
  "name": "Artifact"
@@ -12488,7 +12496,7 @@
12488
12496
  "__schema": "FunctionLikeSchema",
12489
12497
  "location": {
12490
12498
  "filePath": "builder.main.runtime.ts",
12491
- "line": 345,
12499
+ "line": 344,
12492
12500
  "character": 3
12493
12501
  },
12494
12502
  "signature": "(method) BuilderMain.getBuilderData(component: IComponent): BuilderData | undefined",
@@ -12498,7 +12506,7 @@
12498
12506
  "__schema": "ParameterSchema",
12499
12507
  "location": {
12500
12508
  "filePath": "builder.main.runtime.ts",
12501
- "line": 345,
12509
+ "line": 344,
12502
12510
  "character": 18
12503
12511
  },
12504
12512
  "name": "component",
@@ -12506,7 +12514,7 @@
12506
12514
  "__schema": "TypeRefSchema",
12507
12515
  "location": {
12508
12516
  "filePath": "builder.main.runtime.ts",
12509
- "line": 345,
12517
+ "line": 344,
12510
12518
  "character": 29
12511
12519
  },
12512
12520
  "name": "IComponent"
@@ -12519,7 +12527,7 @@
12519
12527
  "__schema": "TypeUnionSchema",
12520
12528
  "location": {
12521
12529
  "filePath": "builder.main.runtime.ts",
12522
- "line": 345,
12530
+ "line": 344,
12523
12531
  "character": 42
12524
12532
  },
12525
12533
  "types": [
@@ -12527,7 +12535,7 @@
12527
12535
  "__schema": "TypeRefSchema",
12528
12536
  "location": {
12529
12537
  "filePath": "builder.main.runtime.ts",
12530
- "line": 345,
12538
+ "line": 344,
12531
12539
  "character": 42
12532
12540
  },
12533
12541
  "name": "BuilderData"
@@ -12536,7 +12544,7 @@
12536
12544
  "__schema": "KeywordTypeSchema",
12537
12545
  "location": {
12538
12546
  "filePath": "builder.main.runtime.ts",
12539
- "line": 345,
12547
+ "line": 344,
12540
12548
  "character": 56
12541
12549
  },
12542
12550
  "name": "undefined"
@@ -12549,7 +12557,7 @@
12549
12557
  "__schema": "FunctionLikeSchema",
12550
12558
  "location": {
12551
12559
  "filePath": "builder.main.runtime.ts",
12552
- "line": 366,
12560
+ "line": 365,
12553
12561
  "character": 3
12554
12562
  },
12555
12563
  "signature": "(method) BuilderMain.build(components: Component[], isolateOptions?: IsolateComponentsOptions, builderOptions?: BuilderServiceOptions, extraOptions?: {\n includeTag?: boolean;\n includeSnap?: boolean;\n}): Promise<TaskResultsList>",
@@ -12559,7 +12567,7 @@
12559
12567
  "__schema": "ParameterSchema",
12560
12568
  "location": {
12561
12569
  "filePath": "builder.main.runtime.ts",
12562
- "line": 367,
12570
+ "line": 366,
12563
12571
  "character": 5
12564
12572
  },
12565
12573
  "name": "components",
@@ -12567,14 +12575,14 @@
12567
12575
  "__schema": "TypeArraySchema",
12568
12576
  "location": {
12569
12577
  "filePath": "builder.main.runtime.ts",
12570
- "line": 367,
12578
+ "line": 366,
12571
12579
  "character": 17
12572
12580
  },
12573
12581
  "type": {
12574
12582
  "__schema": "TypeRefSchema",
12575
12583
  "location": {
12576
12584
  "filePath": "builder.main.runtime.ts",
12577
- "line": 367,
12585
+ "line": 366,
12578
12586
  "character": 17
12579
12587
  },
12580
12588
  "name": "Component"
@@ -12587,7 +12595,7 @@
12587
12595
  "__schema": "ParameterSchema",
12588
12596
  "location": {
12589
12597
  "filePath": "builder.main.runtime.ts",
12590
- "line": 368,
12598
+ "line": 367,
12591
12599
  "character": 5
12592
12600
  },
12593
12601
  "name": "isolateOptions",
@@ -12595,7 +12603,7 @@
12595
12603
  "__schema": "TypeRefSchema",
12596
12604
  "location": {
12597
12605
  "filePath": "builder.main.runtime.ts",
12598
- "line": 368,
12606
+ "line": 367,
12599
12607
  "character": 22
12600
12608
  },
12601
12609
  "name": "IsolateComponentsOptions"
@@ -12607,7 +12615,7 @@
12607
12615
  "__schema": "ParameterSchema",
12608
12616
  "location": {
12609
12617
  "filePath": "builder.main.runtime.ts",
12610
- "line": 369,
12618
+ "line": 368,
12611
12619
  "character": 5
12612
12620
  },
12613
12621
  "name": "builderOptions",
@@ -12615,7 +12623,7 @@
12615
12623
  "__schema": "TypeRefSchema",
12616
12624
  "location": {
12617
12625
  "filePath": "builder.main.runtime.ts",
12618
- "line": 369,
12626
+ "line": 368,
12619
12627
  "character": 22
12620
12628
  },
12621
12629
  "name": "BuilderServiceOptions"
@@ -12627,7 +12635,7 @@
12627
12635
  "__schema": "ParameterSchema",
12628
12636
  "location": {
12629
12637
  "filePath": "builder.main.runtime.ts",
12630
- "line": 370,
12638
+ "line": 369,
12631
12639
  "character": 5
12632
12640
  },
12633
12641
  "name": "extraOptions",
@@ -12635,7 +12643,7 @@
12635
12643
  "__schema": "TypeLiteralSchema",
12636
12644
  "location": {
12637
12645
  "filePath": "builder.main.runtime.ts",
12638
- "line": 370,
12646
+ "line": 369,
12639
12647
  "character": 20
12640
12648
  },
12641
12649
  "members": [
@@ -12643,7 +12651,7 @@
12643
12651
  "__schema": "VariableLikeSchema",
12644
12652
  "location": {
12645
12653
  "filePath": "builder.main.runtime.ts",
12646
- "line": 370,
12654
+ "line": 369,
12647
12655
  "character": 22
12648
12656
  },
12649
12657
  "signature": "(property) includeTag?: boolean | undefined",
@@ -12652,7 +12660,7 @@
12652
12660
  "__schema": "KeywordTypeSchema",
12653
12661
  "location": {
12654
12662
  "filePath": "builder.main.runtime.ts",
12655
- "line": 370,
12663
+ "line": 369,
12656
12664
  "character": 35
12657
12665
  },
12658
12666
  "name": "boolean"
@@ -12663,7 +12671,7 @@
12663
12671
  "__schema": "VariableLikeSchema",
12664
12672
  "location": {
12665
12673
  "filePath": "builder.main.runtime.ts",
12666
- "line": 370,
12674
+ "line": 369,
12667
12675
  "character": 44
12668
12676
  },
12669
12677
  "signature": "(property) includeSnap?: boolean | undefined",
@@ -12672,7 +12680,7 @@
12672
12680
  "__schema": "KeywordTypeSchema",
12673
12681
  "location": {
12674
12682
  "filePath": "builder.main.runtime.ts",
12675
- "line": 370,
12683
+ "line": 369,
12676
12684
  "character": 58
12677
12685
  },
12678
12686
  "name": "boolean"
@@ -12689,7 +12697,7 @@
12689
12697
  "__schema": "TypeRefSchema",
12690
12698
  "location": {
12691
12699
  "filePath": "builder.main.runtime.ts",
12692
- "line": 371,
12700
+ "line": 370,
12693
12701
  "character": 6
12694
12702
  },
12695
12703
  "name": "Promise",
@@ -12698,7 +12706,7 @@
12698
12706
  "__schema": "TypeRefSchema",
12699
12707
  "location": {
12700
12708
  "filePath": "builder.main.runtime.ts",
12701
- "line": 371,
12709
+ "line": 370,
12702
12710
  "character": 14
12703
12711
  },
12704
12712
  "name": "TaskResultsList"
@@ -12713,7 +12721,7 @@
12713
12721
  "__schema": "FunctionLikeSchema",
12714
12722
  "location": {
12715
12723
  "filePath": "builder.main.runtime.ts",
12716
- "line": 408,
12724
+ "line": 407,
12717
12725
  "character": 3
12718
12726
  },
12719
12727
  "signature": "(method) BuilderMain.runTagTasks(components: Component[], builderOptions: BuilderServiceOptions): Promise<TaskResultsList>",
@@ -12723,7 +12731,7 @@
12723
12731
  "__schema": "ParameterSchema",
12724
12732
  "location": {
12725
12733
  "filePath": "builder.main.runtime.ts",
12726
- "line": 408,
12734
+ "line": 407,
12727
12735
  "character": 21
12728
12736
  },
12729
12737
  "name": "components",
@@ -12731,14 +12739,14 @@
12731
12739
  "__schema": "TypeArraySchema",
12732
12740
  "location": {
12733
12741
  "filePath": "builder.main.runtime.ts",
12734
- "line": 408,
12742
+ "line": 407,
12735
12743
  "character": 33
12736
12744
  },
12737
12745
  "type": {
12738
12746
  "__schema": "TypeRefSchema",
12739
12747
  "location": {
12740
12748
  "filePath": "builder.main.runtime.ts",
12741
- "line": 408,
12749
+ "line": 407,
12742
12750
  "character": 33
12743
12751
  },
12744
12752
  "name": "Component"
@@ -12751,7 +12759,7 @@
12751
12759
  "__schema": "ParameterSchema",
12752
12760
  "location": {
12753
12761
  "filePath": "builder.main.runtime.ts",
12754
- "line": 408,
12762
+ "line": 407,
12755
12763
  "character": 46
12756
12764
  },
12757
12765
  "name": "builderOptions",
@@ -12759,7 +12767,7 @@
12759
12767
  "__schema": "TypeRefSchema",
12760
12768
  "location": {
12761
12769
  "filePath": "builder.main.runtime.ts",
12762
- "line": 408,
12770
+ "line": 407,
12763
12771
  "character": 62
12764
12772
  },
12765
12773
  "name": "BuilderServiceOptions"
@@ -12772,7 +12780,7 @@
12772
12780
  "__schema": "TypeRefSchema",
12773
12781
  "location": {
12774
12782
  "filePath": "builder.main.runtime.ts",
12775
- "line": 408,
12783
+ "line": 407,
12776
12784
  "character": 86
12777
12785
  },
12778
12786
  "name": "Promise",
@@ -12781,7 +12789,7 @@
12781
12789
  "__schema": "TypeRefSchema",
12782
12790
  "location": {
12783
12791
  "filePath": "builder.main.runtime.ts",
12784
- "line": 408,
12792
+ "line": 407,
12785
12793
  "character": 94
12786
12794
  },
12787
12795
  "name": "TaskResultsList"
@@ -12796,7 +12804,7 @@
12796
12804
  "__schema": "FunctionLikeSchema",
12797
12805
  "location": {
12798
12806
  "filePath": "builder.main.runtime.ts",
12799
- "line": 415,
12807
+ "line": 414,
12800
12808
  "character": 3
12801
12809
  },
12802
12810
  "signature": "(method) BuilderMain.runSnapTasks(components: Component[], builderOptions: BuilderServiceOptions): Promise<TaskResultsList>",
@@ -12806,7 +12814,7 @@
12806
12814
  "__schema": "ParameterSchema",
12807
12815
  "location": {
12808
12816
  "filePath": "builder.main.runtime.ts",
12809
- "line": 415,
12817
+ "line": 414,
12810
12818
  "character": 22
12811
12819
  },
12812
12820
  "name": "components",
@@ -12814,14 +12822,14 @@
12814
12822
  "__schema": "TypeArraySchema",
12815
12823
  "location": {
12816
12824
  "filePath": "builder.main.runtime.ts",
12817
- "line": 415,
12825
+ "line": 414,
12818
12826
  "character": 34
12819
12827
  },
12820
12828
  "type": {
12821
12829
  "__schema": "TypeRefSchema",
12822
12830
  "location": {
12823
12831
  "filePath": "builder.main.runtime.ts",
12824
- "line": 415,
12832
+ "line": 414,
12825
12833
  "character": 34
12826
12834
  },
12827
12835
  "name": "Component"
@@ -12834,7 +12842,7 @@
12834
12842
  "__schema": "ParameterSchema",
12835
12843
  "location": {
12836
12844
  "filePath": "builder.main.runtime.ts",
12837
- "line": 415,
12845
+ "line": 414,
12838
12846
  "character": 47
12839
12847
  },
12840
12848
  "name": "builderOptions",
@@ -12842,7 +12850,7 @@
12842
12850
  "__schema": "TypeRefSchema",
12843
12851
  "location": {
12844
12852
  "filePath": "builder.main.runtime.ts",
12845
- "line": 415,
12853
+ "line": 414,
12846
12854
  "character": 63
12847
12855
  },
12848
12856
  "name": "BuilderServiceOptions"
@@ -12855,7 +12863,7 @@
12855
12863
  "__schema": "TypeRefSchema",
12856
12864
  "location": {
12857
12865
  "filePath": "builder.main.runtime.ts",
12858
- "line": 415,
12866
+ "line": 414,
12859
12867
  "character": 87
12860
12868
  },
12861
12869
  "name": "Promise",
@@ -12864,7 +12872,7 @@
12864
12872
  "__schema": "TypeRefSchema",
12865
12873
  "location": {
12866
12874
  "filePath": "builder.main.runtime.ts",
12867
- "line": 415,
12875
+ "line": 414,
12868
12876
  "character": 95
12869
12877
  },
12870
12878
  "name": "TaskResultsList"
@@ -12879,7 +12887,7 @@
12879
12887
  "__schema": "FunctionLikeSchema",
12880
12888
  "location": {
12881
12889
  "filePath": "builder.main.runtime.ts",
12882
- "line": 422,
12890
+ "line": 421,
12883
12891
  "character": 3
12884
12892
  },
12885
12893
  "signature": "(method) BuilderMain.listTasks(component: Component): {\n id: ComponentID;\n envId: string;\n buildTasks: string[];\n tagTasks: string[];\n snapTasks: string[];\n}",
@@ -12889,7 +12897,7 @@
12889
12897
  "__schema": "ParameterSchema",
12890
12898
  "location": {
12891
12899
  "filePath": "builder.main.runtime.ts",
12892
- "line": 422,
12900
+ "line": 421,
12893
12901
  "character": 13
12894
12902
  },
12895
12903
  "name": "component",
@@ -12897,7 +12905,7 @@
12897
12905
  "__schema": "TypeRefSchema",
12898
12906
  "location": {
12899
12907
  "filePath": "builder.main.runtime.ts",
12900
- "line": 422,
12908
+ "line": 421,
12901
12909
  "character": 24
12902
12910
  },
12903
12911
  "name": "Component"
@@ -12910,7 +12918,7 @@
12910
12918
  "__schema": "InferenceTypeSchema",
12911
12919
  "location": {
12912
12920
  "filePath": "builder.main.runtime.ts",
12913
- "line": 422,
12921
+ "line": 421,
12914
12922
  "character": 3
12915
12923
  },
12916
12924
  "type": "{\n id: ComponentID;\n envId: string;\n buildTasks: string[];\n tagTasks: string[];\n snapTasks: string[];\n}"
@@ -12921,14 +12929,14 @@
12921
12929
  "__schema": "FunctionLikeSchema",
12922
12930
  "location": {
12923
12931
  "filePath": "builder.main.runtime.ts",
12924
- "line": 434,
12932
+ "line": 433,
12925
12933
  "character": 3
12926
12934
  },
12927
12935
  "doc": {
12928
12936
  "__schema": "DocSchema",
12929
12937
  "location": {
12930
12938
  "filePath": "builder.main.runtime.ts",
12931
- "line": 430,
12939
+ "line": 429,
12932
12940
  "character": 3
12933
12941
  },
12934
12942
  "raw": "/**\n * register a build task to apply on all component build pipelines.\n * build happens on `bit build` and as part of `bit tag --persist`.\n */",
@@ -12942,7 +12950,7 @@
12942
12950
  "__schema": "ParameterSchema",
12943
12951
  "location": {
12944
12952
  "filePath": "builder.main.runtime.ts",
12945
- "line": 434,
12953
+ "line": 433,
12946
12954
  "character": 22
12947
12955
  },
12948
12956
  "name": "tasks",
@@ -12950,14 +12958,14 @@
12950
12958
  "__schema": "TypeArraySchema",
12951
12959
  "location": {
12952
12960
  "filePath": "builder.main.runtime.ts",
12953
- "line": 434,
12961
+ "line": 433,
12954
12962
  "character": 29
12955
12963
  },
12956
12964
  "type": {
12957
12965
  "__schema": "TypeRefSchema",
12958
12966
  "location": {
12959
12967
  "filePath": "builder.main.runtime.ts",
12960
- "line": 434,
12968
+ "line": 433,
12961
12969
  "character": 29
12962
12970
  },
12963
12971
  "name": "BuildTask"
@@ -12971,7 +12979,7 @@
12971
12979
  "__schema": "TypeRefSchema",
12972
12980
  "location": {
12973
12981
  "filePath": "builder.main.runtime.ts",
12974
- "line": 434,
12982
+ "line": 433,
12975
12983
  "character": 3
12976
12984
  },
12977
12985
  "name": "BuilderMain"
@@ -12982,14 +12990,14 @@
12982
12990
  "__schema": "FunctionLikeSchema",
12983
12991
  "location": {
12984
12992
  "filePath": "builder.main.runtime.ts",
12985
- "line": 442,
12993
+ "line": 441,
12986
12994
  "character": 3
12987
12995
  },
12988
12996
  "doc": {
12989
12997
  "__schema": "DocSchema",
12990
12998
  "location": {
12991
12999
  "filePath": "builder.main.runtime.ts",
12992
- "line": 439,
13000
+ "line": 438,
12993
13001
  "character": 3
12994
13002
  },
12995
13003
  "raw": "/**\n * @deprecated use registerTagTasks or registerSnapTasks\n */",
@@ -12999,7 +13007,7 @@
12999
13007
  "__schema": "TagSchema",
13000
13008
  "location": {
13001
13009
  "filePath": "builder.main.runtime.ts",
13002
- "line": 440,
13010
+ "line": 439,
13003
13011
  "character": 6
13004
13012
  },
13005
13013
  "tagName": "deprecated",
@@ -13014,7 +13022,7 @@
13014
13022
  "__schema": "ParameterSchema",
13015
13023
  "location": {
13016
13024
  "filePath": "builder.main.runtime.ts",
13017
- "line": 442,
13025
+ "line": 441,
13018
13026
  "character": 23
13019
13027
  },
13020
13028
  "name": "tasks",
@@ -13022,14 +13030,14 @@
13022
13030
  "__schema": "TypeArraySchema",
13023
13031
  "location": {
13024
13032
  "filePath": "builder.main.runtime.ts",
13025
- "line": 442,
13033
+ "line": 441,
13026
13034
  "character": 30
13027
13035
  },
13028
13036
  "type": {
13029
13037
  "__schema": "TypeRefSchema",
13030
13038
  "location": {
13031
13039
  "filePath": "builder.main.runtime.ts",
13032
- "line": 442,
13040
+ "line": 441,
13033
13041
  "character": 30
13034
13042
  },
13035
13043
  "name": "BuildTask"
@@ -13043,7 +13051,7 @@
13043
13051
  "__schema": "TypeRefSchema",
13044
13052
  "location": {
13045
13053
  "filePath": "builder.main.runtime.ts",
13046
- "line": 442,
13054
+ "line": 441,
13047
13055
  "character": 3
13048
13056
  },
13049
13057
  "name": "BuilderMain"
@@ -13054,14 +13062,14 @@
13054
13062
  "__schema": "FunctionLikeSchema",
13055
13063
  "location": {
13056
13064
  "filePath": "builder.main.runtime.ts",
13057
- "line": 451,
13065
+ "line": 450,
13058
13066
  "character": 3
13059
13067
  },
13060
13068
  "doc": {
13061
13069
  "__schema": "DocSchema",
13062
13070
  "location": {
13063
13071
  "filePath": "builder.main.runtime.ts",
13064
- "line": 447,
13072
+ "line": 446,
13065
13073
  "character": 3
13066
13074
  },
13067
13075
  "raw": "/**\n * tag tasks that don't get executed on `bit build`, only on `bit tag'.\n * this pipeline is running once the build-pipeline has completed.\n */",
@@ -13075,7 +13083,7 @@
13075
13083
  "__schema": "ParameterSchema",
13076
13084
  "location": {
13077
13085
  "filePath": "builder.main.runtime.ts",
13078
- "line": 451,
13086
+ "line": 450,
13079
13087
  "character": 20
13080
13088
  },
13081
13089
  "name": "tasks",
@@ -13083,14 +13091,14 @@
13083
13091
  "__schema": "TypeArraySchema",
13084
13092
  "location": {
13085
13093
  "filePath": "builder.main.runtime.ts",
13086
- "line": 451,
13094
+ "line": 450,
13087
13095
  "character": 27
13088
13096
  },
13089
13097
  "type": {
13090
13098
  "__schema": "TypeRefSchema",
13091
13099
  "location": {
13092
13100
  "filePath": "builder.main.runtime.ts",
13093
- "line": 451,
13101
+ "line": 450,
13094
13102
  "character": 27
13095
13103
  },
13096
13104
  "name": "BuildTask"
@@ -13104,7 +13112,7 @@
13104
13112
  "__schema": "TypeRefSchema",
13105
13113
  "location": {
13106
13114
  "filePath": "builder.main.runtime.ts",
13107
- "line": 451,
13115
+ "line": 450,
13108
13116
  "character": 3
13109
13117
  },
13110
13118
  "name": "BuilderMain"
@@ -13115,14 +13123,14 @@
13115
13123
  "__schema": "FunctionLikeSchema",
13116
13124
  "location": {
13117
13125
  "filePath": "builder.main.runtime.ts",
13118
- "line": 460,
13126
+ "line": 459,
13119
13127
  "character": 3
13120
13128
  },
13121
13129
  "doc": {
13122
13130
  "__schema": "DocSchema",
13123
13131
  "location": {
13124
13132
  "filePath": "builder.main.runtime.ts",
13125
- "line": 456,
13133
+ "line": 455,
13126
13134
  "character": 3
13127
13135
  },
13128
13136
  "raw": "/**\n * tag tasks that don't get executed on `bit build`, only on `bit snap'.\n * this pipeline is running once the build-pipeline has completed.\n */",
@@ -13136,7 +13144,7 @@
13136
13144
  "__schema": "ParameterSchema",
13137
13145
  "location": {
13138
13146
  "filePath": "builder.main.runtime.ts",
13139
- "line": 460,
13147
+ "line": 459,
13140
13148
  "character": 21
13141
13149
  },
13142
13150
  "name": "tasks",
@@ -13144,14 +13152,14 @@
13144
13152
  "__schema": "TypeArraySchema",
13145
13153
  "location": {
13146
13154
  "filePath": "builder.main.runtime.ts",
13147
- "line": 460,
13155
+ "line": 459,
13148
13156
  "character": 28
13149
13157
  },
13150
13158
  "type": {
13151
13159
  "__schema": "TypeRefSchema",
13152
13160
  "location": {
13153
13161
  "filePath": "builder.main.runtime.ts",
13154
- "line": 460,
13162
+ "line": 459,
13155
13163
  "character": 28
13156
13164
  },
13157
13165
  "name": "BuildTask"
@@ -13165,7 +13173,7 @@
13165
13173
  "__schema": "TypeRefSchema",
13166
13174
  "location": {
13167
13175
  "filePath": "builder.main.runtime.ts",
13168
- "line": 460,
13176
+ "line": 459,
13169
13177
  "character": 3
13170
13178
  },
13171
13179
  "name": "BuilderMain"
@@ -13176,7 +13184,7 @@
13176
13184
  "__schema": "FunctionLikeSchema",
13177
13185
  "location": {
13178
13186
  "filePath": "builder.main.runtime.ts",
13179
- "line": 465,
13187
+ "line": 464,
13180
13188
  "character": 3
13181
13189
  },
13182
13190
  "signature": "(method) BuilderMain.getDownloadUrlForArtifact(componentId: ComponentID, taskId: string, path?: string): string",
@@ -13186,7 +13194,7 @@
13186
13194
  "__schema": "ParameterSchema",
13187
13195
  "location": {
13188
13196
  "filePath": "builder.main.runtime.ts",
13189
- "line": 465,
13197
+ "line": 464,
13190
13198
  "character": 29
13191
13199
  },
13192
13200
  "name": "componentId",
@@ -13194,7 +13202,7 @@
13194
13202
  "__schema": "TypeRefSchema",
13195
13203
  "location": {
13196
13204
  "filePath": "builder.main.runtime.ts",
13197
- "line": 465,
13205
+ "line": 464,
13198
13206
  "character": 42
13199
13207
  },
13200
13208
  "name": "ComponentID"
@@ -13206,7 +13214,7 @@
13206
13214
  "__schema": "ParameterSchema",
13207
13215
  "location": {
13208
13216
  "filePath": "builder.main.runtime.ts",
13209
- "line": 465,
13217
+ "line": 464,
13210
13218
  "character": 55
13211
13219
  },
13212
13220
  "name": "taskId",
@@ -13214,7 +13222,7 @@
13214
13222
  "__schema": "KeywordTypeSchema",
13215
13223
  "location": {
13216
13224
  "filePath": "builder.main.runtime.ts",
13217
- "line": 465,
13225
+ "line": 464,
13218
13226
  "character": 63
13219
13227
  },
13220
13228
  "name": "string"
@@ -13226,7 +13234,7 @@
13226
13234
  "__schema": "ParameterSchema",
13227
13235
  "location": {
13228
13236
  "filePath": "builder.main.runtime.ts",
13229
- "line": 465,
13237
+ "line": 464,
13230
13238
  "character": 71
13231
13239
  },
13232
13240
  "name": "path",
@@ -13234,7 +13242,7 @@
13234
13242
  "__schema": "KeywordTypeSchema",
13235
13243
  "location": {
13236
13244
  "filePath": "builder.main.runtime.ts",
13237
- "line": 465,
13245
+ "line": 464,
13238
13246
  "character": 78
13239
13247
  },
13240
13248
  "name": "string"
@@ -13247,7 +13255,7 @@
13247
13255
  "__schema": "InferenceTypeSchema",
13248
13256
  "location": {
13249
13257
  "filePath": "builder.main.runtime.ts",
13250
- "line": 465,
13258
+ "line": 464,
13251
13259
  "character": 3
13252
13260
  },
13253
13261
  "type": "string"
@@ -13258,7 +13266,7 @@
13258
13266
  "__schema": "VariableLikeSchema",
13259
13267
  "location": {
13260
13268
  "filePath": "builder.main.runtime.ts",
13261
- "line": 469,
13269
+ "line": 468,
13262
13270
  "character": 3
13263
13271
  },
13264
13272
  "signature": "(property) BuilderMain.slots: ((registerFn: () => string) => SlotRegistry<BuildTask>)[]",
@@ -13267,7 +13275,7 @@
13267
13275
  "__schema": "InferenceTypeSchema",
13268
13276
  "location": {
13269
13277
  "filePath": "builder.main.runtime.ts",
13270
- "line": 469,
13278
+ "line": 468,
13271
13279
  "character": 3
13272
13280
  },
13273
13281
  "type": "((registerFn: () => string) => SlotRegistry<BuildTask>)[]"
@@ -13279,7 +13287,7 @@
13279
13287
  "__schema": "VariableLikeSchema",
13280
13288
  "location": {
13281
13289
  "filePath": "builder.main.runtime.ts",
13282
- "line": 471,
13290
+ "line": 470,
13283
13291
  "character": 3
13284
13292
  },
13285
13293
  "signature": "(property) BuilderMain.runtime: RuntimeDefinition",
@@ -13288,7 +13296,7 @@
13288
13296
  "__schema": "InferenceTypeSchema",
13289
13297
  "location": {
13290
13298
  "filePath": "builder.main.runtime.ts",
13291
- "line": 471,
13299
+ "line": 470,
13292
13300
  "character": 3
13293
13301
  },
13294
13302
  "type": "RuntimeDefinition"
@@ -13300,7 +13308,7 @@
13300
13308
  "__schema": "VariableLikeSchema",
13301
13309
  "location": {
13302
13310
  "filePath": "builder.main.runtime.ts",
13303
- "line": 472,
13311
+ "line": 471,
13304
13312
  "character": 3
13305
13313
  },
13306
13314
  "signature": "(property) BuilderMain.dependencies: Aspect[]",
@@ -13309,7 +13317,7 @@
13309
13317
  "__schema": "InferenceTypeSchema",
13310
13318
  "location": {
13311
13319
  "filePath": "builder.main.runtime.ts",
13312
- "line": 472,
13320
+ "line": 471,
13313
13321
  "character": 3
13314
13322
  },
13315
13323
  "type": "Aspect[]"
@@ -13321,7 +13329,7 @@
13321
13329
  "__schema": "FunctionLikeSchema",
13322
13330
  "location": {
13323
13331
  "filePath": "builder.main.runtime.ts",
13324
- "line": 487,
13332
+ "line": 486,
13325
13333
  "character": 3
13326
13334
  },
13327
13335
  "signature": "(method) BuilderMain.provider([cli, envs, workspace, scope, isolator, loggerExt, aspectLoader, graphql, generator, component, ui, globalConfig]: [\n CLIMain,\n EnvsMain,\n Workspace,\n ScopeMain,\n IsolatorMain,\n LoggerMain,\n AspectLoaderMain,\n GraphqlMain,\n GeneratorMain,\n ComponentMain,\n UiMain,\n GlobalConfigMain\n], config: any, [buildTaskSlot, tagTaskSlot, snapTaskSlot]: [TaskSlot, TaskSlot, TaskSlot]): Promise<BuilderMain>",
@@ -13331,7 +13339,7 @@
13331
13339
  "__schema": "ParameterSchema",
13332
13340
  "location": {
13333
13341
  "filePath": "builder.main.runtime.ts",
13334
- "line": 488,
13342
+ "line": 487,
13335
13343
  "character": 5
13336
13344
  },
13337
13345
  "name": "[ cli, envs, workspace, scope, isolator, loggerExt, aspectLoader, graphql, generator, component, ui, globalConfig ]",
@@ -13339,7 +13347,7 @@
13339
13347
  "__schema": "TupleTypeSchema",
13340
13348
  "location": {
13341
13349
  "filePath": "builder.main.runtime.ts",
13342
- "line": 488,
13350
+ "line": 487,
13343
13351
  "character": 120
13344
13352
  },
13345
13353
  "elements": [
@@ -13347,7 +13355,7 @@
13347
13355
  "__schema": "TypeRefSchema",
13348
13356
  "location": {
13349
13357
  "filePath": "builder.main.runtime.ts",
13350
- "line": 489,
13358
+ "line": 488,
13351
13359
  "character": 7
13352
13360
  },
13353
13361
  "name": "CLIMain"
@@ -13356,7 +13364,7 @@
13356
13364
  "__schema": "TypeRefSchema",
13357
13365
  "location": {
13358
13366
  "filePath": "builder.main.runtime.ts",
13359
- "line": 490,
13367
+ "line": 489,
13360
13368
  "character": 7
13361
13369
  },
13362
13370
  "name": "EnvsMain"
@@ -13365,7 +13373,7 @@
13365
13373
  "__schema": "TypeRefSchema",
13366
13374
  "location": {
13367
13375
  "filePath": "builder.main.runtime.ts",
13368
- "line": 491,
13376
+ "line": 490,
13369
13377
  "character": 7
13370
13378
  },
13371
13379
  "name": "Workspace"
@@ -13374,7 +13382,7 @@
13374
13382
  "__schema": "TypeRefSchema",
13375
13383
  "location": {
13376
13384
  "filePath": "builder.main.runtime.ts",
13377
- "line": 492,
13385
+ "line": 491,
13378
13386
  "character": 7
13379
13387
  },
13380
13388
  "name": "ScopeMain"
@@ -13383,7 +13391,7 @@
13383
13391
  "__schema": "TypeRefSchema",
13384
13392
  "location": {
13385
13393
  "filePath": "builder.main.runtime.ts",
13386
- "line": 493,
13394
+ "line": 492,
13387
13395
  "character": 7
13388
13396
  },
13389
13397
  "name": "IsolatorMain"
@@ -13392,7 +13400,7 @@
13392
13400
  "__schema": "TypeRefSchema",
13393
13401
  "location": {
13394
13402
  "filePath": "builder.main.runtime.ts",
13395
- "line": 494,
13403
+ "line": 493,
13396
13404
  "character": 7
13397
13405
  },
13398
13406
  "name": "LoggerMain"
@@ -13401,7 +13409,7 @@
13401
13409
  "__schema": "TypeRefSchema",
13402
13410
  "location": {
13403
13411
  "filePath": "builder.main.runtime.ts",
13404
- "line": 495,
13412
+ "line": 494,
13405
13413
  "character": 7
13406
13414
  },
13407
13415
  "name": "AspectLoaderMain"
@@ -13410,7 +13418,7 @@
13410
13418
  "__schema": "TypeRefSchema",
13411
13419
  "location": {
13412
13420
  "filePath": "builder.main.runtime.ts",
13413
- "line": 496,
13421
+ "line": 495,
13414
13422
  "character": 7
13415
13423
  },
13416
13424
  "name": "GraphqlMain"
@@ -13419,7 +13427,7 @@
13419
13427
  "__schema": "TypeRefSchema",
13420
13428
  "location": {
13421
13429
  "filePath": "builder.main.runtime.ts",
13422
- "line": 497,
13430
+ "line": 496,
13423
13431
  "character": 7
13424
13432
  },
13425
13433
  "name": "GeneratorMain"
@@ -13428,7 +13436,7 @@
13428
13436
  "__schema": "TypeRefSchema",
13429
13437
  "location": {
13430
13438
  "filePath": "builder.main.runtime.ts",
13431
- "line": 498,
13439
+ "line": 497,
13432
13440
  "character": 7
13433
13441
  },
13434
13442
  "name": "ComponentMain"
@@ -13437,7 +13445,7 @@
13437
13445
  "__schema": "TypeRefSchema",
13438
13446
  "location": {
13439
13447
  "filePath": "builder.main.runtime.ts",
13440
- "line": 499,
13448
+ "line": 498,
13441
13449
  "character": 7
13442
13450
  },
13443
13451
  "name": "UiMain"
@@ -13446,7 +13454,7 @@
13446
13454
  "__schema": "TypeRefSchema",
13447
13455
  "location": {
13448
13456
  "filePath": "builder.main.runtime.ts",
13449
- "line": 500,
13457
+ "line": 499,
13450
13458
  "character": 7
13451
13459
  },
13452
13460
  "name": "GlobalConfigMain"
@@ -13460,7 +13468,7 @@
13460
13468
  "__schema": "ParameterSchema",
13461
13469
  "location": {
13462
13470
  "filePath": "builder.main.runtime.ts",
13463
- "line": 502,
13471
+ "line": 501,
13464
13472
  "character": 5
13465
13473
  },
13466
13474
  "name": "config",
@@ -13468,7 +13476,7 @@
13468
13476
  "__schema": "InferenceTypeSchema",
13469
13477
  "location": {
13470
13478
  "filePath": "builder.main.runtime.ts",
13471
- "line": 502,
13479
+ "line": 501,
13472
13480
  "character": 5
13473
13481
  },
13474
13482
  "type": "any"
@@ -13480,7 +13488,7 @@
13480
13488
  "__schema": "ParameterSchema",
13481
13489
  "location": {
13482
13490
  "filePath": "builder.main.runtime.ts",
13483
- "line": 503,
13491
+ "line": 502,
13484
13492
  "character": 5
13485
13493
  },
13486
13494
  "name": "[ buildTaskSlot, tagTaskSlot, snapTaskSlot ]",
@@ -13488,7 +13496,7 @@
13488
13496
  "__schema": "TupleTypeSchema",
13489
13497
  "location": {
13490
13498
  "filePath": "builder.main.runtime.ts",
13491
- "line": 503,
13499
+ "line": 502,
13492
13500
  "character": 49
13493
13501
  },
13494
13502
  "elements": [
@@ -13496,7 +13504,7 @@
13496
13504
  "__schema": "TypeRefSchema",
13497
13505
  "location": {
13498
13506
  "filePath": "builder.main.runtime.ts",
13499
- "line": 503,
13507
+ "line": 502,
13500
13508
  "character": 50
13501
13509
  },
13502
13510
  "name": "TaskSlot"
@@ -13505,7 +13513,7 @@
13505
13513
  "__schema": "TypeRefSchema",
13506
13514
  "location": {
13507
13515
  "filePath": "builder.main.runtime.ts",
13508
- "line": 503,
13516
+ "line": 502,
13509
13517
  "character": 60
13510
13518
  },
13511
13519
  "name": "TaskSlot"
@@ -13514,7 +13522,7 @@
13514
13522
  "__schema": "TypeRefSchema",
13515
13523
  "location": {
13516
13524
  "filePath": "builder.main.runtime.ts",
13517
- "line": 503,
13525
+ "line": 502,
13518
13526
  "character": 70
13519
13527
  },
13520
13528
  "name": "TaskSlot"
@@ -13529,7 +13537,7 @@
13529
13537
  "__schema": "InferenceTypeSchema",
13530
13538
  "location": {
13531
13539
  "filePath": "builder.main.runtime.ts",
13532
- "line": 487,
13540
+ "line": 486,
13533
13541
  "character": 3
13534
13542
  },
13535
13543
  "type": "Promise<BuilderMain>"
@@ -13549,7 +13557,7 @@
13549
13557
  "__schema": "UnImplementedSchema",
13550
13558
  "location": {
13551
13559
  "filePath": "builder.main.runtime.ts",
13552
- "line": 565,
13560
+ "line": 564,
13553
13561
  "character": 1
13554
13562
  },
13555
13563
  "name": "BuilderAspect.addRuntime(BuilderMain);",
@@ -14958,7 +14966,11 @@
14958
14966
  "character": 3
14959
14967
  },
14960
14968
  "name": "ArtifactObject",
14961
- "packageName": "@teambit/legacy/dist/consumer/component/sources/artifact-files"
14969
+ "componentId": {
14970
+ "scope": "teambit.component",
14971
+ "name": "sources",
14972
+ "version": "0.0.2"
14973
+ }
14962
14974
  },
14963
14975
  "modifiers": []
14964
14976
  },
@@ -16255,7 +16267,7 @@
16255
16267
  "_legacy": {
16256
16268
  "scope": "teambit.pipelines",
16257
16269
  "name": "builder",
16258
- "version": "1.0.332"
16270
+ "version": "1.0.333"
16259
16271
  },
16260
16272
  "_scope": "teambit.pipelines"
16261
16273
  }
@@ -16536,7 +16548,7 @@
16536
16548
  "componentId": {
16537
16549
  "scope": "teambit.pipelines",
16538
16550
  "name": "builder",
16539
- "version": "1.0.332"
16551
+ "version": "1.0.333"
16540
16552
  },
16541
16553
  "taggedModuleExports": []
16542
16554
  }