@teambit/dependency-resolver 1.0.217 → 1.0.218
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/artifacts/__bit_junit.xml +33 -33
- package/artifacts/preview/teambit_dependencies_dependency_resolver-preview.js +1 -1
- package/artifacts/schema.json +369 -249
- package/dist/dependency-resolver-workspace-config.d.ts +5 -0
- package/dist/dependency-resolver-workspace-config.js.map +1 -1
- package/dist/package-manager.d.ts +5 -0
- package/dist/package-manager.js.map +1 -1
- package/dist/{preview-1712134003388.js → preview-1712154903806.js} +2 -2
- package/package.json +10 -10
package/artifacts/schema.json
CHANGED
|
@@ -1791,7 +1791,7 @@
|
|
|
1791
1791
|
"__schema": "InterfaceSchema",
|
|
1792
1792
|
"location": {
|
|
1793
1793
|
"filePath": "package-manager.ts",
|
|
1794
|
-
"line":
|
|
1794
|
+
"line": 143,
|
|
1795
1795
|
"character": 1
|
|
1796
1796
|
},
|
|
1797
1797
|
"signature": "interface InstallationContext",
|
|
@@ -1801,7 +1801,7 @@
|
|
|
1801
1801
|
"__schema": "VariableLikeSchema",
|
|
1802
1802
|
"location": {
|
|
1803
1803
|
"filePath": "package-manager.ts",
|
|
1804
|
-
"line":
|
|
1804
|
+
"line": 144,
|
|
1805
1805
|
"character": 3
|
|
1806
1806
|
},
|
|
1807
1807
|
"signature": "(property) InstallationContext.rootDir: string",
|
|
@@ -1810,7 +1810,7 @@
|
|
|
1810
1810
|
"__schema": "KeywordTypeSchema",
|
|
1811
1811
|
"location": {
|
|
1812
1812
|
"filePath": "package-manager.ts",
|
|
1813
|
-
"line":
|
|
1813
|
+
"line": 144,
|
|
1814
1814
|
"character": 12
|
|
1815
1815
|
},
|
|
1816
1816
|
"name": "string"
|
|
@@ -1821,7 +1821,7 @@
|
|
|
1821
1821
|
"__schema": "VariableLikeSchema",
|
|
1822
1822
|
"location": {
|
|
1823
1823
|
"filePath": "package-manager.ts",
|
|
1824
|
-
"line":
|
|
1824
|
+
"line": 145,
|
|
1825
1825
|
"character": 3
|
|
1826
1826
|
},
|
|
1827
1827
|
"signature": "(property) InstallationContext.manifests: Record<string, ProjectManifest>",
|
|
@@ -1830,7 +1830,7 @@
|
|
|
1830
1830
|
"__schema": "TypeRefSchema",
|
|
1831
1831
|
"location": {
|
|
1832
1832
|
"filePath": "package-manager.ts",
|
|
1833
|
-
"line":
|
|
1833
|
+
"line": 145,
|
|
1834
1834
|
"character": 14
|
|
1835
1835
|
},
|
|
1836
1836
|
"name": "Record",
|
|
@@ -1839,7 +1839,7 @@
|
|
|
1839
1839
|
"__schema": "KeywordTypeSchema",
|
|
1840
1840
|
"location": {
|
|
1841
1841
|
"filePath": "package-manager.ts",
|
|
1842
|
-
"line":
|
|
1842
|
+
"line": 145,
|
|
1843
1843
|
"character": 21
|
|
1844
1844
|
},
|
|
1845
1845
|
"name": "string"
|
|
@@ -1848,7 +1848,7 @@
|
|
|
1848
1848
|
"__schema": "TypeRefSchema",
|
|
1849
1849
|
"location": {
|
|
1850
1850
|
"filePath": "package-manager.ts",
|
|
1851
|
-
"line":
|
|
1851
|
+
"line": 145,
|
|
1852
1852
|
"character": 29
|
|
1853
1853
|
},
|
|
1854
1854
|
"name": "ProjectManifest",
|
|
@@ -1862,7 +1862,7 @@
|
|
|
1862
1862
|
"__schema": "VariableLikeSchema",
|
|
1863
1863
|
"location": {
|
|
1864
1864
|
"filePath": "package-manager.ts",
|
|
1865
|
-
"line":
|
|
1865
|
+
"line": 146,
|
|
1866
1866
|
"character": 3
|
|
1867
1867
|
},
|
|
1868
1868
|
"signature": "(property) InstallationContext.componentDirectoryMap: ComponentMap<string>",
|
|
@@ -1871,7 +1871,7 @@
|
|
|
1871
1871
|
"__schema": "TypeRefSchema",
|
|
1872
1872
|
"location": {
|
|
1873
1873
|
"filePath": "package-manager.ts",
|
|
1874
|
-
"line":
|
|
1874
|
+
"line": 146,
|
|
1875
1875
|
"character": 26
|
|
1876
1876
|
},
|
|
1877
1877
|
"name": "ComponentMap",
|
|
@@ -1884,7 +1884,7 @@
|
|
|
1884
1884
|
"__schema": "KeywordTypeSchema",
|
|
1885
1885
|
"location": {
|
|
1886
1886
|
"filePath": "package-manager.ts",
|
|
1887
|
-
"line":
|
|
1887
|
+
"line": 146,
|
|
1888
1888
|
"character": 39
|
|
1889
1889
|
},
|
|
1890
1890
|
"name": "string"
|
|
@@ -1903,7 +1903,7 @@
|
|
|
1903
1903
|
"line": 10,
|
|
1904
1904
|
"character": 1
|
|
1905
1905
|
},
|
|
1906
|
-
"signature": "type PackageImportMethod = \"
|
|
1906
|
+
"signature": "type PackageImportMethod = \"copy\" | \"auto\" | \"hardlink\" | \"clone\"",
|
|
1907
1907
|
"name": "PackageImportMethod",
|
|
1908
1908
|
"type": {
|
|
1909
1909
|
"__schema": "TypeUnionSchema",
|
|
@@ -1956,7 +1956,7 @@
|
|
|
1956
1956
|
"__schema": "InterfaceSchema",
|
|
1957
1957
|
"location": {
|
|
1958
1958
|
"filePath": "package-manager.ts",
|
|
1959
|
-
"line":
|
|
1959
|
+
"line": 149,
|
|
1960
1960
|
"character": 1
|
|
1961
1961
|
},
|
|
1962
1962
|
"signature": "interface PackageManager",
|
|
@@ -1966,14 +1966,14 @@
|
|
|
1966
1966
|
"__schema": "VariableLikeSchema",
|
|
1967
1967
|
"location": {
|
|
1968
1968
|
"filePath": "package-manager.ts",
|
|
1969
|
-
"line":
|
|
1969
|
+
"line": 153,
|
|
1970
1970
|
"character": 3
|
|
1971
1971
|
},
|
|
1972
1972
|
"doc": {
|
|
1973
1973
|
"__schema": "DocSchema",
|
|
1974
1974
|
"location": {
|
|
1975
1975
|
"filePath": "package-manager.ts",
|
|
1976
|
-
"line":
|
|
1976
|
+
"line": 150,
|
|
1977
1977
|
"character": 3
|
|
1978
1978
|
},
|
|
1979
1979
|
"raw": "/**\n * Name of the package manager\n */",
|
|
@@ -1985,7 +1985,7 @@
|
|
|
1985
1985
|
"__schema": "KeywordTypeSchema",
|
|
1986
1986
|
"location": {
|
|
1987
1987
|
"filePath": "package-manager.ts",
|
|
1988
|
-
"line":
|
|
1988
|
+
"line": 153,
|
|
1989
1989
|
"character": 9
|
|
1990
1990
|
},
|
|
1991
1991
|
"name": "string"
|
|
@@ -1996,14 +1996,14 @@
|
|
|
1996
1996
|
"__schema": "FunctionLikeSchema",
|
|
1997
1997
|
"location": {
|
|
1998
1998
|
"filePath": "package-manager.ts",
|
|
1999
|
-
"line":
|
|
1999
|
+
"line": 158,
|
|
2000
2000
|
"character": 3
|
|
2001
2001
|
},
|
|
2002
2002
|
"doc": {
|
|
2003
2003
|
"__schema": "DocSchema",
|
|
2004
2004
|
"location": {
|
|
2005
2005
|
"filePath": "package-manager.ts",
|
|
2006
|
-
"line":
|
|
2006
|
+
"line": 154,
|
|
2007
2007
|
"character": 3
|
|
2008
2008
|
},
|
|
2009
2009
|
"raw": "/**\n * install dependencies\n * @param componentDirectoryMap\n */",
|
|
@@ -2013,7 +2013,7 @@
|
|
|
2013
2013
|
"__schema": "PropertyLikeTagSchema",
|
|
2014
2014
|
"location": {
|
|
2015
2015
|
"filePath": "package-manager.ts",
|
|
2016
|
-
"line":
|
|
2016
|
+
"line": 156,
|
|
2017
2017
|
"character": 6
|
|
2018
2018
|
},
|
|
2019
2019
|
"name": "componentDirectoryMap",
|
|
@@ -2028,7 +2028,7 @@
|
|
|
2028
2028
|
"__schema": "ParameterSchema",
|
|
2029
2029
|
"location": {
|
|
2030
2030
|
"filePath": "package-manager.ts",
|
|
2031
|
-
"line":
|
|
2031
|
+
"line": 159,
|
|
2032
2032
|
"character": 5
|
|
2033
2033
|
},
|
|
2034
2034
|
"name": "context",
|
|
@@ -2036,7 +2036,7 @@
|
|
|
2036
2036
|
"__schema": "TypeRefSchema",
|
|
2037
2037
|
"location": {
|
|
2038
2038
|
"filePath": "package-manager.ts",
|
|
2039
|
-
"line":
|
|
2039
|
+
"line": 159,
|
|
2040
2040
|
"character": 14
|
|
2041
2041
|
},
|
|
2042
2042
|
"name": "InstallationContext"
|
|
@@ -2048,7 +2048,7 @@
|
|
|
2048
2048
|
"__schema": "ParameterSchema",
|
|
2049
2049
|
"location": {
|
|
2050
2050
|
"filePath": "package-manager.ts",
|
|
2051
|
-
"line":
|
|
2051
|
+
"line": 160,
|
|
2052
2052
|
"character": 5
|
|
2053
2053
|
},
|
|
2054
2054
|
"name": "options",
|
|
@@ -2056,7 +2056,7 @@
|
|
|
2056
2056
|
"__schema": "TypeRefSchema",
|
|
2057
2057
|
"location": {
|
|
2058
2058
|
"filePath": "package-manager.ts",
|
|
2059
|
-
"line":
|
|
2059
|
+
"line": 160,
|
|
2060
2060
|
"character": 14
|
|
2061
2061
|
},
|
|
2062
2062
|
"name": "PackageManagerInstallOptions"
|
|
@@ -2069,7 +2069,7 @@
|
|
|
2069
2069
|
"__schema": "TypeRefSchema",
|
|
2070
2070
|
"location": {
|
|
2071
2071
|
"filePath": "package-manager.ts",
|
|
2072
|
-
"line":
|
|
2072
|
+
"line": 161,
|
|
2073
2073
|
"character": 6
|
|
2074
2074
|
},
|
|
2075
2075
|
"name": "Promise",
|
|
@@ -2078,7 +2078,7 @@
|
|
|
2078
2078
|
"__schema": "TypeLiteralSchema",
|
|
2079
2079
|
"location": {
|
|
2080
2080
|
"filePath": "package-manager.ts",
|
|
2081
|
-
"line":
|
|
2081
|
+
"line": 161,
|
|
2082
2082
|
"character": 14
|
|
2083
2083
|
},
|
|
2084
2084
|
"members": [
|
|
@@ -2086,7 +2086,7 @@
|
|
|
2086
2086
|
"__schema": "VariableLikeSchema",
|
|
2087
2087
|
"location": {
|
|
2088
2088
|
"filePath": "package-manager.ts",
|
|
2089
|
-
"line":
|
|
2089
|
+
"line": 161,
|
|
2090
2090
|
"character": 16
|
|
2091
2091
|
},
|
|
2092
2092
|
"signature": "(property) dependenciesChanged: boolean",
|
|
@@ -2095,7 +2095,7 @@
|
|
|
2095
2095
|
"__schema": "KeywordTypeSchema",
|
|
2096
2096
|
"location": {
|
|
2097
2097
|
"filePath": "package-manager.ts",
|
|
2098
|
-
"line":
|
|
2098
|
+
"line": 161,
|
|
2099
2099
|
"character": 37
|
|
2100
2100
|
},
|
|
2101
2101
|
"name": "boolean"
|
|
@@ -2112,7 +2112,7 @@
|
|
|
2112
2112
|
"__schema": "FunctionLikeSchema",
|
|
2113
2113
|
"location": {
|
|
2114
2114
|
"filePath": "package-manager.ts",
|
|
2115
|
-
"line":
|
|
2115
|
+
"line": 163,
|
|
2116
2116
|
"character": 3
|
|
2117
2117
|
},
|
|
2118
2118
|
"signature": "(method) PackageManager.pruneModules?(rootDir: string): Promise<void>",
|
|
@@ -2122,7 +2122,7 @@
|
|
|
2122
2122
|
"__schema": "ParameterSchema",
|
|
2123
2123
|
"location": {
|
|
2124
2124
|
"filePath": "package-manager.ts",
|
|
2125
|
-
"line":
|
|
2125
|
+
"line": 163,
|
|
2126
2126
|
"character": 17
|
|
2127
2127
|
},
|
|
2128
2128
|
"name": "rootDir",
|
|
@@ -2130,7 +2130,7 @@
|
|
|
2130
2130
|
"__schema": "KeywordTypeSchema",
|
|
2131
2131
|
"location": {
|
|
2132
2132
|
"filePath": "package-manager.ts",
|
|
2133
|
-
"line":
|
|
2133
|
+
"line": 163,
|
|
2134
2134
|
"character": 26
|
|
2135
2135
|
},
|
|
2136
2136
|
"name": "string"
|
|
@@ -2143,7 +2143,7 @@
|
|
|
2143
2143
|
"__schema": "TypeRefSchema",
|
|
2144
2144
|
"location": {
|
|
2145
2145
|
"filePath": "package-manager.ts",
|
|
2146
|
-
"line":
|
|
2146
|
+
"line": 163,
|
|
2147
2147
|
"character": 35
|
|
2148
2148
|
},
|
|
2149
2149
|
"name": "Promise",
|
|
@@ -2152,7 +2152,7 @@
|
|
|
2152
2152
|
"__schema": "KeywordTypeSchema",
|
|
2153
2153
|
"location": {
|
|
2154
2154
|
"filePath": "package-manager.ts",
|
|
2155
|
-
"line":
|
|
2155
|
+
"line": 163,
|
|
2156
2156
|
"character": 43
|
|
2157
2157
|
},
|
|
2158
2158
|
"name": "void"
|
|
@@ -2165,7 +2165,7 @@
|
|
|
2165
2165
|
"__schema": "FunctionLikeSchema",
|
|
2166
2166
|
"location": {
|
|
2167
2167
|
"filePath": "package-manager.ts",
|
|
2168
|
-
"line":
|
|
2168
|
+
"line": 165,
|
|
2169
2169
|
"character": 3
|
|
2170
2170
|
},
|
|
2171
2171
|
"signature": "(method) PackageManager.resolveRemoteVersion(packageName: string, options: PackageManagerResolveRemoteVersionOptions): Promise<ResolvedPackageVersion>",
|
|
@@ -2175,7 +2175,7 @@
|
|
|
2175
2175
|
"__schema": "ParameterSchema",
|
|
2176
2176
|
"location": {
|
|
2177
2177
|
"filePath": "package-manager.ts",
|
|
2178
|
-
"line":
|
|
2178
|
+
"line": 166,
|
|
2179
2179
|
"character": 5
|
|
2180
2180
|
},
|
|
2181
2181
|
"name": "packageName",
|
|
@@ -2183,7 +2183,7 @@
|
|
|
2183
2183
|
"__schema": "KeywordTypeSchema",
|
|
2184
2184
|
"location": {
|
|
2185
2185
|
"filePath": "package-manager.ts",
|
|
2186
|
-
"line":
|
|
2186
|
+
"line": 166,
|
|
2187
2187
|
"character": 18
|
|
2188
2188
|
},
|
|
2189
2189
|
"name": "string"
|
|
@@ -2195,7 +2195,7 @@
|
|
|
2195
2195
|
"__schema": "ParameterSchema",
|
|
2196
2196
|
"location": {
|
|
2197
2197
|
"filePath": "package-manager.ts",
|
|
2198
|
-
"line":
|
|
2198
|
+
"line": 167,
|
|
2199
2199
|
"character": 5
|
|
2200
2200
|
},
|
|
2201
2201
|
"name": "options",
|
|
@@ -2203,7 +2203,7 @@
|
|
|
2203
2203
|
"__schema": "TypeRefSchema",
|
|
2204
2204
|
"location": {
|
|
2205
2205
|
"filePath": "package-manager.ts",
|
|
2206
|
-
"line":
|
|
2206
|
+
"line": 167,
|
|
2207
2207
|
"character": 14
|
|
2208
2208
|
},
|
|
2209
2209
|
"name": "PackageManagerResolveRemoteVersionOptions"
|
|
@@ -2216,7 +2216,7 @@
|
|
|
2216
2216
|
"__schema": "TypeRefSchema",
|
|
2217
2217
|
"location": {
|
|
2218
2218
|
"filePath": "package-manager.ts",
|
|
2219
|
-
"line":
|
|
2219
|
+
"line": 168,
|
|
2220
2220
|
"character": 6
|
|
2221
2221
|
},
|
|
2222
2222
|
"name": "Promise",
|
|
@@ -2225,7 +2225,7 @@
|
|
|
2225
2225
|
"__schema": "TypeRefSchema",
|
|
2226
2226
|
"location": {
|
|
2227
2227
|
"filePath": "package-manager.ts",
|
|
2228
|
-
"line":
|
|
2228
|
+
"line": 168,
|
|
2229
2229
|
"character": 14
|
|
2230
2230
|
},
|
|
2231
2231
|
"name": "ResolvedPackageVersion"
|
|
@@ -2238,7 +2238,7 @@
|
|
|
2238
2238
|
"__schema": "FunctionLikeSchema",
|
|
2239
2239
|
"location": {
|
|
2240
2240
|
"filePath": "package-manager.ts",
|
|
2241
|
-
"line":
|
|
2241
|
+
"line": 170,
|
|
2242
2242
|
"character": 3
|
|
2243
2243
|
},
|
|
2244
2244
|
"signature": "(method) PackageManager.getPeerDependencyIssues?(rootDir: string, manifests: Record<string, ProjectManifest>, options: PackageManagerGetPeerDependencyIssuesOptions): Promise<PeerDependencyIssuesByProjects>",
|
|
@@ -2248,7 +2248,7 @@
|
|
|
2248
2248
|
"__schema": "ParameterSchema",
|
|
2249
2249
|
"location": {
|
|
2250
2250
|
"filePath": "package-manager.ts",
|
|
2251
|
-
"line":
|
|
2251
|
+
"line": 171,
|
|
2252
2252
|
"character": 5
|
|
2253
2253
|
},
|
|
2254
2254
|
"name": "rootDir",
|
|
@@ -2256,7 +2256,7 @@
|
|
|
2256
2256
|
"__schema": "KeywordTypeSchema",
|
|
2257
2257
|
"location": {
|
|
2258
2258
|
"filePath": "package-manager.ts",
|
|
2259
|
-
"line":
|
|
2259
|
+
"line": 171,
|
|
2260
2260
|
"character": 14
|
|
2261
2261
|
},
|
|
2262
2262
|
"name": "string"
|
|
@@ -2268,7 +2268,7 @@
|
|
|
2268
2268
|
"__schema": "ParameterSchema",
|
|
2269
2269
|
"location": {
|
|
2270
2270
|
"filePath": "package-manager.ts",
|
|
2271
|
-
"line":
|
|
2271
|
+
"line": 172,
|
|
2272
2272
|
"character": 5
|
|
2273
2273
|
},
|
|
2274
2274
|
"name": "manifests",
|
|
@@ -2276,7 +2276,7 @@
|
|
|
2276
2276
|
"__schema": "TypeRefSchema",
|
|
2277
2277
|
"location": {
|
|
2278
2278
|
"filePath": "package-manager.ts",
|
|
2279
|
-
"line":
|
|
2279
|
+
"line": 172,
|
|
2280
2280
|
"character": 16
|
|
2281
2281
|
},
|
|
2282
2282
|
"name": "Record",
|
|
@@ -2285,7 +2285,7 @@
|
|
|
2285
2285
|
"__schema": "KeywordTypeSchema",
|
|
2286
2286
|
"location": {
|
|
2287
2287
|
"filePath": "package-manager.ts",
|
|
2288
|
-
"line":
|
|
2288
|
+
"line": 172,
|
|
2289
2289
|
"character": 23
|
|
2290
2290
|
},
|
|
2291
2291
|
"name": "string"
|
|
@@ -2294,7 +2294,7 @@
|
|
|
2294
2294
|
"__schema": "TypeRefSchema",
|
|
2295
2295
|
"location": {
|
|
2296
2296
|
"filePath": "package-manager.ts",
|
|
2297
|
-
"line":
|
|
2297
|
+
"line": 172,
|
|
2298
2298
|
"character": 31
|
|
2299
2299
|
},
|
|
2300
2300
|
"name": "ProjectManifest",
|
|
@@ -2309,7 +2309,7 @@
|
|
|
2309
2309
|
"__schema": "ParameterSchema",
|
|
2310
2310
|
"location": {
|
|
2311
2311
|
"filePath": "package-manager.ts",
|
|
2312
|
-
"line":
|
|
2312
|
+
"line": 173,
|
|
2313
2313
|
"character": 5
|
|
2314
2314
|
},
|
|
2315
2315
|
"name": "options",
|
|
@@ -2317,7 +2317,7 @@
|
|
|
2317
2317
|
"__schema": "TypeRefSchema",
|
|
2318
2318
|
"location": {
|
|
2319
2319
|
"filePath": "package-manager.ts",
|
|
2320
|
-
"line":
|
|
2320
|
+
"line": 173,
|
|
2321
2321
|
"character": 14
|
|
2322
2322
|
},
|
|
2323
2323
|
"name": "PackageManagerGetPeerDependencyIssuesOptions",
|
|
@@ -2331,7 +2331,7 @@
|
|
|
2331
2331
|
"__schema": "TypeRefSchema",
|
|
2332
2332
|
"location": {
|
|
2333
2333
|
"filePath": "package-manager.ts",
|
|
2334
|
-
"line":
|
|
2334
|
+
"line": 174,
|
|
2335
2335
|
"character": 6
|
|
2336
2336
|
},
|
|
2337
2337
|
"name": "Promise",
|
|
@@ -2340,7 +2340,7 @@
|
|
|
2340
2340
|
"__schema": "TypeRefSchema",
|
|
2341
2341
|
"location": {
|
|
2342
2342
|
"filePath": "package-manager.ts",
|
|
2343
|
-
"line":
|
|
2343
|
+
"line": 174,
|
|
2344
2344
|
"character": 14
|
|
2345
2345
|
},
|
|
2346
2346
|
"name": "PeerDependencyIssuesByProjects",
|
|
@@ -2354,7 +2354,7 @@
|
|
|
2354
2354
|
"__schema": "FunctionLikeSchema",
|
|
2355
2355
|
"location": {
|
|
2356
2356
|
"filePath": "package-manager.ts",
|
|
2357
|
-
"line":
|
|
2357
|
+
"line": 176,
|
|
2358
2358
|
"character": 3
|
|
2359
2359
|
},
|
|
2360
2360
|
"signature": "(method) PackageManager.getInjectedDirs?(rootDir: string, componentDir: string, packageName: string): Promise<string[]>",
|
|
@@ -2364,7 +2364,7 @@
|
|
|
2364
2364
|
"__schema": "ParameterSchema",
|
|
2365
2365
|
"location": {
|
|
2366
2366
|
"filePath": "package-manager.ts",
|
|
2367
|
-
"line":
|
|
2367
|
+
"line": 176,
|
|
2368
2368
|
"character": 20
|
|
2369
2369
|
},
|
|
2370
2370
|
"name": "rootDir",
|
|
@@ -2372,7 +2372,7 @@
|
|
|
2372
2372
|
"__schema": "KeywordTypeSchema",
|
|
2373
2373
|
"location": {
|
|
2374
2374
|
"filePath": "package-manager.ts",
|
|
2375
|
-
"line":
|
|
2375
|
+
"line": 176,
|
|
2376
2376
|
"character": 29
|
|
2377
2377
|
},
|
|
2378
2378
|
"name": "string"
|
|
@@ -2384,7 +2384,7 @@
|
|
|
2384
2384
|
"__schema": "ParameterSchema",
|
|
2385
2385
|
"location": {
|
|
2386
2386
|
"filePath": "package-manager.ts",
|
|
2387
|
-
"line":
|
|
2387
|
+
"line": 176,
|
|
2388
2388
|
"character": 37
|
|
2389
2389
|
},
|
|
2390
2390
|
"name": "componentDir",
|
|
@@ -2392,7 +2392,7 @@
|
|
|
2392
2392
|
"__schema": "KeywordTypeSchema",
|
|
2393
2393
|
"location": {
|
|
2394
2394
|
"filePath": "package-manager.ts",
|
|
2395
|
-
"line":
|
|
2395
|
+
"line": 176,
|
|
2396
2396
|
"character": 51
|
|
2397
2397
|
},
|
|
2398
2398
|
"name": "string"
|
|
@@ -2404,7 +2404,7 @@
|
|
|
2404
2404
|
"__schema": "ParameterSchema",
|
|
2405
2405
|
"location": {
|
|
2406
2406
|
"filePath": "package-manager.ts",
|
|
2407
|
-
"line":
|
|
2407
|
+
"line": 176,
|
|
2408
2408
|
"character": 59
|
|
2409
2409
|
},
|
|
2410
2410
|
"name": "packageName",
|
|
@@ -2412,7 +2412,7 @@
|
|
|
2412
2412
|
"__schema": "KeywordTypeSchema",
|
|
2413
2413
|
"location": {
|
|
2414
2414
|
"filePath": "package-manager.ts",
|
|
2415
|
-
"line":
|
|
2415
|
+
"line": 176,
|
|
2416
2416
|
"character": 72
|
|
2417
2417
|
},
|
|
2418
2418
|
"name": "string"
|
|
@@ -2425,7 +2425,7 @@
|
|
|
2425
2425
|
"__schema": "TypeRefSchema",
|
|
2426
2426
|
"location": {
|
|
2427
2427
|
"filePath": "package-manager.ts",
|
|
2428
|
-
"line":
|
|
2428
|
+
"line": 176,
|
|
2429
2429
|
"character": 81
|
|
2430
2430
|
},
|
|
2431
2431
|
"name": "Promise",
|
|
@@ -2434,14 +2434,14 @@
|
|
|
2434
2434
|
"__schema": "TypeArraySchema",
|
|
2435
2435
|
"location": {
|
|
2436
2436
|
"filePath": "package-manager.ts",
|
|
2437
|
-
"line":
|
|
2437
|
+
"line": 176,
|
|
2438
2438
|
"character": 89
|
|
2439
2439
|
},
|
|
2440
2440
|
"type": {
|
|
2441
2441
|
"__schema": "KeywordTypeSchema",
|
|
2442
2442
|
"location": {
|
|
2443
2443
|
"filePath": "package-manager.ts",
|
|
2444
|
-
"line":
|
|
2444
|
+
"line": 176,
|
|
2445
2445
|
"character": 89
|
|
2446
2446
|
},
|
|
2447
2447
|
"name": "string"
|
|
@@ -2455,7 +2455,7 @@
|
|
|
2455
2455
|
"__schema": "FunctionLikeSchema",
|
|
2456
2456
|
"location": {
|
|
2457
2457
|
"filePath": "package-manager.ts",
|
|
2458
|
-
"line":
|
|
2458
|
+
"line": 178,
|
|
2459
2459
|
"character": 3
|
|
2460
2460
|
},
|
|
2461
2461
|
"signature": "(method) PackageManager.getRegistries?(): Promise<Registries>",
|
|
@@ -2465,7 +2465,7 @@
|
|
|
2465
2465
|
"__schema": "TypeRefSchema",
|
|
2466
2466
|
"location": {
|
|
2467
2467
|
"filePath": "package-manager.ts",
|
|
2468
|
-
"line":
|
|
2468
|
+
"line": 178,
|
|
2469
2469
|
"character": 21
|
|
2470
2470
|
},
|
|
2471
2471
|
"name": "Promise",
|
|
@@ -2474,7 +2474,7 @@
|
|
|
2474
2474
|
"__schema": "TypeRefSchema",
|
|
2475
2475
|
"location": {
|
|
2476
2476
|
"filePath": "package-manager.ts",
|
|
2477
|
-
"line":
|
|
2477
|
+
"line": 178,
|
|
2478
2478
|
"character": 29
|
|
2479
2479
|
},
|
|
2480
2480
|
"name": "Registries"
|
|
@@ -2487,7 +2487,7 @@
|
|
|
2487
2487
|
"__schema": "FunctionLikeSchema",
|
|
2488
2488
|
"location": {
|
|
2489
2489
|
"filePath": "package-manager.ts",
|
|
2490
|
-
"line":
|
|
2490
|
+
"line": 180,
|
|
2491
2491
|
"character": 3
|
|
2492
2492
|
},
|
|
2493
2493
|
"signature": "(method) PackageManager.getProxyConfig?(): Promise<ProxyConfig>",
|
|
@@ -2497,7 +2497,7 @@
|
|
|
2497
2497
|
"__schema": "TypeRefSchema",
|
|
2498
2498
|
"location": {
|
|
2499
2499
|
"filePath": "package-manager.ts",
|
|
2500
|
-
"line":
|
|
2500
|
+
"line": 180,
|
|
2501
2501
|
"character": 22
|
|
2502
2502
|
},
|
|
2503
2503
|
"name": "Promise",
|
|
@@ -2506,7 +2506,7 @@
|
|
|
2506
2506
|
"__schema": "TypeRefSchema",
|
|
2507
2507
|
"location": {
|
|
2508
2508
|
"filePath": "package-manager.ts",
|
|
2509
|
-
"line":
|
|
2509
|
+
"line": 180,
|
|
2510
2510
|
"character": 30
|
|
2511
2511
|
},
|
|
2512
2512
|
"name": "ProxyConfig"
|
|
@@ -2519,7 +2519,7 @@
|
|
|
2519
2519
|
"__schema": "FunctionLikeSchema",
|
|
2520
2520
|
"location": {
|
|
2521
2521
|
"filePath": "package-manager.ts",
|
|
2522
|
-
"line":
|
|
2522
|
+
"line": 182,
|
|
2523
2523
|
"character": 3
|
|
2524
2524
|
},
|
|
2525
2525
|
"signature": "(method) PackageManager.getNetworkConfig?(): Promise<NetworkConfig>",
|
|
@@ -2529,7 +2529,7 @@
|
|
|
2529
2529
|
"__schema": "TypeRefSchema",
|
|
2530
2530
|
"location": {
|
|
2531
2531
|
"filePath": "package-manager.ts",
|
|
2532
|
-
"line":
|
|
2532
|
+
"line": 182,
|
|
2533
2533
|
"character": 24
|
|
2534
2534
|
},
|
|
2535
2535
|
"name": "Promise",
|
|
@@ -2538,7 +2538,7 @@
|
|
|
2538
2538
|
"__schema": "TypeRefSchema",
|
|
2539
2539
|
"location": {
|
|
2540
2540
|
"filePath": "package-manager.ts",
|
|
2541
|
-
"line":
|
|
2541
|
+
"line": 182,
|
|
2542
2542
|
"character": 32
|
|
2543
2543
|
},
|
|
2544
2544
|
"name": "NetworkConfig"
|
|
@@ -2551,14 +2551,14 @@
|
|
|
2551
2551
|
"__schema": "VariableLikeSchema",
|
|
2552
2552
|
"location": {
|
|
2553
2553
|
"filePath": "package-manager.ts",
|
|
2554
|
-
"line":
|
|
2554
|
+
"line": 189,
|
|
2555
2555
|
"character": 3
|
|
2556
2556
|
},
|
|
2557
2557
|
"doc": {
|
|
2558
2558
|
"__schema": "DocSchema",
|
|
2559
2559
|
"location": {
|
|
2560
2560
|
"filePath": "package-manager.ts",
|
|
2561
|
-
"line":
|
|
2561
|
+
"line": 184,
|
|
2562
2562
|
"character": 3
|
|
2563
2563
|
},
|
|
2564
2564
|
"raw": "/**\n * Specify if the package manager can be run with deduping on existing worksapce (which already contains root dependencies)\n * again, with a different context.\n * If the package manager is not capable of doing so, we want to disable the deduping.\n */",
|
|
@@ -2570,7 +2570,7 @@
|
|
|
2570
2570
|
"__schema": "FunctionLikeSchema",
|
|
2571
2571
|
"location": {
|
|
2572
2572
|
"filePath": "package-manager.ts",
|
|
2573
|
-
"line":
|
|
2573
|
+
"line": 189,
|
|
2574
2574
|
"character": 36
|
|
2575
2575
|
},
|
|
2576
2576
|
"signature": "(): boolean",
|
|
@@ -2580,7 +2580,7 @@
|
|
|
2580
2580
|
"__schema": "KeywordTypeSchema",
|
|
2581
2581
|
"location": {
|
|
2582
2582
|
"filePath": "package-manager.ts",
|
|
2583
|
-
"line":
|
|
2583
|
+
"line": 189,
|
|
2584
2584
|
"character": 42
|
|
2585
2585
|
},
|
|
2586
2586
|
"name": "boolean"
|
|
@@ -2593,14 +2593,14 @@
|
|
|
2593
2593
|
"__schema": "FunctionLikeSchema",
|
|
2594
2594
|
"location": {
|
|
2595
2595
|
"filePath": "package-manager.ts",
|
|
2596
|
-
"line":
|
|
2596
|
+
"line": 195,
|
|
2597
2597
|
"character": 3
|
|
2598
2598
|
},
|
|
2599
2599
|
"doc": {
|
|
2600
2600
|
"__schema": "DocSchema",
|
|
2601
2601
|
"location": {
|
|
2602
2602
|
"filePath": "package-manager.ts",
|
|
2603
|
-
"line":
|
|
2603
|
+
"line": 191,
|
|
2604
2604
|
"character": 3
|
|
2605
2605
|
},
|
|
2606
2606
|
"raw": "/**\n * Returns \"dependencies\" entries for \".bit_roots\".\n * These entries tell the package manager from where to the local components should be installed.\n */",
|
|
@@ -2613,7 +2613,7 @@
|
|
|
2613
2613
|
"__schema": "ParameterSchema",
|
|
2614
2614
|
"location": {
|
|
2615
2615
|
"filePath": "package-manager.ts",
|
|
2616
|
-
"line":
|
|
2616
|
+
"line": 195,
|
|
2617
2617
|
"character": 30
|
|
2618
2618
|
},
|
|
2619
2619
|
"name": "manifests",
|
|
@@ -2621,14 +2621,14 @@
|
|
|
2621
2621
|
"__schema": "TypeArraySchema",
|
|
2622
2622
|
"location": {
|
|
2623
2623
|
"filePath": "package-manager.ts",
|
|
2624
|
-
"line":
|
|
2624
|
+
"line": 195,
|
|
2625
2625
|
"character": 41
|
|
2626
2626
|
},
|
|
2627
2627
|
"type": {
|
|
2628
2628
|
"__schema": "TypeRefSchema",
|
|
2629
2629
|
"location": {
|
|
2630
2630
|
"filePath": "package-manager.ts",
|
|
2631
|
-
"line":
|
|
2631
|
+
"line": 195,
|
|
2632
2632
|
"character": 41
|
|
2633
2633
|
},
|
|
2634
2634
|
"name": "ProjectManifest",
|
|
@@ -2643,7 +2643,7 @@
|
|
|
2643
2643
|
"__schema": "TypeRefSchema",
|
|
2644
2644
|
"location": {
|
|
2645
2645
|
"filePath": "package-manager.ts",
|
|
2646
|
-
"line":
|
|
2646
|
+
"line": 195,
|
|
2647
2647
|
"character": 61
|
|
2648
2648
|
},
|
|
2649
2649
|
"name": "Record",
|
|
@@ -2652,7 +2652,7 @@
|
|
|
2652
2652
|
"__schema": "KeywordTypeSchema",
|
|
2653
2653
|
"location": {
|
|
2654
2654
|
"filePath": "package-manager.ts",
|
|
2655
|
-
"line":
|
|
2655
|
+
"line": 195,
|
|
2656
2656
|
"character": 68
|
|
2657
2657
|
},
|
|
2658
2658
|
"name": "string"
|
|
@@ -2661,7 +2661,7 @@
|
|
|
2661
2661
|
"__schema": "KeywordTypeSchema",
|
|
2662
2662
|
"location": {
|
|
2663
2663
|
"filePath": "package-manager.ts",
|
|
2664
|
-
"line":
|
|
2664
|
+
"line": 195,
|
|
2665
2665
|
"character": 76
|
|
2666
2666
|
},
|
|
2667
2667
|
"name": "string"
|
|
@@ -2674,7 +2674,7 @@
|
|
|
2674
2674
|
"__schema": "FunctionLikeSchema",
|
|
2675
2675
|
"location": {
|
|
2676
2676
|
"filePath": "package-manager.ts",
|
|
2677
|
-
"line":
|
|
2677
|
+
"line": 197,
|
|
2678
2678
|
"character": 3
|
|
2679
2679
|
},
|
|
2680
2680
|
"signature": "(method) PackageManager.findUsages?(depName: string, opts: {\n lockfileDir: string;\n depth?: number;\n}): Promise<string>",
|
|
@@ -2684,7 +2684,7 @@
|
|
|
2684
2684
|
"__schema": "ParameterSchema",
|
|
2685
2685
|
"location": {
|
|
2686
2686
|
"filePath": "package-manager.ts",
|
|
2687
|
-
"line":
|
|
2687
|
+
"line": 197,
|
|
2688
2688
|
"character": 15
|
|
2689
2689
|
},
|
|
2690
2690
|
"name": "depName",
|
|
@@ -2692,7 +2692,7 @@
|
|
|
2692
2692
|
"__schema": "KeywordTypeSchema",
|
|
2693
2693
|
"location": {
|
|
2694
2694
|
"filePath": "package-manager.ts",
|
|
2695
|
-
"line":
|
|
2695
|
+
"line": 197,
|
|
2696
2696
|
"character": 24
|
|
2697
2697
|
},
|
|
2698
2698
|
"name": "string"
|
|
@@ -2704,7 +2704,7 @@
|
|
|
2704
2704
|
"__schema": "ParameterSchema",
|
|
2705
2705
|
"location": {
|
|
2706
2706
|
"filePath": "package-manager.ts",
|
|
2707
|
-
"line":
|
|
2707
|
+
"line": 197,
|
|
2708
2708
|
"character": 32
|
|
2709
2709
|
},
|
|
2710
2710
|
"name": "opts",
|
|
@@ -2712,7 +2712,7 @@
|
|
|
2712
2712
|
"__schema": "TypeLiteralSchema",
|
|
2713
2713
|
"location": {
|
|
2714
2714
|
"filePath": "package-manager.ts",
|
|
2715
|
-
"line":
|
|
2715
|
+
"line": 197,
|
|
2716
2716
|
"character": 38
|
|
2717
2717
|
},
|
|
2718
2718
|
"members": [
|
|
@@ -2720,7 +2720,7 @@
|
|
|
2720
2720
|
"__schema": "VariableLikeSchema",
|
|
2721
2721
|
"location": {
|
|
2722
2722
|
"filePath": "package-manager.ts",
|
|
2723
|
-
"line":
|
|
2723
|
+
"line": 197,
|
|
2724
2724
|
"character": 40
|
|
2725
2725
|
},
|
|
2726
2726
|
"signature": "(property) lockfileDir: string",
|
|
@@ -2729,7 +2729,7 @@
|
|
|
2729
2729
|
"__schema": "KeywordTypeSchema",
|
|
2730
2730
|
"location": {
|
|
2731
2731
|
"filePath": "package-manager.ts",
|
|
2732
|
-
"line":
|
|
2732
|
+
"line": 197,
|
|
2733
2733
|
"character": 53
|
|
2734
2734
|
},
|
|
2735
2735
|
"name": "string"
|
|
@@ -2740,7 +2740,7 @@
|
|
|
2740
2740
|
"__schema": "VariableLikeSchema",
|
|
2741
2741
|
"location": {
|
|
2742
2742
|
"filePath": "package-manager.ts",
|
|
2743
|
-
"line":
|
|
2743
|
+
"line": 197,
|
|
2744
2744
|
"character": 61
|
|
2745
2745
|
},
|
|
2746
2746
|
"signature": "(property) depth?: number | undefined",
|
|
@@ -2749,7 +2749,7 @@
|
|
|
2749
2749
|
"__schema": "KeywordTypeSchema",
|
|
2750
2750
|
"location": {
|
|
2751
2751
|
"filePath": "package-manager.ts",
|
|
2752
|
-
"line":
|
|
2752
|
+
"line": 197,
|
|
2753
2753
|
"character": 69
|
|
2754
2754
|
},
|
|
2755
2755
|
"name": "number"
|
|
@@ -2766,7 +2766,7 @@
|
|
|
2766
2766
|
"__schema": "TypeRefSchema",
|
|
2767
2767
|
"location": {
|
|
2768
2768
|
"filePath": "package-manager.ts",
|
|
2769
|
-
"line":
|
|
2769
|
+
"line": 197,
|
|
2770
2770
|
"character": 80
|
|
2771
2771
|
},
|
|
2772
2772
|
"name": "Promise",
|
|
@@ -2775,7 +2775,7 @@
|
|
|
2775
2775
|
"__schema": "KeywordTypeSchema",
|
|
2776
2776
|
"location": {
|
|
2777
2777
|
"filePath": "package-manager.ts",
|
|
2778
|
-
"line":
|
|
2778
|
+
"line": 197,
|
|
2779
2779
|
"character": 88
|
|
2780
2780
|
},
|
|
2781
2781
|
"name": "string"
|
|
@@ -2794,7 +2794,7 @@
|
|
|
2794
2794
|
"line": 12,
|
|
2795
2795
|
"character": 1
|
|
2796
2796
|
},
|
|
2797
|
-
"signature": "type PackageManagerInstallOptions = {\n cacheRootDir?: string | undefined;\n dedupe?: boolean | undefined;\n copyPeerToRuntimeOnRoot?: boolean | undefined;\n copyPeerToRuntimeOnComponents?: boolean | undefined;\n excludeLinksFromLockfile?: boolean | undefined;\n ...
|
|
2797
|
+
"signature": "type PackageManagerInstallOptions = {\n cacheRootDir?: string | undefined;\n dedupe?: boolean | undefined;\n copyPeerToRuntimeOnRoot?: boolean | undefined;\n copyPeerToRuntimeOnComponents?: boolean | undefined;\n excludeLinksFromLockfile?: boolean | undefined;\n ... 33 more ...;\n autoInstallPeers?: boolean | undefined;\n}",
|
|
2798
2798
|
"name": "PackageManagerInstallOptions",
|
|
2799
2799
|
"type": {
|
|
2800
2800
|
"__schema": "TypeLiteralSchema",
|
|
@@ -3022,7 +3022,7 @@
|
|
|
3022
3022
|
"line": 33,
|
|
3023
3023
|
"character": 3
|
|
3024
3024
|
},
|
|
3025
|
-
"signature": "(property) nodeLinker?: \"
|
|
3025
|
+
"signature": "(property) nodeLinker?: \"isolated\" | \"hoisted\" | undefined",
|
|
3026
3026
|
"name": "nodeLinker",
|
|
3027
3027
|
"type": {
|
|
3028
3028
|
"__schema": "TypeUnionSchema",
|
|
@@ -3675,7 +3675,7 @@
|
|
|
3675
3675
|
"__schema": "VariableLikeSchema",
|
|
3676
3676
|
"location": {
|
|
3677
3677
|
"filePath": "package-manager.ts",
|
|
3678
|
-
"line":
|
|
3678
|
+
"line": 117,
|
|
3679
3679
|
"character": 3
|
|
3680
3680
|
},
|
|
3681
3681
|
"doc": {
|
|
@@ -3685,6 +3685,36 @@
|
|
|
3685
3685
|
"line": 113,
|
|
3686
3686
|
"character": 3
|
|
3687
3687
|
},
|
|
3688
|
+
"raw": "/**\n * When true, dependencies from the workspace are hoisted to node_modules/.pnpm/node_modules\n * even if they are found in the root node_modules\n */",
|
|
3689
|
+
"comment": "When true, dependencies from the workspace are hoisted to node_modules/.pnpm/node_modules\neven if they are found in the root node_modules"
|
|
3690
|
+
},
|
|
3691
|
+
"signature": "(property) hoistInjectedDependencies?: boolean | undefined",
|
|
3692
|
+
"name": "hoistInjectedDependencies",
|
|
3693
|
+
"type": {
|
|
3694
|
+
"__schema": "KeywordTypeSchema",
|
|
3695
|
+
"location": {
|
|
3696
|
+
"filePath": "package-manager.ts",
|
|
3697
|
+
"line": 117,
|
|
3698
|
+
"character": 31
|
|
3699
|
+
},
|
|
3700
|
+
"name": "boolean"
|
|
3701
|
+
},
|
|
3702
|
+
"isOptional": true
|
|
3703
|
+
},
|
|
3704
|
+
{
|
|
3705
|
+
"__schema": "VariableLikeSchema",
|
|
3706
|
+
"location": {
|
|
3707
|
+
"filePath": "package-manager.ts",
|
|
3708
|
+
"line": 122,
|
|
3709
|
+
"character": 3
|
|
3710
|
+
},
|
|
3711
|
+
"doc": {
|
|
3712
|
+
"__schema": "DocSchema",
|
|
3713
|
+
"location": {
|
|
3714
|
+
"filePath": "package-manager.ts",
|
|
3715
|
+
"line": 119,
|
|
3716
|
+
"character": 3
|
|
3717
|
+
},
|
|
3688
3718
|
"raw": "/**\n * Tells pnpm to automatically install peer dependencies. It is true by default.\n */",
|
|
3689
3719
|
"comment": "Tells pnpm to automatically install peer dependencies. It is true by default."
|
|
3690
3720
|
},
|
|
@@ -3694,7 +3724,7 @@
|
|
|
3694
3724
|
"__schema": "KeywordTypeSchema",
|
|
3695
3725
|
"location": {
|
|
3696
3726
|
"filePath": "package-manager.ts",
|
|
3697
|
-
"line":
|
|
3727
|
+
"line": 122,
|
|
3698
3728
|
"character": 22
|
|
3699
3729
|
},
|
|
3700
3730
|
"name": "boolean"
|
|
@@ -3708,7 +3738,7 @@
|
|
|
3708
3738
|
"__schema": "TypeSchema",
|
|
3709
3739
|
"location": {
|
|
3710
3740
|
"filePath": "package-manager.ts",
|
|
3711
|
-
"line":
|
|
3741
|
+
"line": 135,
|
|
3712
3742
|
"character": 1
|
|
3713
3743
|
},
|
|
3714
3744
|
"signature": "type PackageManagerResolveRemoteVersionOptions = {\n rootDir: string;\n cacheRootDir?: string | undefined;\n packageManagerConfigRootDir?: string | undefined;\n}",
|
|
@@ -3717,7 +3747,7 @@
|
|
|
3717
3747
|
"__schema": "TypeLiteralSchema",
|
|
3718
3748
|
"location": {
|
|
3719
3749
|
"filePath": "package-manager.ts",
|
|
3720
|
-
"line":
|
|
3750
|
+
"line": 135,
|
|
3721
3751
|
"character": 57
|
|
3722
3752
|
},
|
|
3723
3753
|
"members": [
|
|
@@ -3725,7 +3755,7 @@
|
|
|
3725
3755
|
"__schema": "VariableLikeSchema",
|
|
3726
3756
|
"location": {
|
|
3727
3757
|
"filePath": "package-manager.ts",
|
|
3728
|
-
"line":
|
|
3758
|
+
"line": 136,
|
|
3729
3759
|
"character": 3
|
|
3730
3760
|
},
|
|
3731
3761
|
"signature": "(property) rootDir: string",
|
|
@@ -3734,7 +3764,7 @@
|
|
|
3734
3764
|
"__schema": "KeywordTypeSchema",
|
|
3735
3765
|
"location": {
|
|
3736
3766
|
"filePath": "package-manager.ts",
|
|
3737
|
-
"line":
|
|
3767
|
+
"line": 136,
|
|
3738
3768
|
"character": 12
|
|
3739
3769
|
},
|
|
3740
3770
|
"name": "string"
|
|
@@ -3745,7 +3775,7 @@
|
|
|
3745
3775
|
"__schema": "VariableLikeSchema",
|
|
3746
3776
|
"location": {
|
|
3747
3777
|
"filePath": "package-manager.ts",
|
|
3748
|
-
"line":
|
|
3778
|
+
"line": 137,
|
|
3749
3779
|
"character": 3
|
|
3750
3780
|
},
|
|
3751
3781
|
"signature": "(property) cacheRootDir?: string | undefined",
|
|
@@ -3754,7 +3784,7 @@
|
|
|
3754
3784
|
"__schema": "KeywordTypeSchema",
|
|
3755
3785
|
"location": {
|
|
3756
3786
|
"filePath": "package-manager.ts",
|
|
3757
|
-
"line":
|
|
3787
|
+
"line": 137,
|
|
3758
3788
|
"character": 18
|
|
3759
3789
|
},
|
|
3760
3790
|
"name": "string"
|
|
@@ -3765,7 +3795,7 @@
|
|
|
3765
3795
|
"__schema": "VariableLikeSchema",
|
|
3766
3796
|
"location": {
|
|
3767
3797
|
"filePath": "package-manager.ts",
|
|
3768
|
-
"line":
|
|
3798
|
+
"line": 138,
|
|
3769
3799
|
"character": 3
|
|
3770
3800
|
},
|
|
3771
3801
|
"signature": "(property) packageManagerConfigRootDir?: string | undefined",
|
|
@@ -3774,7 +3804,7 @@
|
|
|
3774
3804
|
"__schema": "KeywordTypeSchema",
|
|
3775
3805
|
"location": {
|
|
3776
3806
|
"filePath": "package-manager.ts",
|
|
3777
|
-
"line":
|
|
3807
|
+
"line": 138,
|
|
3778
3808
|
"character": 33
|
|
3779
3809
|
},
|
|
3780
3810
|
"name": "string"
|
|
@@ -3788,7 +3818,7 @@
|
|
|
3788
3818
|
"__schema": "TypeSchema",
|
|
3789
3819
|
"location": {
|
|
3790
3820
|
"filePath": "package-manager.ts",
|
|
3791
|
-
"line":
|
|
3821
|
+
"line": 127,
|
|
3792
3822
|
"character": 1
|
|
3793
3823
|
},
|
|
3794
3824
|
"signature": "type ResolvedPackageVersion = {\n packageName: string;\n version: string | null;\n wantedRange?: string | undefined;\n isSemver: boolean;\n resolvedVia?: string | undefined;\n}",
|
|
@@ -3797,7 +3827,7 @@
|
|
|
3797
3827
|
"__schema": "TypeLiteralSchema",
|
|
3798
3828
|
"location": {
|
|
3799
3829
|
"filePath": "package-manager.ts",
|
|
3800
|
-
"line":
|
|
3830
|
+
"line": 127,
|
|
3801
3831
|
"character": 38
|
|
3802
3832
|
},
|
|
3803
3833
|
"members": [
|
|
@@ -3805,7 +3835,7 @@
|
|
|
3805
3835
|
"__schema": "VariableLikeSchema",
|
|
3806
3836
|
"location": {
|
|
3807
3837
|
"filePath": "package-manager.ts",
|
|
3808
|
-
"line":
|
|
3838
|
+
"line": 128,
|
|
3809
3839
|
"character": 3
|
|
3810
3840
|
},
|
|
3811
3841
|
"signature": "(property) packageName: string",
|
|
@@ -3814,7 +3844,7 @@
|
|
|
3814
3844
|
"__schema": "KeywordTypeSchema",
|
|
3815
3845
|
"location": {
|
|
3816
3846
|
"filePath": "package-manager.ts",
|
|
3817
|
-
"line":
|
|
3847
|
+
"line": 128,
|
|
3818
3848
|
"character": 16
|
|
3819
3849
|
},
|
|
3820
3850
|
"name": "string"
|
|
@@ -3825,7 +3855,7 @@
|
|
|
3825
3855
|
"__schema": "VariableLikeSchema",
|
|
3826
3856
|
"location": {
|
|
3827
3857
|
"filePath": "package-manager.ts",
|
|
3828
|
-
"line":
|
|
3858
|
+
"line": 129,
|
|
3829
3859
|
"character": 3
|
|
3830
3860
|
},
|
|
3831
3861
|
"signature": "(property) version: string | null",
|
|
@@ -3834,7 +3864,7 @@
|
|
|
3834
3864
|
"__schema": "TypeUnionSchema",
|
|
3835
3865
|
"location": {
|
|
3836
3866
|
"filePath": "package-manager.ts",
|
|
3837
|
-
"line":
|
|
3867
|
+
"line": 129,
|
|
3838
3868
|
"character": 12
|
|
3839
3869
|
},
|
|
3840
3870
|
"types": [
|
|
@@ -3842,7 +3872,7 @@
|
|
|
3842
3872
|
"__schema": "KeywordTypeSchema",
|
|
3843
3873
|
"location": {
|
|
3844
3874
|
"filePath": "package-manager.ts",
|
|
3845
|
-
"line":
|
|
3875
|
+
"line": 129,
|
|
3846
3876
|
"character": 12
|
|
3847
3877
|
},
|
|
3848
3878
|
"name": "string"
|
|
@@ -3851,7 +3881,7 @@
|
|
|
3851
3881
|
"__schema": "LiteralTypeSchema",
|
|
3852
3882
|
"location": {
|
|
3853
3883
|
"filePath": "package-manager.ts",
|
|
3854
|
-
"line":
|
|
3884
|
+
"line": 129,
|
|
3855
3885
|
"character": 21
|
|
3856
3886
|
},
|
|
3857
3887
|
"name": "null"
|
|
@@ -3864,7 +3894,7 @@
|
|
|
3864
3894
|
"__schema": "VariableLikeSchema",
|
|
3865
3895
|
"location": {
|
|
3866
3896
|
"filePath": "package-manager.ts",
|
|
3867
|
-
"line":
|
|
3897
|
+
"line": 130,
|
|
3868
3898
|
"character": 3
|
|
3869
3899
|
},
|
|
3870
3900
|
"signature": "(property) wantedRange?: string | undefined",
|
|
@@ -3873,7 +3903,7 @@
|
|
|
3873
3903
|
"__schema": "KeywordTypeSchema",
|
|
3874
3904
|
"location": {
|
|
3875
3905
|
"filePath": "package-manager.ts",
|
|
3876
|
-
"line":
|
|
3906
|
+
"line": 130,
|
|
3877
3907
|
"character": 17
|
|
3878
3908
|
},
|
|
3879
3909
|
"name": "string"
|
|
@@ -3884,7 +3914,7 @@
|
|
|
3884
3914
|
"__schema": "VariableLikeSchema",
|
|
3885
3915
|
"location": {
|
|
3886
3916
|
"filePath": "package-manager.ts",
|
|
3887
|
-
"line":
|
|
3917
|
+
"line": 131,
|
|
3888
3918
|
"character": 3
|
|
3889
3919
|
},
|
|
3890
3920
|
"signature": "(property) isSemver: boolean",
|
|
@@ -3893,7 +3923,7 @@
|
|
|
3893
3923
|
"__schema": "KeywordTypeSchema",
|
|
3894
3924
|
"location": {
|
|
3895
3925
|
"filePath": "package-manager.ts",
|
|
3896
|
-
"line":
|
|
3926
|
+
"line": 131,
|
|
3897
3927
|
"character": 13
|
|
3898
3928
|
},
|
|
3899
3929
|
"name": "boolean"
|
|
@@ -3904,7 +3934,7 @@
|
|
|
3904
3934
|
"__schema": "VariableLikeSchema",
|
|
3905
3935
|
"location": {
|
|
3906
3936
|
"filePath": "package-manager.ts",
|
|
3907
|
-
"line":
|
|
3937
|
+
"line": 132,
|
|
3908
3938
|
"character": 3
|
|
3909
3939
|
},
|
|
3910
3940
|
"signature": "(property) resolvedVia?: string | undefined",
|
|
@@ -3913,7 +3943,7 @@
|
|
|
3913
3943
|
"__schema": "KeywordTypeSchema",
|
|
3914
3944
|
"location": {
|
|
3915
3945
|
"filePath": "package-manager.ts",
|
|
3916
|
-
"line":
|
|
3946
|
+
"line": 132,
|
|
3917
3947
|
"character": 17
|
|
3918
3948
|
},
|
|
3919
3949
|
"name": "string"
|
|
@@ -4852,7 +4882,7 @@
|
|
|
4852
4882
|
"__schema": "VariableLikeSchema",
|
|
4853
4883
|
"location": {
|
|
4854
4884
|
"filePath": "dependency-resolver-workspace-config.ts",
|
|
4855
|
-
"line":
|
|
4885
|
+
"line": 205,
|
|
4856
4886
|
"character": 3
|
|
4857
4887
|
},
|
|
4858
4888
|
"doc": {
|
|
@@ -4862,6 +4892,36 @@
|
|
|
4862
4892
|
"line": 201,
|
|
4863
4893
|
"character": 3
|
|
4864
4894
|
},
|
|
4895
|
+
"raw": "/**\n * When true, dependencies from the workspace are hoisted to node_modules/.pnpm/node_modules\n * even if they are found in the root node_modules\n */",
|
|
4896
|
+
"comment": "When true, dependencies from the workspace are hoisted to node_modules/.pnpm/node_modules\neven if they are found in the root node_modules"
|
|
4897
|
+
},
|
|
4898
|
+
"signature": "(property) DependencyResolverWorkspaceConfig.hoistInjectedDependencies?: boolean | undefined",
|
|
4899
|
+
"name": "hoistInjectedDependencies",
|
|
4900
|
+
"type": {
|
|
4901
|
+
"__schema": "KeywordTypeSchema",
|
|
4902
|
+
"location": {
|
|
4903
|
+
"filePath": "dependency-resolver-workspace-config.ts",
|
|
4904
|
+
"line": 205,
|
|
4905
|
+
"character": 31
|
|
4906
|
+
},
|
|
4907
|
+
"name": "boolean"
|
|
4908
|
+
},
|
|
4909
|
+
"isOptional": true
|
|
4910
|
+
},
|
|
4911
|
+
{
|
|
4912
|
+
"__schema": "VariableLikeSchema",
|
|
4913
|
+
"location": {
|
|
4914
|
+
"filePath": "dependency-resolver-workspace-config.ts",
|
|
4915
|
+
"line": 210,
|
|
4916
|
+
"character": 3
|
|
4917
|
+
},
|
|
4918
|
+
"doc": {
|
|
4919
|
+
"__schema": "DocSchema",
|
|
4920
|
+
"location": {
|
|
4921
|
+
"filePath": "dependency-resolver-workspace-config.ts",
|
|
4922
|
+
"line": 207,
|
|
4923
|
+
"character": 3
|
|
4924
|
+
},
|
|
4865
4925
|
"raw": "/**\n * Tells pnpm to automatically install peer dependencies. It is true by default.\n */",
|
|
4866
4926
|
"comment": "Tells pnpm to automatically install peer dependencies. It is true by default."
|
|
4867
4927
|
},
|
|
@@ -4871,7 +4931,7 @@
|
|
|
4871
4931
|
"__schema": "KeywordTypeSchema",
|
|
4872
4932
|
"location": {
|
|
4873
4933
|
"filePath": "dependency-resolver-workspace-config.ts",
|
|
4874
|
-
"line":
|
|
4934
|
+
"line": 210,
|
|
4875
4935
|
"character": 22
|
|
4876
4936
|
},
|
|
4877
4937
|
"name": "boolean"
|
|
@@ -4888,7 +4948,7 @@
|
|
|
4888
4948
|
"line": 5,
|
|
4889
4949
|
"character": 1
|
|
4890
4950
|
},
|
|
4891
|
-
"signature": "type NodeLinker = \"
|
|
4951
|
+
"signature": "type NodeLinker = \"isolated\" | \"hoisted\"",
|
|
4892
4952
|
"name": "NodeLinker",
|
|
4893
4953
|
"type": {
|
|
4894
4954
|
"__schema": "TypeUnionSchema",
|
|
@@ -14851,7 +14911,7 @@
|
|
|
14851
14911
|
"line": 3,
|
|
14852
14912
|
"character": 1
|
|
14853
14913
|
},
|
|
14854
|
-
"signature": "type WorkspaceDependencyLifecycleType = \"
|
|
14914
|
+
"signature": "type WorkspaceDependencyLifecycleType = \"peer\" | \"runtime\"",
|
|
14855
14915
|
"name": "WorkspaceDependencyLifecycleType",
|
|
14856
14916
|
"type": {
|
|
14857
14917
|
"__schema": "TypeUnionSchema",
|
|
@@ -22893,7 +22953,7 @@
|
|
|
22893
22953
|
"line": 41,
|
|
22894
22954
|
"character": 1
|
|
22895
22955
|
},
|
|
22896
|
-
"signature": "type DependencySource = \"
|
|
22956
|
+
"signature": "type DependencySource = \"config\" | \"env\" | \"auto\" | \"env-own\" | \"slots\"",
|
|
22897
22957
|
"name": "DependencySource",
|
|
22898
22958
|
"type": {
|
|
22899
22959
|
"__schema": "TypeUnionSchema",
|
|
@@ -27027,7 +27087,7 @@
|
|
|
27027
27087
|
"line": 10,
|
|
27028
27088
|
"character": 1
|
|
27029
27089
|
},
|
|
27030
|
-
"signature": "type PackageImportMethod = \"
|
|
27090
|
+
"signature": "type PackageImportMethod = \"copy\" | \"auto\" | \"hardlink\" | \"clone\"",
|
|
27031
27091
|
"name": "PackageImportMethod",
|
|
27032
27092
|
"type": {
|
|
27033
27093
|
"__schema": "TypeUnionSchema",
|
|
@@ -27083,7 +27143,7 @@
|
|
|
27083
27143
|
"line": 12,
|
|
27084
27144
|
"character": 1
|
|
27085
27145
|
},
|
|
27086
|
-
"signature": "type PackageManagerInstallOptions = {\n cacheRootDir?: string | undefined;\n dedupe?: boolean | undefined;\n copyPeerToRuntimeOnRoot?: boolean | undefined;\n copyPeerToRuntimeOnComponents?: boolean | undefined;\n excludeLinksFromLockfile?: boolean | undefined;\n ...
|
|
27146
|
+
"signature": "type PackageManagerInstallOptions = {\n cacheRootDir?: string | undefined;\n dedupe?: boolean | undefined;\n copyPeerToRuntimeOnRoot?: boolean | undefined;\n copyPeerToRuntimeOnComponents?: boolean | undefined;\n excludeLinksFromLockfile?: boolean | undefined;\n ... 33 more ...;\n autoInstallPeers?: boolean | undefined;\n}",
|
|
27087
27147
|
"name": "PackageManagerInstallOptions",
|
|
27088
27148
|
"type": {
|
|
27089
27149
|
"__schema": "TypeLiteralSchema",
|
|
@@ -27311,7 +27371,7 @@
|
|
|
27311
27371
|
"line": 33,
|
|
27312
27372
|
"character": 3
|
|
27313
27373
|
},
|
|
27314
|
-
"signature": "(property) nodeLinker?: \"
|
|
27374
|
+
"signature": "(property) nodeLinker?: \"isolated\" | \"hoisted\" | undefined",
|
|
27315
27375
|
"name": "nodeLinker",
|
|
27316
27376
|
"type": {
|
|
27317
27377
|
"__schema": "TypeUnionSchema",
|
|
@@ -27964,7 +28024,7 @@
|
|
|
27964
28024
|
"__schema": "VariableLikeSchema",
|
|
27965
28025
|
"location": {
|
|
27966
28026
|
"filePath": "package-manager.ts",
|
|
27967
|
-
"line":
|
|
28027
|
+
"line": 117,
|
|
27968
28028
|
"character": 3
|
|
27969
28029
|
},
|
|
27970
28030
|
"doc": {
|
|
@@ -27974,6 +28034,36 @@
|
|
|
27974
28034
|
"line": 113,
|
|
27975
28035
|
"character": 3
|
|
27976
28036
|
},
|
|
28037
|
+
"raw": "/**\n * When true, dependencies from the workspace are hoisted to node_modules/.pnpm/node_modules\n * even if they are found in the root node_modules\n */",
|
|
28038
|
+
"comment": "When true, dependencies from the workspace are hoisted to node_modules/.pnpm/node_modules\neven if they are found in the root node_modules"
|
|
28039
|
+
},
|
|
28040
|
+
"signature": "(property) hoistInjectedDependencies?: boolean | undefined",
|
|
28041
|
+
"name": "hoistInjectedDependencies",
|
|
28042
|
+
"type": {
|
|
28043
|
+
"__schema": "KeywordTypeSchema",
|
|
28044
|
+
"location": {
|
|
28045
|
+
"filePath": "package-manager.ts",
|
|
28046
|
+
"line": 117,
|
|
28047
|
+
"character": 31
|
|
28048
|
+
},
|
|
28049
|
+
"name": "boolean"
|
|
28050
|
+
},
|
|
28051
|
+
"isOptional": true
|
|
28052
|
+
},
|
|
28053
|
+
{
|
|
28054
|
+
"__schema": "VariableLikeSchema",
|
|
28055
|
+
"location": {
|
|
28056
|
+
"filePath": "package-manager.ts",
|
|
28057
|
+
"line": 122,
|
|
28058
|
+
"character": 3
|
|
28059
|
+
},
|
|
28060
|
+
"doc": {
|
|
28061
|
+
"__schema": "DocSchema",
|
|
28062
|
+
"location": {
|
|
28063
|
+
"filePath": "package-manager.ts",
|
|
28064
|
+
"line": 119,
|
|
28065
|
+
"character": 3
|
|
28066
|
+
},
|
|
27977
28067
|
"raw": "/**\n * Tells pnpm to automatically install peer dependencies. It is true by default.\n */",
|
|
27978
28068
|
"comment": "Tells pnpm to automatically install peer dependencies. It is true by default."
|
|
27979
28069
|
},
|
|
@@ -27983,7 +28073,7 @@
|
|
|
27983
28073
|
"__schema": "KeywordTypeSchema",
|
|
27984
28074
|
"location": {
|
|
27985
28075
|
"filePath": "package-manager.ts",
|
|
27986
|
-
"line":
|
|
28076
|
+
"line": 122,
|
|
27987
28077
|
"character": 22
|
|
27988
28078
|
},
|
|
27989
28079
|
"name": "boolean"
|
|
@@ -27997,16 +28087,16 @@
|
|
|
27997
28087
|
"__schema": "TypeSchema",
|
|
27998
28088
|
"location": {
|
|
27999
28089
|
"filePath": "package-manager.ts",
|
|
28000
|
-
"line":
|
|
28090
|
+
"line": 125,
|
|
28001
28091
|
"character": 1
|
|
28002
28092
|
},
|
|
28003
|
-
"signature": "type PackageManagerGetPeerDependencyIssuesOptions = {\n cacheRootDir?: string | undefined;\n dedupe?: boolean | undefined;\n copyPeerToRuntimeOnRoot?: boolean | undefined;\n copyPeerToRuntimeOnComponents?: boolean | undefined;\n excludeLinksFromLockfile?: boolean | undefined;\n ...
|
|
28093
|
+
"signature": "type PackageManagerGetPeerDependencyIssuesOptions = {\n cacheRootDir?: string | undefined;\n dedupe?: boolean | undefined;\n copyPeerToRuntimeOnRoot?: boolean | undefined;\n copyPeerToRuntimeOnComponents?: boolean | undefined;\n excludeLinksFromLockfile?: boolean | undefined;\n ... 33 more ...;\n autoInstallPeers?: boolean | undefined;\n}",
|
|
28004
28094
|
"name": "PackageManagerGetPeerDependencyIssuesOptions",
|
|
28005
28095
|
"type": {
|
|
28006
28096
|
"__schema": "TypeRefSchema",
|
|
28007
28097
|
"location": {
|
|
28008
28098
|
"filePath": "package-manager.ts",
|
|
28009
|
-
"line":
|
|
28099
|
+
"line": 125,
|
|
28010
28100
|
"character": 60
|
|
28011
28101
|
},
|
|
28012
28102
|
"name": "PackageManagerInstallOptions"
|
|
@@ -28016,7 +28106,7 @@
|
|
|
28016
28106
|
"__schema": "TypeSchema",
|
|
28017
28107
|
"location": {
|
|
28018
28108
|
"filePath": "package-manager.ts",
|
|
28019
|
-
"line":
|
|
28109
|
+
"line": 127,
|
|
28020
28110
|
"character": 1
|
|
28021
28111
|
},
|
|
28022
28112
|
"signature": "type ResolvedPackageVersion = {\n packageName: string;\n version: string | null;\n wantedRange?: string | undefined;\n isSemver: boolean;\n resolvedVia?: string | undefined;\n}",
|
|
@@ -28025,7 +28115,7 @@
|
|
|
28025
28115
|
"__schema": "TypeLiteralSchema",
|
|
28026
28116
|
"location": {
|
|
28027
28117
|
"filePath": "package-manager.ts",
|
|
28028
|
-
"line":
|
|
28118
|
+
"line": 127,
|
|
28029
28119
|
"character": 38
|
|
28030
28120
|
},
|
|
28031
28121
|
"members": [
|
|
@@ -28033,7 +28123,7 @@
|
|
|
28033
28123
|
"__schema": "VariableLikeSchema",
|
|
28034
28124
|
"location": {
|
|
28035
28125
|
"filePath": "package-manager.ts",
|
|
28036
|
-
"line":
|
|
28126
|
+
"line": 128,
|
|
28037
28127
|
"character": 3
|
|
28038
28128
|
},
|
|
28039
28129
|
"signature": "(property) packageName: string",
|
|
@@ -28042,7 +28132,7 @@
|
|
|
28042
28132
|
"__schema": "KeywordTypeSchema",
|
|
28043
28133
|
"location": {
|
|
28044
28134
|
"filePath": "package-manager.ts",
|
|
28045
|
-
"line":
|
|
28135
|
+
"line": 128,
|
|
28046
28136
|
"character": 16
|
|
28047
28137
|
},
|
|
28048
28138
|
"name": "string"
|
|
@@ -28053,7 +28143,7 @@
|
|
|
28053
28143
|
"__schema": "VariableLikeSchema",
|
|
28054
28144
|
"location": {
|
|
28055
28145
|
"filePath": "package-manager.ts",
|
|
28056
|
-
"line":
|
|
28146
|
+
"line": 129,
|
|
28057
28147
|
"character": 3
|
|
28058
28148
|
},
|
|
28059
28149
|
"signature": "(property) version: string | null",
|
|
@@ -28062,7 +28152,7 @@
|
|
|
28062
28152
|
"__schema": "TypeUnionSchema",
|
|
28063
28153
|
"location": {
|
|
28064
28154
|
"filePath": "package-manager.ts",
|
|
28065
|
-
"line":
|
|
28155
|
+
"line": 129,
|
|
28066
28156
|
"character": 12
|
|
28067
28157
|
},
|
|
28068
28158
|
"types": [
|
|
@@ -28070,7 +28160,7 @@
|
|
|
28070
28160
|
"__schema": "KeywordTypeSchema",
|
|
28071
28161
|
"location": {
|
|
28072
28162
|
"filePath": "package-manager.ts",
|
|
28073
|
-
"line":
|
|
28163
|
+
"line": 129,
|
|
28074
28164
|
"character": 12
|
|
28075
28165
|
},
|
|
28076
28166
|
"name": "string"
|
|
@@ -28079,7 +28169,7 @@
|
|
|
28079
28169
|
"__schema": "LiteralTypeSchema",
|
|
28080
28170
|
"location": {
|
|
28081
28171
|
"filePath": "package-manager.ts",
|
|
28082
|
-
"line":
|
|
28172
|
+
"line": 129,
|
|
28083
28173
|
"character": 21
|
|
28084
28174
|
},
|
|
28085
28175
|
"name": "null"
|
|
@@ -28092,7 +28182,7 @@
|
|
|
28092
28182
|
"__schema": "VariableLikeSchema",
|
|
28093
28183
|
"location": {
|
|
28094
28184
|
"filePath": "package-manager.ts",
|
|
28095
|
-
"line":
|
|
28185
|
+
"line": 130,
|
|
28096
28186
|
"character": 3
|
|
28097
28187
|
},
|
|
28098
28188
|
"signature": "(property) wantedRange?: string | undefined",
|
|
@@ -28101,7 +28191,7 @@
|
|
|
28101
28191
|
"__schema": "KeywordTypeSchema",
|
|
28102
28192
|
"location": {
|
|
28103
28193
|
"filePath": "package-manager.ts",
|
|
28104
|
-
"line":
|
|
28194
|
+
"line": 130,
|
|
28105
28195
|
"character": 17
|
|
28106
28196
|
},
|
|
28107
28197
|
"name": "string"
|
|
@@ -28112,7 +28202,7 @@
|
|
|
28112
28202
|
"__schema": "VariableLikeSchema",
|
|
28113
28203
|
"location": {
|
|
28114
28204
|
"filePath": "package-manager.ts",
|
|
28115
|
-
"line":
|
|
28205
|
+
"line": 131,
|
|
28116
28206
|
"character": 3
|
|
28117
28207
|
},
|
|
28118
28208
|
"signature": "(property) isSemver: boolean",
|
|
@@ -28121,7 +28211,7 @@
|
|
|
28121
28211
|
"__schema": "KeywordTypeSchema",
|
|
28122
28212
|
"location": {
|
|
28123
28213
|
"filePath": "package-manager.ts",
|
|
28124
|
-
"line":
|
|
28214
|
+
"line": 131,
|
|
28125
28215
|
"character": 13
|
|
28126
28216
|
},
|
|
28127
28217
|
"name": "boolean"
|
|
@@ -28132,7 +28222,7 @@
|
|
|
28132
28222
|
"__schema": "VariableLikeSchema",
|
|
28133
28223
|
"location": {
|
|
28134
28224
|
"filePath": "package-manager.ts",
|
|
28135
|
-
"line":
|
|
28225
|
+
"line": 132,
|
|
28136
28226
|
"character": 3
|
|
28137
28227
|
},
|
|
28138
28228
|
"signature": "(property) resolvedVia?: string | undefined",
|
|
@@ -28141,7 +28231,7 @@
|
|
|
28141
28231
|
"__schema": "KeywordTypeSchema",
|
|
28142
28232
|
"location": {
|
|
28143
28233
|
"filePath": "package-manager.ts",
|
|
28144
|
-
"line":
|
|
28234
|
+
"line": 132,
|
|
28145
28235
|
"character": 17
|
|
28146
28236
|
},
|
|
28147
28237
|
"name": "string"
|
|
@@ -28155,7 +28245,7 @@
|
|
|
28155
28245
|
"__schema": "TypeSchema",
|
|
28156
28246
|
"location": {
|
|
28157
28247
|
"filePath": "package-manager.ts",
|
|
28158
|
-
"line":
|
|
28248
|
+
"line": 135,
|
|
28159
28249
|
"character": 1
|
|
28160
28250
|
},
|
|
28161
28251
|
"signature": "type PackageManagerResolveRemoteVersionOptions = {\n rootDir: string;\n cacheRootDir?: string | undefined;\n packageManagerConfigRootDir?: string | undefined;\n}",
|
|
@@ -28164,7 +28254,7 @@
|
|
|
28164
28254
|
"__schema": "TypeLiteralSchema",
|
|
28165
28255
|
"location": {
|
|
28166
28256
|
"filePath": "package-manager.ts",
|
|
28167
|
-
"line":
|
|
28257
|
+
"line": 135,
|
|
28168
28258
|
"character": 57
|
|
28169
28259
|
},
|
|
28170
28260
|
"members": [
|
|
@@ -28172,7 +28262,7 @@
|
|
|
28172
28262
|
"__schema": "VariableLikeSchema",
|
|
28173
28263
|
"location": {
|
|
28174
28264
|
"filePath": "package-manager.ts",
|
|
28175
|
-
"line":
|
|
28265
|
+
"line": 136,
|
|
28176
28266
|
"character": 3
|
|
28177
28267
|
},
|
|
28178
28268
|
"signature": "(property) rootDir: string",
|
|
@@ -28181,7 +28271,7 @@
|
|
|
28181
28271
|
"__schema": "KeywordTypeSchema",
|
|
28182
28272
|
"location": {
|
|
28183
28273
|
"filePath": "package-manager.ts",
|
|
28184
|
-
"line":
|
|
28274
|
+
"line": 136,
|
|
28185
28275
|
"character": 12
|
|
28186
28276
|
},
|
|
28187
28277
|
"name": "string"
|
|
@@ -28192,7 +28282,7 @@
|
|
|
28192
28282
|
"__schema": "VariableLikeSchema",
|
|
28193
28283
|
"location": {
|
|
28194
28284
|
"filePath": "package-manager.ts",
|
|
28195
|
-
"line":
|
|
28285
|
+
"line": 137,
|
|
28196
28286
|
"character": 3
|
|
28197
28287
|
},
|
|
28198
28288
|
"signature": "(property) cacheRootDir?: string | undefined",
|
|
@@ -28201,7 +28291,7 @@
|
|
|
28201
28291
|
"__schema": "KeywordTypeSchema",
|
|
28202
28292
|
"location": {
|
|
28203
28293
|
"filePath": "package-manager.ts",
|
|
28204
|
-
"line":
|
|
28294
|
+
"line": 137,
|
|
28205
28295
|
"character": 18
|
|
28206
28296
|
},
|
|
28207
28297
|
"name": "string"
|
|
@@ -28212,7 +28302,7 @@
|
|
|
28212
28302
|
"__schema": "VariableLikeSchema",
|
|
28213
28303
|
"location": {
|
|
28214
28304
|
"filePath": "package-manager.ts",
|
|
28215
|
-
"line":
|
|
28305
|
+
"line": 138,
|
|
28216
28306
|
"character": 3
|
|
28217
28307
|
},
|
|
28218
28308
|
"signature": "(property) packageManagerConfigRootDir?: string | undefined",
|
|
@@ -28221,7 +28311,7 @@
|
|
|
28221
28311
|
"__schema": "KeywordTypeSchema",
|
|
28222
28312
|
"location": {
|
|
28223
28313
|
"filePath": "package-manager.ts",
|
|
28224
|
-
"line":
|
|
28314
|
+
"line": 138,
|
|
28225
28315
|
"character": 33
|
|
28226
28316
|
},
|
|
28227
28317
|
"name": "string"
|
|
@@ -28235,7 +28325,7 @@
|
|
|
28235
28325
|
"__schema": "InterfaceSchema",
|
|
28236
28326
|
"location": {
|
|
28237
28327
|
"filePath": "package-manager.ts",
|
|
28238
|
-
"line":
|
|
28328
|
+
"line": 143,
|
|
28239
28329
|
"character": 1
|
|
28240
28330
|
},
|
|
28241
28331
|
"signature": "interface InstallationContext",
|
|
@@ -28245,7 +28335,7 @@
|
|
|
28245
28335
|
"__schema": "VariableLikeSchema",
|
|
28246
28336
|
"location": {
|
|
28247
28337
|
"filePath": "package-manager.ts",
|
|
28248
|
-
"line":
|
|
28338
|
+
"line": 144,
|
|
28249
28339
|
"character": 3
|
|
28250
28340
|
},
|
|
28251
28341
|
"signature": "(property) InstallationContext.rootDir: string",
|
|
@@ -28254,7 +28344,7 @@
|
|
|
28254
28344
|
"__schema": "KeywordTypeSchema",
|
|
28255
28345
|
"location": {
|
|
28256
28346
|
"filePath": "package-manager.ts",
|
|
28257
|
-
"line":
|
|
28347
|
+
"line": 144,
|
|
28258
28348
|
"character": 12
|
|
28259
28349
|
},
|
|
28260
28350
|
"name": "string"
|
|
@@ -28265,7 +28355,7 @@
|
|
|
28265
28355
|
"__schema": "VariableLikeSchema",
|
|
28266
28356
|
"location": {
|
|
28267
28357
|
"filePath": "package-manager.ts",
|
|
28268
|
-
"line":
|
|
28358
|
+
"line": 145,
|
|
28269
28359
|
"character": 3
|
|
28270
28360
|
},
|
|
28271
28361
|
"signature": "(property) InstallationContext.manifests: Record<string, ProjectManifest>",
|
|
@@ -28274,7 +28364,7 @@
|
|
|
28274
28364
|
"__schema": "TypeRefSchema",
|
|
28275
28365
|
"location": {
|
|
28276
28366
|
"filePath": "package-manager.ts",
|
|
28277
|
-
"line":
|
|
28367
|
+
"line": 145,
|
|
28278
28368
|
"character": 14
|
|
28279
28369
|
},
|
|
28280
28370
|
"name": "Record",
|
|
@@ -28283,7 +28373,7 @@
|
|
|
28283
28373
|
"__schema": "KeywordTypeSchema",
|
|
28284
28374
|
"location": {
|
|
28285
28375
|
"filePath": "package-manager.ts",
|
|
28286
|
-
"line":
|
|
28376
|
+
"line": 145,
|
|
28287
28377
|
"character": 21
|
|
28288
28378
|
},
|
|
28289
28379
|
"name": "string"
|
|
@@ -28292,7 +28382,7 @@
|
|
|
28292
28382
|
"__schema": "TypeRefSchema",
|
|
28293
28383
|
"location": {
|
|
28294
28384
|
"filePath": "package-manager.ts",
|
|
28295
|
-
"line":
|
|
28385
|
+
"line": 145,
|
|
28296
28386
|
"character": 29
|
|
28297
28387
|
},
|
|
28298
28388
|
"name": "ProjectManifest",
|
|
@@ -28306,7 +28396,7 @@
|
|
|
28306
28396
|
"__schema": "VariableLikeSchema",
|
|
28307
28397
|
"location": {
|
|
28308
28398
|
"filePath": "package-manager.ts",
|
|
28309
|
-
"line":
|
|
28399
|
+
"line": 146,
|
|
28310
28400
|
"character": 3
|
|
28311
28401
|
},
|
|
28312
28402
|
"signature": "(property) InstallationContext.componentDirectoryMap: ComponentMap<string>",
|
|
@@ -28315,7 +28405,7 @@
|
|
|
28315
28405
|
"__schema": "TypeRefSchema",
|
|
28316
28406
|
"location": {
|
|
28317
28407
|
"filePath": "package-manager.ts",
|
|
28318
|
-
"line":
|
|
28408
|
+
"line": 146,
|
|
28319
28409
|
"character": 26
|
|
28320
28410
|
},
|
|
28321
28411
|
"name": "ComponentMap",
|
|
@@ -28328,7 +28418,7 @@
|
|
|
28328
28418
|
"__schema": "KeywordTypeSchema",
|
|
28329
28419
|
"location": {
|
|
28330
28420
|
"filePath": "package-manager.ts",
|
|
28331
|
-
"line":
|
|
28421
|
+
"line": 146,
|
|
28332
28422
|
"character": 39
|
|
28333
28423
|
},
|
|
28334
28424
|
"name": "string"
|
|
@@ -28344,7 +28434,7 @@
|
|
|
28344
28434
|
"__schema": "InterfaceSchema",
|
|
28345
28435
|
"location": {
|
|
28346
28436
|
"filePath": "package-manager.ts",
|
|
28347
|
-
"line":
|
|
28437
|
+
"line": 149,
|
|
28348
28438
|
"character": 1
|
|
28349
28439
|
},
|
|
28350
28440
|
"signature": "interface PackageManager",
|
|
@@ -28354,14 +28444,14 @@
|
|
|
28354
28444
|
"__schema": "VariableLikeSchema",
|
|
28355
28445
|
"location": {
|
|
28356
28446
|
"filePath": "package-manager.ts",
|
|
28357
|
-
"line":
|
|
28447
|
+
"line": 153,
|
|
28358
28448
|
"character": 3
|
|
28359
28449
|
},
|
|
28360
28450
|
"doc": {
|
|
28361
28451
|
"__schema": "DocSchema",
|
|
28362
28452
|
"location": {
|
|
28363
28453
|
"filePath": "package-manager.ts",
|
|
28364
|
-
"line":
|
|
28454
|
+
"line": 150,
|
|
28365
28455
|
"character": 3
|
|
28366
28456
|
},
|
|
28367
28457
|
"raw": "/**\n * Name of the package manager\n */",
|
|
@@ -28373,7 +28463,7 @@
|
|
|
28373
28463
|
"__schema": "KeywordTypeSchema",
|
|
28374
28464
|
"location": {
|
|
28375
28465
|
"filePath": "package-manager.ts",
|
|
28376
|
-
"line":
|
|
28466
|
+
"line": 153,
|
|
28377
28467
|
"character": 9
|
|
28378
28468
|
},
|
|
28379
28469
|
"name": "string"
|
|
@@ -28384,14 +28474,14 @@
|
|
|
28384
28474
|
"__schema": "FunctionLikeSchema",
|
|
28385
28475
|
"location": {
|
|
28386
28476
|
"filePath": "package-manager.ts",
|
|
28387
|
-
"line":
|
|
28477
|
+
"line": 158,
|
|
28388
28478
|
"character": 3
|
|
28389
28479
|
},
|
|
28390
28480
|
"doc": {
|
|
28391
28481
|
"__schema": "DocSchema",
|
|
28392
28482
|
"location": {
|
|
28393
28483
|
"filePath": "package-manager.ts",
|
|
28394
|
-
"line":
|
|
28484
|
+
"line": 154,
|
|
28395
28485
|
"character": 3
|
|
28396
28486
|
},
|
|
28397
28487
|
"raw": "/**\n * install dependencies\n * @param componentDirectoryMap\n */",
|
|
@@ -28401,7 +28491,7 @@
|
|
|
28401
28491
|
"__schema": "PropertyLikeTagSchema",
|
|
28402
28492
|
"location": {
|
|
28403
28493
|
"filePath": "package-manager.ts",
|
|
28404
|
-
"line":
|
|
28494
|
+
"line": 156,
|
|
28405
28495
|
"character": 6
|
|
28406
28496
|
},
|
|
28407
28497
|
"name": "componentDirectoryMap",
|
|
@@ -28416,7 +28506,7 @@
|
|
|
28416
28506
|
"__schema": "ParameterSchema",
|
|
28417
28507
|
"location": {
|
|
28418
28508
|
"filePath": "package-manager.ts",
|
|
28419
|
-
"line":
|
|
28509
|
+
"line": 159,
|
|
28420
28510
|
"character": 5
|
|
28421
28511
|
},
|
|
28422
28512
|
"name": "context",
|
|
@@ -28424,7 +28514,7 @@
|
|
|
28424
28514
|
"__schema": "TypeRefSchema",
|
|
28425
28515
|
"location": {
|
|
28426
28516
|
"filePath": "package-manager.ts",
|
|
28427
|
-
"line":
|
|
28517
|
+
"line": 159,
|
|
28428
28518
|
"character": 14
|
|
28429
28519
|
},
|
|
28430
28520
|
"name": "InstallationContext"
|
|
@@ -28436,7 +28526,7 @@
|
|
|
28436
28526
|
"__schema": "ParameterSchema",
|
|
28437
28527
|
"location": {
|
|
28438
28528
|
"filePath": "package-manager.ts",
|
|
28439
|
-
"line":
|
|
28529
|
+
"line": 160,
|
|
28440
28530
|
"character": 5
|
|
28441
28531
|
},
|
|
28442
28532
|
"name": "options",
|
|
@@ -28444,7 +28534,7 @@
|
|
|
28444
28534
|
"__schema": "TypeRefSchema",
|
|
28445
28535
|
"location": {
|
|
28446
28536
|
"filePath": "package-manager.ts",
|
|
28447
|
-
"line":
|
|
28537
|
+
"line": 160,
|
|
28448
28538
|
"character": 14
|
|
28449
28539
|
},
|
|
28450
28540
|
"name": "PackageManagerInstallOptions"
|
|
@@ -28457,7 +28547,7 @@
|
|
|
28457
28547
|
"__schema": "TypeRefSchema",
|
|
28458
28548
|
"location": {
|
|
28459
28549
|
"filePath": "package-manager.ts",
|
|
28460
|
-
"line":
|
|
28550
|
+
"line": 161,
|
|
28461
28551
|
"character": 6
|
|
28462
28552
|
},
|
|
28463
28553
|
"name": "Promise",
|
|
@@ -28466,7 +28556,7 @@
|
|
|
28466
28556
|
"__schema": "TypeLiteralSchema",
|
|
28467
28557
|
"location": {
|
|
28468
28558
|
"filePath": "package-manager.ts",
|
|
28469
|
-
"line":
|
|
28559
|
+
"line": 161,
|
|
28470
28560
|
"character": 14
|
|
28471
28561
|
},
|
|
28472
28562
|
"members": [
|
|
@@ -28474,7 +28564,7 @@
|
|
|
28474
28564
|
"__schema": "VariableLikeSchema",
|
|
28475
28565
|
"location": {
|
|
28476
28566
|
"filePath": "package-manager.ts",
|
|
28477
|
-
"line":
|
|
28567
|
+
"line": 161,
|
|
28478
28568
|
"character": 16
|
|
28479
28569
|
},
|
|
28480
28570
|
"signature": "(property) dependenciesChanged: boolean",
|
|
@@ -28483,7 +28573,7 @@
|
|
|
28483
28573
|
"__schema": "KeywordTypeSchema",
|
|
28484
28574
|
"location": {
|
|
28485
28575
|
"filePath": "package-manager.ts",
|
|
28486
|
-
"line":
|
|
28576
|
+
"line": 161,
|
|
28487
28577
|
"character": 37
|
|
28488
28578
|
},
|
|
28489
28579
|
"name": "boolean"
|
|
@@ -28500,7 +28590,7 @@
|
|
|
28500
28590
|
"__schema": "FunctionLikeSchema",
|
|
28501
28591
|
"location": {
|
|
28502
28592
|
"filePath": "package-manager.ts",
|
|
28503
|
-
"line":
|
|
28593
|
+
"line": 163,
|
|
28504
28594
|
"character": 3
|
|
28505
28595
|
},
|
|
28506
28596
|
"signature": "(method) PackageManager.pruneModules?(rootDir: string): Promise<void>",
|
|
@@ -28510,7 +28600,7 @@
|
|
|
28510
28600
|
"__schema": "ParameterSchema",
|
|
28511
28601
|
"location": {
|
|
28512
28602
|
"filePath": "package-manager.ts",
|
|
28513
|
-
"line":
|
|
28603
|
+
"line": 163,
|
|
28514
28604
|
"character": 17
|
|
28515
28605
|
},
|
|
28516
28606
|
"name": "rootDir",
|
|
@@ -28518,7 +28608,7 @@
|
|
|
28518
28608
|
"__schema": "KeywordTypeSchema",
|
|
28519
28609
|
"location": {
|
|
28520
28610
|
"filePath": "package-manager.ts",
|
|
28521
|
-
"line":
|
|
28611
|
+
"line": 163,
|
|
28522
28612
|
"character": 26
|
|
28523
28613
|
},
|
|
28524
28614
|
"name": "string"
|
|
@@ -28531,7 +28621,7 @@
|
|
|
28531
28621
|
"__schema": "TypeRefSchema",
|
|
28532
28622
|
"location": {
|
|
28533
28623
|
"filePath": "package-manager.ts",
|
|
28534
|
-
"line":
|
|
28624
|
+
"line": 163,
|
|
28535
28625
|
"character": 35
|
|
28536
28626
|
},
|
|
28537
28627
|
"name": "Promise",
|
|
@@ -28540,7 +28630,7 @@
|
|
|
28540
28630
|
"__schema": "KeywordTypeSchema",
|
|
28541
28631
|
"location": {
|
|
28542
28632
|
"filePath": "package-manager.ts",
|
|
28543
|
-
"line":
|
|
28633
|
+
"line": 163,
|
|
28544
28634
|
"character": 43
|
|
28545
28635
|
},
|
|
28546
28636
|
"name": "void"
|
|
@@ -28553,7 +28643,7 @@
|
|
|
28553
28643
|
"__schema": "FunctionLikeSchema",
|
|
28554
28644
|
"location": {
|
|
28555
28645
|
"filePath": "package-manager.ts",
|
|
28556
|
-
"line":
|
|
28646
|
+
"line": 165,
|
|
28557
28647
|
"character": 3
|
|
28558
28648
|
},
|
|
28559
28649
|
"signature": "(method) PackageManager.resolveRemoteVersion(packageName: string, options: PackageManagerResolveRemoteVersionOptions): Promise<ResolvedPackageVersion>",
|
|
@@ -28563,7 +28653,7 @@
|
|
|
28563
28653
|
"__schema": "ParameterSchema",
|
|
28564
28654
|
"location": {
|
|
28565
28655
|
"filePath": "package-manager.ts",
|
|
28566
|
-
"line":
|
|
28656
|
+
"line": 166,
|
|
28567
28657
|
"character": 5
|
|
28568
28658
|
},
|
|
28569
28659
|
"name": "packageName",
|
|
@@ -28571,7 +28661,7 @@
|
|
|
28571
28661
|
"__schema": "KeywordTypeSchema",
|
|
28572
28662
|
"location": {
|
|
28573
28663
|
"filePath": "package-manager.ts",
|
|
28574
|
-
"line":
|
|
28664
|
+
"line": 166,
|
|
28575
28665
|
"character": 18
|
|
28576
28666
|
},
|
|
28577
28667
|
"name": "string"
|
|
@@ -28583,7 +28673,7 @@
|
|
|
28583
28673
|
"__schema": "ParameterSchema",
|
|
28584
28674
|
"location": {
|
|
28585
28675
|
"filePath": "package-manager.ts",
|
|
28586
|
-
"line":
|
|
28676
|
+
"line": 167,
|
|
28587
28677
|
"character": 5
|
|
28588
28678
|
},
|
|
28589
28679
|
"name": "options",
|
|
@@ -28591,7 +28681,7 @@
|
|
|
28591
28681
|
"__schema": "TypeRefSchema",
|
|
28592
28682
|
"location": {
|
|
28593
28683
|
"filePath": "package-manager.ts",
|
|
28594
|
-
"line":
|
|
28684
|
+
"line": 167,
|
|
28595
28685
|
"character": 14
|
|
28596
28686
|
},
|
|
28597
28687
|
"name": "PackageManagerResolveRemoteVersionOptions"
|
|
@@ -28604,7 +28694,7 @@
|
|
|
28604
28694
|
"__schema": "TypeRefSchema",
|
|
28605
28695
|
"location": {
|
|
28606
28696
|
"filePath": "package-manager.ts",
|
|
28607
|
-
"line":
|
|
28697
|
+
"line": 168,
|
|
28608
28698
|
"character": 6
|
|
28609
28699
|
},
|
|
28610
28700
|
"name": "Promise",
|
|
@@ -28613,7 +28703,7 @@
|
|
|
28613
28703
|
"__schema": "TypeRefSchema",
|
|
28614
28704
|
"location": {
|
|
28615
28705
|
"filePath": "package-manager.ts",
|
|
28616
|
-
"line":
|
|
28706
|
+
"line": 168,
|
|
28617
28707
|
"character": 14
|
|
28618
28708
|
},
|
|
28619
28709
|
"name": "ResolvedPackageVersion"
|
|
@@ -28626,7 +28716,7 @@
|
|
|
28626
28716
|
"__schema": "FunctionLikeSchema",
|
|
28627
28717
|
"location": {
|
|
28628
28718
|
"filePath": "package-manager.ts",
|
|
28629
|
-
"line":
|
|
28719
|
+
"line": 170,
|
|
28630
28720
|
"character": 3
|
|
28631
28721
|
},
|
|
28632
28722
|
"signature": "(method) PackageManager.getPeerDependencyIssues?(rootDir: string, manifests: Record<string, ProjectManifest>, options: PackageManagerGetPeerDependencyIssuesOptions): Promise<PeerDependencyIssuesByProjects>",
|
|
@@ -28636,7 +28726,7 @@
|
|
|
28636
28726
|
"__schema": "ParameterSchema",
|
|
28637
28727
|
"location": {
|
|
28638
28728
|
"filePath": "package-manager.ts",
|
|
28639
|
-
"line":
|
|
28729
|
+
"line": 171,
|
|
28640
28730
|
"character": 5
|
|
28641
28731
|
},
|
|
28642
28732
|
"name": "rootDir",
|
|
@@ -28644,7 +28734,7 @@
|
|
|
28644
28734
|
"__schema": "KeywordTypeSchema",
|
|
28645
28735
|
"location": {
|
|
28646
28736
|
"filePath": "package-manager.ts",
|
|
28647
|
-
"line":
|
|
28737
|
+
"line": 171,
|
|
28648
28738
|
"character": 14
|
|
28649
28739
|
},
|
|
28650
28740
|
"name": "string"
|
|
@@ -28656,7 +28746,7 @@
|
|
|
28656
28746
|
"__schema": "ParameterSchema",
|
|
28657
28747
|
"location": {
|
|
28658
28748
|
"filePath": "package-manager.ts",
|
|
28659
|
-
"line":
|
|
28749
|
+
"line": 172,
|
|
28660
28750
|
"character": 5
|
|
28661
28751
|
},
|
|
28662
28752
|
"name": "manifests",
|
|
@@ -28664,7 +28754,7 @@
|
|
|
28664
28754
|
"__schema": "TypeRefSchema",
|
|
28665
28755
|
"location": {
|
|
28666
28756
|
"filePath": "package-manager.ts",
|
|
28667
|
-
"line":
|
|
28757
|
+
"line": 172,
|
|
28668
28758
|
"character": 16
|
|
28669
28759
|
},
|
|
28670
28760
|
"name": "Record",
|
|
@@ -28673,7 +28763,7 @@
|
|
|
28673
28763
|
"__schema": "KeywordTypeSchema",
|
|
28674
28764
|
"location": {
|
|
28675
28765
|
"filePath": "package-manager.ts",
|
|
28676
|
-
"line":
|
|
28766
|
+
"line": 172,
|
|
28677
28767
|
"character": 23
|
|
28678
28768
|
},
|
|
28679
28769
|
"name": "string"
|
|
@@ -28682,7 +28772,7 @@
|
|
|
28682
28772
|
"__schema": "TypeRefSchema",
|
|
28683
28773
|
"location": {
|
|
28684
28774
|
"filePath": "package-manager.ts",
|
|
28685
|
-
"line":
|
|
28775
|
+
"line": 172,
|
|
28686
28776
|
"character": 31
|
|
28687
28777
|
},
|
|
28688
28778
|
"name": "ProjectManifest",
|
|
@@ -28697,7 +28787,7 @@
|
|
|
28697
28787
|
"__schema": "ParameterSchema",
|
|
28698
28788
|
"location": {
|
|
28699
28789
|
"filePath": "package-manager.ts",
|
|
28700
|
-
"line":
|
|
28790
|
+
"line": 173,
|
|
28701
28791
|
"character": 5
|
|
28702
28792
|
},
|
|
28703
28793
|
"name": "options",
|
|
@@ -28705,7 +28795,7 @@
|
|
|
28705
28795
|
"__schema": "TypeRefSchema",
|
|
28706
28796
|
"location": {
|
|
28707
28797
|
"filePath": "package-manager.ts",
|
|
28708
|
-
"line":
|
|
28798
|
+
"line": 173,
|
|
28709
28799
|
"character": 14
|
|
28710
28800
|
},
|
|
28711
28801
|
"name": "PackageManagerGetPeerDependencyIssuesOptions",
|
|
@@ -28719,7 +28809,7 @@
|
|
|
28719
28809
|
"__schema": "TypeRefSchema",
|
|
28720
28810
|
"location": {
|
|
28721
28811
|
"filePath": "package-manager.ts",
|
|
28722
|
-
"line":
|
|
28812
|
+
"line": 174,
|
|
28723
28813
|
"character": 6
|
|
28724
28814
|
},
|
|
28725
28815
|
"name": "Promise",
|
|
@@ -28728,7 +28818,7 @@
|
|
|
28728
28818
|
"__schema": "TypeRefSchema",
|
|
28729
28819
|
"location": {
|
|
28730
28820
|
"filePath": "package-manager.ts",
|
|
28731
|
-
"line":
|
|
28821
|
+
"line": 174,
|
|
28732
28822
|
"character": 14
|
|
28733
28823
|
},
|
|
28734
28824
|
"name": "PeerDependencyIssuesByProjects",
|
|
@@ -28742,7 +28832,7 @@
|
|
|
28742
28832
|
"__schema": "FunctionLikeSchema",
|
|
28743
28833
|
"location": {
|
|
28744
28834
|
"filePath": "package-manager.ts",
|
|
28745
|
-
"line":
|
|
28835
|
+
"line": 176,
|
|
28746
28836
|
"character": 3
|
|
28747
28837
|
},
|
|
28748
28838
|
"signature": "(method) PackageManager.getInjectedDirs?(rootDir: string, componentDir: string, packageName: string): Promise<string[]>",
|
|
@@ -28752,7 +28842,7 @@
|
|
|
28752
28842
|
"__schema": "ParameterSchema",
|
|
28753
28843
|
"location": {
|
|
28754
28844
|
"filePath": "package-manager.ts",
|
|
28755
|
-
"line":
|
|
28845
|
+
"line": 176,
|
|
28756
28846
|
"character": 20
|
|
28757
28847
|
},
|
|
28758
28848
|
"name": "rootDir",
|
|
@@ -28760,7 +28850,7 @@
|
|
|
28760
28850
|
"__schema": "KeywordTypeSchema",
|
|
28761
28851
|
"location": {
|
|
28762
28852
|
"filePath": "package-manager.ts",
|
|
28763
|
-
"line":
|
|
28853
|
+
"line": 176,
|
|
28764
28854
|
"character": 29
|
|
28765
28855
|
},
|
|
28766
28856
|
"name": "string"
|
|
@@ -28772,7 +28862,7 @@
|
|
|
28772
28862
|
"__schema": "ParameterSchema",
|
|
28773
28863
|
"location": {
|
|
28774
28864
|
"filePath": "package-manager.ts",
|
|
28775
|
-
"line":
|
|
28865
|
+
"line": 176,
|
|
28776
28866
|
"character": 37
|
|
28777
28867
|
},
|
|
28778
28868
|
"name": "componentDir",
|
|
@@ -28780,7 +28870,7 @@
|
|
|
28780
28870
|
"__schema": "KeywordTypeSchema",
|
|
28781
28871
|
"location": {
|
|
28782
28872
|
"filePath": "package-manager.ts",
|
|
28783
|
-
"line":
|
|
28873
|
+
"line": 176,
|
|
28784
28874
|
"character": 51
|
|
28785
28875
|
},
|
|
28786
28876
|
"name": "string"
|
|
@@ -28792,7 +28882,7 @@
|
|
|
28792
28882
|
"__schema": "ParameterSchema",
|
|
28793
28883
|
"location": {
|
|
28794
28884
|
"filePath": "package-manager.ts",
|
|
28795
|
-
"line":
|
|
28885
|
+
"line": 176,
|
|
28796
28886
|
"character": 59
|
|
28797
28887
|
},
|
|
28798
28888
|
"name": "packageName",
|
|
@@ -28800,7 +28890,7 @@
|
|
|
28800
28890
|
"__schema": "KeywordTypeSchema",
|
|
28801
28891
|
"location": {
|
|
28802
28892
|
"filePath": "package-manager.ts",
|
|
28803
|
-
"line":
|
|
28893
|
+
"line": 176,
|
|
28804
28894
|
"character": 72
|
|
28805
28895
|
},
|
|
28806
28896
|
"name": "string"
|
|
@@ -28813,7 +28903,7 @@
|
|
|
28813
28903
|
"__schema": "TypeRefSchema",
|
|
28814
28904
|
"location": {
|
|
28815
28905
|
"filePath": "package-manager.ts",
|
|
28816
|
-
"line":
|
|
28906
|
+
"line": 176,
|
|
28817
28907
|
"character": 81
|
|
28818
28908
|
},
|
|
28819
28909
|
"name": "Promise",
|
|
@@ -28822,14 +28912,14 @@
|
|
|
28822
28912
|
"__schema": "TypeArraySchema",
|
|
28823
28913
|
"location": {
|
|
28824
28914
|
"filePath": "package-manager.ts",
|
|
28825
|
-
"line":
|
|
28915
|
+
"line": 176,
|
|
28826
28916
|
"character": 89
|
|
28827
28917
|
},
|
|
28828
28918
|
"type": {
|
|
28829
28919
|
"__schema": "KeywordTypeSchema",
|
|
28830
28920
|
"location": {
|
|
28831
28921
|
"filePath": "package-manager.ts",
|
|
28832
|
-
"line":
|
|
28922
|
+
"line": 176,
|
|
28833
28923
|
"character": 89
|
|
28834
28924
|
},
|
|
28835
28925
|
"name": "string"
|
|
@@ -28843,7 +28933,7 @@
|
|
|
28843
28933
|
"__schema": "FunctionLikeSchema",
|
|
28844
28934
|
"location": {
|
|
28845
28935
|
"filePath": "package-manager.ts",
|
|
28846
|
-
"line":
|
|
28936
|
+
"line": 178,
|
|
28847
28937
|
"character": 3
|
|
28848
28938
|
},
|
|
28849
28939
|
"signature": "(method) PackageManager.getRegistries?(): Promise<Registries>",
|
|
@@ -28853,7 +28943,7 @@
|
|
|
28853
28943
|
"__schema": "TypeRefSchema",
|
|
28854
28944
|
"location": {
|
|
28855
28945
|
"filePath": "package-manager.ts",
|
|
28856
|
-
"line":
|
|
28946
|
+
"line": 178,
|
|
28857
28947
|
"character": 21
|
|
28858
28948
|
},
|
|
28859
28949
|
"name": "Promise",
|
|
@@ -28862,7 +28952,7 @@
|
|
|
28862
28952
|
"__schema": "TypeRefSchema",
|
|
28863
28953
|
"location": {
|
|
28864
28954
|
"filePath": "package-manager.ts",
|
|
28865
|
-
"line":
|
|
28955
|
+
"line": 178,
|
|
28866
28956
|
"character": 29
|
|
28867
28957
|
},
|
|
28868
28958
|
"name": "Registries"
|
|
@@ -28875,7 +28965,7 @@
|
|
|
28875
28965
|
"__schema": "FunctionLikeSchema",
|
|
28876
28966
|
"location": {
|
|
28877
28967
|
"filePath": "package-manager.ts",
|
|
28878
|
-
"line":
|
|
28968
|
+
"line": 180,
|
|
28879
28969
|
"character": 3
|
|
28880
28970
|
},
|
|
28881
28971
|
"signature": "(method) PackageManager.getProxyConfig?(): Promise<ProxyConfig>",
|
|
@@ -28885,7 +28975,7 @@
|
|
|
28885
28975
|
"__schema": "TypeRefSchema",
|
|
28886
28976
|
"location": {
|
|
28887
28977
|
"filePath": "package-manager.ts",
|
|
28888
|
-
"line":
|
|
28978
|
+
"line": 180,
|
|
28889
28979
|
"character": 22
|
|
28890
28980
|
},
|
|
28891
28981
|
"name": "Promise",
|
|
@@ -28894,7 +28984,7 @@
|
|
|
28894
28984
|
"__schema": "TypeRefSchema",
|
|
28895
28985
|
"location": {
|
|
28896
28986
|
"filePath": "package-manager.ts",
|
|
28897
|
-
"line":
|
|
28987
|
+
"line": 180,
|
|
28898
28988
|
"character": 30
|
|
28899
28989
|
},
|
|
28900
28990
|
"name": "ProxyConfig"
|
|
@@ -28907,7 +28997,7 @@
|
|
|
28907
28997
|
"__schema": "FunctionLikeSchema",
|
|
28908
28998
|
"location": {
|
|
28909
28999
|
"filePath": "package-manager.ts",
|
|
28910
|
-
"line":
|
|
29000
|
+
"line": 182,
|
|
28911
29001
|
"character": 3
|
|
28912
29002
|
},
|
|
28913
29003
|
"signature": "(method) PackageManager.getNetworkConfig?(): Promise<NetworkConfig>",
|
|
@@ -28917,7 +29007,7 @@
|
|
|
28917
29007
|
"__schema": "TypeRefSchema",
|
|
28918
29008
|
"location": {
|
|
28919
29009
|
"filePath": "package-manager.ts",
|
|
28920
|
-
"line":
|
|
29010
|
+
"line": 182,
|
|
28921
29011
|
"character": 24
|
|
28922
29012
|
},
|
|
28923
29013
|
"name": "Promise",
|
|
@@ -28926,7 +29016,7 @@
|
|
|
28926
29016
|
"__schema": "TypeRefSchema",
|
|
28927
29017
|
"location": {
|
|
28928
29018
|
"filePath": "package-manager.ts",
|
|
28929
|
-
"line":
|
|
29019
|
+
"line": 182,
|
|
28930
29020
|
"character": 32
|
|
28931
29021
|
},
|
|
28932
29022
|
"name": "NetworkConfig"
|
|
@@ -28939,14 +29029,14 @@
|
|
|
28939
29029
|
"__schema": "VariableLikeSchema",
|
|
28940
29030
|
"location": {
|
|
28941
29031
|
"filePath": "package-manager.ts",
|
|
28942
|
-
"line":
|
|
29032
|
+
"line": 189,
|
|
28943
29033
|
"character": 3
|
|
28944
29034
|
},
|
|
28945
29035
|
"doc": {
|
|
28946
29036
|
"__schema": "DocSchema",
|
|
28947
29037
|
"location": {
|
|
28948
29038
|
"filePath": "package-manager.ts",
|
|
28949
|
-
"line":
|
|
29039
|
+
"line": 184,
|
|
28950
29040
|
"character": 3
|
|
28951
29041
|
},
|
|
28952
29042
|
"raw": "/**\n * Specify if the package manager can be run with deduping on existing worksapce (which already contains root dependencies)\n * again, with a different context.\n * If the package manager is not capable of doing so, we want to disable the deduping.\n */",
|
|
@@ -28958,7 +29048,7 @@
|
|
|
28958
29048
|
"__schema": "FunctionLikeSchema",
|
|
28959
29049
|
"location": {
|
|
28960
29050
|
"filePath": "package-manager.ts",
|
|
28961
|
-
"line":
|
|
29051
|
+
"line": 189,
|
|
28962
29052
|
"character": 36
|
|
28963
29053
|
},
|
|
28964
29054
|
"signature": "(): boolean",
|
|
@@ -28968,7 +29058,7 @@
|
|
|
28968
29058
|
"__schema": "KeywordTypeSchema",
|
|
28969
29059
|
"location": {
|
|
28970
29060
|
"filePath": "package-manager.ts",
|
|
28971
|
-
"line":
|
|
29061
|
+
"line": 189,
|
|
28972
29062
|
"character": 42
|
|
28973
29063
|
},
|
|
28974
29064
|
"name": "boolean"
|
|
@@ -28981,14 +29071,14 @@
|
|
|
28981
29071
|
"__schema": "FunctionLikeSchema",
|
|
28982
29072
|
"location": {
|
|
28983
29073
|
"filePath": "package-manager.ts",
|
|
28984
|
-
"line":
|
|
29074
|
+
"line": 195,
|
|
28985
29075
|
"character": 3
|
|
28986
29076
|
},
|
|
28987
29077
|
"doc": {
|
|
28988
29078
|
"__schema": "DocSchema",
|
|
28989
29079
|
"location": {
|
|
28990
29080
|
"filePath": "package-manager.ts",
|
|
28991
|
-
"line":
|
|
29081
|
+
"line": 191,
|
|
28992
29082
|
"character": 3
|
|
28993
29083
|
},
|
|
28994
29084
|
"raw": "/**\n * Returns \"dependencies\" entries for \".bit_roots\".\n * These entries tell the package manager from where to the local components should be installed.\n */",
|
|
@@ -29001,7 +29091,7 @@
|
|
|
29001
29091
|
"__schema": "ParameterSchema",
|
|
29002
29092
|
"location": {
|
|
29003
29093
|
"filePath": "package-manager.ts",
|
|
29004
|
-
"line":
|
|
29094
|
+
"line": 195,
|
|
29005
29095
|
"character": 30
|
|
29006
29096
|
},
|
|
29007
29097
|
"name": "manifests",
|
|
@@ -29009,14 +29099,14 @@
|
|
|
29009
29099
|
"__schema": "TypeArraySchema",
|
|
29010
29100
|
"location": {
|
|
29011
29101
|
"filePath": "package-manager.ts",
|
|
29012
|
-
"line":
|
|
29102
|
+
"line": 195,
|
|
29013
29103
|
"character": 41
|
|
29014
29104
|
},
|
|
29015
29105
|
"type": {
|
|
29016
29106
|
"__schema": "TypeRefSchema",
|
|
29017
29107
|
"location": {
|
|
29018
29108
|
"filePath": "package-manager.ts",
|
|
29019
|
-
"line":
|
|
29109
|
+
"line": 195,
|
|
29020
29110
|
"character": 41
|
|
29021
29111
|
},
|
|
29022
29112
|
"name": "ProjectManifest",
|
|
@@ -29031,7 +29121,7 @@
|
|
|
29031
29121
|
"__schema": "TypeRefSchema",
|
|
29032
29122
|
"location": {
|
|
29033
29123
|
"filePath": "package-manager.ts",
|
|
29034
|
-
"line":
|
|
29124
|
+
"line": 195,
|
|
29035
29125
|
"character": 61
|
|
29036
29126
|
},
|
|
29037
29127
|
"name": "Record",
|
|
@@ -29040,7 +29130,7 @@
|
|
|
29040
29130
|
"__schema": "KeywordTypeSchema",
|
|
29041
29131
|
"location": {
|
|
29042
29132
|
"filePath": "package-manager.ts",
|
|
29043
|
-
"line":
|
|
29133
|
+
"line": 195,
|
|
29044
29134
|
"character": 68
|
|
29045
29135
|
},
|
|
29046
29136
|
"name": "string"
|
|
@@ -29049,7 +29139,7 @@
|
|
|
29049
29139
|
"__schema": "KeywordTypeSchema",
|
|
29050
29140
|
"location": {
|
|
29051
29141
|
"filePath": "package-manager.ts",
|
|
29052
|
-
"line":
|
|
29142
|
+
"line": 195,
|
|
29053
29143
|
"character": 76
|
|
29054
29144
|
},
|
|
29055
29145
|
"name": "string"
|
|
@@ -29062,7 +29152,7 @@
|
|
|
29062
29152
|
"__schema": "FunctionLikeSchema",
|
|
29063
29153
|
"location": {
|
|
29064
29154
|
"filePath": "package-manager.ts",
|
|
29065
|
-
"line":
|
|
29155
|
+
"line": 197,
|
|
29066
29156
|
"character": 3
|
|
29067
29157
|
},
|
|
29068
29158
|
"signature": "(method) PackageManager.findUsages?(depName: string, opts: {\n lockfileDir: string;\n depth?: number;\n}): Promise<string>",
|
|
@@ -29072,7 +29162,7 @@
|
|
|
29072
29162
|
"__schema": "ParameterSchema",
|
|
29073
29163
|
"location": {
|
|
29074
29164
|
"filePath": "package-manager.ts",
|
|
29075
|
-
"line":
|
|
29165
|
+
"line": 197,
|
|
29076
29166
|
"character": 15
|
|
29077
29167
|
},
|
|
29078
29168
|
"name": "depName",
|
|
@@ -29080,7 +29170,7 @@
|
|
|
29080
29170
|
"__schema": "KeywordTypeSchema",
|
|
29081
29171
|
"location": {
|
|
29082
29172
|
"filePath": "package-manager.ts",
|
|
29083
|
-
"line":
|
|
29173
|
+
"line": 197,
|
|
29084
29174
|
"character": 24
|
|
29085
29175
|
},
|
|
29086
29176
|
"name": "string"
|
|
@@ -29092,7 +29182,7 @@
|
|
|
29092
29182
|
"__schema": "ParameterSchema",
|
|
29093
29183
|
"location": {
|
|
29094
29184
|
"filePath": "package-manager.ts",
|
|
29095
|
-
"line":
|
|
29185
|
+
"line": 197,
|
|
29096
29186
|
"character": 32
|
|
29097
29187
|
},
|
|
29098
29188
|
"name": "opts",
|
|
@@ -29100,7 +29190,7 @@
|
|
|
29100
29190
|
"__schema": "TypeLiteralSchema",
|
|
29101
29191
|
"location": {
|
|
29102
29192
|
"filePath": "package-manager.ts",
|
|
29103
|
-
"line":
|
|
29193
|
+
"line": 197,
|
|
29104
29194
|
"character": 38
|
|
29105
29195
|
},
|
|
29106
29196
|
"members": [
|
|
@@ -29108,7 +29198,7 @@
|
|
|
29108
29198
|
"__schema": "VariableLikeSchema",
|
|
29109
29199
|
"location": {
|
|
29110
29200
|
"filePath": "package-manager.ts",
|
|
29111
|
-
"line":
|
|
29201
|
+
"line": 197,
|
|
29112
29202
|
"character": 40
|
|
29113
29203
|
},
|
|
29114
29204
|
"signature": "(property) lockfileDir: string",
|
|
@@ -29117,7 +29207,7 @@
|
|
|
29117
29207
|
"__schema": "KeywordTypeSchema",
|
|
29118
29208
|
"location": {
|
|
29119
29209
|
"filePath": "package-manager.ts",
|
|
29120
|
-
"line":
|
|
29210
|
+
"line": 197,
|
|
29121
29211
|
"character": 53
|
|
29122
29212
|
},
|
|
29123
29213
|
"name": "string"
|
|
@@ -29128,7 +29218,7 @@
|
|
|
29128
29218
|
"__schema": "VariableLikeSchema",
|
|
29129
29219
|
"location": {
|
|
29130
29220
|
"filePath": "package-manager.ts",
|
|
29131
|
-
"line":
|
|
29221
|
+
"line": 197,
|
|
29132
29222
|
"character": 61
|
|
29133
29223
|
},
|
|
29134
29224
|
"signature": "(property) depth?: number | undefined",
|
|
@@ -29137,7 +29227,7 @@
|
|
|
29137
29227
|
"__schema": "KeywordTypeSchema",
|
|
29138
29228
|
"location": {
|
|
29139
29229
|
"filePath": "package-manager.ts",
|
|
29140
|
-
"line":
|
|
29230
|
+
"line": 197,
|
|
29141
29231
|
"character": 69
|
|
29142
29232
|
},
|
|
29143
29233
|
"name": "number"
|
|
@@ -29154,7 +29244,7 @@
|
|
|
29154
29244
|
"__schema": "TypeRefSchema",
|
|
29155
29245
|
"location": {
|
|
29156
29246
|
"filePath": "package-manager.ts",
|
|
29157
|
-
"line":
|
|
29247
|
+
"line": 197,
|
|
29158
29248
|
"character": 80
|
|
29159
29249
|
},
|
|
29160
29250
|
"name": "Promise",
|
|
@@ -29163,7 +29253,7 @@
|
|
|
29163
29253
|
"__schema": "KeywordTypeSchema",
|
|
29164
29254
|
"location": {
|
|
29165
29255
|
"filePath": "package-manager.ts",
|
|
29166
|
-
"line":
|
|
29256
|
+
"line": 197,
|
|
29167
29257
|
"character": 88
|
|
29168
29258
|
},
|
|
29169
29259
|
"name": "string"
|
|
@@ -29193,7 +29283,7 @@
|
|
|
29193
29283
|
"line": 5,
|
|
29194
29284
|
"character": 1
|
|
29195
29285
|
},
|
|
29196
|
-
"signature": "type NodeLinker = \"
|
|
29286
|
+
"signature": "type NodeLinker = \"isolated\" | \"hoisted\"",
|
|
29197
29287
|
"name": "NodeLinker",
|
|
29198
29288
|
"type": {
|
|
29199
29289
|
"__schema": "TypeUnionSchema",
|
|
@@ -30153,7 +30243,7 @@
|
|
|
30153
30243
|
"__schema": "VariableLikeSchema",
|
|
30154
30244
|
"location": {
|
|
30155
30245
|
"filePath": "dependency-resolver-workspace-config.ts",
|
|
30156
|
-
"line":
|
|
30246
|
+
"line": 205,
|
|
30157
30247
|
"character": 3
|
|
30158
30248
|
},
|
|
30159
30249
|
"doc": {
|
|
@@ -30163,6 +30253,36 @@
|
|
|
30163
30253
|
"line": 201,
|
|
30164
30254
|
"character": 3
|
|
30165
30255
|
},
|
|
30256
|
+
"raw": "/**\n * When true, dependencies from the workspace are hoisted to node_modules/.pnpm/node_modules\n * even if they are found in the root node_modules\n */",
|
|
30257
|
+
"comment": "When true, dependencies from the workspace are hoisted to node_modules/.pnpm/node_modules\neven if they are found in the root node_modules"
|
|
30258
|
+
},
|
|
30259
|
+
"signature": "(property) DependencyResolverWorkspaceConfig.hoistInjectedDependencies?: boolean | undefined",
|
|
30260
|
+
"name": "hoistInjectedDependencies",
|
|
30261
|
+
"type": {
|
|
30262
|
+
"__schema": "KeywordTypeSchema",
|
|
30263
|
+
"location": {
|
|
30264
|
+
"filePath": "dependency-resolver-workspace-config.ts",
|
|
30265
|
+
"line": 205,
|
|
30266
|
+
"character": 31
|
|
30267
|
+
},
|
|
30268
|
+
"name": "boolean"
|
|
30269
|
+
},
|
|
30270
|
+
"isOptional": true
|
|
30271
|
+
},
|
|
30272
|
+
{
|
|
30273
|
+
"__schema": "VariableLikeSchema",
|
|
30274
|
+
"location": {
|
|
30275
|
+
"filePath": "dependency-resolver-workspace-config.ts",
|
|
30276
|
+
"line": 210,
|
|
30277
|
+
"character": 3
|
|
30278
|
+
},
|
|
30279
|
+
"doc": {
|
|
30280
|
+
"__schema": "DocSchema",
|
|
30281
|
+
"location": {
|
|
30282
|
+
"filePath": "dependency-resolver-workspace-config.ts",
|
|
30283
|
+
"line": 207,
|
|
30284
|
+
"character": 3
|
|
30285
|
+
},
|
|
30166
30286
|
"raw": "/**\n * Tells pnpm to automatically install peer dependencies. It is true by default.\n */",
|
|
30167
30287
|
"comment": "Tells pnpm to automatically install peer dependencies. It is true by default."
|
|
30168
30288
|
},
|
|
@@ -30172,7 +30292,7 @@
|
|
|
30172
30292
|
"__schema": "KeywordTypeSchema",
|
|
30173
30293
|
"location": {
|
|
30174
30294
|
"filePath": "dependency-resolver-workspace-config.ts",
|
|
30175
|
-
"line":
|
|
30295
|
+
"line": 210,
|
|
30176
30296
|
"character": 22
|
|
30177
30297
|
},
|
|
30178
30298
|
"name": "boolean"
|
|
@@ -40397,7 +40517,7 @@
|
|
|
40397
40517
|
"line": 3,
|
|
40398
40518
|
"character": 1
|
|
40399
40519
|
},
|
|
40400
|
-
"signature": "type WorkspaceDependencyLifecycleType = \"
|
|
40520
|
+
"signature": "type WorkspaceDependencyLifecycleType = \"peer\" | \"runtime\"",
|
|
40401
40521
|
"name": "WorkspaceDependencyLifecycleType",
|
|
40402
40522
|
"type": {
|
|
40403
40523
|
"__schema": "TypeUnionSchema",
|
|
@@ -45681,7 +45801,7 @@
|
|
|
45681
45801
|
"line": 41,
|
|
45682
45802
|
"character": 1
|
|
45683
45803
|
},
|
|
45684
|
-
"signature": "type DependencySource = \"
|
|
45804
|
+
"signature": "type DependencySource = \"config\" | \"env\" | \"auto\" | \"env-own\" | \"slots\"",
|
|
45685
45805
|
"name": "DependencySource",
|
|
45686
45806
|
"type": {
|
|
45687
45807
|
"__schema": "TypeUnionSchema",
|
|
@@ -48041,7 +48161,7 @@
|
|
|
48041
48161
|
"line": 31,
|
|
48042
48162
|
"character": 1
|
|
48043
48163
|
},
|
|
48044
|
-
"signature": "type EnvJsoncPolicyConfigKey = \"
|
|
48164
|
+
"signature": "type EnvJsoncPolicyConfigKey = \"peers\" | \"dev\" | \"runtime\"",
|
|
48045
48165
|
"name": "EnvJsoncPolicyConfigKey",
|
|
48046
48166
|
"type": {
|
|
48047
48167
|
"__schema": "TypeUnionSchema",
|
|
@@ -54571,7 +54691,7 @@
|
|
|
54571
54691
|
"componentId": {
|
|
54572
54692
|
"scope": "teambit.dependencies",
|
|
54573
54693
|
"name": "dependency-resolver",
|
|
54574
|
-
"version": "1.0.
|
|
54694
|
+
"version": "1.0.218"
|
|
54575
54695
|
},
|
|
54576
54696
|
"taggedModuleExports": []
|
|
54577
54697
|
}
|