@teambit/export 1.0.257 → 1.0.259
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 +1 -1
- package/artifacts/preview/teambit_scope_export-preview.js +1 -1
- package/artifacts/schema.json +1154 -1064
- package/dist/export.main.runtime.js +1 -1
- package/dist/export.main.runtime.js.map +1 -1
- package/dist/{preview-1714360874807.js → preview-1714533890836.js} +2 -2
- package/package.json +10 -10
package/artifacts/schema.json
CHANGED
|
@@ -14,458 +14,598 @@
|
|
|
14
14
|
},
|
|
15
15
|
"exports": [
|
|
16
16
|
{
|
|
17
|
-
"__schema": "
|
|
17
|
+
"__schema": "ExportSchema",
|
|
18
18
|
"location": {
|
|
19
|
-
"filePath": "
|
|
20
|
-
"line":
|
|
21
|
-
"character":
|
|
19
|
+
"filePath": "index.ts",
|
|
20
|
+
"line": 1,
|
|
21
|
+
"character": 15
|
|
22
22
|
},
|
|
23
|
-
"signature": "class ExportMain",
|
|
24
23
|
"name": "ExportMain",
|
|
25
|
-
"
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
"
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
"
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
24
|
+
"exportNode": {
|
|
25
|
+
"__schema": "ClassSchema",
|
|
26
|
+
"location": {
|
|
27
|
+
"filePath": "export.main.runtime.ts",
|
|
28
|
+
"line": 93,
|
|
29
|
+
"character": 1
|
|
30
|
+
},
|
|
31
|
+
"signature": "class ExportMain",
|
|
32
|
+
"name": "ExportMain",
|
|
33
|
+
"members": [
|
|
34
|
+
{
|
|
35
|
+
"__schema": "ConstructorSchema",
|
|
36
|
+
"location": {
|
|
37
|
+
"filePath": "export.main.runtime.ts",
|
|
38
|
+
"line": 94,
|
|
39
|
+
"character": 3
|
|
40
|
+
},
|
|
41
|
+
"signature": "constructor ExportMain(workspace: Workspace, remove: RemoveMain, depResolver: DependencyResolverMain, logger: Logger, eject: EjectMain): ExportMain",
|
|
42
|
+
"name": "constructor",
|
|
43
|
+
"params": [
|
|
44
|
+
{
|
|
45
|
+
"__schema": "ParameterSchema",
|
|
46
46
|
"location": {
|
|
47
47
|
"filePath": "export.main.runtime.ts",
|
|
48
48
|
"line": 95,
|
|
49
|
-
"character":
|
|
49
|
+
"character": 5
|
|
50
50
|
},
|
|
51
|
-
"name": "
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
"
|
|
51
|
+
"name": "workspace",
|
|
52
|
+
"type": {
|
|
53
|
+
"__schema": "TypeRefSchema",
|
|
54
|
+
"location": {
|
|
55
|
+
"filePath": "export.main.runtime.ts",
|
|
56
|
+
"line": 95,
|
|
57
|
+
"character": 24
|
|
58
|
+
},
|
|
59
|
+
"name": "Workspace",
|
|
60
|
+
"componentId": {
|
|
61
|
+
"scope": "teambit.workspace",
|
|
62
|
+
"name": "workspace"
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
"isOptional": false,
|
|
66
|
+
"isSpread": false
|
|
66
67
|
},
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
"__schema": "TypeRefSchema",
|
|
68
|
+
{
|
|
69
|
+
"__schema": "ParameterSchema",
|
|
70
70
|
"location": {
|
|
71
71
|
"filePath": "export.main.runtime.ts",
|
|
72
72
|
"line": 96,
|
|
73
|
-
"character":
|
|
73
|
+
"character": 5
|
|
74
74
|
},
|
|
75
|
-
"name": "
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
"
|
|
75
|
+
"name": "remove",
|
|
76
|
+
"type": {
|
|
77
|
+
"__schema": "TypeRefSchema",
|
|
78
|
+
"location": {
|
|
79
|
+
"filePath": "export.main.runtime.ts",
|
|
80
|
+
"line": 96,
|
|
81
|
+
"character": 21
|
|
82
|
+
},
|
|
83
|
+
"name": "RemoveMain",
|
|
84
|
+
"componentId": {
|
|
85
|
+
"scope": "teambit.component",
|
|
86
|
+
"name": "remove"
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
"isOptional": false,
|
|
90
|
+
"isSpread": false
|
|
90
91
|
},
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
"__schema": "TypeRefSchema",
|
|
92
|
+
{
|
|
93
|
+
"__schema": "ParameterSchema",
|
|
94
94
|
"location": {
|
|
95
95
|
"filePath": "export.main.runtime.ts",
|
|
96
96
|
"line": 97,
|
|
97
|
-
"character":
|
|
97
|
+
"character": 5
|
|
98
98
|
},
|
|
99
|
-
"name": "
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
"
|
|
99
|
+
"name": "depResolver",
|
|
100
|
+
"type": {
|
|
101
|
+
"__schema": "TypeRefSchema",
|
|
102
|
+
"location": {
|
|
103
|
+
"filePath": "export.main.runtime.ts",
|
|
104
|
+
"line": 97,
|
|
105
|
+
"character": 26
|
|
106
|
+
},
|
|
107
|
+
"name": "DependencyResolverMain",
|
|
108
|
+
"componentId": {
|
|
109
|
+
"scope": "teambit.dependencies",
|
|
110
|
+
"name": "dependency-resolver"
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
"isOptional": false,
|
|
114
|
+
"isSpread": false
|
|
114
115
|
},
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
"__schema": "TypeRefSchema",
|
|
116
|
+
{
|
|
117
|
+
"__schema": "ParameterSchema",
|
|
118
118
|
"location": {
|
|
119
119
|
"filePath": "export.main.runtime.ts",
|
|
120
120
|
"line": 98,
|
|
121
|
-
"character":
|
|
121
|
+
"character": 5
|
|
122
122
|
},
|
|
123
|
-
"name": "
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
"
|
|
123
|
+
"name": "logger",
|
|
124
|
+
"type": {
|
|
125
|
+
"__schema": "TypeRefSchema",
|
|
126
|
+
"location": {
|
|
127
|
+
"filePath": "export.main.runtime.ts",
|
|
128
|
+
"line": 98,
|
|
129
|
+
"character": 21
|
|
130
|
+
},
|
|
131
|
+
"name": "Logger",
|
|
132
|
+
"componentId": {
|
|
133
|
+
"scope": "teambit.harmony",
|
|
134
|
+
"name": "logger"
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
"isOptional": false,
|
|
138
|
+
"isSpread": false
|
|
138
139
|
},
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
"__schema": "TypeRefSchema",
|
|
140
|
+
{
|
|
141
|
+
"__schema": "ParameterSchema",
|
|
142
142
|
"location": {
|
|
143
143
|
"filePath": "export.main.runtime.ts",
|
|
144
144
|
"line": 99,
|
|
145
|
-
"character":
|
|
145
|
+
"character": 5
|
|
146
146
|
},
|
|
147
|
-
"name": "
|
|
148
|
-
"
|
|
149
|
-
"
|
|
150
|
-
"
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
"__schema": "FunctionLikeSchema",
|
|
170
|
-
"location": {
|
|
171
|
-
"filePath": "export.main.runtime.ts",
|
|
172
|
-
"line": 102,
|
|
173
|
-
"character": 3
|
|
174
|
-
},
|
|
175
|
-
"signature": "(method) ExportMain.export(params?: ExportParams): Promise<ExportResult>",
|
|
176
|
-
"name": "export",
|
|
177
|
-
"params": [
|
|
178
|
-
{
|
|
179
|
-
"__schema": "ParameterSchema",
|
|
147
|
+
"name": "eject",
|
|
148
|
+
"type": {
|
|
149
|
+
"__schema": "TypeRefSchema",
|
|
150
|
+
"location": {
|
|
151
|
+
"filePath": "export.main.runtime.ts",
|
|
152
|
+
"line": 99,
|
|
153
|
+
"character": 20
|
|
154
|
+
},
|
|
155
|
+
"name": "EjectMain",
|
|
156
|
+
"componentId": {
|
|
157
|
+
"scope": "teambit.workspace",
|
|
158
|
+
"name": "eject"
|
|
159
|
+
}
|
|
160
|
+
},
|
|
161
|
+
"isOptional": false,
|
|
162
|
+
"isSpread": false
|
|
163
|
+
}
|
|
164
|
+
],
|
|
165
|
+
"returnType": {
|
|
166
|
+
"__schema": "ThisTypeSchema",
|
|
180
167
|
"location": {
|
|
181
168
|
"filePath": "export.main.runtime.ts",
|
|
182
|
-
"line":
|
|
183
|
-
"character":
|
|
184
|
-
},
|
|
185
|
-
"name": "params",
|
|
186
|
-
"type": {
|
|
187
|
-
"__schema": "TypeRefSchema",
|
|
188
|
-
"location": {
|
|
189
|
-
"filePath": "export.main.runtime.ts",
|
|
190
|
-
"line": 102,
|
|
191
|
-
"character": 24
|
|
192
|
-
},
|
|
193
|
-
"name": "ExportParams",
|
|
194
|
-
"internalFilePath": "export.main.runtime.ts"
|
|
169
|
+
"line": 93,
|
|
170
|
+
"character": 1
|
|
195
171
|
},
|
|
196
|
-
"
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
"__schema": "TypeRefSchema",
|
|
172
|
+
"name": "ExportMain"
|
|
173
|
+
},
|
|
174
|
+
"modifiers": []
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"__schema": "FunctionLikeSchema",
|
|
203
178
|
"location": {
|
|
204
179
|
"filePath": "export.main.runtime.ts",
|
|
205
180
|
"line": 102,
|
|
206
|
-
"character":
|
|
181
|
+
"character": 3
|
|
207
182
|
},
|
|
208
|
-
"
|
|
209
|
-
"
|
|
183
|
+
"signature": "(method) ExportMain.export(params?: ExportParams): Promise<ExportResult>",
|
|
184
|
+
"name": "export",
|
|
185
|
+
"params": [
|
|
210
186
|
{
|
|
211
|
-
"__schema": "
|
|
187
|
+
"__schema": "ParameterSchema",
|
|
212
188
|
"location": {
|
|
213
189
|
"filePath": "export.main.runtime.ts",
|
|
214
190
|
"line": 102,
|
|
215
|
-
"character":
|
|
191
|
+
"character": 16
|
|
192
|
+
},
|
|
193
|
+
"name": "params",
|
|
194
|
+
"type": {
|
|
195
|
+
"__schema": "TypeRefSchema",
|
|
196
|
+
"location": {
|
|
197
|
+
"filePath": "export.main.runtime.ts",
|
|
198
|
+
"line": 102,
|
|
199
|
+
"character": 24
|
|
200
|
+
},
|
|
201
|
+
"name": "ExportParams",
|
|
202
|
+
"internalFilePath": "export.main.runtime.ts"
|
|
216
203
|
},
|
|
217
|
-
"
|
|
204
|
+
"isOptional": true,
|
|
205
|
+
"defaultValue": "{}",
|
|
206
|
+
"isSpread": false
|
|
218
207
|
}
|
|
219
|
-
]
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
208
|
+
],
|
|
209
|
+
"returnType": {
|
|
210
|
+
"__schema": "TypeRefSchema",
|
|
211
|
+
"location": {
|
|
212
|
+
"filePath": "export.main.runtime.ts",
|
|
213
|
+
"line": 102,
|
|
214
|
+
"character": 44
|
|
215
|
+
},
|
|
216
|
+
"name": "Promise",
|
|
217
|
+
"typeArgs": [
|
|
218
|
+
{
|
|
219
|
+
"__schema": "TypeRefSchema",
|
|
220
|
+
"location": {
|
|
221
|
+
"filePath": "export.main.runtime.ts",
|
|
222
|
+
"line": 102,
|
|
223
|
+
"character": 52
|
|
224
|
+
},
|
|
225
|
+
"name": "ExportResult"
|
|
226
|
+
}
|
|
227
|
+
]
|
|
228
|
+
},
|
|
229
|
+
"modifiers": [
|
|
230
|
+
"async"
|
|
231
|
+
]
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"__schema": "FunctionLikeSchema",
|
|
235
|
+
"location": {
|
|
235
236
|
"filePath": "export.main.runtime.ts",
|
|
236
|
-
"line":
|
|
237
|
+
"line": 233,
|
|
237
238
|
"character": 3
|
|
238
239
|
},
|
|
239
|
-
"
|
|
240
|
-
|
|
241
|
-
},
|
|
242
|
-
"signature": "(method) ExportMain.exportMany({ scope, ids, laneObject, allVersions, originDirectly, idsWithFutureScope, resumeExportId, throwForMissingArtifacts, isOnMain, exportHeadsOnly, filterOutExistingVersions, exportOrigin, }: {\n scope: Scope;\n ids: ComponentIdList;\n laneObject?: Lane;\n allVersions?: boolean;\n originDirectly?: boolean;\n idsWithFutureScope: ComponentIdList;\n resumeExportId?: string | undefined;\n throwForMissingArtifacts?: boolean;\n isOnMain?: boolean;\n exportHeadsOnly?: boolean;\n filterOutExistingVersions?: boolean;\n exportOrigin?: ExportOrigin;\n}): Promise<{\n exported: ComponentIdList;\n updatedLocally: ComponentIdList;\n newIdsOnRemote: ComponentID[];\n rippleJobs: string[];\n}>",
|
|
243
|
-
"name": "exportMany",
|
|
244
|
-
"params": [
|
|
245
|
-
{
|
|
246
|
-
"__schema": "ParameterSchema",
|
|
240
|
+
"doc": {
|
|
241
|
+
"__schema": "DocSchema",
|
|
247
242
|
"location": {
|
|
248
243
|
"filePath": "export.main.runtime.ts",
|
|
249
|
-
"line":
|
|
250
|
-
"character":
|
|
244
|
+
"line": 230,
|
|
245
|
+
"character": 3
|
|
251
246
|
},
|
|
252
|
-
"
|
|
253
|
-
"
|
|
254
|
-
|
|
247
|
+
"raw": "/**\n * the export process uses four steps. read more about it here: https://github.com/teambit/bit/pull/3371\n */",
|
|
248
|
+
"comment": "the export process uses four steps. read more about it here: https://github.com/teambit/bit/pull/3371"
|
|
249
|
+
},
|
|
250
|
+
"signature": "(method) ExportMain.exportMany({ scope, ids, laneObject, allVersions, originDirectly, idsWithFutureScope, resumeExportId, throwForMissingArtifacts, isOnMain, exportHeadsOnly, filterOutExistingVersions, exportOrigin, }: {\n scope: Scope;\n ids: ComponentIdList;\n laneObject?: Lane;\n allVersions?: boolean;\n originDirectly?: boolean;\n idsWithFutureScope: ComponentIdList;\n resumeExportId?: string | undefined;\n throwForMissingArtifacts?: boolean;\n isOnMain?: boolean;\n exportHeadsOnly?: boolean;\n filterOutExistingVersions?: boolean;\n exportOrigin?: ExportOrigin;\n}): Promise<{\n exported: ComponentIdList;\n updatedLocally: ComponentIdList;\n newIdsOnRemote: ComponentID[];\n rippleJobs: string[];\n}>",
|
|
251
|
+
"name": "exportMany",
|
|
252
|
+
"params": [
|
|
253
|
+
{
|
|
254
|
+
"__schema": "ParameterSchema",
|
|
255
255
|
"location": {
|
|
256
256
|
"filePath": "export.main.runtime.ts",
|
|
257
|
-
"line":
|
|
258
|
-
"character":
|
|
257
|
+
"line": 233,
|
|
258
|
+
"character": 20
|
|
259
259
|
},
|
|
260
|
-
"
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
"__schema": "TypeRefSchema",
|
|
260
|
+
"name": "{ scope, ids, laneObject, allVersions, originDirectly, idsWithFutureScope, resumeExportId, throwForMissingArtifacts, isOnMain = true, exportHeadsOnly, filterOutExistingVersions, exportOrigin = 'export' }",
|
|
261
|
+
"type": {
|
|
262
|
+
"__schema": "TypeLiteralSchema",
|
|
263
|
+
"location": {
|
|
264
|
+
"filePath": "export.main.runtime.ts",
|
|
265
|
+
"line": 246,
|
|
266
|
+
"character": 6
|
|
267
|
+
},
|
|
268
|
+
"members": [
|
|
269
|
+
{
|
|
270
|
+
"__schema": "VariableLikeSchema",
|
|
272
271
|
"location": {
|
|
273
272
|
"filePath": "export.main.runtime.ts",
|
|
274
273
|
"line": 247,
|
|
275
274
|
"character": 5
|
|
276
275
|
},
|
|
277
|
-
"
|
|
278
|
-
"
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
276
|
+
"signature": "(property) scope: Scope",
|
|
277
|
+
"name": "scope",
|
|
278
|
+
"type": {
|
|
279
|
+
"__schema": "TypeRefSchema",
|
|
280
|
+
"location": {
|
|
281
|
+
"filePath": "export.main.runtime.ts",
|
|
282
|
+
"line": 247,
|
|
283
|
+
"character": 5
|
|
284
|
+
},
|
|
285
|
+
"name": "Scope",
|
|
286
|
+
"packageName": "@teambit/legacy/dist/scope"
|
|
287
|
+
},
|
|
288
|
+
"isOptional": false
|
|
288
289
|
},
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
"type": {
|
|
292
|
-
"__schema": "TypeRefSchema",
|
|
290
|
+
{
|
|
291
|
+
"__schema": "VariableLikeSchema",
|
|
293
292
|
"location": {
|
|
294
293
|
"filePath": "export.main.runtime.ts",
|
|
295
294
|
"line": 248,
|
|
296
295
|
"character": 5
|
|
297
296
|
},
|
|
298
|
-
"
|
|
299
|
-
"
|
|
300
|
-
|
|
301
|
-
"
|
|
302
|
-
"
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
297
|
+
"signature": "(property) ids: ComponentIdList",
|
|
298
|
+
"name": "ids",
|
|
299
|
+
"type": {
|
|
300
|
+
"__schema": "TypeRefSchema",
|
|
301
|
+
"location": {
|
|
302
|
+
"filePath": "export.main.runtime.ts",
|
|
303
|
+
"line": 248,
|
|
304
|
+
"character": 5
|
|
305
|
+
},
|
|
306
|
+
"name": "ComponentIdList",
|
|
307
|
+
"componentId": {
|
|
308
|
+
"scope": "teambit.component",
|
|
309
|
+
"name": "component-id",
|
|
310
|
+
"version": "1.2.0"
|
|
311
|
+
}
|
|
312
|
+
},
|
|
313
|
+
"isOptional": false
|
|
313
314
|
},
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
"type": {
|
|
317
|
-
"__schema": "TypeRefSchema",
|
|
315
|
+
{
|
|
316
|
+
"__schema": "VariableLikeSchema",
|
|
318
317
|
"location": {
|
|
319
318
|
"filePath": "export.main.runtime.ts",
|
|
320
319
|
"line": 249,
|
|
321
|
-
"character":
|
|
320
|
+
"character": 5
|
|
322
321
|
},
|
|
323
|
-
"
|
|
324
|
-
"
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
322
|
+
"signature": "(property) laneObject?: Lane | undefined",
|
|
323
|
+
"name": "laneObject",
|
|
324
|
+
"type": {
|
|
325
|
+
"__schema": "TypeRefSchema",
|
|
326
|
+
"location": {
|
|
327
|
+
"filePath": "export.main.runtime.ts",
|
|
328
|
+
"line": 249,
|
|
329
|
+
"character": 18
|
|
330
|
+
},
|
|
331
|
+
"name": "Lane",
|
|
332
|
+
"packageName": "@teambit/legacy/dist/scope/models"
|
|
333
|
+
},
|
|
334
|
+
"isOptional": true
|
|
334
335
|
},
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
"type": {
|
|
338
|
-
"__schema": "KeywordTypeSchema",
|
|
336
|
+
{
|
|
337
|
+
"__schema": "VariableLikeSchema",
|
|
339
338
|
"location": {
|
|
340
339
|
"filePath": "export.main.runtime.ts",
|
|
341
340
|
"line": 250,
|
|
342
|
-
"character":
|
|
341
|
+
"character": 5
|
|
343
342
|
},
|
|
344
|
-
"
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
343
|
+
"signature": "(property) allVersions?: boolean | undefined",
|
|
344
|
+
"name": "allVersions",
|
|
345
|
+
"type": {
|
|
346
|
+
"__schema": "KeywordTypeSchema",
|
|
347
|
+
"location": {
|
|
348
|
+
"filePath": "export.main.runtime.ts",
|
|
349
|
+
"line": 250,
|
|
350
|
+
"character": 19
|
|
351
|
+
},
|
|
352
|
+
"name": "boolean"
|
|
353
|
+
},
|
|
354
|
+
"isOptional": true
|
|
354
355
|
},
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
"type": {
|
|
358
|
-
"__schema": "KeywordTypeSchema",
|
|
356
|
+
{
|
|
357
|
+
"__schema": "VariableLikeSchema",
|
|
359
358
|
"location": {
|
|
360
359
|
"filePath": "export.main.runtime.ts",
|
|
361
360
|
"line": 251,
|
|
362
|
-
"character":
|
|
361
|
+
"character": 5
|
|
363
362
|
},
|
|
364
|
-
"
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
363
|
+
"signature": "(property) originDirectly?: boolean | undefined",
|
|
364
|
+
"name": "originDirectly",
|
|
365
|
+
"type": {
|
|
366
|
+
"__schema": "KeywordTypeSchema",
|
|
367
|
+
"location": {
|
|
368
|
+
"filePath": "export.main.runtime.ts",
|
|
369
|
+
"line": 251,
|
|
370
|
+
"character": 22
|
|
371
|
+
},
|
|
372
|
+
"name": "boolean"
|
|
373
|
+
},
|
|
374
|
+
"isOptional": true
|
|
374
375
|
},
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
"type": {
|
|
378
|
-
"__schema": "TypeRefSchema",
|
|
376
|
+
{
|
|
377
|
+
"__schema": "VariableLikeSchema",
|
|
379
378
|
"location": {
|
|
380
379
|
"filePath": "export.main.runtime.ts",
|
|
381
380
|
"line": 252,
|
|
382
381
|
"character": 5
|
|
383
382
|
},
|
|
384
|
-
"
|
|
385
|
-
"
|
|
386
|
-
|
|
387
|
-
"
|
|
388
|
-
"
|
|
389
|
-
|
|
383
|
+
"signature": "(property) idsWithFutureScope: ComponentIdList",
|
|
384
|
+
"name": "idsWithFutureScope",
|
|
385
|
+
"type": {
|
|
386
|
+
"__schema": "TypeRefSchema",
|
|
387
|
+
"location": {
|
|
388
|
+
"filePath": "export.main.runtime.ts",
|
|
389
|
+
"line": 252,
|
|
390
|
+
"character": 5
|
|
391
|
+
},
|
|
392
|
+
"name": "ComponentIdList",
|
|
393
|
+
"componentId": {
|
|
394
|
+
"scope": "teambit.component",
|
|
395
|
+
"name": "component-id",
|
|
396
|
+
"version": "1.2.0"
|
|
397
|
+
}
|
|
398
|
+
},
|
|
399
|
+
"isOptional": false
|
|
390
400
|
},
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
401
|
+
{
|
|
402
|
+
"__schema": "VariableLikeSchema",
|
|
403
|
+
"location": {
|
|
404
|
+
"filePath": "export.main.runtime.ts",
|
|
405
|
+
"line": 253,
|
|
406
|
+
"character": 5
|
|
407
|
+
},
|
|
408
|
+
"signature": "(property) resumeExportId?: string | undefined",
|
|
409
|
+
"name": "resumeExportId",
|
|
410
|
+
"type": {
|
|
411
|
+
"__schema": "TypeUnionSchema",
|
|
412
|
+
"location": {
|
|
413
|
+
"filePath": "export.main.runtime.ts",
|
|
414
|
+
"line": 253,
|
|
415
|
+
"character": 22
|
|
416
|
+
},
|
|
417
|
+
"types": [
|
|
418
|
+
{
|
|
419
|
+
"__schema": "KeywordTypeSchema",
|
|
420
|
+
"location": {
|
|
421
|
+
"filePath": "export.main.runtime.ts",
|
|
422
|
+
"line": 253,
|
|
423
|
+
"character": 22
|
|
424
|
+
},
|
|
425
|
+
"name": "string"
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
"__schema": "KeywordTypeSchema",
|
|
429
|
+
"location": {
|
|
430
|
+
"filePath": "export.main.runtime.ts",
|
|
431
|
+
"line": 253,
|
|
432
|
+
"character": 31
|
|
433
|
+
},
|
|
434
|
+
"name": "undefined"
|
|
435
|
+
}
|
|
436
|
+
]
|
|
437
|
+
},
|
|
438
|
+
"isOptional": true
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"__schema": "VariableLikeSchema",
|
|
442
|
+
"location": {
|
|
443
|
+
"filePath": "export.main.runtime.ts",
|
|
444
|
+
"line": 254,
|
|
445
|
+
"character": 5
|
|
446
|
+
},
|
|
447
|
+
"signature": "(property) throwForMissingArtifacts?: boolean | undefined",
|
|
448
|
+
"name": "throwForMissingArtifacts",
|
|
449
|
+
"type": {
|
|
450
|
+
"__schema": "KeywordTypeSchema",
|
|
451
|
+
"location": {
|
|
452
|
+
"filePath": "export.main.runtime.ts",
|
|
453
|
+
"line": 254,
|
|
454
|
+
"character": 32
|
|
455
|
+
},
|
|
456
|
+
"name": "boolean"
|
|
457
|
+
},
|
|
458
|
+
"isOptional": true
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"__schema": "VariableLikeSchema",
|
|
462
|
+
"location": {
|
|
463
|
+
"filePath": "export.main.runtime.ts",
|
|
464
|
+
"line": 255,
|
|
465
|
+
"character": 5
|
|
466
|
+
},
|
|
467
|
+
"signature": "(property) isOnMain?: boolean | undefined",
|
|
468
|
+
"name": "isOnMain",
|
|
469
|
+
"type": {
|
|
470
|
+
"__schema": "KeywordTypeSchema",
|
|
471
|
+
"location": {
|
|
472
|
+
"filePath": "export.main.runtime.ts",
|
|
473
|
+
"line": 255,
|
|
474
|
+
"character": 16
|
|
475
|
+
},
|
|
476
|
+
"name": "boolean"
|
|
477
|
+
},
|
|
478
|
+
"isOptional": true
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"__schema": "VariableLikeSchema",
|
|
482
|
+
"location": {
|
|
483
|
+
"filePath": "export.main.runtime.ts",
|
|
484
|
+
"line": 256,
|
|
485
|
+
"character": 5
|
|
486
|
+
},
|
|
487
|
+
"signature": "(property) exportHeadsOnly?: boolean | undefined",
|
|
488
|
+
"name": "exportHeadsOnly",
|
|
489
|
+
"type": {
|
|
490
|
+
"__schema": "KeywordTypeSchema",
|
|
491
|
+
"location": {
|
|
492
|
+
"filePath": "export.main.runtime.ts",
|
|
493
|
+
"line": 256,
|
|
494
|
+
"character": 23
|
|
495
|
+
},
|
|
496
|
+
"name": "boolean"
|
|
497
|
+
},
|
|
498
|
+
"isOptional": true
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"__schema": "VariableLikeSchema",
|
|
502
|
+
"location": {
|
|
503
|
+
"filePath": "export.main.runtime.ts",
|
|
504
|
+
"line": 257,
|
|
505
|
+
"character": 5
|
|
506
|
+
},
|
|
507
|
+
"signature": "(property) filterOutExistingVersions?: boolean | undefined",
|
|
508
|
+
"name": "filterOutExistingVersions",
|
|
509
|
+
"type": {
|
|
510
|
+
"__schema": "KeywordTypeSchema",
|
|
511
|
+
"location": {
|
|
512
|
+
"filePath": "export.main.runtime.ts",
|
|
513
|
+
"line": 257,
|
|
514
|
+
"character": 33
|
|
515
|
+
},
|
|
516
|
+
"name": "boolean"
|
|
517
|
+
},
|
|
518
|
+
"isOptional": true
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"__schema": "VariableLikeSchema",
|
|
522
|
+
"location": {
|
|
523
|
+
"filePath": "export.main.runtime.ts",
|
|
524
|
+
"line": 258,
|
|
525
|
+
"character": 5
|
|
526
|
+
},
|
|
527
|
+
"signature": "(property) exportOrigin?: ExportOrigin | undefined",
|
|
528
|
+
"name": "exportOrigin",
|
|
529
|
+
"type": {
|
|
530
|
+
"__schema": "TypeRefSchema",
|
|
531
|
+
"location": {
|
|
532
|
+
"filePath": "export.main.runtime.ts",
|
|
533
|
+
"line": 258,
|
|
534
|
+
"character": 20
|
|
535
|
+
},
|
|
536
|
+
"name": "ExportOrigin",
|
|
537
|
+
"packageName": "@teambit/legacy/dist/scope/network/http/http"
|
|
538
|
+
},
|
|
539
|
+
"isOptional": true
|
|
540
|
+
}
|
|
541
|
+
]
|
|
542
|
+
},
|
|
543
|
+
"isOptional": false,
|
|
544
|
+
"objectBindingNodes": [
|
|
545
|
+
{
|
|
394
546
|
"__schema": "VariableLikeSchema",
|
|
395
547
|
"location": {
|
|
396
548
|
"filePath": "export.main.runtime.ts",
|
|
397
|
-
"line":
|
|
549
|
+
"line": 247,
|
|
398
550
|
"character": 5
|
|
399
551
|
},
|
|
400
|
-
"signature": "(property)
|
|
401
|
-
"name": "
|
|
552
|
+
"signature": "(property) scope: Scope",
|
|
553
|
+
"name": "scope",
|
|
402
554
|
"type": {
|
|
403
|
-
"__schema": "
|
|
555
|
+
"__schema": "TypeRefSchema",
|
|
404
556
|
"location": {
|
|
405
557
|
"filePath": "export.main.runtime.ts",
|
|
406
|
-
"line":
|
|
407
|
-
"character":
|
|
558
|
+
"line": 247,
|
|
559
|
+
"character": 5
|
|
408
560
|
},
|
|
409
|
-
"
|
|
410
|
-
|
|
411
|
-
"__schema": "KeywordTypeSchema",
|
|
412
|
-
"location": {
|
|
413
|
-
"filePath": "export.main.runtime.ts",
|
|
414
|
-
"line": 253,
|
|
415
|
-
"character": 22
|
|
416
|
-
},
|
|
417
|
-
"name": "string"
|
|
418
|
-
},
|
|
419
|
-
{
|
|
420
|
-
"__schema": "KeywordTypeSchema",
|
|
421
|
-
"location": {
|
|
422
|
-
"filePath": "export.main.runtime.ts",
|
|
423
|
-
"line": 253,
|
|
424
|
-
"character": 31
|
|
425
|
-
},
|
|
426
|
-
"name": "undefined"
|
|
427
|
-
}
|
|
428
|
-
]
|
|
561
|
+
"name": "Scope",
|
|
562
|
+
"packageName": "@teambit/legacy/dist/scope"
|
|
429
563
|
},
|
|
430
|
-
"isOptional":
|
|
564
|
+
"isOptional": false
|
|
431
565
|
},
|
|
432
566
|
{
|
|
433
567
|
"__schema": "VariableLikeSchema",
|
|
434
568
|
"location": {
|
|
435
569
|
"filePath": "export.main.runtime.ts",
|
|
436
|
-
"line":
|
|
570
|
+
"line": 248,
|
|
437
571
|
"character": 5
|
|
438
572
|
},
|
|
439
|
-
"signature": "(property)
|
|
440
|
-
"name": "
|
|
573
|
+
"signature": "(property) ids: ComponentIdList",
|
|
574
|
+
"name": "ids",
|
|
441
575
|
"type": {
|
|
442
|
-
"__schema": "
|
|
576
|
+
"__schema": "TypeRefSchema",
|
|
443
577
|
"location": {
|
|
444
578
|
"filePath": "export.main.runtime.ts",
|
|
445
|
-
"line":
|
|
446
|
-
"character":
|
|
579
|
+
"line": 248,
|
|
580
|
+
"character": 5
|
|
447
581
|
},
|
|
448
|
-
"name": "
|
|
582
|
+
"name": "ComponentIdList",
|
|
583
|
+
"componentId": {
|
|
584
|
+
"scope": "teambit.component",
|
|
585
|
+
"name": "component-id",
|
|
586
|
+
"version": "1.2.0"
|
|
587
|
+
}
|
|
449
588
|
},
|
|
450
|
-
"isOptional":
|
|
589
|
+
"isOptional": false
|
|
451
590
|
},
|
|
452
591
|
{
|
|
453
592
|
"__schema": "VariableLikeSchema",
|
|
454
593
|
"location": {
|
|
455
594
|
"filePath": "export.main.runtime.ts",
|
|
456
|
-
"line":
|
|
595
|
+
"line": 249,
|
|
457
596
|
"character": 5
|
|
458
597
|
},
|
|
459
|
-
"signature": "(property)
|
|
460
|
-
"name": "
|
|
598
|
+
"signature": "(property) laneObject?: Lane | undefined",
|
|
599
|
+
"name": "laneObject",
|
|
461
600
|
"type": {
|
|
462
|
-
"__schema": "
|
|
601
|
+
"__schema": "TypeRefSchema",
|
|
463
602
|
"location": {
|
|
464
603
|
"filePath": "export.main.runtime.ts",
|
|
465
|
-
"line":
|
|
466
|
-
"character":
|
|
604
|
+
"line": 249,
|
|
605
|
+
"character": 18
|
|
467
606
|
},
|
|
468
|
-
"name": "
|
|
607
|
+
"name": "Lane",
|
|
608
|
+
"packageName": "@teambit/legacy/dist/scope/models"
|
|
469
609
|
},
|
|
470
610
|
"isOptional": true
|
|
471
611
|
},
|
|
@@ -473,17 +613,17 @@
|
|
|
473
613
|
"__schema": "VariableLikeSchema",
|
|
474
614
|
"location": {
|
|
475
615
|
"filePath": "export.main.runtime.ts",
|
|
476
|
-
"line":
|
|
616
|
+
"line": 250,
|
|
477
617
|
"character": 5
|
|
478
618
|
},
|
|
479
|
-
"signature": "(property)
|
|
480
|
-
"name": "
|
|
619
|
+
"signature": "(property) allVersions?: boolean | undefined",
|
|
620
|
+
"name": "allVersions",
|
|
481
621
|
"type": {
|
|
482
622
|
"__schema": "KeywordTypeSchema",
|
|
483
623
|
"location": {
|
|
484
624
|
"filePath": "export.main.runtime.ts",
|
|
485
|
-
"line":
|
|
486
|
-
"character":
|
|
625
|
+
"line": 250,
|
|
626
|
+
"character": 19
|
|
487
627
|
},
|
|
488
628
|
"name": "boolean"
|
|
489
629
|
},
|
|
@@ -493,17 +633,17 @@
|
|
|
493
633
|
"__schema": "VariableLikeSchema",
|
|
494
634
|
"location": {
|
|
495
635
|
"filePath": "export.main.runtime.ts",
|
|
496
|
-
"line":
|
|
636
|
+
"line": 251,
|
|
497
637
|
"character": 5
|
|
498
638
|
},
|
|
499
|
-
"signature": "(property)
|
|
500
|
-
"name": "
|
|
639
|
+
"signature": "(property) originDirectly?: boolean | undefined",
|
|
640
|
+
"name": "originDirectly",
|
|
501
641
|
"type": {
|
|
502
642
|
"__schema": "KeywordTypeSchema",
|
|
503
643
|
"location": {
|
|
504
644
|
"filePath": "export.main.runtime.ts",
|
|
505
|
-
"line":
|
|
506
|
-
"character":
|
|
645
|
+
"line": 251,
|
|
646
|
+
"character": 22
|
|
507
647
|
},
|
|
508
648
|
"name": "boolean"
|
|
509
649
|
},
|
|
@@ -513,954 +653,904 @@
|
|
|
513
653
|
"__schema": "VariableLikeSchema",
|
|
514
654
|
"location": {
|
|
515
655
|
"filePath": "export.main.runtime.ts",
|
|
516
|
-
"line":
|
|
656
|
+
"line": 252,
|
|
517
657
|
"character": 5
|
|
518
658
|
},
|
|
519
|
-
"signature": "(property)
|
|
520
|
-
"name": "
|
|
659
|
+
"signature": "(property) idsWithFutureScope: ComponentIdList",
|
|
660
|
+
"name": "idsWithFutureScope",
|
|
521
661
|
"type": {
|
|
522
662
|
"__schema": "TypeRefSchema",
|
|
523
663
|
"location": {
|
|
524
664
|
"filePath": "export.main.runtime.ts",
|
|
525
|
-
"line":
|
|
526
|
-
"character":
|
|
665
|
+
"line": 252,
|
|
666
|
+
"character": 5
|
|
527
667
|
},
|
|
528
|
-
"name": "
|
|
529
|
-
"
|
|
668
|
+
"name": "ComponentIdList",
|
|
669
|
+
"componentId": {
|
|
670
|
+
"scope": "teambit.component",
|
|
671
|
+
"name": "component-id",
|
|
672
|
+
"version": "1.2.0"
|
|
673
|
+
}
|
|
530
674
|
},
|
|
531
|
-
"isOptional":
|
|
532
|
-
}
|
|
533
|
-
]
|
|
534
|
-
},
|
|
535
|
-
"isOptional": false,
|
|
536
|
-
"objectBindingNodes": [
|
|
537
|
-
{
|
|
538
|
-
"__schema": "VariableLikeSchema",
|
|
539
|
-
"location": {
|
|
540
|
-
"filePath": "export.main.runtime.ts",
|
|
541
|
-
"line": 247,
|
|
542
|
-
"character": 5
|
|
675
|
+
"isOptional": false
|
|
543
676
|
},
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
"type": {
|
|
547
|
-
"__schema": "TypeRefSchema",
|
|
677
|
+
{
|
|
678
|
+
"__schema": "VariableLikeSchema",
|
|
548
679
|
"location": {
|
|
549
680
|
"filePath": "export.main.runtime.ts",
|
|
550
|
-
"line":
|
|
681
|
+
"line": 253,
|
|
551
682
|
"character": 5
|
|
552
683
|
},
|
|
553
|
-
"
|
|
554
|
-
"
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
684
|
+
"signature": "(property) resumeExportId?: string | undefined",
|
|
685
|
+
"name": "resumeExportId",
|
|
686
|
+
"type": {
|
|
687
|
+
"__schema": "TypeUnionSchema",
|
|
688
|
+
"location": {
|
|
689
|
+
"filePath": "export.main.runtime.ts",
|
|
690
|
+
"line": 253,
|
|
691
|
+
"character": 22
|
|
692
|
+
},
|
|
693
|
+
"types": [
|
|
694
|
+
{
|
|
695
|
+
"__schema": "KeywordTypeSchema",
|
|
696
|
+
"location": {
|
|
697
|
+
"filePath": "export.main.runtime.ts",
|
|
698
|
+
"line": 253,
|
|
699
|
+
"character": 22
|
|
700
|
+
},
|
|
701
|
+
"name": "string"
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
"__schema": "KeywordTypeSchema",
|
|
705
|
+
"location": {
|
|
706
|
+
"filePath": "export.main.runtime.ts",
|
|
707
|
+
"line": 253,
|
|
708
|
+
"character": 31
|
|
709
|
+
},
|
|
710
|
+
"name": "undefined"
|
|
711
|
+
}
|
|
712
|
+
]
|
|
713
|
+
},
|
|
714
|
+
"isOptional": true
|
|
564
715
|
},
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
"type": {
|
|
568
|
-
"__schema": "TypeRefSchema",
|
|
716
|
+
{
|
|
717
|
+
"__schema": "VariableLikeSchema",
|
|
569
718
|
"location": {
|
|
570
719
|
"filePath": "export.main.runtime.ts",
|
|
571
|
-
"line":
|
|
720
|
+
"line": 254,
|
|
572
721
|
"character": 5
|
|
573
722
|
},
|
|
574
|
-
"
|
|
575
|
-
"
|
|
576
|
-
|
|
577
|
-
"
|
|
578
|
-
"
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
"filePath": "export.main.runtime.ts",
|
|
587
|
-
"line": 249,
|
|
588
|
-
"character": 5
|
|
723
|
+
"signature": "(property) throwForMissingArtifacts?: boolean | undefined",
|
|
724
|
+
"name": "throwForMissingArtifacts",
|
|
725
|
+
"type": {
|
|
726
|
+
"__schema": "KeywordTypeSchema",
|
|
727
|
+
"location": {
|
|
728
|
+
"filePath": "export.main.runtime.ts",
|
|
729
|
+
"line": 254,
|
|
730
|
+
"character": 32
|
|
731
|
+
},
|
|
732
|
+
"name": "boolean"
|
|
733
|
+
},
|
|
734
|
+
"isOptional": true
|
|
589
735
|
},
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
"type": {
|
|
593
|
-
"__schema": "TypeRefSchema",
|
|
736
|
+
{
|
|
737
|
+
"__schema": "VariableLikeSchema",
|
|
594
738
|
"location": {
|
|
595
739
|
"filePath": "export.main.runtime.ts",
|
|
596
|
-
"line":
|
|
597
|
-
"character":
|
|
740
|
+
"line": 255,
|
|
741
|
+
"character": 5
|
|
598
742
|
},
|
|
599
|
-
"
|
|
600
|
-
"
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
743
|
+
"signature": "(property) isOnMain?: boolean | undefined",
|
|
744
|
+
"name": "isOnMain",
|
|
745
|
+
"type": {
|
|
746
|
+
"__schema": "KeywordTypeSchema",
|
|
747
|
+
"location": {
|
|
748
|
+
"filePath": "export.main.runtime.ts",
|
|
749
|
+
"line": 255,
|
|
750
|
+
"character": 16
|
|
751
|
+
},
|
|
752
|
+
"name": "boolean"
|
|
753
|
+
},
|
|
754
|
+
"isOptional": true
|
|
610
755
|
},
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
"type": {
|
|
614
|
-
"__schema": "KeywordTypeSchema",
|
|
756
|
+
{
|
|
757
|
+
"__schema": "VariableLikeSchema",
|
|
615
758
|
"location": {
|
|
616
759
|
"filePath": "export.main.runtime.ts",
|
|
617
|
-
"line":
|
|
618
|
-
"character":
|
|
760
|
+
"line": 256,
|
|
761
|
+
"character": 5
|
|
619
762
|
},
|
|
620
|
-
"
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
763
|
+
"signature": "(property) exportHeadsOnly?: boolean | undefined",
|
|
764
|
+
"name": "exportHeadsOnly",
|
|
765
|
+
"type": {
|
|
766
|
+
"__schema": "KeywordTypeSchema",
|
|
767
|
+
"location": {
|
|
768
|
+
"filePath": "export.main.runtime.ts",
|
|
769
|
+
"line": 256,
|
|
770
|
+
"character": 23
|
|
771
|
+
},
|
|
772
|
+
"name": "boolean"
|
|
773
|
+
},
|
|
774
|
+
"isOptional": true
|
|
630
775
|
},
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
"type": {
|
|
634
|
-
"__schema": "KeywordTypeSchema",
|
|
776
|
+
{
|
|
777
|
+
"__schema": "VariableLikeSchema",
|
|
635
778
|
"location": {
|
|
636
779
|
"filePath": "export.main.runtime.ts",
|
|
637
|
-
"line":
|
|
638
|
-
"character":
|
|
780
|
+
"line": 257,
|
|
781
|
+
"character": 5
|
|
639
782
|
},
|
|
640
|
-
"
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
783
|
+
"signature": "(property) filterOutExistingVersions?: boolean | undefined",
|
|
784
|
+
"name": "filterOutExistingVersions",
|
|
785
|
+
"type": {
|
|
786
|
+
"__schema": "KeywordTypeSchema",
|
|
787
|
+
"location": {
|
|
788
|
+
"filePath": "export.main.runtime.ts",
|
|
789
|
+
"line": 257,
|
|
790
|
+
"character": 33
|
|
791
|
+
},
|
|
792
|
+
"name": "boolean"
|
|
793
|
+
},
|
|
794
|
+
"isOptional": true
|
|
650
795
|
},
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
"type": {
|
|
654
|
-
"__schema": "TypeRefSchema",
|
|
796
|
+
{
|
|
797
|
+
"__schema": "VariableLikeSchema",
|
|
655
798
|
"location": {
|
|
656
799
|
"filePath": "export.main.runtime.ts",
|
|
657
|
-
"line":
|
|
800
|
+
"line": 258,
|
|
658
801
|
"character": 5
|
|
659
802
|
},
|
|
660
|
-
"
|
|
661
|
-
"
|
|
662
|
-
|
|
663
|
-
"
|
|
664
|
-
"
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
803
|
+
"signature": "(property) exportOrigin?: ExportOrigin | undefined",
|
|
804
|
+
"name": "exportOrigin",
|
|
805
|
+
"type": {
|
|
806
|
+
"__schema": "TypeRefSchema",
|
|
807
|
+
"location": {
|
|
808
|
+
"filePath": "export.main.runtime.ts",
|
|
809
|
+
"line": 258,
|
|
810
|
+
"character": 20
|
|
811
|
+
},
|
|
812
|
+
"name": "ExportOrigin",
|
|
813
|
+
"packageName": "@teambit/legacy/dist/scope/network/http/http"
|
|
814
|
+
},
|
|
815
|
+
"isOptional": true
|
|
816
|
+
}
|
|
817
|
+
],
|
|
818
|
+
"isSpread": false
|
|
819
|
+
}
|
|
820
|
+
],
|
|
821
|
+
"returnType": {
|
|
822
|
+
"__schema": "TypeRefSchema",
|
|
823
|
+
"location": {
|
|
824
|
+
"filePath": "export.main.runtime.ts",
|
|
825
|
+
"line": 259,
|
|
826
|
+
"character": 7
|
|
827
|
+
},
|
|
828
|
+
"name": "Promise",
|
|
829
|
+
"typeArgs": [
|
|
669
830
|
{
|
|
670
|
-
"__schema": "
|
|
831
|
+
"__schema": "TypeLiteralSchema",
|
|
671
832
|
"location": {
|
|
672
833
|
"filePath": "export.main.runtime.ts",
|
|
673
|
-
"line":
|
|
674
|
-
"character":
|
|
834
|
+
"line": 259,
|
|
835
|
+
"character": 15
|
|
675
836
|
},
|
|
676
|
-
"
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
{
|
|
687
|
-
"__schema": "
|
|
837
|
+
"members": [
|
|
838
|
+
{
|
|
839
|
+
"__schema": "VariableLikeSchema",
|
|
840
|
+
"location": {
|
|
841
|
+
"filePath": "export.main.runtime.ts",
|
|
842
|
+
"line": 260,
|
|
843
|
+
"character": 5
|
|
844
|
+
},
|
|
845
|
+
"signature": "(property) exported: ComponentIdList",
|
|
846
|
+
"name": "exported",
|
|
847
|
+
"type": {
|
|
848
|
+
"__schema": "TypeRefSchema",
|
|
688
849
|
"location": {
|
|
689
850
|
"filePath": "export.main.runtime.ts",
|
|
690
|
-
"line":
|
|
691
|
-
"character":
|
|
851
|
+
"line": 260,
|
|
852
|
+
"character": 5
|
|
692
853
|
},
|
|
693
|
-
"name": "
|
|
854
|
+
"name": "ComponentIdList",
|
|
855
|
+
"componentId": {
|
|
856
|
+
"scope": "teambit.component",
|
|
857
|
+
"name": "component-id",
|
|
858
|
+
"version": "1.2.0"
|
|
859
|
+
}
|
|
694
860
|
},
|
|
695
|
-
|
|
696
|
-
|
|
861
|
+
"isOptional": false
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"__schema": "VariableLikeSchema",
|
|
865
|
+
"location": {
|
|
866
|
+
"filePath": "export.main.runtime.ts",
|
|
867
|
+
"line": 261,
|
|
868
|
+
"character": 5
|
|
869
|
+
},
|
|
870
|
+
"signature": "(property) updatedLocally: ComponentIdList",
|
|
871
|
+
"name": "updatedLocally",
|
|
872
|
+
"type": {
|
|
873
|
+
"__schema": "TypeRefSchema",
|
|
697
874
|
"location": {
|
|
698
875
|
"filePath": "export.main.runtime.ts",
|
|
699
|
-
"line":
|
|
700
|
-
"character":
|
|
876
|
+
"line": 261,
|
|
877
|
+
"character": 5
|
|
701
878
|
},
|
|
702
|
-
"name": "
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
"location": {
|
|
711
|
-
"filePath": "export.main.runtime.ts",
|
|
712
|
-
"line": 254,
|
|
713
|
-
"character": 5
|
|
714
|
-
},
|
|
715
|
-
"signature": "(property) throwForMissingArtifacts?: boolean | undefined",
|
|
716
|
-
"name": "throwForMissingArtifacts",
|
|
717
|
-
"type": {
|
|
718
|
-
"__schema": "KeywordTypeSchema",
|
|
719
|
-
"location": {
|
|
720
|
-
"filePath": "export.main.runtime.ts",
|
|
721
|
-
"line": 254,
|
|
722
|
-
"character": 32
|
|
723
|
-
},
|
|
724
|
-
"name": "boolean"
|
|
725
|
-
},
|
|
726
|
-
"isOptional": true
|
|
727
|
-
},
|
|
728
|
-
{
|
|
729
|
-
"__schema": "VariableLikeSchema",
|
|
730
|
-
"location": {
|
|
731
|
-
"filePath": "export.main.runtime.ts",
|
|
732
|
-
"line": 255,
|
|
733
|
-
"character": 5
|
|
734
|
-
},
|
|
735
|
-
"signature": "(property) isOnMain?: boolean | undefined",
|
|
736
|
-
"name": "isOnMain",
|
|
737
|
-
"type": {
|
|
738
|
-
"__schema": "KeywordTypeSchema",
|
|
739
|
-
"location": {
|
|
740
|
-
"filePath": "export.main.runtime.ts",
|
|
741
|
-
"line": 255,
|
|
742
|
-
"character": 16
|
|
743
|
-
},
|
|
744
|
-
"name": "boolean"
|
|
745
|
-
},
|
|
746
|
-
"isOptional": true
|
|
747
|
-
},
|
|
748
|
-
{
|
|
749
|
-
"__schema": "VariableLikeSchema",
|
|
750
|
-
"location": {
|
|
751
|
-
"filePath": "export.main.runtime.ts",
|
|
752
|
-
"line": 256,
|
|
753
|
-
"character": 5
|
|
754
|
-
},
|
|
755
|
-
"signature": "(property) exportHeadsOnly?: boolean | undefined",
|
|
756
|
-
"name": "exportHeadsOnly",
|
|
757
|
-
"type": {
|
|
758
|
-
"__schema": "KeywordTypeSchema",
|
|
759
|
-
"location": {
|
|
760
|
-
"filePath": "export.main.runtime.ts",
|
|
761
|
-
"line": 256,
|
|
762
|
-
"character": 23
|
|
763
|
-
},
|
|
764
|
-
"name": "boolean"
|
|
765
|
-
},
|
|
766
|
-
"isOptional": true
|
|
767
|
-
},
|
|
768
|
-
{
|
|
769
|
-
"__schema": "VariableLikeSchema",
|
|
770
|
-
"location": {
|
|
771
|
-
"filePath": "export.main.runtime.ts",
|
|
772
|
-
"line": 257,
|
|
773
|
-
"character": 5
|
|
774
|
-
},
|
|
775
|
-
"signature": "(property) filterOutExistingVersions?: boolean | undefined",
|
|
776
|
-
"name": "filterOutExistingVersions",
|
|
777
|
-
"type": {
|
|
778
|
-
"__schema": "KeywordTypeSchema",
|
|
779
|
-
"location": {
|
|
780
|
-
"filePath": "export.main.runtime.ts",
|
|
781
|
-
"line": 257,
|
|
782
|
-
"character": 33
|
|
879
|
+
"name": "ComponentIdList",
|
|
880
|
+
"componentId": {
|
|
881
|
+
"scope": "teambit.component",
|
|
882
|
+
"name": "component-id",
|
|
883
|
+
"version": "1.2.0"
|
|
884
|
+
}
|
|
885
|
+
},
|
|
886
|
+
"isOptional": false
|
|
783
887
|
},
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
888
|
+
{
|
|
889
|
+
"__schema": "VariableLikeSchema",
|
|
890
|
+
"location": {
|
|
891
|
+
"filePath": "export.main.runtime.ts",
|
|
892
|
+
"line": 262,
|
|
893
|
+
"character": 5
|
|
894
|
+
},
|
|
895
|
+
"signature": "(property) newIdsOnRemote: ComponentID[]",
|
|
896
|
+
"name": "newIdsOnRemote",
|
|
897
|
+
"type": {
|
|
898
|
+
"__schema": "TypeArraySchema",
|
|
899
|
+
"location": {
|
|
900
|
+
"filePath": "export.main.runtime.ts",
|
|
901
|
+
"line": 262,
|
|
902
|
+
"character": 21
|
|
903
|
+
},
|
|
904
|
+
"type": {
|
|
905
|
+
"__schema": "TypeRefSchema",
|
|
906
|
+
"location": {
|
|
907
|
+
"filePath": "export.main.runtime.ts",
|
|
908
|
+
"line": 262,
|
|
909
|
+
"character": 21
|
|
910
|
+
},
|
|
911
|
+
"name": "ComponentID",
|
|
912
|
+
"componentId": {
|
|
913
|
+
"scope": "teambit.component",
|
|
914
|
+
"name": "component-id",
|
|
915
|
+
"version": "1.2.0"
|
|
916
|
+
}
|
|
917
|
+
}
|
|
918
|
+
},
|
|
919
|
+
"isOptional": false
|
|
803
920
|
},
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
921
|
+
{
|
|
922
|
+
"__schema": "VariableLikeSchema",
|
|
923
|
+
"location": {
|
|
924
|
+
"filePath": "export.main.runtime.ts",
|
|
925
|
+
"line": 263,
|
|
926
|
+
"character": 5
|
|
927
|
+
},
|
|
928
|
+
"signature": "(property) rippleJobs: string[]",
|
|
929
|
+
"name": "rippleJobs",
|
|
930
|
+
"type": {
|
|
931
|
+
"__schema": "TypeArraySchema",
|
|
932
|
+
"location": {
|
|
933
|
+
"filePath": "export.main.runtime.ts",
|
|
934
|
+
"line": 263,
|
|
935
|
+
"character": 17
|
|
936
|
+
},
|
|
937
|
+
"type": {
|
|
938
|
+
"__schema": "KeywordTypeSchema",
|
|
939
|
+
"location": {
|
|
940
|
+
"filePath": "export.main.runtime.ts",
|
|
941
|
+
"line": 263,
|
|
942
|
+
"character": 17
|
|
943
|
+
},
|
|
944
|
+
"name": "string"
|
|
945
|
+
}
|
|
946
|
+
},
|
|
947
|
+
"isOptional": false
|
|
948
|
+
}
|
|
949
|
+
]
|
|
808
950
|
}
|
|
809
|
-
]
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
951
|
+
]
|
|
952
|
+
},
|
|
953
|
+
"modifiers": [
|
|
954
|
+
"async"
|
|
955
|
+
]
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
"__schema": "VariableLikeSchema",
|
|
815
959
|
"location": {
|
|
816
960
|
"filePath": "export.main.runtime.ts",
|
|
817
|
-
"line":
|
|
818
|
-
"character":
|
|
961
|
+
"line": 859,
|
|
962
|
+
"character": 3
|
|
819
963
|
},
|
|
820
|
-
"
|
|
821
|
-
"
|
|
964
|
+
"signature": "(property) ExportMain.runtime: RuntimeDefinition",
|
|
965
|
+
"name": "runtime",
|
|
966
|
+
"type": {
|
|
967
|
+
"__schema": "InferenceTypeSchema",
|
|
968
|
+
"location": {
|
|
969
|
+
"filePath": "export.main.runtime.ts",
|
|
970
|
+
"line": 859,
|
|
971
|
+
"character": 3
|
|
972
|
+
},
|
|
973
|
+
"type": "RuntimeDefinition"
|
|
974
|
+
},
|
|
975
|
+
"isOptional": true,
|
|
976
|
+
"defaultValue": "MainRuntime"
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"__schema": "VariableLikeSchema",
|
|
980
|
+
"location": {
|
|
981
|
+
"filePath": "export.main.runtime.ts",
|
|
982
|
+
"line": 860,
|
|
983
|
+
"character": 3
|
|
984
|
+
},
|
|
985
|
+
"signature": "(property) ExportMain.dependencies: Aspect[]",
|
|
986
|
+
"name": "dependencies",
|
|
987
|
+
"type": {
|
|
988
|
+
"__schema": "InferenceTypeSchema",
|
|
989
|
+
"location": {
|
|
990
|
+
"filePath": "export.main.runtime.ts",
|
|
991
|
+
"line": 860,
|
|
992
|
+
"character": 3
|
|
993
|
+
},
|
|
994
|
+
"type": "Aspect[]"
|
|
995
|
+
},
|
|
996
|
+
"isOptional": true,
|
|
997
|
+
"defaultValue": "[\n CLIAspect,\n ScopeAspect,\n WorkspaceAspect,\n RemoveAspect,\n DependencyResolverAspect,\n LoggerAspect,\n EjectAspect,\n ]"
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
"__schema": "FunctionLikeSchema",
|
|
1001
|
+
"location": {
|
|
1002
|
+
"filePath": "export.main.runtime.ts",
|
|
1003
|
+
"line": 869,
|
|
1004
|
+
"character": 3
|
|
1005
|
+
},
|
|
1006
|
+
"signature": "(method) ExportMain.provider([cli, scope, workspace, remove, depResolver, loggerMain, eject]: [\n CLIMain,\n ScopeMain,\n Workspace,\n RemoveMain,\n DependencyResolverMain,\n LoggerMain,\n EjectMain\n]): Promise<ExportMain>",
|
|
1007
|
+
"name": "provider",
|
|
1008
|
+
"params": [
|
|
822
1009
|
{
|
|
823
|
-
"__schema": "
|
|
1010
|
+
"__schema": "ParameterSchema",
|
|
824
1011
|
"location": {
|
|
825
1012
|
"filePath": "export.main.runtime.ts",
|
|
826
|
-
"line":
|
|
827
|
-
"character":
|
|
1013
|
+
"line": 869,
|
|
1014
|
+
"character": 25
|
|
828
1015
|
},
|
|
829
|
-
"
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
1016
|
+
"name": "[ cli, scope, workspace, remove, depResolver, loggerMain, eject ]",
|
|
1017
|
+
"type": {
|
|
1018
|
+
"__schema": "TupleTypeSchema",
|
|
1019
|
+
"location": {
|
|
1020
|
+
"filePath": "export.main.runtime.ts",
|
|
1021
|
+
"line": 869,
|
|
1022
|
+
"character": 90
|
|
1023
|
+
},
|
|
1024
|
+
"elements": [
|
|
1025
|
+
{
|
|
1026
|
+
"__schema": "TypeRefSchema",
|
|
1027
|
+
"location": {
|
|
1028
|
+
"filePath": "export.main.runtime.ts",
|
|
1029
|
+
"line": 870,
|
|
1030
|
+
"character": 5
|
|
1031
|
+
},
|
|
1032
|
+
"name": "CLIMain",
|
|
1033
|
+
"componentId": {
|
|
1034
|
+
"scope": "teambit.harmony",
|
|
1035
|
+
"name": "cli"
|
|
1036
|
+
}
|
|
836
1037
|
},
|
|
837
|
-
|
|
838
|
-
"name": "exported",
|
|
839
|
-
"type": {
|
|
1038
|
+
{
|
|
840
1039
|
"__schema": "TypeRefSchema",
|
|
841
1040
|
"location": {
|
|
842
1041
|
"filePath": "export.main.runtime.ts",
|
|
843
|
-
"line":
|
|
1042
|
+
"line": 871,
|
|
844
1043
|
"character": 5
|
|
845
1044
|
},
|
|
846
|
-
"name": "
|
|
1045
|
+
"name": "ScopeMain",
|
|
847
1046
|
"componentId": {
|
|
848
|
-
"scope": "teambit.
|
|
849
|
-
"name": "
|
|
850
|
-
"version": "1.2.0"
|
|
1047
|
+
"scope": "teambit.scope",
|
|
1048
|
+
"name": "scope"
|
|
851
1049
|
}
|
|
852
1050
|
},
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
"
|
|
1051
|
+
{
|
|
1052
|
+
"__schema": "TypeRefSchema",
|
|
1053
|
+
"location": {
|
|
1054
|
+
"filePath": "export.main.runtime.ts",
|
|
1055
|
+
"line": 872,
|
|
1056
|
+
"character": 5
|
|
1057
|
+
},
|
|
1058
|
+
"name": "Workspace",
|
|
1059
|
+
"componentId": {
|
|
1060
|
+
"scope": "teambit.workspace",
|
|
1061
|
+
"name": "workspace"
|
|
1062
|
+
}
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"__schema": "TypeRefSchema",
|
|
1066
|
+
"location": {
|
|
1067
|
+
"filePath": "export.main.runtime.ts",
|
|
1068
|
+
"line": 873,
|
|
1069
|
+
"character": 5
|
|
1070
|
+
},
|
|
1071
|
+
"name": "RemoveMain",
|
|
1072
|
+
"componentId": {
|
|
1073
|
+
"scope": "teambit.component",
|
|
1074
|
+
"name": "remove"
|
|
1075
|
+
}
|
|
861
1076
|
},
|
|
862
|
-
|
|
863
|
-
"name": "updatedLocally",
|
|
864
|
-
"type": {
|
|
1077
|
+
{
|
|
865
1078
|
"__schema": "TypeRefSchema",
|
|
866
1079
|
"location": {
|
|
867
1080
|
"filePath": "export.main.runtime.ts",
|
|
868
|
-
"line":
|
|
1081
|
+
"line": 874,
|
|
869
1082
|
"character": 5
|
|
870
1083
|
},
|
|
871
|
-
"name": "
|
|
1084
|
+
"name": "DependencyResolverMain",
|
|
872
1085
|
"componentId": {
|
|
873
|
-
"scope": "teambit.
|
|
874
|
-
"name": "
|
|
875
|
-
"version": "1.2.0"
|
|
1086
|
+
"scope": "teambit.dependencies",
|
|
1087
|
+
"name": "dependency-resolver"
|
|
876
1088
|
}
|
|
877
1089
|
},
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
{
|
|
881
|
-
"__schema": "VariableLikeSchema",
|
|
882
|
-
"location": {
|
|
883
|
-
"filePath": "export.main.runtime.ts",
|
|
884
|
-
"line": 262,
|
|
885
|
-
"character": 5
|
|
886
|
-
},
|
|
887
|
-
"signature": "(property) newIdsOnRemote: ComponentID[]",
|
|
888
|
-
"name": "newIdsOnRemote",
|
|
889
|
-
"type": {
|
|
890
|
-
"__schema": "TypeArraySchema",
|
|
1090
|
+
{
|
|
1091
|
+
"__schema": "TypeRefSchema",
|
|
891
1092
|
"location": {
|
|
892
1093
|
"filePath": "export.main.runtime.ts",
|
|
893
|
-
"line":
|
|
894
|
-
"character":
|
|
1094
|
+
"line": 875,
|
|
1095
|
+
"character": 5
|
|
895
1096
|
},
|
|
896
|
-
"
|
|
897
|
-
|
|
898
|
-
"
|
|
899
|
-
|
|
900
|
-
"line": 262,
|
|
901
|
-
"character": 21
|
|
902
|
-
},
|
|
903
|
-
"name": "ComponentID",
|
|
904
|
-
"componentId": {
|
|
905
|
-
"scope": "teambit.component",
|
|
906
|
-
"name": "component-id",
|
|
907
|
-
"version": "1.2.0"
|
|
908
|
-
}
|
|
1097
|
+
"name": "LoggerMain",
|
|
1098
|
+
"componentId": {
|
|
1099
|
+
"scope": "teambit.harmony",
|
|
1100
|
+
"name": "logger"
|
|
909
1101
|
}
|
|
910
1102
|
},
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
{
|
|
914
|
-
"__schema": "VariableLikeSchema",
|
|
915
|
-
"location": {
|
|
916
|
-
"filePath": "export.main.runtime.ts",
|
|
917
|
-
"line": 263,
|
|
918
|
-
"character": 5
|
|
919
|
-
},
|
|
920
|
-
"signature": "(property) rippleJobs: string[]",
|
|
921
|
-
"name": "rippleJobs",
|
|
922
|
-
"type": {
|
|
923
|
-
"__schema": "TypeArraySchema",
|
|
1103
|
+
{
|
|
1104
|
+
"__schema": "TypeRefSchema",
|
|
924
1105
|
"location": {
|
|
925
1106
|
"filePath": "export.main.runtime.ts",
|
|
926
|
-
"line":
|
|
927
|
-
"character":
|
|
1107
|
+
"line": 876,
|
|
1108
|
+
"character": 5
|
|
928
1109
|
},
|
|
929
|
-
"
|
|
930
|
-
|
|
931
|
-
"
|
|
932
|
-
|
|
933
|
-
"line": 263,
|
|
934
|
-
"character": 17
|
|
935
|
-
},
|
|
936
|
-
"name": "string"
|
|
1110
|
+
"name": "EjectMain",
|
|
1111
|
+
"componentId": {
|
|
1112
|
+
"scope": "teambit.workspace",
|
|
1113
|
+
"name": "eject"
|
|
937
1114
|
}
|
|
938
|
-
}
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
1115
|
+
}
|
|
1116
|
+
]
|
|
1117
|
+
},
|
|
1118
|
+
"isOptional": false,
|
|
1119
|
+
"isSpread": false
|
|
942
1120
|
}
|
|
943
|
-
]
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
"filePath": "export.main.runtime.ts",
|
|
953
|
-
"line": 859,
|
|
954
|
-
"character": 3
|
|
955
|
-
},
|
|
956
|
-
"signature": "(property) ExportMain.runtime: RuntimeDefinition",
|
|
957
|
-
"name": "runtime",
|
|
958
|
-
"type": {
|
|
959
|
-
"__schema": "InferenceTypeSchema",
|
|
960
|
-
"location": {
|
|
961
|
-
"filePath": "export.main.runtime.ts",
|
|
962
|
-
"line": 859,
|
|
963
|
-
"character": 3
|
|
1121
|
+
],
|
|
1122
|
+
"returnType": {
|
|
1123
|
+
"__schema": "InferenceTypeSchema",
|
|
1124
|
+
"location": {
|
|
1125
|
+
"filePath": "export.main.runtime.ts",
|
|
1126
|
+
"line": 869,
|
|
1127
|
+
"character": 3
|
|
1128
|
+
},
|
|
1129
|
+
"type": "Promise<ExportMain>"
|
|
964
1130
|
},
|
|
965
|
-
"
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
1131
|
+
"modifiers": [
|
|
1132
|
+
"static",
|
|
1133
|
+
"async"
|
|
1134
|
+
]
|
|
1135
|
+
}
|
|
1136
|
+
],
|
|
1137
|
+
"extendsNodes": [],
|
|
1138
|
+
"implementNodes": []
|
|
1139
|
+
}
|
|
1140
|
+
},
|
|
1141
|
+
{
|
|
1142
|
+
"__schema": "ExportSchema",
|
|
1143
|
+
"location": {
|
|
1144
|
+
"filePath": "index.ts",
|
|
1145
|
+
"line": 1,
|
|
1146
|
+
"character": 27
|
|
1147
|
+
},
|
|
1148
|
+
"name": "ExportResult",
|
|
1149
|
+
"exportNode": {
|
|
1150
|
+
"__schema": "InterfaceSchema",
|
|
1151
|
+
"location": {
|
|
1152
|
+
"filePath": "export.main.runtime.ts",
|
|
1153
|
+
"line": 83,
|
|
1154
|
+
"character": 1
|
|
969
1155
|
},
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
"
|
|
975
|
-
"character": 3
|
|
976
|
-
},
|
|
977
|
-
"signature": "(property) ExportMain.dependencies: Aspect[]",
|
|
978
|
-
"name": "dependencies",
|
|
979
|
-
"type": {
|
|
980
|
-
"__schema": "InferenceTypeSchema",
|
|
1156
|
+
"signature": "interface ExportResult",
|
|
1157
|
+
"name": "ExportResult",
|
|
1158
|
+
"members": [
|
|
1159
|
+
{
|
|
1160
|
+
"__schema": "VariableLikeSchema",
|
|
981
1161
|
"location": {
|
|
982
1162
|
"filePath": "export.main.runtime.ts",
|
|
983
|
-
"line":
|
|
1163
|
+
"line": 84,
|
|
984
1164
|
"character": 3
|
|
985
1165
|
},
|
|
986
|
-
"
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
},
|
|
991
|
-
{
|
|
992
|
-
"__schema": "FunctionLikeSchema",
|
|
993
|
-
"location": {
|
|
994
|
-
"filePath": "export.main.runtime.ts",
|
|
995
|
-
"line": 869,
|
|
996
|
-
"character": 3
|
|
997
|
-
},
|
|
998
|
-
"signature": "(method) ExportMain.provider([cli, scope, workspace, remove, depResolver, loggerMain, eject]: [\n CLIMain,\n ScopeMain,\n Workspace,\n RemoveMain,\n DependencyResolverMain,\n LoggerMain,\n EjectMain\n]): Promise<ExportMain>",
|
|
999
|
-
"name": "provider",
|
|
1000
|
-
"params": [
|
|
1001
|
-
{
|
|
1002
|
-
"__schema": "ParameterSchema",
|
|
1166
|
+
"signature": "(property) ExportResult.nonExistOnBitMap: ComponentID[]",
|
|
1167
|
+
"name": "nonExistOnBitMap",
|
|
1168
|
+
"type": {
|
|
1169
|
+
"__schema": "TypeArraySchema",
|
|
1003
1170
|
"location": {
|
|
1004
1171
|
"filePath": "export.main.runtime.ts",
|
|
1005
|
-
"line":
|
|
1006
|
-
"character":
|
|
1172
|
+
"line": 84,
|
|
1173
|
+
"character": 21
|
|
1007
1174
|
},
|
|
1008
|
-
"name": "[ cli, scope, workspace, remove, depResolver, loggerMain, eject ]",
|
|
1009
1175
|
"type": {
|
|
1010
|
-
"__schema": "
|
|
1176
|
+
"__schema": "TypeRefSchema",
|
|
1011
1177
|
"location": {
|
|
1012
1178
|
"filePath": "export.main.runtime.ts",
|
|
1013
|
-
"line":
|
|
1014
|
-
"character":
|
|
1179
|
+
"line": 84,
|
|
1180
|
+
"character": 21
|
|
1015
1181
|
},
|
|
1016
|
-
"
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
},
|
|
1024
|
-
"name": "CLIMain",
|
|
1025
|
-
"componentId": {
|
|
1026
|
-
"scope": "teambit.harmony",
|
|
1027
|
-
"name": "cli"
|
|
1028
|
-
}
|
|
1029
|
-
},
|
|
1030
|
-
{
|
|
1031
|
-
"__schema": "TypeRefSchema",
|
|
1032
|
-
"location": {
|
|
1033
|
-
"filePath": "export.main.runtime.ts",
|
|
1034
|
-
"line": 871,
|
|
1035
|
-
"character": 5
|
|
1036
|
-
},
|
|
1037
|
-
"name": "ScopeMain",
|
|
1038
|
-
"componentId": {
|
|
1039
|
-
"scope": "teambit.scope",
|
|
1040
|
-
"name": "scope"
|
|
1041
|
-
}
|
|
1042
|
-
},
|
|
1043
|
-
{
|
|
1044
|
-
"__schema": "TypeRefSchema",
|
|
1045
|
-
"location": {
|
|
1046
|
-
"filePath": "export.main.runtime.ts",
|
|
1047
|
-
"line": 872,
|
|
1048
|
-
"character": 5
|
|
1049
|
-
},
|
|
1050
|
-
"name": "Workspace",
|
|
1051
|
-
"componentId": {
|
|
1052
|
-
"scope": "teambit.workspace",
|
|
1053
|
-
"name": "workspace"
|
|
1054
|
-
}
|
|
1055
|
-
},
|
|
1056
|
-
{
|
|
1057
|
-
"__schema": "TypeRefSchema",
|
|
1058
|
-
"location": {
|
|
1059
|
-
"filePath": "export.main.runtime.ts",
|
|
1060
|
-
"line": 873,
|
|
1061
|
-
"character": 5
|
|
1062
|
-
},
|
|
1063
|
-
"name": "RemoveMain",
|
|
1064
|
-
"componentId": {
|
|
1065
|
-
"scope": "teambit.component",
|
|
1066
|
-
"name": "remove"
|
|
1067
|
-
}
|
|
1068
|
-
},
|
|
1069
|
-
{
|
|
1070
|
-
"__schema": "TypeRefSchema",
|
|
1071
|
-
"location": {
|
|
1072
|
-
"filePath": "export.main.runtime.ts",
|
|
1073
|
-
"line": 874,
|
|
1074
|
-
"character": 5
|
|
1075
|
-
},
|
|
1076
|
-
"name": "DependencyResolverMain",
|
|
1077
|
-
"componentId": {
|
|
1078
|
-
"scope": "teambit.dependencies",
|
|
1079
|
-
"name": "dependency-resolver"
|
|
1080
|
-
}
|
|
1081
|
-
},
|
|
1082
|
-
{
|
|
1083
|
-
"__schema": "TypeRefSchema",
|
|
1084
|
-
"location": {
|
|
1085
|
-
"filePath": "export.main.runtime.ts",
|
|
1086
|
-
"line": 875,
|
|
1087
|
-
"character": 5
|
|
1088
|
-
},
|
|
1089
|
-
"name": "LoggerMain",
|
|
1090
|
-
"componentId": {
|
|
1091
|
-
"scope": "teambit.harmony",
|
|
1092
|
-
"name": "logger"
|
|
1093
|
-
}
|
|
1094
|
-
},
|
|
1095
|
-
{
|
|
1096
|
-
"__schema": "TypeRefSchema",
|
|
1097
|
-
"location": {
|
|
1098
|
-
"filePath": "export.main.runtime.ts",
|
|
1099
|
-
"line": 876,
|
|
1100
|
-
"character": 5
|
|
1101
|
-
},
|
|
1102
|
-
"name": "EjectMain",
|
|
1103
|
-
"componentId": {
|
|
1104
|
-
"scope": "teambit.workspace",
|
|
1105
|
-
"name": "eject"
|
|
1106
|
-
}
|
|
1107
|
-
}
|
|
1108
|
-
]
|
|
1109
|
-
},
|
|
1110
|
-
"isOptional": false,
|
|
1111
|
-
"isSpread": false
|
|
1112
|
-
}
|
|
1113
|
-
],
|
|
1114
|
-
"returnType": {
|
|
1115
|
-
"__schema": "InferenceTypeSchema",
|
|
1116
|
-
"location": {
|
|
1117
|
-
"filePath": "export.main.runtime.ts",
|
|
1118
|
-
"line": 869,
|
|
1119
|
-
"character": 3
|
|
1182
|
+
"name": "ComponentID",
|
|
1183
|
+
"componentId": {
|
|
1184
|
+
"scope": "teambit.component",
|
|
1185
|
+
"name": "component-id",
|
|
1186
|
+
"version": "1.2.0"
|
|
1187
|
+
}
|
|
1188
|
+
}
|
|
1120
1189
|
},
|
|
1121
|
-
"
|
|
1122
|
-
},
|
|
1123
|
-
"modifiers": [
|
|
1124
|
-
"static",
|
|
1125
|
-
"async"
|
|
1126
|
-
]
|
|
1127
|
-
}
|
|
1128
|
-
],
|
|
1129
|
-
"extendsNodes": [],
|
|
1130
|
-
"implementNodes": []
|
|
1131
|
-
},
|
|
1132
|
-
{
|
|
1133
|
-
"__schema": "InterfaceSchema",
|
|
1134
|
-
"location": {
|
|
1135
|
-
"filePath": "export.main.runtime.ts",
|
|
1136
|
-
"line": 83,
|
|
1137
|
-
"character": 1
|
|
1138
|
-
},
|
|
1139
|
-
"signature": "interface ExportResult",
|
|
1140
|
-
"name": "ExportResult",
|
|
1141
|
-
"members": [
|
|
1142
|
-
{
|
|
1143
|
-
"__schema": "VariableLikeSchema",
|
|
1144
|
-
"location": {
|
|
1145
|
-
"filePath": "export.main.runtime.ts",
|
|
1146
|
-
"line": 84,
|
|
1147
|
-
"character": 3
|
|
1190
|
+
"isOptional": false
|
|
1148
1191
|
},
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
"type": {
|
|
1152
|
-
"__schema": "TypeArraySchema",
|
|
1192
|
+
{
|
|
1193
|
+
"__schema": "VariableLikeSchema",
|
|
1153
1194
|
"location": {
|
|
1154
1195
|
"filePath": "export.main.runtime.ts",
|
|
1155
|
-
"line":
|
|
1156
|
-
"character":
|
|
1196
|
+
"line": 85,
|
|
1197
|
+
"character": 3
|
|
1157
1198
|
},
|
|
1199
|
+
"signature": "(property) ExportResult.removedIds: ComponentIdList",
|
|
1200
|
+
"name": "removedIds",
|
|
1158
1201
|
"type": {
|
|
1159
1202
|
"__schema": "TypeRefSchema",
|
|
1160
1203
|
"location": {
|
|
1161
1204
|
"filePath": "export.main.runtime.ts",
|
|
1162
|
-
"line":
|
|
1163
|
-
"character":
|
|
1205
|
+
"line": 85,
|
|
1206
|
+
"character": 3
|
|
1164
1207
|
},
|
|
1165
|
-
"name": "
|
|
1208
|
+
"name": "ComponentIdList",
|
|
1166
1209
|
"componentId": {
|
|
1167
1210
|
"scope": "teambit.component",
|
|
1168
1211
|
"name": "component-id",
|
|
1169
1212
|
"version": "1.2.0"
|
|
1170
1213
|
}
|
|
1171
|
-
}
|
|
1172
|
-
},
|
|
1173
|
-
"isOptional": false
|
|
1174
|
-
},
|
|
1175
|
-
{
|
|
1176
|
-
"__schema": "VariableLikeSchema",
|
|
1177
|
-
"location": {
|
|
1178
|
-
"filePath": "export.main.runtime.ts",
|
|
1179
|
-
"line": 85,
|
|
1180
|
-
"character": 3
|
|
1181
|
-
},
|
|
1182
|
-
"signature": "(property) ExportResult.removedIds: ComponentIdList",
|
|
1183
|
-
"name": "removedIds",
|
|
1184
|
-
"type": {
|
|
1185
|
-
"__schema": "TypeRefSchema",
|
|
1186
|
-
"location": {
|
|
1187
|
-
"filePath": "export.main.runtime.ts",
|
|
1188
|
-
"line": 85,
|
|
1189
|
-
"character": 3
|
|
1190
1214
|
},
|
|
1191
|
-
"
|
|
1192
|
-
"componentId": {
|
|
1193
|
-
"scope": "teambit.component",
|
|
1194
|
-
"name": "component-id",
|
|
1195
|
-
"version": "1.2.0"
|
|
1196
|
-
}
|
|
1197
|
-
},
|
|
1198
|
-
"isOptional": false
|
|
1199
|
-
},
|
|
1200
|
-
{
|
|
1201
|
-
"__schema": "VariableLikeSchema",
|
|
1202
|
-
"location": {
|
|
1203
|
-
"filePath": "export.main.runtime.ts",
|
|
1204
|
-
"line": 86,
|
|
1205
|
-
"character": 3
|
|
1215
|
+
"isOptional": false
|
|
1206
1216
|
},
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
"type": {
|
|
1210
|
-
"__schema": "TypeArraySchema",
|
|
1217
|
+
{
|
|
1218
|
+
"__schema": "VariableLikeSchema",
|
|
1211
1219
|
"location": {
|
|
1212
1220
|
"filePath": "export.main.runtime.ts",
|
|
1213
1221
|
"line": 86,
|
|
1214
|
-
"character":
|
|
1222
|
+
"character": 3
|
|
1215
1223
|
},
|
|
1224
|
+
"signature": "(property) ExportResult.missingScope: ComponentID[]",
|
|
1225
|
+
"name": "missingScope",
|
|
1216
1226
|
"type": {
|
|
1217
|
-
"__schema": "
|
|
1227
|
+
"__schema": "TypeArraySchema",
|
|
1218
1228
|
"location": {
|
|
1219
1229
|
"filePath": "export.main.runtime.ts",
|
|
1220
1230
|
"line": 86,
|
|
1221
1231
|
"character": 17
|
|
1222
1232
|
},
|
|
1223
|
-
"
|
|
1224
|
-
|
|
1225
|
-
"
|
|
1226
|
-
|
|
1227
|
-
|
|
1233
|
+
"type": {
|
|
1234
|
+
"__schema": "TypeRefSchema",
|
|
1235
|
+
"location": {
|
|
1236
|
+
"filePath": "export.main.runtime.ts",
|
|
1237
|
+
"line": 86,
|
|
1238
|
+
"character": 17
|
|
1239
|
+
},
|
|
1240
|
+
"name": "ComponentID",
|
|
1241
|
+
"componentId": {
|
|
1242
|
+
"scope": "teambit.component",
|
|
1243
|
+
"name": "component-id",
|
|
1244
|
+
"version": "1.2.0"
|
|
1245
|
+
}
|
|
1228
1246
|
}
|
|
1229
|
-
}
|
|
1230
|
-
|
|
1231
|
-
"isOptional": false
|
|
1232
|
-
},
|
|
1233
|
-
{
|
|
1234
|
-
"__schema": "VariableLikeSchema",
|
|
1235
|
-
"location": {
|
|
1236
|
-
"filePath": "export.main.runtime.ts",
|
|
1237
|
-
"line": 87,
|
|
1238
|
-
"character": 3
|
|
1247
|
+
},
|
|
1248
|
+
"isOptional": false
|
|
1239
1249
|
},
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
"type": {
|
|
1243
|
-
"__schema": "TypeArraySchema",
|
|
1250
|
+
{
|
|
1251
|
+
"__schema": "VariableLikeSchema",
|
|
1244
1252
|
"location": {
|
|
1245
1253
|
"filePath": "export.main.runtime.ts",
|
|
1246
1254
|
"line": 87,
|
|
1247
|
-
"character":
|
|
1255
|
+
"character": 3
|
|
1248
1256
|
},
|
|
1257
|
+
"signature": "(property) ExportResult.componentsIds: ComponentID[]",
|
|
1258
|
+
"name": "componentsIds",
|
|
1249
1259
|
"type": {
|
|
1250
|
-
"__schema": "
|
|
1260
|
+
"__schema": "TypeArraySchema",
|
|
1251
1261
|
"location": {
|
|
1252
1262
|
"filePath": "export.main.runtime.ts",
|
|
1253
1263
|
"line": 87,
|
|
1254
1264
|
"character": 18
|
|
1255
1265
|
},
|
|
1256
|
-
"
|
|
1257
|
-
|
|
1258
|
-
"
|
|
1259
|
-
|
|
1260
|
-
|
|
1266
|
+
"type": {
|
|
1267
|
+
"__schema": "TypeRefSchema",
|
|
1268
|
+
"location": {
|
|
1269
|
+
"filePath": "export.main.runtime.ts",
|
|
1270
|
+
"line": 87,
|
|
1271
|
+
"character": 18
|
|
1272
|
+
},
|
|
1273
|
+
"name": "ComponentID",
|
|
1274
|
+
"componentId": {
|
|
1275
|
+
"scope": "teambit.component",
|
|
1276
|
+
"name": "component-id",
|
|
1277
|
+
"version": "1.2.0"
|
|
1278
|
+
}
|
|
1261
1279
|
}
|
|
1262
|
-
}
|
|
1263
|
-
|
|
1264
|
-
"isOptional": false
|
|
1265
|
-
},
|
|
1266
|
-
{
|
|
1267
|
-
"__schema": "VariableLikeSchema",
|
|
1268
|
-
"location": {
|
|
1269
|
-
"filePath": "export.main.runtime.ts",
|
|
1270
|
-
"line": 88,
|
|
1271
|
-
"character": 3
|
|
1280
|
+
},
|
|
1281
|
+
"isOptional": false
|
|
1272
1282
|
},
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
"type": {
|
|
1276
|
-
"__schema": "TypeArraySchema",
|
|
1283
|
+
{
|
|
1284
|
+
"__schema": "VariableLikeSchema",
|
|
1277
1285
|
"location": {
|
|
1278
1286
|
"filePath": "export.main.runtime.ts",
|
|
1279
1287
|
"line": 88,
|
|
1280
|
-
"character":
|
|
1288
|
+
"character": 3
|
|
1281
1289
|
},
|
|
1290
|
+
"signature": "(property) ExportResult.exportedLanes: Lane[]",
|
|
1291
|
+
"name": "exportedLanes",
|
|
1282
1292
|
"type": {
|
|
1283
|
-
"__schema": "
|
|
1293
|
+
"__schema": "TypeArraySchema",
|
|
1284
1294
|
"location": {
|
|
1285
1295
|
"filePath": "export.main.runtime.ts",
|
|
1286
1296
|
"line": 88,
|
|
1287
1297
|
"character": 18
|
|
1288
1298
|
},
|
|
1289
|
-
"
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
"
|
|
1299
|
+
"type": {
|
|
1300
|
+
"__schema": "TypeRefSchema",
|
|
1301
|
+
"location": {
|
|
1302
|
+
"filePath": "export.main.runtime.ts",
|
|
1303
|
+
"line": 88,
|
|
1304
|
+
"character": 18
|
|
1305
|
+
},
|
|
1306
|
+
"name": "Lane",
|
|
1307
|
+
"packageName": "@teambit/legacy/dist/scope/models"
|
|
1308
|
+
}
|
|
1309
|
+
},
|
|
1310
|
+
"isOptional": false
|
|
1301
1311
|
},
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
"type": {
|
|
1305
|
-
"__schema": "TypeArraySchema",
|
|
1312
|
+
{
|
|
1313
|
+
"__schema": "VariableLikeSchema",
|
|
1306
1314
|
"location": {
|
|
1307
1315
|
"filePath": "export.main.runtime.ts",
|
|
1308
1316
|
"line": 89,
|
|
1309
|
-
"character":
|
|
1317
|
+
"character": 3
|
|
1310
1318
|
},
|
|
1319
|
+
"signature": "(property) ExportResult.rippleJobs: string[]",
|
|
1320
|
+
"name": "rippleJobs",
|
|
1311
1321
|
"type": {
|
|
1312
|
-
"__schema": "
|
|
1322
|
+
"__schema": "TypeArraySchema",
|
|
1313
1323
|
"location": {
|
|
1314
1324
|
"filePath": "export.main.runtime.ts",
|
|
1315
1325
|
"line": 89,
|
|
1316
1326
|
"character": 15
|
|
1317
1327
|
},
|
|
1318
|
-
"
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
"
|
|
1328
|
+
"type": {
|
|
1329
|
+
"__schema": "KeywordTypeSchema",
|
|
1330
|
+
"location": {
|
|
1331
|
+
"filePath": "export.main.runtime.ts",
|
|
1332
|
+
"line": 89,
|
|
1333
|
+
"character": 15
|
|
1334
|
+
},
|
|
1335
|
+
"name": "string"
|
|
1336
|
+
}
|
|
1337
|
+
},
|
|
1338
|
+
"isOptional": false
|
|
1329
1339
|
},
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
"type": {
|
|
1333
|
-
"__schema": "TypeUnionSchema",
|
|
1340
|
+
{
|
|
1341
|
+
"__schema": "VariableLikeSchema",
|
|
1334
1342
|
"location": {
|
|
1335
1343
|
"filePath": "export.main.runtime.ts",
|
|
1336
1344
|
"line": 90,
|
|
1337
|
-
"character":
|
|
1345
|
+
"character": 3
|
|
1338
1346
|
},
|
|
1339
|
-
"
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
"name": "EjectResults",
|
|
1348
|
-
"componentId": {
|
|
1349
|
-
"scope": "teambit.workspace",
|
|
1350
|
-
"name": "eject"
|
|
1351
|
-
}
|
|
1347
|
+
"signature": "(property) ExportResult.ejectResults: EjectResults | undefined",
|
|
1348
|
+
"name": "ejectResults",
|
|
1349
|
+
"type": {
|
|
1350
|
+
"__schema": "TypeUnionSchema",
|
|
1351
|
+
"location": {
|
|
1352
|
+
"filePath": "export.main.runtime.ts",
|
|
1353
|
+
"line": 90,
|
|
1354
|
+
"character": 17
|
|
1352
1355
|
},
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
"
|
|
1357
|
-
|
|
1358
|
-
|
|
1356
|
+
"types": [
|
|
1357
|
+
{
|
|
1358
|
+
"__schema": "TypeRefSchema",
|
|
1359
|
+
"location": {
|
|
1360
|
+
"filePath": "export.main.runtime.ts",
|
|
1361
|
+
"line": 90,
|
|
1362
|
+
"character": 17
|
|
1363
|
+
},
|
|
1364
|
+
"name": "EjectResults",
|
|
1365
|
+
"componentId": {
|
|
1366
|
+
"scope": "teambit.workspace",
|
|
1367
|
+
"name": "eject"
|
|
1368
|
+
}
|
|
1359
1369
|
},
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1370
|
+
{
|
|
1371
|
+
"__schema": "KeywordTypeSchema",
|
|
1372
|
+
"location": {
|
|
1373
|
+
"filePath": "export.main.runtime.ts",
|
|
1374
|
+
"line": 90,
|
|
1375
|
+
"character": 32
|
|
1376
|
+
},
|
|
1377
|
+
"name": "undefined"
|
|
1378
|
+
}
|
|
1379
|
+
]
|
|
1380
|
+
},
|
|
1381
|
+
"isOptional": false
|
|
1382
|
+
}
|
|
1383
|
+
],
|
|
1384
|
+
"extendsNodes": []
|
|
1385
|
+
}
|
|
1368
1386
|
},
|
|
1369
1387
|
{
|
|
1370
|
-
"__schema": "
|
|
1388
|
+
"__schema": "ExportSchema",
|
|
1371
1389
|
"location": {
|
|
1372
|
-
"filePath": "
|
|
1373
|
-
"line":
|
|
1374
|
-
"character":
|
|
1390
|
+
"filePath": "index.ts",
|
|
1391
|
+
"line": 2,
|
|
1392
|
+
"character": 10
|
|
1375
1393
|
},
|
|
1376
|
-
"signature": "const ExportAspect: Aspect",
|
|
1377
1394
|
"name": "ExportAspect",
|
|
1378
|
-
"
|
|
1379
|
-
"__schema": "
|
|
1395
|
+
"exportNode": {
|
|
1396
|
+
"__schema": "VariableLikeSchema",
|
|
1380
1397
|
"location": {
|
|
1381
1398
|
"filePath": "export.aspect.ts",
|
|
1382
1399
|
"line": 3,
|
|
1383
1400
|
"character": 14
|
|
1384
1401
|
},
|
|
1385
|
-
"
|
|
1386
|
-
"
|
|
1387
|
-
|
|
1388
|
-
"
|
|
1389
|
-
"
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1402
|
+
"signature": "const ExportAspect: Aspect",
|
|
1403
|
+
"name": "ExportAspect",
|
|
1404
|
+
"type": {
|
|
1405
|
+
"__schema": "TypeRefSchema",
|
|
1406
|
+
"location": {
|
|
1407
|
+
"filePath": "export.aspect.ts",
|
|
1408
|
+
"line": 3,
|
|
1409
|
+
"character": 14
|
|
1410
|
+
},
|
|
1411
|
+
"name": "Aspect",
|
|
1412
|
+
"componentId": {
|
|
1413
|
+
"scope": "teambit.harmony",
|
|
1414
|
+
"name": "harmony",
|
|
1415
|
+
"version": "0.4.6"
|
|
1416
|
+
}
|
|
1417
|
+
},
|
|
1418
|
+
"isOptional": false,
|
|
1419
|
+
"defaultValue": "Aspect.create({\n id: 'teambit.scope/export',\n})"
|
|
1420
|
+
}
|
|
1394
1421
|
},
|
|
1395
1422
|
{
|
|
1396
|
-
"__schema": "
|
|
1423
|
+
"__schema": "ExportSchema",
|
|
1397
1424
|
"location": {
|
|
1398
1425
|
"filePath": "index.ts",
|
|
1399
1426
|
"line": 3,
|
|
1400
1427
|
"character": 15
|
|
1401
1428
|
},
|
|
1402
1429
|
"name": "Network",
|
|
1403
|
-
"
|
|
1430
|
+
"exportNode": {
|
|
1431
|
+
"__schema": "TypeRefSchema",
|
|
1432
|
+
"location": {
|
|
1433
|
+
"filePath": "index.ts",
|
|
1434
|
+
"line": 3,
|
|
1435
|
+
"character": 15
|
|
1436
|
+
},
|
|
1437
|
+
"name": "Network",
|
|
1438
|
+
"packageName": "@teambit/legacy/dist/scope/network/network"
|
|
1439
|
+
}
|
|
1404
1440
|
},
|
|
1405
1441
|
{
|
|
1406
|
-
"__schema": "
|
|
1442
|
+
"__schema": "ExportSchema",
|
|
1407
1443
|
"location": {
|
|
1408
1444
|
"filePath": "index.ts",
|
|
1409
1445
|
"line": 4,
|
|
1410
1446
|
"character": 15
|
|
1411
1447
|
},
|
|
1412
1448
|
"name": "PushOptions",
|
|
1413
|
-
"
|
|
1449
|
+
"exportNode": {
|
|
1450
|
+
"__schema": "TypeRefSchema",
|
|
1451
|
+
"location": {
|
|
1452
|
+
"filePath": "index.ts",
|
|
1453
|
+
"line": 4,
|
|
1454
|
+
"character": 15
|
|
1455
|
+
},
|
|
1456
|
+
"name": "PushOptions",
|
|
1457
|
+
"packageName": "@teambit/legacy/dist/api/scope/lib/put"
|
|
1458
|
+
}
|
|
1414
1459
|
},
|
|
1415
1460
|
{
|
|
1416
|
-
"__schema": "
|
|
1461
|
+
"__schema": "ExportSchema",
|
|
1417
1462
|
"location": {
|
|
1418
1463
|
"filePath": "index.ts",
|
|
1419
1464
|
"line": 5,
|
|
1420
1465
|
"character": 10
|
|
1421
1466
|
},
|
|
1422
1467
|
"name": "ExportPersist",
|
|
1423
|
-
"
|
|
1468
|
+
"exportNode": {
|
|
1469
|
+
"__schema": "TypeRefSchema",
|
|
1470
|
+
"location": {
|
|
1471
|
+
"filePath": "index.ts",
|
|
1472
|
+
"line": 5,
|
|
1473
|
+
"character": 10
|
|
1474
|
+
},
|
|
1475
|
+
"name": "ExportPersist",
|
|
1476
|
+
"packageName": "@teambit/legacy/dist/scope/actions"
|
|
1477
|
+
}
|
|
1424
1478
|
},
|
|
1425
1479
|
{
|
|
1426
|
-
"__schema": "
|
|
1480
|
+
"__schema": "ExportSchema",
|
|
1427
1481
|
"location": {
|
|
1428
1482
|
"filePath": "index.ts",
|
|
1429
1483
|
"line": 5,
|
|
1430
1484
|
"character": 25
|
|
1431
1485
|
},
|
|
1432
1486
|
"name": "ExportValidate",
|
|
1433
|
-
"
|
|
1487
|
+
"exportNode": {
|
|
1488
|
+
"__schema": "TypeRefSchema",
|
|
1489
|
+
"location": {
|
|
1490
|
+
"filePath": "index.ts",
|
|
1491
|
+
"line": 5,
|
|
1492
|
+
"character": 25
|
|
1493
|
+
},
|
|
1494
|
+
"name": "ExportValidate",
|
|
1495
|
+
"packageName": "@teambit/legacy/dist/scope/actions"
|
|
1496
|
+
}
|
|
1434
1497
|
},
|
|
1435
1498
|
{
|
|
1436
|
-
"__schema": "
|
|
1499
|
+
"__schema": "ExportSchema",
|
|
1437
1500
|
"location": {
|
|
1438
1501
|
"filePath": "index.ts",
|
|
1439
1502
|
"line": 5,
|
|
1440
1503
|
"character": 41
|
|
1441
1504
|
},
|
|
1442
1505
|
"name": "RemovePendingDir",
|
|
1443
|
-
"
|
|
1506
|
+
"exportNode": {
|
|
1507
|
+
"__schema": "TypeRefSchema",
|
|
1508
|
+
"location": {
|
|
1509
|
+
"filePath": "index.ts",
|
|
1510
|
+
"line": 5,
|
|
1511
|
+
"character": 41
|
|
1512
|
+
},
|
|
1513
|
+
"name": "RemovePendingDir",
|
|
1514
|
+
"packageName": "@teambit/legacy/dist/scope/actions"
|
|
1515
|
+
}
|
|
1444
1516
|
},
|
|
1445
1517
|
{
|
|
1446
|
-
"__schema": "
|
|
1518
|
+
"__schema": "ExportSchema",
|
|
1447
1519
|
"location": {
|
|
1448
1520
|
"filePath": "index.ts",
|
|
1449
1521
|
"line": 5,
|
|
1450
1522
|
"character": 59
|
|
1451
1523
|
},
|
|
1452
1524
|
"name": "FetchMissingDeps",
|
|
1453
|
-
"
|
|
1525
|
+
"exportNode": {
|
|
1526
|
+
"__schema": "TypeRefSchema",
|
|
1527
|
+
"location": {
|
|
1528
|
+
"filePath": "index.ts",
|
|
1529
|
+
"line": 5,
|
|
1530
|
+
"character": 59
|
|
1531
|
+
},
|
|
1532
|
+
"name": "FetchMissingDeps",
|
|
1533
|
+
"packageName": "@teambit/legacy/dist/scope/actions"
|
|
1534
|
+
}
|
|
1454
1535
|
},
|
|
1455
1536
|
{
|
|
1456
|
-
"__schema": "
|
|
1537
|
+
"__schema": "ExportSchema",
|
|
1457
1538
|
"location": {
|
|
1458
1539
|
"filePath": "index.ts",
|
|
1459
1540
|
"line": 6,
|
|
1460
1541
|
"character": 10
|
|
1461
1542
|
},
|
|
1462
1543
|
"name": "ObjectList",
|
|
1463
|
-
"
|
|
1544
|
+
"exportNode": {
|
|
1545
|
+
"__schema": "TypeRefSchema",
|
|
1546
|
+
"location": {
|
|
1547
|
+
"filePath": "index.ts",
|
|
1548
|
+
"line": 6,
|
|
1549
|
+
"character": 10
|
|
1550
|
+
},
|
|
1551
|
+
"name": "ObjectList",
|
|
1552
|
+
"packageName": "@teambit/legacy/dist/scope/objects/object-list"
|
|
1553
|
+
}
|
|
1464
1554
|
}
|
|
1465
1555
|
],
|
|
1466
1556
|
"internals": []
|
|
@@ -3873,7 +3963,7 @@
|
|
|
3873
3963
|
"componentId": {
|
|
3874
3964
|
"scope": "teambit.scope",
|
|
3875
3965
|
"name": "export",
|
|
3876
|
-
"version": "1.0.
|
|
3966
|
+
"version": "1.0.259"
|
|
3877
3967
|
},
|
|
3878
3968
|
"taggedModuleExports": []
|
|
3879
3969
|
}
|