@teambit/dependency-resolver 1.0.350 → 1.0.351
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 +31 -31
- package/artifacts/preview/teambit_dependencies_dependency_resolver-preview.js +1 -1
- package/artifacts/schema.json +205 -163
- package/dependencies/dependency-list.ts +12 -3
- package/dist/dependencies/dependency-list.d.ts +1 -1
- package/dist/dependencies/dependency-list.js +8 -3
- package/dist/dependencies/dependency-list.js.map +1 -1
- package/dist/{preview-1721877705696.js → preview-1721963947073.js} +2 -2
- package/package.json +15 -15
package/artifacts/schema.json
CHANGED
|
@@ -11975,23 +11975,23 @@
|
|
|
11975
11975
|
"line": 63,
|
|
11976
11976
|
"character": 3
|
|
11977
11977
|
},
|
|
11978
|
-
"signature": "(method) DependencyList.findByPkgNameOrCompId(id: string, version?: string): Dependency | undefined",
|
|
11978
|
+
"signature": "(method) DependencyList.findByPkgNameOrCompId(id: string, version?: string, lifecycle?: DependencyLifecycleType): Dependency | undefined",
|
|
11979
11979
|
"name": "findByPkgNameOrCompId",
|
|
11980
11980
|
"params": [
|
|
11981
11981
|
{
|
|
11982
11982
|
"__schema": "ParameterSchema",
|
|
11983
11983
|
"location": {
|
|
11984
11984
|
"filePath": "dependencies/dependency-list.ts",
|
|
11985
|
-
"line":
|
|
11986
|
-
"character":
|
|
11985
|
+
"line": 64,
|
|
11986
|
+
"character": 5
|
|
11987
11987
|
},
|
|
11988
11988
|
"name": "id",
|
|
11989
11989
|
"type": {
|
|
11990
11990
|
"__schema": "KeywordTypeSchema",
|
|
11991
11991
|
"location": {
|
|
11992
11992
|
"filePath": "dependencies/dependency-list.ts",
|
|
11993
|
-
"line":
|
|
11994
|
-
"character":
|
|
11993
|
+
"line": 64,
|
|
11994
|
+
"character": 9
|
|
11995
11995
|
},
|
|
11996
11996
|
"name": "string"
|
|
11997
11997
|
},
|
|
@@ -12002,37 +12002,58 @@
|
|
|
12002
12002
|
"__schema": "ParameterSchema",
|
|
12003
12003
|
"location": {
|
|
12004
12004
|
"filePath": "dependencies/dependency-list.ts",
|
|
12005
|
-
"line":
|
|
12006
|
-
"character":
|
|
12005
|
+
"line": 65,
|
|
12006
|
+
"character": 5
|
|
12007
12007
|
},
|
|
12008
12008
|
"name": "version",
|
|
12009
12009
|
"type": {
|
|
12010
12010
|
"__schema": "KeywordTypeSchema",
|
|
12011
12011
|
"location": {
|
|
12012
12012
|
"filePath": "dependencies/dependency-list.ts",
|
|
12013
|
-
"line":
|
|
12014
|
-
"character":
|
|
12013
|
+
"line": 65,
|
|
12014
|
+
"character": 15
|
|
12015
12015
|
},
|
|
12016
12016
|
"name": "string"
|
|
12017
12017
|
},
|
|
12018
12018
|
"isOptional": true,
|
|
12019
12019
|
"isSpread": false
|
|
12020
|
+
},
|
|
12021
|
+
{
|
|
12022
|
+
"__schema": "ParameterSchema",
|
|
12023
|
+
"location": {
|
|
12024
|
+
"filePath": "dependencies/dependency-list.ts",
|
|
12025
|
+
"line": 66,
|
|
12026
|
+
"character": 5
|
|
12027
|
+
},
|
|
12028
|
+
"name": "lifecycle",
|
|
12029
|
+
"type": {
|
|
12030
|
+
"__schema": "TypeRefSchema",
|
|
12031
|
+
"location": {
|
|
12032
|
+
"filePath": "dependencies/dependency-list.ts",
|
|
12033
|
+
"line": 66,
|
|
12034
|
+
"character": 16
|
|
12035
|
+
},
|
|
12036
|
+
"name": "DependencyLifecycleType"
|
|
12037
|
+
},
|
|
12038
|
+
"isOptional": true,
|
|
12039
|
+
"defaultValue": "'runtime'",
|
|
12040
|
+
"isSpread": false
|
|
12020
12041
|
}
|
|
12021
12042
|
],
|
|
12022
12043
|
"returnType": {
|
|
12023
12044
|
"__schema": "TypeUnionSchema",
|
|
12024
12045
|
"location": {
|
|
12025
12046
|
"filePath": "dependencies/dependency-list.ts",
|
|
12026
|
-
"line":
|
|
12027
|
-
"character":
|
|
12047
|
+
"line": 67,
|
|
12048
|
+
"character": 6
|
|
12028
12049
|
},
|
|
12029
12050
|
"types": [
|
|
12030
12051
|
{
|
|
12031
12052
|
"__schema": "TypeRefSchema",
|
|
12032
12053
|
"location": {
|
|
12033
12054
|
"filePath": "dependencies/dependency-list.ts",
|
|
12034
|
-
"line":
|
|
12035
|
-
"character":
|
|
12055
|
+
"line": 67,
|
|
12056
|
+
"character": 6
|
|
12036
12057
|
},
|
|
12037
12058
|
"name": "Dependency"
|
|
12038
12059
|
},
|
|
@@ -12040,8 +12061,8 @@
|
|
|
12040
12061
|
"__schema": "KeywordTypeSchema",
|
|
12041
12062
|
"location": {
|
|
12042
12063
|
"filePath": "dependencies/dependency-list.ts",
|
|
12043
|
-
"line":
|
|
12044
|
-
"character":
|
|
12064
|
+
"line": 67,
|
|
12065
|
+
"character": 19
|
|
12045
12066
|
},
|
|
12046
12067
|
"name": "undefined"
|
|
12047
12068
|
}
|
|
@@ -12053,7 +12074,7 @@
|
|
|
12053
12074
|
"__schema": "FunctionLikeSchema",
|
|
12054
12075
|
"location": {
|
|
12055
12076
|
"filePath": "dependencies/dependency-list.ts",
|
|
12056
|
-
"line":
|
|
12077
|
+
"line": 102,
|
|
12057
12078
|
"character": 3
|
|
12058
12079
|
},
|
|
12059
12080
|
"signature": "(method) DependencyList.forEach(predicate: (dep: Dependency, index?: number) => void): void",
|
|
@@ -12063,7 +12084,7 @@
|
|
|
12063
12084
|
"__schema": "ParameterSchema",
|
|
12064
12085
|
"location": {
|
|
12065
12086
|
"filePath": "dependencies/dependency-list.ts",
|
|
12066
|
-
"line":
|
|
12087
|
+
"line": 102,
|
|
12067
12088
|
"character": 11
|
|
12068
12089
|
},
|
|
12069
12090
|
"name": "predicate",
|
|
@@ -12071,7 +12092,7 @@
|
|
|
12071
12092
|
"__schema": "FunctionLikeSchema",
|
|
12072
12093
|
"location": {
|
|
12073
12094
|
"filePath": "dependencies/dependency-list.ts",
|
|
12074
|
-
"line":
|
|
12095
|
+
"line": 102,
|
|
12075
12096
|
"character": 22
|
|
12076
12097
|
},
|
|
12077
12098
|
"signature": "(dep: Dependency, index?: number): void",
|
|
@@ -12081,7 +12102,7 @@
|
|
|
12081
12102
|
"__schema": "ParameterSchema",
|
|
12082
12103
|
"location": {
|
|
12083
12104
|
"filePath": "dependencies/dependency-list.ts",
|
|
12084
|
-
"line":
|
|
12105
|
+
"line": 102,
|
|
12085
12106
|
"character": 23
|
|
12086
12107
|
},
|
|
12087
12108
|
"name": "dep",
|
|
@@ -12089,7 +12110,7 @@
|
|
|
12089
12110
|
"__schema": "TypeRefSchema",
|
|
12090
12111
|
"location": {
|
|
12091
12112
|
"filePath": "dependencies/dependency-list.ts",
|
|
12092
|
-
"line":
|
|
12113
|
+
"line": 102,
|
|
12093
12114
|
"character": 28
|
|
12094
12115
|
},
|
|
12095
12116
|
"name": "Dependency"
|
|
@@ -12101,7 +12122,7 @@
|
|
|
12101
12122
|
"__schema": "ParameterSchema",
|
|
12102
12123
|
"location": {
|
|
12103
12124
|
"filePath": "dependencies/dependency-list.ts",
|
|
12104
|
-
"line":
|
|
12125
|
+
"line": 102,
|
|
12105
12126
|
"character": 40
|
|
12106
12127
|
},
|
|
12107
12128
|
"name": "index",
|
|
@@ -12109,7 +12130,7 @@
|
|
|
12109
12130
|
"__schema": "KeywordTypeSchema",
|
|
12110
12131
|
"location": {
|
|
12111
12132
|
"filePath": "dependencies/dependency-list.ts",
|
|
12112
|
-
"line":
|
|
12133
|
+
"line": 102,
|
|
12113
12134
|
"character": 48
|
|
12114
12135
|
},
|
|
12115
12136
|
"name": "number"
|
|
@@ -12122,7 +12143,7 @@
|
|
|
12122
12143
|
"__schema": "KeywordTypeSchema",
|
|
12123
12144
|
"location": {
|
|
12124
12145
|
"filePath": "dependencies/dependency-list.ts",
|
|
12125
|
-
"line":
|
|
12146
|
+
"line": 102,
|
|
12126
12147
|
"character": 59
|
|
12127
12148
|
},
|
|
12128
12149
|
"name": "void"
|
|
@@ -12137,7 +12158,7 @@
|
|
|
12137
12158
|
"__schema": "KeywordTypeSchema",
|
|
12138
12159
|
"location": {
|
|
12139
12160
|
"filePath": "dependencies/dependency-list.ts",
|
|
12140
|
-
"line":
|
|
12161
|
+
"line": 102,
|
|
12141
12162
|
"character": 66
|
|
12142
12163
|
},
|
|
12143
12164
|
"name": "void"
|
|
@@ -12148,7 +12169,7 @@
|
|
|
12148
12169
|
"__schema": "FunctionLikeSchema",
|
|
12149
12170
|
"location": {
|
|
12150
12171
|
"filePath": "dependencies/dependency-list.ts",
|
|
12151
|
-
"line":
|
|
12172
|
+
"line": 106,
|
|
12152
12173
|
"character": 3
|
|
12153
12174
|
},
|
|
12154
12175
|
"signature": "(method) DependencyList.map(predicate: (dep: Dependency, index?: number) => any): any[]",
|
|
@@ -12158,7 +12179,7 @@
|
|
|
12158
12179
|
"__schema": "ParameterSchema",
|
|
12159
12180
|
"location": {
|
|
12160
12181
|
"filePath": "dependencies/dependency-list.ts",
|
|
12161
|
-
"line":
|
|
12182
|
+
"line": 106,
|
|
12162
12183
|
"character": 7
|
|
12163
12184
|
},
|
|
12164
12185
|
"name": "predicate",
|
|
@@ -12166,7 +12187,7 @@
|
|
|
12166
12187
|
"__schema": "FunctionLikeSchema",
|
|
12167
12188
|
"location": {
|
|
12168
12189
|
"filePath": "dependencies/dependency-list.ts",
|
|
12169
|
-
"line":
|
|
12190
|
+
"line": 106,
|
|
12170
12191
|
"character": 18
|
|
12171
12192
|
},
|
|
12172
12193
|
"signature": "(dep: Dependency, index?: number): any",
|
|
@@ -12176,7 +12197,7 @@
|
|
|
12176
12197
|
"__schema": "ParameterSchema",
|
|
12177
12198
|
"location": {
|
|
12178
12199
|
"filePath": "dependencies/dependency-list.ts",
|
|
12179
|
-
"line":
|
|
12200
|
+
"line": 106,
|
|
12180
12201
|
"character": 19
|
|
12181
12202
|
},
|
|
12182
12203
|
"name": "dep",
|
|
@@ -12184,7 +12205,7 @@
|
|
|
12184
12205
|
"__schema": "TypeRefSchema",
|
|
12185
12206
|
"location": {
|
|
12186
12207
|
"filePath": "dependencies/dependency-list.ts",
|
|
12187
|
-
"line":
|
|
12208
|
+
"line": 106,
|
|
12188
12209
|
"character": 24
|
|
12189
12210
|
},
|
|
12190
12211
|
"name": "Dependency"
|
|
@@ -12196,7 +12217,7 @@
|
|
|
12196
12217
|
"__schema": "ParameterSchema",
|
|
12197
12218
|
"location": {
|
|
12198
12219
|
"filePath": "dependencies/dependency-list.ts",
|
|
12199
|
-
"line":
|
|
12220
|
+
"line": 106,
|
|
12200
12221
|
"character": 36
|
|
12201
12222
|
},
|
|
12202
12223
|
"name": "index",
|
|
@@ -12204,7 +12225,7 @@
|
|
|
12204
12225
|
"__schema": "KeywordTypeSchema",
|
|
12205
12226
|
"location": {
|
|
12206
12227
|
"filePath": "dependencies/dependency-list.ts",
|
|
12207
|
-
"line":
|
|
12228
|
+
"line": 106,
|
|
12208
12229
|
"character": 44
|
|
12209
12230
|
},
|
|
12210
12231
|
"name": "number"
|
|
@@ -12217,7 +12238,7 @@
|
|
|
12217
12238
|
"__schema": "KeywordTypeSchema",
|
|
12218
12239
|
"location": {
|
|
12219
12240
|
"filePath": "dependencies/dependency-list.ts",
|
|
12220
|
-
"line":
|
|
12241
|
+
"line": 106,
|
|
12221
12242
|
"character": 55
|
|
12222
12243
|
},
|
|
12223
12244
|
"name": "any"
|
|
@@ -12232,7 +12253,7 @@
|
|
|
12232
12253
|
"__schema": "InferenceTypeSchema",
|
|
12233
12254
|
"location": {
|
|
12234
12255
|
"filePath": "dependencies/dependency-list.ts",
|
|
12235
|
-
"line":
|
|
12256
|
+
"line": 106,
|
|
12236
12257
|
"character": 3
|
|
12237
12258
|
},
|
|
12238
12259
|
"type": "any[]"
|
|
@@ -12243,7 +12264,7 @@
|
|
|
12243
12264
|
"__schema": "FunctionLikeSchema",
|
|
12244
12265
|
"location": {
|
|
12245
12266
|
"filePath": "dependencies/dependency-list.ts",
|
|
12246
|
-
"line":
|
|
12267
|
+
"line": 110,
|
|
12247
12268
|
"character": 3
|
|
12248
12269
|
},
|
|
12249
12270
|
"signature": "(method) DependencyList.filter(predicate: (dep: Dependency, index?: number) => boolean): DependencyList",
|
|
@@ -12253,7 +12274,7 @@
|
|
|
12253
12274
|
"__schema": "ParameterSchema",
|
|
12254
12275
|
"location": {
|
|
12255
12276
|
"filePath": "dependencies/dependency-list.ts",
|
|
12256
|
-
"line":
|
|
12277
|
+
"line": 110,
|
|
12257
12278
|
"character": 10
|
|
12258
12279
|
},
|
|
12259
12280
|
"name": "predicate",
|
|
@@ -12261,7 +12282,7 @@
|
|
|
12261
12282
|
"__schema": "FunctionLikeSchema",
|
|
12262
12283
|
"location": {
|
|
12263
12284
|
"filePath": "dependencies/dependency-list.ts",
|
|
12264
|
-
"line":
|
|
12285
|
+
"line": 110,
|
|
12265
12286
|
"character": 21
|
|
12266
12287
|
},
|
|
12267
12288
|
"signature": "(dep: Dependency, index?: number): boolean",
|
|
@@ -12271,7 +12292,7 @@
|
|
|
12271
12292
|
"__schema": "ParameterSchema",
|
|
12272
12293
|
"location": {
|
|
12273
12294
|
"filePath": "dependencies/dependency-list.ts",
|
|
12274
|
-
"line":
|
|
12295
|
+
"line": 110,
|
|
12275
12296
|
"character": 22
|
|
12276
12297
|
},
|
|
12277
12298
|
"name": "dep",
|
|
@@ -12279,7 +12300,7 @@
|
|
|
12279
12300
|
"__schema": "TypeRefSchema",
|
|
12280
12301
|
"location": {
|
|
12281
12302
|
"filePath": "dependencies/dependency-list.ts",
|
|
12282
|
-
"line":
|
|
12303
|
+
"line": 110,
|
|
12283
12304
|
"character": 27
|
|
12284
12305
|
},
|
|
12285
12306
|
"name": "Dependency"
|
|
@@ -12291,7 +12312,7 @@
|
|
|
12291
12312
|
"__schema": "ParameterSchema",
|
|
12292
12313
|
"location": {
|
|
12293
12314
|
"filePath": "dependencies/dependency-list.ts",
|
|
12294
|
-
"line":
|
|
12315
|
+
"line": 110,
|
|
12295
12316
|
"character": 39
|
|
12296
12317
|
},
|
|
12297
12318
|
"name": "index",
|
|
@@ -12299,7 +12320,7 @@
|
|
|
12299
12320
|
"__schema": "KeywordTypeSchema",
|
|
12300
12321
|
"location": {
|
|
12301
12322
|
"filePath": "dependencies/dependency-list.ts",
|
|
12302
|
-
"line":
|
|
12323
|
+
"line": 110,
|
|
12303
12324
|
"character": 47
|
|
12304
12325
|
},
|
|
12305
12326
|
"name": "number"
|
|
@@ -12312,7 +12333,7 @@
|
|
|
12312
12333
|
"__schema": "KeywordTypeSchema",
|
|
12313
12334
|
"location": {
|
|
12314
12335
|
"filePath": "dependencies/dependency-list.ts",
|
|
12315
|
-
"line":
|
|
12336
|
+
"line": 110,
|
|
12316
12337
|
"character": 58
|
|
12317
12338
|
},
|
|
12318
12339
|
"name": "boolean"
|
|
@@ -12327,7 +12348,7 @@
|
|
|
12327
12348
|
"__schema": "TypeRefSchema",
|
|
12328
12349
|
"location": {
|
|
12329
12350
|
"filePath": "dependencies/dependency-list.ts",
|
|
12330
|
-
"line":
|
|
12351
|
+
"line": 110,
|
|
12331
12352
|
"character": 3
|
|
12332
12353
|
},
|
|
12333
12354
|
"name": "DependencyList"
|
|
@@ -12338,7 +12359,7 @@
|
|
|
12338
12359
|
"__schema": "FunctionLikeSchema",
|
|
12339
12360
|
"location": {
|
|
12340
12361
|
"filePath": "dependencies/dependency-list.ts",
|
|
12341
|
-
"line":
|
|
12362
|
+
"line": 115,
|
|
12342
12363
|
"character": 3
|
|
12343
12364
|
},
|
|
12344
12365
|
"signature": "(method) DependencyList.filterHidden(): DependencyList",
|
|
@@ -12348,7 +12369,7 @@
|
|
|
12348
12369
|
"__schema": "TypeRefSchema",
|
|
12349
12370
|
"location": {
|
|
12350
12371
|
"filePath": "dependencies/dependency-list.ts",
|
|
12351
|
-
"line":
|
|
12372
|
+
"line": 115,
|
|
12352
12373
|
"character": 3
|
|
12353
12374
|
},
|
|
12354
12375
|
"name": "DependencyList"
|
|
@@ -12359,7 +12380,7 @@
|
|
|
12359
12380
|
"__schema": "FunctionLikeSchema",
|
|
12360
12381
|
"location": {
|
|
12361
12382
|
"filePath": "dependencies/dependency-list.ts",
|
|
12362
|
-
"line":
|
|
12383
|
+
"line": 119,
|
|
12363
12384
|
"character": 3
|
|
12364
12385
|
},
|
|
12365
12386
|
"signature": "(method) DependencyList.toTypeArray<T extends Dependency>(typeName: string): T[]",
|
|
@@ -12369,7 +12390,7 @@
|
|
|
12369
12390
|
"__schema": "ParameterSchema",
|
|
12370
12391
|
"location": {
|
|
12371
12392
|
"filePath": "dependencies/dependency-list.ts",
|
|
12372
|
-
"line":
|
|
12393
|
+
"line": 119,
|
|
12373
12394
|
"character": 37
|
|
12374
12395
|
},
|
|
12375
12396
|
"name": "typeName",
|
|
@@ -12377,7 +12398,7 @@
|
|
|
12377
12398
|
"__schema": "KeywordTypeSchema",
|
|
12378
12399
|
"location": {
|
|
12379
12400
|
"filePath": "dependencies/dependency-list.ts",
|
|
12380
|
-
"line":
|
|
12401
|
+
"line": 119,
|
|
12381
12402
|
"character": 47
|
|
12382
12403
|
},
|
|
12383
12404
|
"name": "string"
|
|
@@ -12390,14 +12411,14 @@
|
|
|
12390
12411
|
"__schema": "TypeArraySchema",
|
|
12391
12412
|
"location": {
|
|
12392
12413
|
"filePath": "dependencies/dependency-list.ts",
|
|
12393
|
-
"line":
|
|
12414
|
+
"line": 119,
|
|
12394
12415
|
"character": 56
|
|
12395
12416
|
},
|
|
12396
12417
|
"type": {
|
|
12397
12418
|
"__schema": "TypeRefSchema",
|
|
12398
12419
|
"location": {
|
|
12399
12420
|
"filePath": "dependencies/dependency-list.ts",
|
|
12400
|
-
"line":
|
|
12421
|
+
"line": 119,
|
|
12401
12422
|
"character": 56
|
|
12402
12423
|
},
|
|
12403
12424
|
"name": "T"
|
|
@@ -12412,7 +12433,7 @@
|
|
|
12412
12433
|
"__schema": "FunctionLikeSchema",
|
|
12413
12434
|
"location": {
|
|
12414
12435
|
"filePath": "dependencies/dependency-list.ts",
|
|
12415
|
-
"line":
|
|
12436
|
+
"line": 124,
|
|
12416
12437
|
"character": 3
|
|
12417
12438
|
},
|
|
12418
12439
|
"signature": "(method) DependencyList.byTypeName(typeName: string): DependencyList",
|
|
@@ -12422,7 +12443,7 @@
|
|
|
12422
12443
|
"__schema": "ParameterSchema",
|
|
12423
12444
|
"location": {
|
|
12424
12445
|
"filePath": "dependencies/dependency-list.ts",
|
|
12425
|
-
"line":
|
|
12446
|
+
"line": 124,
|
|
12426
12447
|
"character": 14
|
|
12427
12448
|
},
|
|
12428
12449
|
"name": "typeName",
|
|
@@ -12430,7 +12451,7 @@
|
|
|
12430
12451
|
"__schema": "KeywordTypeSchema",
|
|
12431
12452
|
"location": {
|
|
12432
12453
|
"filePath": "dependencies/dependency-list.ts",
|
|
12433
|
-
"line":
|
|
12454
|
+
"line": 124,
|
|
12434
12455
|
"character": 24
|
|
12435
12456
|
},
|
|
12436
12457
|
"name": "string"
|
|
@@ -12443,7 +12464,7 @@
|
|
|
12443
12464
|
"__schema": "TypeRefSchema",
|
|
12444
12465
|
"location": {
|
|
12445
12466
|
"filePath": "dependencies/dependency-list.ts",
|
|
12446
|
-
"line":
|
|
12467
|
+
"line": 124,
|
|
12447
12468
|
"character": 3
|
|
12448
12469
|
},
|
|
12449
12470
|
"name": "DependencyList"
|
|
@@ -12454,7 +12475,7 @@
|
|
|
12454
12475
|
"__schema": "FunctionLikeSchema",
|
|
12455
12476
|
"location": {
|
|
12456
12477
|
"filePath": "dependencies/dependency-list.ts",
|
|
12457
|
-
"line":
|
|
12478
|
+
"line": 129,
|
|
12458
12479
|
"character": 3
|
|
12459
12480
|
},
|
|
12460
12481
|
"signature": "(method) DependencyList.byLifecycle(lifecycle: DependencyLifecycleType): DependencyList",
|
|
@@ -12464,7 +12485,7 @@
|
|
|
12464
12485
|
"__schema": "ParameterSchema",
|
|
12465
12486
|
"location": {
|
|
12466
12487
|
"filePath": "dependencies/dependency-list.ts",
|
|
12467
|
-
"line":
|
|
12488
|
+
"line": 129,
|
|
12468
12489
|
"character": 15
|
|
12469
12490
|
},
|
|
12470
12491
|
"name": "lifecycle",
|
|
@@ -12472,7 +12493,7 @@
|
|
|
12472
12493
|
"__schema": "TypeRefSchema",
|
|
12473
12494
|
"location": {
|
|
12474
12495
|
"filePath": "dependencies/dependency-list.ts",
|
|
12475
|
-
"line":
|
|
12496
|
+
"line": 129,
|
|
12476
12497
|
"character": 26
|
|
12477
12498
|
},
|
|
12478
12499
|
"name": "DependencyLifecycleType"
|
|
@@ -12485,7 +12506,7 @@
|
|
|
12485
12506
|
"__schema": "TypeRefSchema",
|
|
12486
12507
|
"location": {
|
|
12487
12508
|
"filePath": "dependencies/dependency-list.ts",
|
|
12488
|
-
"line":
|
|
12509
|
+
"line": 129,
|
|
12489
12510
|
"character": 3
|
|
12490
12511
|
},
|
|
12491
12512
|
"name": "DependencyList"
|
|
@@ -12496,7 +12517,7 @@
|
|
|
12496
12517
|
"__schema": "FunctionLikeSchema",
|
|
12497
12518
|
"location": {
|
|
12498
12519
|
"filePath": "dependencies/dependency-list.ts",
|
|
12499
|
-
"line":
|
|
12520
|
+
"line": 134,
|
|
12500
12521
|
"character": 3
|
|
12501
12522
|
},
|
|
12502
12523
|
"signature": "(method) DependencyList.serialize(): SerializedDependency[]",
|
|
@@ -12506,14 +12527,14 @@
|
|
|
12506
12527
|
"__schema": "TypeArraySchema",
|
|
12507
12528
|
"location": {
|
|
12508
12529
|
"filePath": "dependencies/dependency-list.ts",
|
|
12509
|
-
"line":
|
|
12530
|
+
"line": 134,
|
|
12510
12531
|
"character": 16
|
|
12511
12532
|
},
|
|
12512
12533
|
"type": {
|
|
12513
12534
|
"__schema": "TypeRefSchema",
|
|
12514
12535
|
"location": {
|
|
12515
12536
|
"filePath": "dependencies/dependency-list.ts",
|
|
12516
|
-
"line":
|
|
12537
|
+
"line": 134,
|
|
12517
12538
|
"character": 16
|
|
12518
12539
|
},
|
|
12519
12540
|
"name": "SerializedDependency"
|
|
@@ -12525,7 +12546,7 @@
|
|
|
12525
12546
|
"__schema": "FunctionLikeSchema",
|
|
12526
12547
|
"location": {
|
|
12527
12548
|
"filePath": "dependencies/dependency-list.ts",
|
|
12528
|
-
"line":
|
|
12549
|
+
"line": 141,
|
|
12529
12550
|
"character": 3
|
|
12530
12551
|
},
|
|
12531
12552
|
"signature": "(method) DependencyList.getComponentDependencies(): ComponentDependency[]",
|
|
@@ -12535,14 +12556,14 @@
|
|
|
12535
12556
|
"__schema": "TypeArraySchema",
|
|
12536
12557
|
"location": {
|
|
12537
12558
|
"filePath": "dependencies/dependency-list.ts",
|
|
12538
|
-
"line":
|
|
12559
|
+
"line": 141,
|
|
12539
12560
|
"character": 31
|
|
12540
12561
|
},
|
|
12541
12562
|
"type": {
|
|
12542
12563
|
"__schema": "TypeRefSchema",
|
|
12543
12564
|
"location": {
|
|
12544
12565
|
"filePath": "dependencies/dependency-list.ts",
|
|
12545
|
-
"line":
|
|
12566
|
+
"line": 141,
|
|
12546
12567
|
"character": 31
|
|
12547
12568
|
},
|
|
12548
12569
|
"name": "ComponentDependency"
|
|
@@ -12554,7 +12575,7 @@
|
|
|
12554
12575
|
"__schema": "FunctionLikeSchema",
|
|
12555
12576
|
"location": {
|
|
12556
12577
|
"filePath": "dependencies/dependency-list.ts",
|
|
12557
|
-
"line":
|
|
12578
|
+
"line": 145,
|
|
12558
12579
|
"character": 3
|
|
12559
12580
|
},
|
|
12560
12581
|
"signature": "(method) DependencyList.toDependenciesManifest(): Required<DependenciesManifest>",
|
|
@@ -12564,7 +12585,7 @@
|
|
|
12564
12585
|
"__schema": "TypeRefSchema",
|
|
12565
12586
|
"location": {
|
|
12566
12587
|
"filePath": "dependencies/dependency-list.ts",
|
|
12567
|
-
"line":
|
|
12588
|
+
"line": 145,
|
|
12568
12589
|
"character": 29
|
|
12569
12590
|
},
|
|
12570
12591
|
"name": "Required",
|
|
@@ -12573,7 +12594,7 @@
|
|
|
12573
12594
|
"__schema": "TypeRefSchema",
|
|
12574
12595
|
"location": {
|
|
12575
12596
|
"filePath": "dependencies/dependency-list.ts",
|
|
12576
|
-
"line":
|
|
12597
|
+
"line": 145,
|
|
12577
12598
|
"character": 38
|
|
12578
12599
|
},
|
|
12579
12600
|
"name": "DependenciesManifest"
|
|
@@ -12586,7 +12607,7 @@
|
|
|
12586
12607
|
"__schema": "FunctionLikeSchema",
|
|
12587
12608
|
"location": {
|
|
12588
12609
|
"filePath": "dependencies/dependency-list.ts",
|
|
12589
|
-
"line":
|
|
12610
|
+
"line": 169,
|
|
12590
12611
|
"character": 3
|
|
12591
12612
|
},
|
|
12592
12613
|
"signature": "(method) DependencyList.merge(lists: DependencyList[]): DependencyList",
|
|
@@ -12596,7 +12617,7 @@
|
|
|
12596
12617
|
"__schema": "ParameterSchema",
|
|
12597
12618
|
"location": {
|
|
12598
12619
|
"filePath": "dependencies/dependency-list.ts",
|
|
12599
|
-
"line":
|
|
12620
|
+
"line": 169,
|
|
12600
12621
|
"character": 16
|
|
12601
12622
|
},
|
|
12602
12623
|
"name": "lists",
|
|
@@ -12604,14 +12625,14 @@
|
|
|
12604
12625
|
"__schema": "TypeArraySchema",
|
|
12605
12626
|
"location": {
|
|
12606
12627
|
"filePath": "dependencies/dependency-list.ts",
|
|
12607
|
-
"line":
|
|
12628
|
+
"line": 169,
|
|
12608
12629
|
"character": 23
|
|
12609
12630
|
},
|
|
12610
12631
|
"type": {
|
|
12611
12632
|
"__schema": "TypeRefSchema",
|
|
12612
12633
|
"location": {
|
|
12613
12634
|
"filePath": "dependencies/dependency-list.ts",
|
|
12614
|
-
"line":
|
|
12635
|
+
"line": 169,
|
|
12615
12636
|
"character": 23
|
|
12616
12637
|
},
|
|
12617
12638
|
"name": "DependencyList"
|
|
@@ -12625,7 +12646,7 @@
|
|
|
12625
12646
|
"__schema": "TypeRefSchema",
|
|
12626
12647
|
"location": {
|
|
12627
12648
|
"filePath": "dependencies/dependency-list.ts",
|
|
12628
|
-
"line":
|
|
12649
|
+
"line": 169,
|
|
12629
12650
|
"character": 3
|
|
12630
12651
|
},
|
|
12631
12652
|
"name": "DependencyList"
|
|
@@ -12638,7 +12659,7 @@
|
|
|
12638
12659
|
"__schema": "FunctionLikeSchema",
|
|
12639
12660
|
"location": {
|
|
12640
12661
|
"filePath": "dependencies/dependency-list.ts",
|
|
12641
|
-
"line":
|
|
12662
|
+
"line": 178,
|
|
12642
12663
|
"character": 3
|
|
12643
12664
|
},
|
|
12644
12665
|
"signature": "(method) DependencyList.fromArray(dependencies: Array<Dependency>): DependencyList",
|
|
@@ -12648,7 +12669,7 @@
|
|
|
12648
12669
|
"__schema": "ParameterSchema",
|
|
12649
12670
|
"location": {
|
|
12650
12671
|
"filePath": "dependencies/dependency-list.ts",
|
|
12651
|
-
"line":
|
|
12672
|
+
"line": 178,
|
|
12652
12673
|
"character": 20
|
|
12653
12674
|
},
|
|
12654
12675
|
"name": "dependencies",
|
|
@@ -12656,7 +12677,7 @@
|
|
|
12656
12677
|
"__schema": "TypeRefSchema",
|
|
12657
12678
|
"location": {
|
|
12658
12679
|
"filePath": "dependencies/dependency-list.ts",
|
|
12659
|
-
"line":
|
|
12680
|
+
"line": 178,
|
|
12660
12681
|
"character": 34
|
|
12661
12682
|
},
|
|
12662
12683
|
"name": "Array",
|
|
@@ -12665,7 +12686,7 @@
|
|
|
12665
12686
|
"__schema": "TypeRefSchema",
|
|
12666
12687
|
"location": {
|
|
12667
12688
|
"filePath": "dependencies/dependency-list.ts",
|
|
12668
|
-
"line":
|
|
12689
|
+
"line": 178,
|
|
12669
12690
|
"character": 40
|
|
12670
12691
|
},
|
|
12671
12692
|
"name": "Dependency"
|
|
@@ -12680,7 +12701,7 @@
|
|
|
12680
12701
|
"__schema": "TypeRefSchema",
|
|
12681
12702
|
"location": {
|
|
12682
12703
|
"filePath": "dependencies/dependency-list.ts",
|
|
12683
|
-
"line":
|
|
12704
|
+
"line": 178,
|
|
12684
12705
|
"character": 3
|
|
12685
12706
|
},
|
|
12686
12707
|
"name": "DependencyList"
|
|
@@ -40108,23 +40129,23 @@
|
|
|
40108
40129
|
"line": 63,
|
|
40109
40130
|
"character": 3
|
|
40110
40131
|
},
|
|
40111
|
-
"signature": "(method) DependencyList.findByPkgNameOrCompId(id: string, version?: string): Dependency | undefined",
|
|
40132
|
+
"signature": "(method) DependencyList.findByPkgNameOrCompId(id: string, version?: string, lifecycle?: DependencyLifecycleType): Dependency | undefined",
|
|
40112
40133
|
"name": "findByPkgNameOrCompId",
|
|
40113
40134
|
"params": [
|
|
40114
40135
|
{
|
|
40115
40136
|
"__schema": "ParameterSchema",
|
|
40116
40137
|
"location": {
|
|
40117
40138
|
"filePath": "dependencies/dependency-list.ts",
|
|
40118
|
-
"line":
|
|
40119
|
-
"character":
|
|
40139
|
+
"line": 64,
|
|
40140
|
+
"character": 5
|
|
40120
40141
|
},
|
|
40121
40142
|
"name": "id",
|
|
40122
40143
|
"type": {
|
|
40123
40144
|
"__schema": "KeywordTypeSchema",
|
|
40124
40145
|
"location": {
|
|
40125
40146
|
"filePath": "dependencies/dependency-list.ts",
|
|
40126
|
-
"line":
|
|
40127
|
-
"character":
|
|
40147
|
+
"line": 64,
|
|
40148
|
+
"character": 9
|
|
40128
40149
|
},
|
|
40129
40150
|
"name": "string"
|
|
40130
40151
|
},
|
|
@@ -40135,37 +40156,58 @@
|
|
|
40135
40156
|
"__schema": "ParameterSchema",
|
|
40136
40157
|
"location": {
|
|
40137
40158
|
"filePath": "dependencies/dependency-list.ts",
|
|
40138
|
-
"line":
|
|
40139
|
-
"character":
|
|
40159
|
+
"line": 65,
|
|
40160
|
+
"character": 5
|
|
40140
40161
|
},
|
|
40141
40162
|
"name": "version",
|
|
40142
40163
|
"type": {
|
|
40143
40164
|
"__schema": "KeywordTypeSchema",
|
|
40144
40165
|
"location": {
|
|
40145
40166
|
"filePath": "dependencies/dependency-list.ts",
|
|
40146
|
-
"line":
|
|
40147
|
-
"character":
|
|
40167
|
+
"line": 65,
|
|
40168
|
+
"character": 15
|
|
40148
40169
|
},
|
|
40149
40170
|
"name": "string"
|
|
40150
40171
|
},
|
|
40151
40172
|
"isOptional": true,
|
|
40152
40173
|
"isSpread": false
|
|
40174
|
+
},
|
|
40175
|
+
{
|
|
40176
|
+
"__schema": "ParameterSchema",
|
|
40177
|
+
"location": {
|
|
40178
|
+
"filePath": "dependencies/dependency-list.ts",
|
|
40179
|
+
"line": 66,
|
|
40180
|
+
"character": 5
|
|
40181
|
+
},
|
|
40182
|
+
"name": "lifecycle",
|
|
40183
|
+
"type": {
|
|
40184
|
+
"__schema": "TypeRefSchema",
|
|
40185
|
+
"location": {
|
|
40186
|
+
"filePath": "dependencies/dependency-list.ts",
|
|
40187
|
+
"line": 66,
|
|
40188
|
+
"character": 16
|
|
40189
|
+
},
|
|
40190
|
+
"name": "DependencyLifecycleType"
|
|
40191
|
+
},
|
|
40192
|
+
"isOptional": true,
|
|
40193
|
+
"defaultValue": "'runtime'",
|
|
40194
|
+
"isSpread": false
|
|
40153
40195
|
}
|
|
40154
40196
|
],
|
|
40155
40197
|
"returnType": {
|
|
40156
40198
|
"__schema": "TypeUnionSchema",
|
|
40157
40199
|
"location": {
|
|
40158
40200
|
"filePath": "dependencies/dependency-list.ts",
|
|
40159
|
-
"line":
|
|
40160
|
-
"character":
|
|
40201
|
+
"line": 67,
|
|
40202
|
+
"character": 6
|
|
40161
40203
|
},
|
|
40162
40204
|
"types": [
|
|
40163
40205
|
{
|
|
40164
40206
|
"__schema": "TypeRefSchema",
|
|
40165
40207
|
"location": {
|
|
40166
40208
|
"filePath": "dependencies/dependency-list.ts",
|
|
40167
|
-
"line":
|
|
40168
|
-
"character":
|
|
40209
|
+
"line": 67,
|
|
40210
|
+
"character": 6
|
|
40169
40211
|
},
|
|
40170
40212
|
"name": "Dependency"
|
|
40171
40213
|
},
|
|
@@ -40173,8 +40215,8 @@
|
|
|
40173
40215
|
"__schema": "KeywordTypeSchema",
|
|
40174
40216
|
"location": {
|
|
40175
40217
|
"filePath": "dependencies/dependency-list.ts",
|
|
40176
|
-
"line":
|
|
40177
|
-
"character":
|
|
40218
|
+
"line": 67,
|
|
40219
|
+
"character": 19
|
|
40178
40220
|
},
|
|
40179
40221
|
"name": "undefined"
|
|
40180
40222
|
}
|
|
@@ -40186,7 +40228,7 @@
|
|
|
40186
40228
|
"__schema": "FunctionLikeSchema",
|
|
40187
40229
|
"location": {
|
|
40188
40230
|
"filePath": "dependencies/dependency-list.ts",
|
|
40189
|
-
"line":
|
|
40231
|
+
"line": 102,
|
|
40190
40232
|
"character": 3
|
|
40191
40233
|
},
|
|
40192
40234
|
"signature": "(method) DependencyList.forEach(predicate: (dep: Dependency, index?: number) => void): void",
|
|
@@ -40196,7 +40238,7 @@
|
|
|
40196
40238
|
"__schema": "ParameterSchema",
|
|
40197
40239
|
"location": {
|
|
40198
40240
|
"filePath": "dependencies/dependency-list.ts",
|
|
40199
|
-
"line":
|
|
40241
|
+
"line": 102,
|
|
40200
40242
|
"character": 11
|
|
40201
40243
|
},
|
|
40202
40244
|
"name": "predicate",
|
|
@@ -40204,7 +40246,7 @@
|
|
|
40204
40246
|
"__schema": "FunctionLikeSchema",
|
|
40205
40247
|
"location": {
|
|
40206
40248
|
"filePath": "dependencies/dependency-list.ts",
|
|
40207
|
-
"line":
|
|
40249
|
+
"line": 102,
|
|
40208
40250
|
"character": 22
|
|
40209
40251
|
},
|
|
40210
40252
|
"signature": "(dep: Dependency, index?: number): void",
|
|
@@ -40214,7 +40256,7 @@
|
|
|
40214
40256
|
"__schema": "ParameterSchema",
|
|
40215
40257
|
"location": {
|
|
40216
40258
|
"filePath": "dependencies/dependency-list.ts",
|
|
40217
|
-
"line":
|
|
40259
|
+
"line": 102,
|
|
40218
40260
|
"character": 23
|
|
40219
40261
|
},
|
|
40220
40262
|
"name": "dep",
|
|
@@ -40222,7 +40264,7 @@
|
|
|
40222
40264
|
"__schema": "TypeRefSchema",
|
|
40223
40265
|
"location": {
|
|
40224
40266
|
"filePath": "dependencies/dependency-list.ts",
|
|
40225
|
-
"line":
|
|
40267
|
+
"line": 102,
|
|
40226
40268
|
"character": 28
|
|
40227
40269
|
},
|
|
40228
40270
|
"name": "Dependency"
|
|
@@ -40234,7 +40276,7 @@
|
|
|
40234
40276
|
"__schema": "ParameterSchema",
|
|
40235
40277
|
"location": {
|
|
40236
40278
|
"filePath": "dependencies/dependency-list.ts",
|
|
40237
|
-
"line":
|
|
40279
|
+
"line": 102,
|
|
40238
40280
|
"character": 40
|
|
40239
40281
|
},
|
|
40240
40282
|
"name": "index",
|
|
@@ -40242,7 +40284,7 @@
|
|
|
40242
40284
|
"__schema": "KeywordTypeSchema",
|
|
40243
40285
|
"location": {
|
|
40244
40286
|
"filePath": "dependencies/dependency-list.ts",
|
|
40245
|
-
"line":
|
|
40287
|
+
"line": 102,
|
|
40246
40288
|
"character": 48
|
|
40247
40289
|
},
|
|
40248
40290
|
"name": "number"
|
|
@@ -40255,7 +40297,7 @@
|
|
|
40255
40297
|
"__schema": "KeywordTypeSchema",
|
|
40256
40298
|
"location": {
|
|
40257
40299
|
"filePath": "dependencies/dependency-list.ts",
|
|
40258
|
-
"line":
|
|
40300
|
+
"line": 102,
|
|
40259
40301
|
"character": 59
|
|
40260
40302
|
},
|
|
40261
40303
|
"name": "void"
|
|
@@ -40270,7 +40312,7 @@
|
|
|
40270
40312
|
"__schema": "KeywordTypeSchema",
|
|
40271
40313
|
"location": {
|
|
40272
40314
|
"filePath": "dependencies/dependency-list.ts",
|
|
40273
|
-
"line":
|
|
40315
|
+
"line": 102,
|
|
40274
40316
|
"character": 66
|
|
40275
40317
|
},
|
|
40276
40318
|
"name": "void"
|
|
@@ -40281,7 +40323,7 @@
|
|
|
40281
40323
|
"__schema": "FunctionLikeSchema",
|
|
40282
40324
|
"location": {
|
|
40283
40325
|
"filePath": "dependencies/dependency-list.ts",
|
|
40284
|
-
"line":
|
|
40326
|
+
"line": 106,
|
|
40285
40327
|
"character": 3
|
|
40286
40328
|
},
|
|
40287
40329
|
"signature": "(method) DependencyList.map(predicate: (dep: Dependency, index?: number) => any): any[]",
|
|
@@ -40291,7 +40333,7 @@
|
|
|
40291
40333
|
"__schema": "ParameterSchema",
|
|
40292
40334
|
"location": {
|
|
40293
40335
|
"filePath": "dependencies/dependency-list.ts",
|
|
40294
|
-
"line":
|
|
40336
|
+
"line": 106,
|
|
40295
40337
|
"character": 7
|
|
40296
40338
|
},
|
|
40297
40339
|
"name": "predicate",
|
|
@@ -40299,7 +40341,7 @@
|
|
|
40299
40341
|
"__schema": "FunctionLikeSchema",
|
|
40300
40342
|
"location": {
|
|
40301
40343
|
"filePath": "dependencies/dependency-list.ts",
|
|
40302
|
-
"line":
|
|
40344
|
+
"line": 106,
|
|
40303
40345
|
"character": 18
|
|
40304
40346
|
},
|
|
40305
40347
|
"signature": "(dep: Dependency, index?: number): any",
|
|
@@ -40309,7 +40351,7 @@
|
|
|
40309
40351
|
"__schema": "ParameterSchema",
|
|
40310
40352
|
"location": {
|
|
40311
40353
|
"filePath": "dependencies/dependency-list.ts",
|
|
40312
|
-
"line":
|
|
40354
|
+
"line": 106,
|
|
40313
40355
|
"character": 19
|
|
40314
40356
|
},
|
|
40315
40357
|
"name": "dep",
|
|
@@ -40317,7 +40359,7 @@
|
|
|
40317
40359
|
"__schema": "TypeRefSchema",
|
|
40318
40360
|
"location": {
|
|
40319
40361
|
"filePath": "dependencies/dependency-list.ts",
|
|
40320
|
-
"line":
|
|
40362
|
+
"line": 106,
|
|
40321
40363
|
"character": 24
|
|
40322
40364
|
},
|
|
40323
40365
|
"name": "Dependency"
|
|
@@ -40329,7 +40371,7 @@
|
|
|
40329
40371
|
"__schema": "ParameterSchema",
|
|
40330
40372
|
"location": {
|
|
40331
40373
|
"filePath": "dependencies/dependency-list.ts",
|
|
40332
|
-
"line":
|
|
40374
|
+
"line": 106,
|
|
40333
40375
|
"character": 36
|
|
40334
40376
|
},
|
|
40335
40377
|
"name": "index",
|
|
@@ -40337,7 +40379,7 @@
|
|
|
40337
40379
|
"__schema": "KeywordTypeSchema",
|
|
40338
40380
|
"location": {
|
|
40339
40381
|
"filePath": "dependencies/dependency-list.ts",
|
|
40340
|
-
"line":
|
|
40382
|
+
"line": 106,
|
|
40341
40383
|
"character": 44
|
|
40342
40384
|
},
|
|
40343
40385
|
"name": "number"
|
|
@@ -40350,7 +40392,7 @@
|
|
|
40350
40392
|
"__schema": "KeywordTypeSchema",
|
|
40351
40393
|
"location": {
|
|
40352
40394
|
"filePath": "dependencies/dependency-list.ts",
|
|
40353
|
-
"line":
|
|
40395
|
+
"line": 106,
|
|
40354
40396
|
"character": 55
|
|
40355
40397
|
},
|
|
40356
40398
|
"name": "any"
|
|
@@ -40365,7 +40407,7 @@
|
|
|
40365
40407
|
"__schema": "InferenceTypeSchema",
|
|
40366
40408
|
"location": {
|
|
40367
40409
|
"filePath": "dependencies/dependency-list.ts",
|
|
40368
|
-
"line":
|
|
40410
|
+
"line": 106,
|
|
40369
40411
|
"character": 3
|
|
40370
40412
|
},
|
|
40371
40413
|
"type": "any[]"
|
|
@@ -40376,7 +40418,7 @@
|
|
|
40376
40418
|
"__schema": "FunctionLikeSchema",
|
|
40377
40419
|
"location": {
|
|
40378
40420
|
"filePath": "dependencies/dependency-list.ts",
|
|
40379
|
-
"line":
|
|
40421
|
+
"line": 110,
|
|
40380
40422
|
"character": 3
|
|
40381
40423
|
},
|
|
40382
40424
|
"signature": "(method) DependencyList.filter(predicate: (dep: Dependency, index?: number) => boolean): DependencyList",
|
|
@@ -40386,7 +40428,7 @@
|
|
|
40386
40428
|
"__schema": "ParameterSchema",
|
|
40387
40429
|
"location": {
|
|
40388
40430
|
"filePath": "dependencies/dependency-list.ts",
|
|
40389
|
-
"line":
|
|
40431
|
+
"line": 110,
|
|
40390
40432
|
"character": 10
|
|
40391
40433
|
},
|
|
40392
40434
|
"name": "predicate",
|
|
@@ -40394,7 +40436,7 @@
|
|
|
40394
40436
|
"__schema": "FunctionLikeSchema",
|
|
40395
40437
|
"location": {
|
|
40396
40438
|
"filePath": "dependencies/dependency-list.ts",
|
|
40397
|
-
"line":
|
|
40439
|
+
"line": 110,
|
|
40398
40440
|
"character": 21
|
|
40399
40441
|
},
|
|
40400
40442
|
"signature": "(dep: Dependency, index?: number): boolean",
|
|
@@ -40404,7 +40446,7 @@
|
|
|
40404
40446
|
"__schema": "ParameterSchema",
|
|
40405
40447
|
"location": {
|
|
40406
40448
|
"filePath": "dependencies/dependency-list.ts",
|
|
40407
|
-
"line":
|
|
40449
|
+
"line": 110,
|
|
40408
40450
|
"character": 22
|
|
40409
40451
|
},
|
|
40410
40452
|
"name": "dep",
|
|
@@ -40412,7 +40454,7 @@
|
|
|
40412
40454
|
"__schema": "TypeRefSchema",
|
|
40413
40455
|
"location": {
|
|
40414
40456
|
"filePath": "dependencies/dependency-list.ts",
|
|
40415
|
-
"line":
|
|
40457
|
+
"line": 110,
|
|
40416
40458
|
"character": 27
|
|
40417
40459
|
},
|
|
40418
40460
|
"name": "Dependency"
|
|
@@ -40424,7 +40466,7 @@
|
|
|
40424
40466
|
"__schema": "ParameterSchema",
|
|
40425
40467
|
"location": {
|
|
40426
40468
|
"filePath": "dependencies/dependency-list.ts",
|
|
40427
|
-
"line":
|
|
40469
|
+
"line": 110,
|
|
40428
40470
|
"character": 39
|
|
40429
40471
|
},
|
|
40430
40472
|
"name": "index",
|
|
@@ -40432,7 +40474,7 @@
|
|
|
40432
40474
|
"__schema": "KeywordTypeSchema",
|
|
40433
40475
|
"location": {
|
|
40434
40476
|
"filePath": "dependencies/dependency-list.ts",
|
|
40435
|
-
"line":
|
|
40477
|
+
"line": 110,
|
|
40436
40478
|
"character": 47
|
|
40437
40479
|
},
|
|
40438
40480
|
"name": "number"
|
|
@@ -40445,7 +40487,7 @@
|
|
|
40445
40487
|
"__schema": "KeywordTypeSchema",
|
|
40446
40488
|
"location": {
|
|
40447
40489
|
"filePath": "dependencies/dependency-list.ts",
|
|
40448
|
-
"line":
|
|
40490
|
+
"line": 110,
|
|
40449
40491
|
"character": 58
|
|
40450
40492
|
},
|
|
40451
40493
|
"name": "boolean"
|
|
@@ -40460,7 +40502,7 @@
|
|
|
40460
40502
|
"__schema": "TypeRefSchema",
|
|
40461
40503
|
"location": {
|
|
40462
40504
|
"filePath": "dependencies/dependency-list.ts",
|
|
40463
|
-
"line":
|
|
40505
|
+
"line": 110,
|
|
40464
40506
|
"character": 3
|
|
40465
40507
|
},
|
|
40466
40508
|
"name": "DependencyList"
|
|
@@ -40471,7 +40513,7 @@
|
|
|
40471
40513
|
"__schema": "FunctionLikeSchema",
|
|
40472
40514
|
"location": {
|
|
40473
40515
|
"filePath": "dependencies/dependency-list.ts",
|
|
40474
|
-
"line":
|
|
40516
|
+
"line": 115,
|
|
40475
40517
|
"character": 3
|
|
40476
40518
|
},
|
|
40477
40519
|
"signature": "(method) DependencyList.filterHidden(): DependencyList",
|
|
@@ -40481,7 +40523,7 @@
|
|
|
40481
40523
|
"__schema": "TypeRefSchema",
|
|
40482
40524
|
"location": {
|
|
40483
40525
|
"filePath": "dependencies/dependency-list.ts",
|
|
40484
|
-
"line":
|
|
40526
|
+
"line": 115,
|
|
40485
40527
|
"character": 3
|
|
40486
40528
|
},
|
|
40487
40529
|
"name": "DependencyList"
|
|
@@ -40492,7 +40534,7 @@
|
|
|
40492
40534
|
"__schema": "FunctionLikeSchema",
|
|
40493
40535
|
"location": {
|
|
40494
40536
|
"filePath": "dependencies/dependency-list.ts",
|
|
40495
|
-
"line":
|
|
40537
|
+
"line": 119,
|
|
40496
40538
|
"character": 3
|
|
40497
40539
|
},
|
|
40498
40540
|
"signature": "(method) DependencyList.toTypeArray<T extends Dependency>(typeName: string): T[]",
|
|
@@ -40502,7 +40544,7 @@
|
|
|
40502
40544
|
"__schema": "ParameterSchema",
|
|
40503
40545
|
"location": {
|
|
40504
40546
|
"filePath": "dependencies/dependency-list.ts",
|
|
40505
|
-
"line":
|
|
40547
|
+
"line": 119,
|
|
40506
40548
|
"character": 37
|
|
40507
40549
|
},
|
|
40508
40550
|
"name": "typeName",
|
|
@@ -40510,7 +40552,7 @@
|
|
|
40510
40552
|
"__schema": "KeywordTypeSchema",
|
|
40511
40553
|
"location": {
|
|
40512
40554
|
"filePath": "dependencies/dependency-list.ts",
|
|
40513
|
-
"line":
|
|
40555
|
+
"line": 119,
|
|
40514
40556
|
"character": 47
|
|
40515
40557
|
},
|
|
40516
40558
|
"name": "string"
|
|
@@ -40523,14 +40565,14 @@
|
|
|
40523
40565
|
"__schema": "TypeArraySchema",
|
|
40524
40566
|
"location": {
|
|
40525
40567
|
"filePath": "dependencies/dependency-list.ts",
|
|
40526
|
-
"line":
|
|
40568
|
+
"line": 119,
|
|
40527
40569
|
"character": 56
|
|
40528
40570
|
},
|
|
40529
40571
|
"type": {
|
|
40530
40572
|
"__schema": "TypeRefSchema",
|
|
40531
40573
|
"location": {
|
|
40532
40574
|
"filePath": "dependencies/dependency-list.ts",
|
|
40533
|
-
"line":
|
|
40575
|
+
"line": 119,
|
|
40534
40576
|
"character": 56
|
|
40535
40577
|
},
|
|
40536
40578
|
"name": "T"
|
|
@@ -40545,7 +40587,7 @@
|
|
|
40545
40587
|
"__schema": "FunctionLikeSchema",
|
|
40546
40588
|
"location": {
|
|
40547
40589
|
"filePath": "dependencies/dependency-list.ts",
|
|
40548
|
-
"line":
|
|
40590
|
+
"line": 124,
|
|
40549
40591
|
"character": 3
|
|
40550
40592
|
},
|
|
40551
40593
|
"signature": "(method) DependencyList.byTypeName(typeName: string): DependencyList",
|
|
@@ -40555,7 +40597,7 @@
|
|
|
40555
40597
|
"__schema": "ParameterSchema",
|
|
40556
40598
|
"location": {
|
|
40557
40599
|
"filePath": "dependencies/dependency-list.ts",
|
|
40558
|
-
"line":
|
|
40600
|
+
"line": 124,
|
|
40559
40601
|
"character": 14
|
|
40560
40602
|
},
|
|
40561
40603
|
"name": "typeName",
|
|
@@ -40563,7 +40605,7 @@
|
|
|
40563
40605
|
"__schema": "KeywordTypeSchema",
|
|
40564
40606
|
"location": {
|
|
40565
40607
|
"filePath": "dependencies/dependency-list.ts",
|
|
40566
|
-
"line":
|
|
40608
|
+
"line": 124,
|
|
40567
40609
|
"character": 24
|
|
40568
40610
|
},
|
|
40569
40611
|
"name": "string"
|
|
@@ -40576,7 +40618,7 @@
|
|
|
40576
40618
|
"__schema": "TypeRefSchema",
|
|
40577
40619
|
"location": {
|
|
40578
40620
|
"filePath": "dependencies/dependency-list.ts",
|
|
40579
|
-
"line":
|
|
40621
|
+
"line": 124,
|
|
40580
40622
|
"character": 3
|
|
40581
40623
|
},
|
|
40582
40624
|
"name": "DependencyList"
|
|
@@ -40587,7 +40629,7 @@
|
|
|
40587
40629
|
"__schema": "FunctionLikeSchema",
|
|
40588
40630
|
"location": {
|
|
40589
40631
|
"filePath": "dependencies/dependency-list.ts",
|
|
40590
|
-
"line":
|
|
40632
|
+
"line": 129,
|
|
40591
40633
|
"character": 3
|
|
40592
40634
|
},
|
|
40593
40635
|
"signature": "(method) DependencyList.byLifecycle(lifecycle: DependencyLifecycleType): DependencyList",
|
|
@@ -40597,7 +40639,7 @@
|
|
|
40597
40639
|
"__schema": "ParameterSchema",
|
|
40598
40640
|
"location": {
|
|
40599
40641
|
"filePath": "dependencies/dependency-list.ts",
|
|
40600
|
-
"line":
|
|
40642
|
+
"line": 129,
|
|
40601
40643
|
"character": 15
|
|
40602
40644
|
},
|
|
40603
40645
|
"name": "lifecycle",
|
|
@@ -40605,7 +40647,7 @@
|
|
|
40605
40647
|
"__schema": "TypeRefSchema",
|
|
40606
40648
|
"location": {
|
|
40607
40649
|
"filePath": "dependencies/dependency-list.ts",
|
|
40608
|
-
"line":
|
|
40650
|
+
"line": 129,
|
|
40609
40651
|
"character": 26
|
|
40610
40652
|
},
|
|
40611
40653
|
"name": "DependencyLifecycleType"
|
|
@@ -40618,7 +40660,7 @@
|
|
|
40618
40660
|
"__schema": "TypeRefSchema",
|
|
40619
40661
|
"location": {
|
|
40620
40662
|
"filePath": "dependencies/dependency-list.ts",
|
|
40621
|
-
"line":
|
|
40663
|
+
"line": 129,
|
|
40622
40664
|
"character": 3
|
|
40623
40665
|
},
|
|
40624
40666
|
"name": "DependencyList"
|
|
@@ -40629,7 +40671,7 @@
|
|
|
40629
40671
|
"__schema": "FunctionLikeSchema",
|
|
40630
40672
|
"location": {
|
|
40631
40673
|
"filePath": "dependencies/dependency-list.ts",
|
|
40632
|
-
"line":
|
|
40674
|
+
"line": 134,
|
|
40633
40675
|
"character": 3
|
|
40634
40676
|
},
|
|
40635
40677
|
"signature": "(method) DependencyList.serialize(): SerializedDependency[]",
|
|
@@ -40639,14 +40681,14 @@
|
|
|
40639
40681
|
"__schema": "TypeArraySchema",
|
|
40640
40682
|
"location": {
|
|
40641
40683
|
"filePath": "dependencies/dependency-list.ts",
|
|
40642
|
-
"line":
|
|
40684
|
+
"line": 134,
|
|
40643
40685
|
"character": 16
|
|
40644
40686
|
},
|
|
40645
40687
|
"type": {
|
|
40646
40688
|
"__schema": "TypeRefSchema",
|
|
40647
40689
|
"location": {
|
|
40648
40690
|
"filePath": "dependencies/dependency-list.ts",
|
|
40649
|
-
"line":
|
|
40691
|
+
"line": 134,
|
|
40650
40692
|
"character": 16
|
|
40651
40693
|
},
|
|
40652
40694
|
"name": "SerializedDependency"
|
|
@@ -40658,7 +40700,7 @@
|
|
|
40658
40700
|
"__schema": "FunctionLikeSchema",
|
|
40659
40701
|
"location": {
|
|
40660
40702
|
"filePath": "dependencies/dependency-list.ts",
|
|
40661
|
-
"line":
|
|
40703
|
+
"line": 141,
|
|
40662
40704
|
"character": 3
|
|
40663
40705
|
},
|
|
40664
40706
|
"signature": "(method) DependencyList.getComponentDependencies(): ComponentDependency[]",
|
|
@@ -40668,14 +40710,14 @@
|
|
|
40668
40710
|
"__schema": "TypeArraySchema",
|
|
40669
40711
|
"location": {
|
|
40670
40712
|
"filePath": "dependencies/dependency-list.ts",
|
|
40671
|
-
"line":
|
|
40713
|
+
"line": 141,
|
|
40672
40714
|
"character": 31
|
|
40673
40715
|
},
|
|
40674
40716
|
"type": {
|
|
40675
40717
|
"__schema": "TypeRefSchema",
|
|
40676
40718
|
"location": {
|
|
40677
40719
|
"filePath": "dependencies/dependency-list.ts",
|
|
40678
|
-
"line":
|
|
40720
|
+
"line": 141,
|
|
40679
40721
|
"character": 31
|
|
40680
40722
|
},
|
|
40681
40723
|
"name": "ComponentDependency"
|
|
@@ -40687,7 +40729,7 @@
|
|
|
40687
40729
|
"__schema": "FunctionLikeSchema",
|
|
40688
40730
|
"location": {
|
|
40689
40731
|
"filePath": "dependencies/dependency-list.ts",
|
|
40690
|
-
"line":
|
|
40732
|
+
"line": 145,
|
|
40691
40733
|
"character": 3
|
|
40692
40734
|
},
|
|
40693
40735
|
"signature": "(method) DependencyList.toDependenciesManifest(): Required<DependenciesManifest>",
|
|
@@ -40697,7 +40739,7 @@
|
|
|
40697
40739
|
"__schema": "TypeRefSchema",
|
|
40698
40740
|
"location": {
|
|
40699
40741
|
"filePath": "dependencies/dependency-list.ts",
|
|
40700
|
-
"line":
|
|
40742
|
+
"line": 145,
|
|
40701
40743
|
"character": 29
|
|
40702
40744
|
},
|
|
40703
40745
|
"name": "Required",
|
|
@@ -40706,7 +40748,7 @@
|
|
|
40706
40748
|
"__schema": "TypeRefSchema",
|
|
40707
40749
|
"location": {
|
|
40708
40750
|
"filePath": "dependencies/dependency-list.ts",
|
|
40709
|
-
"line":
|
|
40751
|
+
"line": 145,
|
|
40710
40752
|
"character": 38
|
|
40711
40753
|
},
|
|
40712
40754
|
"name": "DependenciesManifest"
|
|
@@ -40719,7 +40761,7 @@
|
|
|
40719
40761
|
"__schema": "FunctionLikeSchema",
|
|
40720
40762
|
"location": {
|
|
40721
40763
|
"filePath": "dependencies/dependency-list.ts",
|
|
40722
|
-
"line":
|
|
40764
|
+
"line": 169,
|
|
40723
40765
|
"character": 3
|
|
40724
40766
|
},
|
|
40725
40767
|
"signature": "(method) DependencyList.merge(lists: DependencyList[]): DependencyList",
|
|
@@ -40729,7 +40771,7 @@
|
|
|
40729
40771
|
"__schema": "ParameterSchema",
|
|
40730
40772
|
"location": {
|
|
40731
40773
|
"filePath": "dependencies/dependency-list.ts",
|
|
40732
|
-
"line":
|
|
40774
|
+
"line": 169,
|
|
40733
40775
|
"character": 16
|
|
40734
40776
|
},
|
|
40735
40777
|
"name": "lists",
|
|
@@ -40737,14 +40779,14 @@
|
|
|
40737
40779
|
"__schema": "TypeArraySchema",
|
|
40738
40780
|
"location": {
|
|
40739
40781
|
"filePath": "dependencies/dependency-list.ts",
|
|
40740
|
-
"line":
|
|
40782
|
+
"line": 169,
|
|
40741
40783
|
"character": 23
|
|
40742
40784
|
},
|
|
40743
40785
|
"type": {
|
|
40744
40786
|
"__schema": "TypeRefSchema",
|
|
40745
40787
|
"location": {
|
|
40746
40788
|
"filePath": "dependencies/dependency-list.ts",
|
|
40747
|
-
"line":
|
|
40789
|
+
"line": 169,
|
|
40748
40790
|
"character": 23
|
|
40749
40791
|
},
|
|
40750
40792
|
"name": "DependencyList"
|
|
@@ -40758,7 +40800,7 @@
|
|
|
40758
40800
|
"__schema": "TypeRefSchema",
|
|
40759
40801
|
"location": {
|
|
40760
40802
|
"filePath": "dependencies/dependency-list.ts",
|
|
40761
|
-
"line":
|
|
40803
|
+
"line": 169,
|
|
40762
40804
|
"character": 3
|
|
40763
40805
|
},
|
|
40764
40806
|
"name": "DependencyList"
|
|
@@ -40771,7 +40813,7 @@
|
|
|
40771
40813
|
"__schema": "FunctionLikeSchema",
|
|
40772
40814
|
"location": {
|
|
40773
40815
|
"filePath": "dependencies/dependency-list.ts",
|
|
40774
|
-
"line":
|
|
40816
|
+
"line": 178,
|
|
40775
40817
|
"character": 3
|
|
40776
40818
|
},
|
|
40777
40819
|
"signature": "(method) DependencyList.fromArray(dependencies: Array<Dependency>): DependencyList",
|
|
@@ -40781,7 +40823,7 @@
|
|
|
40781
40823
|
"__schema": "ParameterSchema",
|
|
40782
40824
|
"location": {
|
|
40783
40825
|
"filePath": "dependencies/dependency-list.ts",
|
|
40784
|
-
"line":
|
|
40826
|
+
"line": 178,
|
|
40785
40827
|
"character": 20
|
|
40786
40828
|
},
|
|
40787
40829
|
"name": "dependencies",
|
|
@@ -40789,7 +40831,7 @@
|
|
|
40789
40831
|
"__schema": "TypeRefSchema",
|
|
40790
40832
|
"location": {
|
|
40791
40833
|
"filePath": "dependencies/dependency-list.ts",
|
|
40792
|
-
"line":
|
|
40834
|
+
"line": 178,
|
|
40793
40835
|
"character": 34
|
|
40794
40836
|
},
|
|
40795
40837
|
"name": "Array",
|
|
@@ -40798,7 +40840,7 @@
|
|
|
40798
40840
|
"__schema": "TypeRefSchema",
|
|
40799
40841
|
"location": {
|
|
40800
40842
|
"filePath": "dependencies/dependency-list.ts",
|
|
40801
|
-
"line":
|
|
40843
|
+
"line": 178,
|
|
40802
40844
|
"character": 40
|
|
40803
40845
|
},
|
|
40804
40846
|
"name": "Dependency"
|
|
@@ -40813,7 +40855,7 @@
|
|
|
40813
40855
|
"__schema": "TypeRefSchema",
|
|
40814
40856
|
"location": {
|
|
40815
40857
|
"filePath": "dependencies/dependency-list.ts",
|
|
40816
|
-
"line":
|
|
40858
|
+
"line": 178,
|
|
40817
40859
|
"character": 3
|
|
40818
40860
|
},
|
|
40819
40861
|
"name": "DependencyList"
|
|
@@ -40832,7 +40874,7 @@
|
|
|
40832
40874
|
"__schema": "FunctionLikeSchema",
|
|
40833
40875
|
"location": {
|
|
40834
40876
|
"filePath": "dependencies/dependency-list.ts",
|
|
40835
|
-
"line":
|
|
40877
|
+
"line": 183,
|
|
40836
40878
|
"character": 1
|
|
40837
40879
|
},
|
|
40838
40880
|
"signature": "function uniqDeps(dependencies: Array<Dependency>): Array<Dependency>",
|
|
@@ -40842,7 +40884,7 @@
|
|
|
40842
40884
|
"__schema": "ParameterSchema",
|
|
40843
40885
|
"location": {
|
|
40844
40886
|
"filePath": "dependencies/dependency-list.ts",
|
|
40845
|
-
"line":
|
|
40887
|
+
"line": 183,
|
|
40846
40888
|
"character": 19
|
|
40847
40889
|
},
|
|
40848
40890
|
"name": "dependencies",
|
|
@@ -40850,7 +40892,7 @@
|
|
|
40850
40892
|
"__schema": "TypeRefSchema",
|
|
40851
40893
|
"location": {
|
|
40852
40894
|
"filePath": "dependencies/dependency-list.ts",
|
|
40853
|
-
"line":
|
|
40895
|
+
"line": 183,
|
|
40854
40896
|
"character": 33
|
|
40855
40897
|
},
|
|
40856
40898
|
"name": "Array",
|
|
@@ -40859,7 +40901,7 @@
|
|
|
40859
40901
|
"__schema": "TypeRefSchema",
|
|
40860
40902
|
"location": {
|
|
40861
40903
|
"filePath": "dependencies/dependency-list.ts",
|
|
40862
|
-
"line":
|
|
40904
|
+
"line": 183,
|
|
40863
40905
|
"character": 39
|
|
40864
40906
|
},
|
|
40865
40907
|
"name": "Dependency"
|
|
@@ -40874,7 +40916,7 @@
|
|
|
40874
40916
|
"__schema": "TypeRefSchema",
|
|
40875
40917
|
"location": {
|
|
40876
40918
|
"filePath": "dependencies/dependency-list.ts",
|
|
40877
|
-
"line":
|
|
40919
|
+
"line": 183,
|
|
40878
40920
|
"character": 53
|
|
40879
40921
|
},
|
|
40880
40922
|
"name": "Array",
|
|
@@ -40883,7 +40925,7 @@
|
|
|
40883
40925
|
"__schema": "TypeRefSchema",
|
|
40884
40926
|
"location": {
|
|
40885
40927
|
"filePath": "dependencies/dependency-list.ts",
|
|
40886
|
-
"line":
|
|
40928
|
+
"line": 183,
|
|
40887
40929
|
"character": 59
|
|
40888
40930
|
},
|
|
40889
40931
|
"name": "Dependency"
|
|
@@ -40896,7 +40938,7 @@
|
|
|
40896
40938
|
"__schema": "FunctionLikeSchema",
|
|
40897
40939
|
"location": {
|
|
40898
40940
|
"filePath": "dependencies/dependency-list.ts",
|
|
40899
|
-
"line":
|
|
40941
|
+
"line": 188,
|
|
40900
40942
|
"character": 1
|
|
40901
40943
|
},
|
|
40902
40944
|
"signature": "function removeVersion(id: string): string",
|
|
@@ -40906,7 +40948,7 @@
|
|
|
40906
40948
|
"__schema": "ParameterSchema",
|
|
40907
40949
|
"location": {
|
|
40908
40950
|
"filePath": "dependencies/dependency-list.ts",
|
|
40909
|
-
"line":
|
|
40951
|
+
"line": 188,
|
|
40910
40952
|
"character": 24
|
|
40911
40953
|
},
|
|
40912
40954
|
"name": "id",
|
|
@@ -40914,7 +40956,7 @@
|
|
|
40914
40956
|
"__schema": "KeywordTypeSchema",
|
|
40915
40957
|
"location": {
|
|
40916
40958
|
"filePath": "dependencies/dependency-list.ts",
|
|
40917
|
-
"line":
|
|
40959
|
+
"line": 188,
|
|
40918
40960
|
"character": 28
|
|
40919
40961
|
},
|
|
40920
40962
|
"name": "string"
|
|
@@ -40927,7 +40969,7 @@
|
|
|
40927
40969
|
"__schema": "KeywordTypeSchema",
|
|
40928
40970
|
"location": {
|
|
40929
40971
|
"filePath": "dependencies/dependency-list.ts",
|
|
40930
|
-
"line":
|
|
40972
|
+
"line": 188,
|
|
40931
40973
|
"character": 37
|
|
40932
40974
|
},
|
|
40933
40975
|
"name": "string"
|
|
@@ -55028,7 +55070,7 @@
|
|
|
55028
55070
|
"componentId": {
|
|
55029
55071
|
"scope": "teambit.dependencies",
|
|
55030
55072
|
"name": "dependency-resolver",
|
|
55031
|
-
"version": "1.0.
|
|
55073
|
+
"version": "1.0.351"
|
|
55032
55074
|
},
|
|
55033
55075
|
"taggedModuleExports": []
|
|
55034
55076
|
}
|