@teambit/env 1.0.257 → 1.0.259
Sign up to get free protection for your applications and to get access to all the features.
- package/artifacts/__bit_junit.xml +1 -1
- package/artifacts/env-template/public/{214.b883ba893a08e57c8e1a.js → 113.266de1d86425e75d6985.js} +2 -2
- package/artifacts/env-template/public/{310.b428735c7f66bfde6bb5.js → 310.fe5c1012d4eb8177a37d.js} +5 -5
- package/artifacts/env-template/public/assets-manifest.json +12 -12
- package/artifacts/env-template/public/compositions.62ab95d88f1bfc2b584f.js +17 -0
- package/artifacts/env-template/public/compositions.html +1 -1
- package/artifacts/env-template/public/{overview.727dd0d935bc89162854.js → overview.3075f0a3660ba0bd6b69.js} +1 -1
- package/artifacts/env-template/public/overview.html +1 -1
- package/artifacts/env-template/public/peers.75083933c0235f33766f.js +1 -0
- package/artifacts/env-template/public/{preview-root.34e0999bfedb25e2ec3e.js → preview-root.b23229974905da3e76b1.js} +1 -1
- package/artifacts/preview/teambit_envs_env-preview.js +1 -1
- package/artifacts/schema.json +399 -372
- package/dist/{preview-1714360874807.js → preview-1714533890836.js} +2 -2
- package/package.json +7 -7
- package/artifacts/env-template/public/compositions.34653c773feb400d7efd.js +0 -17
- package/artifacts/env-template/public/peers.816ef19d751638cfbf5c.js +0 -1
- /package/{compositions-1714360874807.js → compositions-1714533890836.js} +0 -0
- /package/{overview-1714360874807.js → overview-1714533890836.js} +0 -0
package/artifacts/schema.json
CHANGED
@@ -14,473 +14,491 @@
|
|
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": 3,
|
21
|
+
"character": 15
|
22
22
|
},
|
23
|
-
"
|
24
|
-
|
23
|
+
"name": "EnvEnv",
|
24
|
+
"exportNode": {
|
25
|
+
"__schema": "ClassSchema",
|
25
26
|
"location": {
|
26
27
|
"filePath": "env.env.ts",
|
27
|
-
"line":
|
28
|
+
"line": 10,
|
28
29
|
"character": 1
|
29
30
|
},
|
30
|
-
"
|
31
|
-
|
32
|
-
},
|
33
|
-
"signature": "class EnvEnv",
|
34
|
-
"name": "EnvEnv",
|
35
|
-
"members": [
|
36
|
-
{
|
37
|
-
"__schema": "ConstructorSchema",
|
31
|
+
"doc": {
|
32
|
+
"__schema": "DocSchema",
|
38
33
|
"location": {
|
39
34
|
"filePath": "env.env.ts",
|
40
|
-
"line":
|
41
|
-
"character":
|
35
|
+
"line": 7,
|
36
|
+
"character": 1
|
42
37
|
},
|
43
|
-
"
|
44
|
-
"
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
"
|
54
|
-
"
|
55
|
-
|
38
|
+
"raw": "/**\n * a component environment built for Envs.\n */",
|
39
|
+
"comment": "a component environment built for Envs."
|
40
|
+
},
|
41
|
+
"signature": "class EnvEnv",
|
42
|
+
"name": "EnvEnv",
|
43
|
+
"members": [
|
44
|
+
{
|
45
|
+
"__schema": "ConstructorSchema",
|
46
|
+
"location": {
|
47
|
+
"filePath": "env.env.ts",
|
48
|
+
"line": 11,
|
49
|
+
"character": 3
|
50
|
+
},
|
51
|
+
"signature": "constructor EnvEnv(aspectEnv: AspectEnv): EnvEnv",
|
52
|
+
"name": "constructor",
|
53
|
+
"params": [
|
54
|
+
{
|
55
|
+
"__schema": "ParameterSchema",
|
56
56
|
"location": {
|
57
57
|
"filePath": "env.env.ts",
|
58
58
|
"line": 11,
|
59
|
-
"character":
|
59
|
+
"character": 15
|
60
|
+
},
|
61
|
+
"name": "aspectEnv",
|
62
|
+
"type": {
|
63
|
+
"__schema": "TypeRefSchema",
|
64
|
+
"location": {
|
65
|
+
"filePath": "env.env.ts",
|
66
|
+
"line": 11,
|
67
|
+
"character": 34
|
68
|
+
},
|
69
|
+
"name": "AspectEnv",
|
70
|
+
"componentId": {
|
71
|
+
"scope": "teambit.harmony",
|
72
|
+
"name": "aspect"
|
73
|
+
}
|
60
74
|
},
|
61
|
-
"
|
62
|
-
"
|
63
|
-
|
64
|
-
|
65
|
-
|
75
|
+
"isOptional": false,
|
76
|
+
"isSpread": false
|
77
|
+
}
|
78
|
+
],
|
79
|
+
"returnType": {
|
80
|
+
"__schema": "ThisTypeSchema",
|
81
|
+
"location": {
|
82
|
+
"filePath": "env.env.ts",
|
83
|
+
"line": 10,
|
84
|
+
"character": 1
|
66
85
|
},
|
67
|
-
"
|
68
|
-
"isSpread": false
|
69
|
-
}
|
70
|
-
],
|
71
|
-
"returnType": {
|
72
|
-
"__schema": "ThisTypeSchema",
|
73
|
-
"location": {
|
74
|
-
"filePath": "env.env.ts",
|
75
|
-
"line": 10,
|
76
|
-
"character": 1
|
86
|
+
"name": "EnvEnv"
|
77
87
|
},
|
78
|
-
"
|
79
|
-
},
|
80
|
-
"modifiers": []
|
81
|
-
},
|
82
|
-
{
|
83
|
-
"__schema": "VariableLikeSchema",
|
84
|
-
"location": {
|
85
|
-
"filePath": "env.env.ts",
|
86
|
-
"line": 13,
|
87
|
-
"character": 3
|
88
|
+
"modifiers": []
|
88
89
|
},
|
89
|
-
|
90
|
-
|
91
|
-
"type": {
|
92
|
-
"__schema": "InferenceTypeSchema",
|
90
|
+
{
|
91
|
+
"__schema": "VariableLikeSchema",
|
93
92
|
"location": {
|
94
93
|
"filePath": "env.env.ts",
|
95
94
|
"line": 13,
|
96
95
|
"character": 3
|
97
96
|
},
|
98
|
-
"
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
97
|
+
"signature": "(property) EnvEnv.icon: string",
|
98
|
+
"name": "icon",
|
99
|
+
"type": {
|
100
|
+
"__schema": "InferenceTypeSchema",
|
101
|
+
"location": {
|
102
|
+
"filePath": "env.env.ts",
|
103
|
+
"line": 13,
|
104
|
+
"character": 3
|
105
|
+
},
|
106
|
+
"type": "string"
|
107
|
+
},
|
108
|
+
"isOptional": true,
|
109
|
+
"defaultValue": "'https://static.bit.dev/extensions-icons/default.svg'"
|
109
110
|
},
|
110
|
-
|
111
|
-
|
112
|
-
"params": [],
|
113
|
-
"returnType": {
|
114
|
-
"__schema": "InferenceTypeSchema",
|
111
|
+
{
|
112
|
+
"__schema": "FunctionLikeSchema",
|
115
113
|
"location": {
|
116
114
|
"filePath": "env.env.ts",
|
117
115
|
"line": 15,
|
118
116
|
"character": 3
|
119
117
|
},
|
120
|
-
"
|
121
|
-
|
122
|
-
|
123
|
-
"
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
118
|
+
"signature": "(method) EnvEnv.__getDescriptor(): Promise<{\n type: string;\n}>",
|
119
|
+
"name": "__getDescriptor",
|
120
|
+
"params": [],
|
121
|
+
"returnType": {
|
122
|
+
"__schema": "InferenceTypeSchema",
|
123
|
+
"location": {
|
124
|
+
"filePath": "env.env.ts",
|
125
|
+
"line": 15,
|
126
|
+
"character": 3
|
127
|
+
},
|
128
|
+
"type": "Promise<{\n type: string;\n}>"
|
129
|
+
},
|
130
|
+
"modifiers": [
|
131
|
+
"async"
|
132
|
+
]
|
132
133
|
},
|
133
|
-
|
134
|
-
|
135
|
-
"params": [],
|
136
|
-
"returnType": {
|
137
|
-
"__schema": "TypeRefSchema",
|
134
|
+
{
|
135
|
+
"__schema": "FunctionLikeSchema",
|
138
136
|
"location": {
|
139
137
|
"filePath": "env.env.ts",
|
140
138
|
"line": 21,
|
141
139
|
"character": 3
|
142
140
|
},
|
143
|
-
"
|
144
|
-
"
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
141
|
+
"signature": "(method) EnvEnv.getPackageJsonProps(): PackageJsonProps",
|
142
|
+
"name": "getPackageJsonProps",
|
143
|
+
"params": [],
|
144
|
+
"returnType": {
|
145
|
+
"__schema": "TypeRefSchema",
|
146
|
+
"location": {
|
147
|
+
"filePath": "env.env.ts",
|
148
|
+
"line": 21,
|
149
|
+
"character": 3
|
150
|
+
},
|
151
|
+
"name": "PackageJsonProps",
|
152
|
+
"componentId": {
|
153
|
+
"scope": "teambit.pkg",
|
154
|
+
"name": "pkg"
|
155
|
+
}
|
156
|
+
},
|
157
|
+
"modifiers": []
|
157
158
|
},
|
158
|
-
|
159
|
-
|
160
|
-
"params": [],
|
161
|
-
"returnType": {
|
162
|
-
"__schema": "InferenceTypeSchema",
|
159
|
+
{
|
160
|
+
"__schema": "FunctionLikeSchema",
|
163
161
|
"location": {
|
164
162
|
"filePath": "env.env.ts",
|
165
163
|
"line": 27,
|
166
164
|
"character": 3
|
167
165
|
},
|
168
|
-
"
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
166
|
+
"signature": "(method) EnvEnv.getPreviewConfig(): {\n strategyName: PreviewStrategyName;\n splitComponentBundle: boolean;\n}",
|
167
|
+
"name": "getPreviewConfig",
|
168
|
+
"params": [],
|
169
|
+
"returnType": {
|
170
|
+
"__schema": "InferenceTypeSchema",
|
171
|
+
"location": {
|
172
|
+
"filePath": "env.env.ts",
|
173
|
+
"line": 27,
|
174
|
+
"character": 3
|
175
|
+
},
|
176
|
+
"type": "{\n strategyName: PreviewStrategyName;\n splitComponentBundle: boolean;\n}"
|
177
|
+
},
|
178
|
+
"modifiers": []
|
179
|
+
}
|
180
|
+
],
|
181
|
+
"extendsNodes": [],
|
182
|
+
"implementNodes": []
|
183
|
+
}
|
175
184
|
},
|
176
185
|
{
|
177
|
-
"__schema": "
|
186
|
+
"__schema": "ExportSchema",
|
178
187
|
"location": {
|
179
|
-
"filePath": "
|
180
|
-
"line":
|
181
|
-
"character":
|
188
|
+
"filePath": "index.ts",
|
189
|
+
"line": 4,
|
190
|
+
"character": 15
|
182
191
|
},
|
183
|
-
"signature": "class EnvMain",
|
184
192
|
"name": "EnvMain",
|
185
|
-
"
|
186
|
-
|
187
|
-
|
188
|
-
"
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
"
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
193
|
+
"exportNode": {
|
194
|
+
"__schema": "ClassSchema",
|
195
|
+
"location": {
|
196
|
+
"filePath": "env.main.runtime.ts",
|
197
|
+
"line": 7,
|
198
|
+
"character": 1
|
199
|
+
},
|
200
|
+
"signature": "class EnvMain",
|
201
|
+
"name": "EnvMain",
|
202
|
+
"members": [
|
203
|
+
{
|
204
|
+
"__schema": "ConstructorSchema",
|
205
|
+
"location": {
|
206
|
+
"filePath": "env.main.runtime.ts",
|
207
|
+
"line": 8,
|
208
|
+
"character": 3
|
209
|
+
},
|
210
|
+
"signature": "constructor EnvMain(envEnv: EnvEnv, envs: EnvsMain): EnvMain",
|
211
|
+
"name": "constructor",
|
212
|
+
"params": [
|
213
|
+
{
|
214
|
+
"__schema": "ParameterSchema",
|
206
215
|
"location": {
|
207
216
|
"filePath": "env.main.runtime.ts",
|
208
217
|
"line": 8,
|
209
|
-
"character":
|
218
|
+
"character": 15
|
210
219
|
},
|
211
|
-
"name": "
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
"
|
220
|
+
"name": "envEnv",
|
221
|
+
"type": {
|
222
|
+
"__schema": "TypeRefSchema",
|
223
|
+
"location": {
|
224
|
+
"filePath": "env.main.runtime.ts",
|
225
|
+
"line": 8,
|
226
|
+
"character": 32
|
227
|
+
},
|
228
|
+
"name": "EnvEnv"
|
229
|
+
},
|
230
|
+
"isOptional": false,
|
231
|
+
"isSpread": false
|
222
232
|
},
|
223
|
-
|
224
|
-
|
225
|
-
"__schema": "TypeRefSchema",
|
233
|
+
{
|
234
|
+
"__schema": "ParameterSchema",
|
226
235
|
"location": {
|
227
236
|
"filePath": "env.main.runtime.ts",
|
228
237
|
"line": 8,
|
229
|
-
"character":
|
238
|
+
"character": 40
|
230
239
|
},
|
231
|
-
"name": "
|
232
|
-
"
|
233
|
-
"
|
234
|
-
"
|
235
|
-
|
240
|
+
"name": "envs",
|
241
|
+
"type": {
|
242
|
+
"__schema": "TypeRefSchema",
|
243
|
+
"location": {
|
244
|
+
"filePath": "env.main.runtime.ts",
|
245
|
+
"line": 8,
|
246
|
+
"character": 54
|
247
|
+
},
|
248
|
+
"name": "EnvsMain",
|
249
|
+
"componentId": {
|
250
|
+
"scope": "teambit.envs",
|
251
|
+
"name": "envs"
|
252
|
+
}
|
253
|
+
},
|
254
|
+
"isOptional": false,
|
255
|
+
"isSpread": false
|
256
|
+
}
|
257
|
+
],
|
258
|
+
"returnType": {
|
259
|
+
"__schema": "ThisTypeSchema",
|
260
|
+
"location": {
|
261
|
+
"filePath": "env.main.runtime.ts",
|
262
|
+
"line": 7,
|
263
|
+
"character": 1
|
236
264
|
},
|
237
|
-
"
|
238
|
-
"isSpread": false
|
239
|
-
}
|
240
|
-
],
|
241
|
-
"returnType": {
|
242
|
-
"__schema": "ThisTypeSchema",
|
243
|
-
"location": {
|
244
|
-
"filePath": "env.main.runtime.ts",
|
245
|
-
"line": 7,
|
246
|
-
"character": 1
|
265
|
+
"name": "EnvMain"
|
247
266
|
},
|
248
|
-
"
|
249
|
-
},
|
250
|
-
"modifiers": []
|
251
|
-
},
|
252
|
-
{
|
253
|
-
"__schema": "FunctionLikeSchema",
|
254
|
-
"location": {
|
255
|
-
"filePath": "env.main.runtime.ts",
|
256
|
-
"line": 13,
|
257
|
-
"character": 3
|
267
|
+
"modifiers": []
|
258
268
|
},
|
259
|
-
|
260
|
-
"__schema": "
|
269
|
+
{
|
270
|
+
"__schema": "FunctionLikeSchema",
|
261
271
|
"location": {
|
262
272
|
"filePath": "env.main.runtime.ts",
|
263
|
-
"line":
|
273
|
+
"line": 13,
|
264
274
|
"character": 3
|
265
275
|
},
|
266
|
-
"
|
267
|
-
|
268
|
-
},
|
269
|
-
"signature": "(method) EnvMain.compose(transformers?: EnvTransformer[], targetEnv?: Environment): Environment",
|
270
|
-
"name": "compose",
|
271
|
-
"params": [
|
272
|
-
{
|
273
|
-
"__schema": "ParameterSchema",
|
276
|
+
"doc": {
|
277
|
+
"__schema": "DocSchema",
|
274
278
|
"location": {
|
275
279
|
"filePath": "env.main.runtime.ts",
|
276
|
-
"line":
|
277
|
-
"character":
|
280
|
+
"line": 10,
|
281
|
+
"character": 3
|
278
282
|
},
|
279
|
-
"
|
280
|
-
"
|
281
|
-
|
283
|
+
"raw": "/**\n * compose your own aspect environment.\n */",
|
284
|
+
"comment": "compose your own aspect environment."
|
285
|
+
},
|
286
|
+
"signature": "(method) EnvMain.compose(transformers?: EnvTransformer[], targetEnv?: Environment): Environment",
|
287
|
+
"name": "compose",
|
288
|
+
"params": [
|
289
|
+
{
|
290
|
+
"__schema": "ParameterSchema",
|
282
291
|
"location": {
|
283
292
|
"filePath": "env.main.runtime.ts",
|
284
293
|
"line": 13,
|
285
|
-
"character":
|
294
|
+
"character": 11
|
286
295
|
},
|
296
|
+
"name": "transformers",
|
287
297
|
"type": {
|
288
|
-
"__schema": "
|
298
|
+
"__schema": "TypeArraySchema",
|
289
299
|
"location": {
|
290
300
|
"filePath": "env.main.runtime.ts",
|
291
301
|
"line": 13,
|
292
302
|
"character": 25
|
293
303
|
},
|
294
|
-
"
|
304
|
+
"type": {
|
305
|
+
"__schema": "TypeRefSchema",
|
306
|
+
"location": {
|
307
|
+
"filePath": "env.main.runtime.ts",
|
308
|
+
"line": 13,
|
309
|
+
"character": 25
|
310
|
+
},
|
311
|
+
"name": "EnvTransformer",
|
312
|
+
"componentId": {
|
313
|
+
"scope": "teambit.envs",
|
314
|
+
"name": "envs"
|
315
|
+
}
|
316
|
+
}
|
317
|
+
},
|
318
|
+
"isOptional": true,
|
319
|
+
"defaultValue": "[]",
|
320
|
+
"isSpread": false
|
321
|
+
},
|
322
|
+
{
|
323
|
+
"__schema": "ParameterSchema",
|
324
|
+
"location": {
|
325
|
+
"filePath": "env.main.runtime.ts",
|
326
|
+
"line": 13,
|
327
|
+
"character": 48
|
328
|
+
},
|
329
|
+
"name": "targetEnv",
|
330
|
+
"type": {
|
331
|
+
"__schema": "TypeRefSchema",
|
332
|
+
"location": {
|
333
|
+
"filePath": "env.main.runtime.ts",
|
334
|
+
"line": 13,
|
335
|
+
"character": 59
|
336
|
+
},
|
337
|
+
"name": "Environment",
|
295
338
|
"componentId": {
|
296
339
|
"scope": "teambit.envs",
|
297
340
|
"name": "envs"
|
298
341
|
}
|
299
|
-
}
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
{
|
306
|
-
"__schema": "
|
342
|
+
},
|
343
|
+
"isOptional": true,
|
344
|
+
"defaultValue": "{}",
|
345
|
+
"isSpread": false
|
346
|
+
}
|
347
|
+
],
|
348
|
+
"returnType": {
|
349
|
+
"__schema": "TypeRefSchema",
|
307
350
|
"location": {
|
308
351
|
"filePath": "env.main.runtime.ts",
|
309
352
|
"line": 13,
|
310
|
-
"character":
|
311
|
-
},
|
312
|
-
"name": "targetEnv",
|
313
|
-
"type": {
|
314
|
-
"__schema": "TypeRefSchema",
|
315
|
-
"location": {
|
316
|
-
"filePath": "env.main.runtime.ts",
|
317
|
-
"line": 13,
|
318
|
-
"character": 59
|
319
|
-
},
|
320
|
-
"name": "Environment",
|
321
|
-
"componentId": {
|
322
|
-
"scope": "teambit.envs",
|
323
|
-
"name": "envs"
|
324
|
-
}
|
353
|
+
"character": 3
|
325
354
|
},
|
326
|
-
"
|
327
|
-
"
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
"returnType": {
|
332
|
-
"__schema": "TypeRefSchema",
|
333
|
-
"location": {
|
334
|
-
"filePath": "env.main.runtime.ts",
|
335
|
-
"line": 13,
|
336
|
-
"character": 3
|
355
|
+
"name": "Environment",
|
356
|
+
"componentId": {
|
357
|
+
"scope": "teambit.envs",
|
358
|
+
"name": "envs"
|
359
|
+
}
|
337
360
|
},
|
338
|
-
"
|
339
|
-
"componentId": {
|
340
|
-
"scope": "teambit.envs",
|
341
|
-
"name": "envs"
|
342
|
-
}
|
343
|
-
},
|
344
|
-
"modifiers": []
|
345
|
-
},
|
346
|
-
{
|
347
|
-
"__schema": "VariableLikeSchema",
|
348
|
-
"location": {
|
349
|
-
"filePath": "env.main.runtime.ts",
|
350
|
-
"line": 17,
|
351
|
-
"character": 3
|
361
|
+
"modifiers": []
|
352
362
|
},
|
353
|
-
|
354
|
-
|
355
|
-
"type": {
|
356
|
-
"__schema": "InferenceTypeSchema",
|
363
|
+
{
|
364
|
+
"__schema": "VariableLikeSchema",
|
357
365
|
"location": {
|
358
366
|
"filePath": "env.main.runtime.ts",
|
359
367
|
"line": 17,
|
360
368
|
"character": 3
|
361
369
|
},
|
362
|
-
"
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
370
|
+
"signature": "(property) EnvMain.slots: never[]",
|
371
|
+
"name": "slots",
|
372
|
+
"type": {
|
373
|
+
"__schema": "InferenceTypeSchema",
|
374
|
+
"location": {
|
375
|
+
"filePath": "env.main.runtime.ts",
|
376
|
+
"line": 17,
|
377
|
+
"character": 3
|
378
|
+
},
|
379
|
+
"type": "never[]"
|
380
|
+
},
|
381
|
+
"isOptional": true,
|
382
|
+
"defaultValue": "[]"
|
373
383
|
},
|
374
|
-
|
375
|
-
|
376
|
-
"type": {
|
377
|
-
"__schema": "InferenceTypeSchema",
|
384
|
+
{
|
385
|
+
"__schema": "VariableLikeSchema",
|
378
386
|
"location": {
|
379
387
|
"filePath": "env.main.runtime.ts",
|
380
388
|
"line": 18,
|
381
389
|
"character": 3
|
382
390
|
},
|
383
|
-
"
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
391
|
+
"signature": "(property) EnvMain.dependencies: Aspect[]",
|
392
|
+
"name": "dependencies",
|
393
|
+
"type": {
|
394
|
+
"__schema": "InferenceTypeSchema",
|
395
|
+
"location": {
|
396
|
+
"filePath": "env.main.runtime.ts",
|
397
|
+
"line": 18,
|
398
|
+
"character": 3
|
399
|
+
},
|
400
|
+
"type": "Aspect[]"
|
401
|
+
},
|
402
|
+
"isOptional": true,
|
403
|
+
"defaultValue": "[AspectAspect, EnvsAspect]"
|
394
404
|
},
|
395
|
-
|
396
|
-
|
397
|
-
"type": {
|
398
|
-
"__schema": "InferenceTypeSchema",
|
405
|
+
{
|
406
|
+
"__schema": "VariableLikeSchema",
|
399
407
|
"location": {
|
400
408
|
"filePath": "env.main.runtime.ts",
|
401
409
|
"line": 19,
|
402
410
|
"character": 3
|
403
411
|
},
|
404
|
-
"
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
},
|
409
|
-
{
|
410
|
-
"__schema": "FunctionLikeSchema",
|
411
|
-
"location": {
|
412
|
-
"filePath": "env.main.runtime.ts",
|
413
|
-
"line": 20,
|
414
|
-
"character": 3
|
415
|
-
},
|
416
|
-
"signature": "(method) EnvMain.provider([aspectAspect, envs]: [AspectMain, EnvsMain]): Promise<EnvMain>",
|
417
|
-
"name": "provider",
|
418
|
-
"params": [
|
419
|
-
{
|
420
|
-
"__schema": "ParameterSchema",
|
412
|
+
"signature": "(property) EnvMain.runtime: RuntimeDefinition",
|
413
|
+
"name": "runtime",
|
414
|
+
"type": {
|
415
|
+
"__schema": "InferenceTypeSchema",
|
421
416
|
"location": {
|
422
417
|
"filePath": "env.main.runtime.ts",
|
423
|
-
"line":
|
424
|
-
"character":
|
418
|
+
"line": 19,
|
419
|
+
"character": 3
|
425
420
|
},
|
426
|
-
"
|
427
|
-
|
428
|
-
|
421
|
+
"type": "RuntimeDefinition"
|
422
|
+
},
|
423
|
+
"isOptional": true,
|
424
|
+
"defaultValue": "MainRuntime"
|
425
|
+
},
|
426
|
+
{
|
427
|
+
"__schema": "FunctionLikeSchema",
|
428
|
+
"location": {
|
429
|
+
"filePath": "env.main.runtime.ts",
|
430
|
+
"line": 20,
|
431
|
+
"character": 3
|
432
|
+
},
|
433
|
+
"signature": "(method) EnvMain.provider([aspectAspect, envs]: [AspectMain, EnvsMain]): Promise<EnvMain>",
|
434
|
+
"name": "provider",
|
435
|
+
"params": [
|
436
|
+
{
|
437
|
+
"__schema": "ParameterSchema",
|
429
438
|
"location": {
|
430
439
|
"filePath": "env.main.runtime.ts",
|
431
440
|
"line": 20,
|
432
|
-
"character":
|
441
|
+
"character": 25
|
433
442
|
},
|
434
|
-
"
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
},
|
442
|
-
"name": "AspectMain",
|
443
|
-
"componentId": {
|
444
|
-
"scope": "teambit.harmony",
|
445
|
-
"name": "aspect"
|
446
|
-
}
|
443
|
+
"name": "[ aspectAspect, envs ]",
|
444
|
+
"type": {
|
445
|
+
"__schema": "TupleTypeSchema",
|
446
|
+
"location": {
|
447
|
+
"filePath": "env.main.runtime.ts",
|
448
|
+
"line": 20,
|
449
|
+
"character": 47
|
447
450
|
},
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
"
|
452
|
-
|
453
|
-
|
451
|
+
"elements": [
|
452
|
+
{
|
453
|
+
"__schema": "TypeRefSchema",
|
454
|
+
"location": {
|
455
|
+
"filePath": "env.main.runtime.ts",
|
456
|
+
"line": 20,
|
457
|
+
"character": 48
|
458
|
+
},
|
459
|
+
"name": "AspectMain",
|
460
|
+
"componentId": {
|
461
|
+
"scope": "teambit.harmony",
|
462
|
+
"name": "aspect"
|
463
|
+
}
|
454
464
|
},
|
455
|
-
|
456
|
-
|
457
|
-
"
|
458
|
-
|
465
|
+
{
|
466
|
+
"__schema": "TypeRefSchema",
|
467
|
+
"location": {
|
468
|
+
"filePath": "env.main.runtime.ts",
|
469
|
+
"line": 20,
|
470
|
+
"character": 60
|
471
|
+
},
|
472
|
+
"name": "EnvsMain",
|
473
|
+
"componentId": {
|
474
|
+
"scope": "teambit.envs",
|
475
|
+
"name": "envs"
|
476
|
+
}
|
459
477
|
}
|
460
|
-
|
461
|
-
|
478
|
+
]
|
479
|
+
},
|
480
|
+
"isOptional": false,
|
481
|
+
"isSpread": false
|
482
|
+
}
|
483
|
+
],
|
484
|
+
"returnType": {
|
485
|
+
"__schema": "InferenceTypeSchema",
|
486
|
+
"location": {
|
487
|
+
"filePath": "env.main.runtime.ts",
|
488
|
+
"line": 20,
|
489
|
+
"character": 3
|
462
490
|
},
|
463
|
-
"
|
464
|
-
"isSpread": false
|
465
|
-
}
|
466
|
-
],
|
467
|
-
"returnType": {
|
468
|
-
"__schema": "InferenceTypeSchema",
|
469
|
-
"location": {
|
470
|
-
"filePath": "env.main.runtime.ts",
|
471
|
-
"line": 20,
|
472
|
-
"character": 3
|
491
|
+
"type": "Promise<EnvMain>"
|
473
492
|
},
|
474
|
-
"
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
"implementNodes": []
|
493
|
+
"modifiers": [
|
494
|
+
"static",
|
495
|
+
"async"
|
496
|
+
]
|
497
|
+
}
|
498
|
+
],
|
499
|
+
"extendsNodes": [],
|
500
|
+
"implementNodes": []
|
501
|
+
}
|
484
502
|
},
|
485
503
|
{
|
486
504
|
"__schema": "UnImplementedSchema",
|
@@ -493,30 +511,39 @@
|
|
493
511
|
"type": "Identifier"
|
494
512
|
},
|
495
513
|
{
|
496
|
-
"__schema": "
|
514
|
+
"__schema": "ExportSchema",
|
497
515
|
"location": {
|
498
|
-
"filePath": "
|
499
|
-
"line":
|
500
|
-
"character":
|
516
|
+
"filePath": "index.ts",
|
517
|
+
"line": 6,
|
518
|
+
"character": 10
|
501
519
|
},
|
502
|
-
"signature": "const EnvAspect: Aspect",
|
503
520
|
"name": "EnvAspect",
|
504
|
-
"
|
505
|
-
"__schema": "
|
521
|
+
"exportNode": {
|
522
|
+
"__schema": "VariableLikeSchema",
|
506
523
|
"location": {
|
507
524
|
"filePath": "env.aspect.ts",
|
508
525
|
"line": 3,
|
509
526
|
"character": 14
|
510
527
|
},
|
511
|
-
"
|
512
|
-
"
|
513
|
-
|
514
|
-
"
|
515
|
-
"
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
528
|
+
"signature": "const EnvAspect: Aspect",
|
529
|
+
"name": "EnvAspect",
|
530
|
+
"type": {
|
531
|
+
"__schema": "TypeRefSchema",
|
532
|
+
"location": {
|
533
|
+
"filePath": "env.aspect.ts",
|
534
|
+
"line": 3,
|
535
|
+
"character": 14
|
536
|
+
},
|
537
|
+
"name": "Aspect",
|
538
|
+
"componentId": {
|
539
|
+
"scope": "teambit.harmony",
|
540
|
+
"name": "harmony",
|
541
|
+
"version": "0.4.6"
|
542
|
+
}
|
543
|
+
},
|
544
|
+
"isOptional": false,
|
545
|
+
"defaultValue": "Aspect.create({\n id: 'teambit.envs/env',\n})"
|
546
|
+
}
|
520
547
|
}
|
521
548
|
],
|
522
549
|
"internals": []
|
@@ -1086,7 +1113,7 @@
|
|
1086
1113
|
"componentId": {
|
1087
1114
|
"scope": "teambit.envs",
|
1088
1115
|
"name": "env",
|
1089
|
-
"version": "1.0.
|
1116
|
+
"version": "1.0.259"
|
1090
1117
|
},
|
1091
1118
|
"taggedModuleExports": []
|
1092
1119
|
}
|