@teambit/env 1.0.256 → 1.0.258
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/{310.c4b2cbde1debc4cae240.js → 310.4c8d2f8d6b68e75b7371.js} +322 -10
- package/artifacts/env-template/public/{136.a9819b1b60881cd5007a.js → 393.710e54aea1b5a73dd6c6.js} +10 -10
- package/artifacts/env-template/public/{214.b883ba893a08e57c8e1a.js → 447.2d6fc0b3bba8a28a3b30.js} +2 -2
- package/artifacts/env-template/public/assets-manifest.json +16 -16
- package/artifacts/env-template/public/compositions.c848eb80b5690d051699.js +17 -0
- package/artifacts/env-template/public/compositions.html +1 -1
- package/artifacts/env-template/public/{overview.964aef3616c03dc60576.js → overview.cdb616709f3ae8d90bfb.js} +1 -1
- package/artifacts/env-template/public/overview.html +1 -1
- package/artifacts/env-template/public/{peers.aebd886fcc3d59bfff4b.js → peers.f49b0320d23720e1745e.js} +1 -1
- package/artifacts/env-template/public/{preview-root.34e0999bfedb25e2ec3e.js → preview-root.db4c569323bddd21c98c.js} +1 -1
- package/artifacts/env-template/public/static/css/{310.b5a000fd.css → 310.3ebec769.css} +1 -1
- package/artifacts/preview/teambit_envs_env-preview.js +1 -1
- package/artifacts/schema.json +382 -403
- package/{compositions-1714274461313.js → compositions-1714472366682.js} +1 -1
- package/dist/preview-1714472366682.js +7 -0
- package/{overview-1714274461313.js → overview-1714472366682.js} +1 -1
- package/package.json +6 -6
- package/artifacts/env-template/public/compositions.803f73fff70d7f3b1ea5.js +0 -17
- package/dist/preview-1714274461313.js +0 -7
package/artifacts/schema.json
CHANGED
@@ -14,473 +14,467 @@
|
|
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"
|
60
70
|
},
|
61
|
-
"
|
62
|
-
"
|
63
|
-
|
64
|
-
|
65
|
-
|
71
|
+
"isOptional": false,
|
72
|
+
"isSpread": false
|
73
|
+
}
|
74
|
+
],
|
75
|
+
"returnType": {
|
76
|
+
"__schema": "ThisTypeSchema",
|
77
|
+
"location": {
|
78
|
+
"filePath": "env.env.ts",
|
79
|
+
"line": 10,
|
80
|
+
"character": 1
|
66
81
|
},
|
67
|
-
"
|
68
|
-
"isSpread": false
|
69
|
-
}
|
70
|
-
],
|
71
|
-
"returnType": {
|
72
|
-
"__schema": "ThisTypeSchema",
|
73
|
-
"location": {
|
74
|
-
"filePath": "env.env.ts",
|
75
|
-
"line": 10,
|
76
|
-
"character": 1
|
82
|
+
"name": "EnvEnv"
|
77
83
|
},
|
78
|
-
"
|
79
|
-
},
|
80
|
-
"modifiers": []
|
81
|
-
},
|
82
|
-
{
|
83
|
-
"__schema": "VariableLikeSchema",
|
84
|
-
"location": {
|
85
|
-
"filePath": "env.env.ts",
|
86
|
-
"line": 13,
|
87
|
-
"character": 3
|
84
|
+
"modifiers": []
|
88
85
|
},
|
89
|
-
|
90
|
-
|
91
|
-
"type": {
|
92
|
-
"__schema": "InferenceTypeSchema",
|
86
|
+
{
|
87
|
+
"__schema": "VariableLikeSchema",
|
93
88
|
"location": {
|
94
89
|
"filePath": "env.env.ts",
|
95
90
|
"line": 13,
|
96
91
|
"character": 3
|
97
92
|
},
|
98
|
-
"
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
93
|
+
"signature": "(property) EnvEnv.icon: string",
|
94
|
+
"name": "icon",
|
95
|
+
"type": {
|
96
|
+
"__schema": "InferenceTypeSchema",
|
97
|
+
"location": {
|
98
|
+
"filePath": "env.env.ts",
|
99
|
+
"line": 13,
|
100
|
+
"character": 3
|
101
|
+
},
|
102
|
+
"type": "string"
|
103
|
+
},
|
104
|
+
"isOptional": true,
|
105
|
+
"defaultValue": "'https://static.bit.dev/extensions-icons/default.svg'"
|
109
106
|
},
|
110
|
-
|
111
|
-
|
112
|
-
"params": [],
|
113
|
-
"returnType": {
|
114
|
-
"__schema": "InferenceTypeSchema",
|
107
|
+
{
|
108
|
+
"__schema": "FunctionLikeSchema",
|
115
109
|
"location": {
|
116
110
|
"filePath": "env.env.ts",
|
117
111
|
"line": 15,
|
118
112
|
"character": 3
|
119
113
|
},
|
120
|
-
"
|
121
|
-
|
122
|
-
|
123
|
-
"
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
114
|
+
"signature": "(method) EnvEnv.__getDescriptor(): Promise<{\n type: string;\n}>",
|
115
|
+
"name": "__getDescriptor",
|
116
|
+
"params": [],
|
117
|
+
"returnType": {
|
118
|
+
"__schema": "InferenceTypeSchema",
|
119
|
+
"location": {
|
120
|
+
"filePath": "env.env.ts",
|
121
|
+
"line": 15,
|
122
|
+
"character": 3
|
123
|
+
},
|
124
|
+
"type": "Promise<{\n type: string;\n}>"
|
125
|
+
},
|
126
|
+
"modifiers": [
|
127
|
+
"async"
|
128
|
+
]
|
132
129
|
},
|
133
|
-
|
134
|
-
|
135
|
-
"params": [],
|
136
|
-
"returnType": {
|
137
|
-
"__schema": "TypeRefSchema",
|
130
|
+
{
|
131
|
+
"__schema": "FunctionLikeSchema",
|
138
132
|
"location": {
|
139
133
|
"filePath": "env.env.ts",
|
140
134
|
"line": 21,
|
141
135
|
"character": 3
|
142
136
|
},
|
143
|
-
"
|
144
|
-
"
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
137
|
+
"signature": "(method) EnvEnv.getPackageJsonProps(): PackageJsonProps",
|
138
|
+
"name": "getPackageJsonProps",
|
139
|
+
"params": [],
|
140
|
+
"returnType": {
|
141
|
+
"__schema": "TypeRefSchema",
|
142
|
+
"location": {
|
143
|
+
"filePath": "env.env.ts",
|
144
|
+
"line": 21,
|
145
|
+
"character": 3
|
146
|
+
},
|
147
|
+
"name": "PackageJsonProps",
|
148
|
+
"componentId": {
|
149
|
+
"scope": "teambit.pkg",
|
150
|
+
"name": "pkg"
|
151
|
+
}
|
152
|
+
},
|
153
|
+
"modifiers": []
|
157
154
|
},
|
158
|
-
|
159
|
-
|
160
|
-
"params": [],
|
161
|
-
"returnType": {
|
162
|
-
"__schema": "InferenceTypeSchema",
|
155
|
+
{
|
156
|
+
"__schema": "FunctionLikeSchema",
|
163
157
|
"location": {
|
164
158
|
"filePath": "env.env.ts",
|
165
159
|
"line": 27,
|
166
160
|
"character": 3
|
167
161
|
},
|
168
|
-
"
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
162
|
+
"signature": "(method) EnvEnv.getPreviewConfig(): {\n strategyName: PreviewStrategyName;\n splitComponentBundle: boolean;\n}",
|
163
|
+
"name": "getPreviewConfig",
|
164
|
+
"params": [],
|
165
|
+
"returnType": {
|
166
|
+
"__schema": "InferenceTypeSchema",
|
167
|
+
"location": {
|
168
|
+
"filePath": "env.env.ts",
|
169
|
+
"line": 27,
|
170
|
+
"character": 3
|
171
|
+
},
|
172
|
+
"type": "{\n strategyName: PreviewStrategyName;\n splitComponentBundle: boolean;\n}"
|
173
|
+
},
|
174
|
+
"modifiers": []
|
175
|
+
}
|
176
|
+
],
|
177
|
+
"extendsNodes": [],
|
178
|
+
"implementNodes": []
|
179
|
+
}
|
175
180
|
},
|
176
181
|
{
|
177
|
-
"__schema": "
|
182
|
+
"__schema": "ExportSchema",
|
178
183
|
"location": {
|
179
|
-
"filePath": "
|
180
|
-
"line":
|
181
|
-
"character":
|
184
|
+
"filePath": "index.ts",
|
185
|
+
"line": 4,
|
186
|
+
"character": 15
|
182
187
|
},
|
183
|
-
"signature": "class EnvMain",
|
184
188
|
"name": "EnvMain",
|
185
|
-
"
|
186
|
-
|
187
|
-
|
188
|
-
"
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
"
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
189
|
+
"exportNode": {
|
190
|
+
"__schema": "ClassSchema",
|
191
|
+
"location": {
|
192
|
+
"filePath": "env.main.runtime.ts",
|
193
|
+
"line": 7,
|
194
|
+
"character": 1
|
195
|
+
},
|
196
|
+
"signature": "class EnvMain",
|
197
|
+
"name": "EnvMain",
|
198
|
+
"members": [
|
199
|
+
{
|
200
|
+
"__schema": "ConstructorSchema",
|
201
|
+
"location": {
|
202
|
+
"filePath": "env.main.runtime.ts",
|
203
|
+
"line": 8,
|
204
|
+
"character": 3
|
205
|
+
},
|
206
|
+
"signature": "constructor EnvMain(envEnv: EnvEnv, envs: EnvsMain): EnvMain",
|
207
|
+
"name": "constructor",
|
208
|
+
"params": [
|
209
|
+
{
|
210
|
+
"__schema": "ParameterSchema",
|
206
211
|
"location": {
|
207
212
|
"filePath": "env.main.runtime.ts",
|
208
213
|
"line": 8,
|
209
|
-
"character":
|
214
|
+
"character": 15
|
210
215
|
},
|
211
|
-
"name": "
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
"
|
216
|
+
"name": "envEnv",
|
217
|
+
"type": {
|
218
|
+
"__schema": "TypeRefSchema",
|
219
|
+
"location": {
|
220
|
+
"filePath": "env.main.runtime.ts",
|
221
|
+
"line": 8,
|
222
|
+
"character": 32
|
223
|
+
},
|
224
|
+
"name": "EnvEnv"
|
225
|
+
},
|
226
|
+
"isOptional": false,
|
227
|
+
"isSpread": false
|
222
228
|
},
|
223
|
-
|
224
|
-
|
225
|
-
"__schema": "TypeRefSchema",
|
229
|
+
{
|
230
|
+
"__schema": "ParameterSchema",
|
226
231
|
"location": {
|
227
232
|
"filePath": "env.main.runtime.ts",
|
228
233
|
"line": 8,
|
229
|
-
"character":
|
234
|
+
"character": 40
|
230
235
|
},
|
231
|
-
"name": "
|
232
|
-
"
|
233
|
-
"
|
234
|
-
"
|
235
|
-
|
236
|
+
"name": "envs",
|
237
|
+
"type": {
|
238
|
+
"__schema": "TypeRefSchema",
|
239
|
+
"location": {
|
240
|
+
"filePath": "env.main.runtime.ts",
|
241
|
+
"line": 8,
|
242
|
+
"character": 54
|
243
|
+
},
|
244
|
+
"name": "EnvsMain"
|
245
|
+
},
|
246
|
+
"isOptional": false,
|
247
|
+
"isSpread": false
|
248
|
+
}
|
249
|
+
],
|
250
|
+
"returnType": {
|
251
|
+
"__schema": "ThisTypeSchema",
|
252
|
+
"location": {
|
253
|
+
"filePath": "env.main.runtime.ts",
|
254
|
+
"line": 7,
|
255
|
+
"character": 1
|
236
256
|
},
|
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
|
257
|
+
"name": "EnvMain"
|
247
258
|
},
|
248
|
-
"
|
249
|
-
},
|
250
|
-
"modifiers": []
|
251
|
-
},
|
252
|
-
{
|
253
|
-
"__schema": "FunctionLikeSchema",
|
254
|
-
"location": {
|
255
|
-
"filePath": "env.main.runtime.ts",
|
256
|
-
"line": 13,
|
257
|
-
"character": 3
|
259
|
+
"modifiers": []
|
258
260
|
},
|
259
|
-
|
260
|
-
"__schema": "
|
261
|
+
{
|
262
|
+
"__schema": "FunctionLikeSchema",
|
261
263
|
"location": {
|
262
264
|
"filePath": "env.main.runtime.ts",
|
263
|
-
"line":
|
265
|
+
"line": 13,
|
264
266
|
"character": 3
|
265
267
|
},
|
266
|
-
"
|
267
|
-
|
268
|
-
},
|
269
|
-
"signature": "(method) EnvMain.compose(transformers?: EnvTransformer[], targetEnv?: Environment): Environment",
|
270
|
-
"name": "compose",
|
271
|
-
"params": [
|
272
|
-
{
|
273
|
-
"__schema": "ParameterSchema",
|
268
|
+
"doc": {
|
269
|
+
"__schema": "DocSchema",
|
274
270
|
"location": {
|
275
271
|
"filePath": "env.main.runtime.ts",
|
276
|
-
"line":
|
277
|
-
"character":
|
272
|
+
"line": 10,
|
273
|
+
"character": 3
|
278
274
|
},
|
279
|
-
"
|
280
|
-
"
|
281
|
-
|
275
|
+
"raw": "/**\n * compose your own aspect environment.\n */",
|
276
|
+
"comment": "compose your own aspect environment."
|
277
|
+
},
|
278
|
+
"signature": "(method) EnvMain.compose(transformers?: EnvTransformer[], targetEnv?: Environment): Environment",
|
279
|
+
"name": "compose",
|
280
|
+
"params": [
|
281
|
+
{
|
282
|
+
"__schema": "ParameterSchema",
|
282
283
|
"location": {
|
283
284
|
"filePath": "env.main.runtime.ts",
|
284
285
|
"line": 13,
|
285
|
-
"character":
|
286
|
+
"character": 11
|
286
287
|
},
|
288
|
+
"name": "transformers",
|
287
289
|
"type": {
|
288
|
-
"__schema": "
|
290
|
+
"__schema": "TypeArraySchema",
|
289
291
|
"location": {
|
290
292
|
"filePath": "env.main.runtime.ts",
|
291
293
|
"line": 13,
|
292
294
|
"character": 25
|
293
295
|
},
|
294
|
-
"
|
295
|
-
|
296
|
-
"
|
297
|
-
|
296
|
+
"type": {
|
297
|
+
"__schema": "TypeRefSchema",
|
298
|
+
"location": {
|
299
|
+
"filePath": "env.main.runtime.ts",
|
300
|
+
"line": 13,
|
301
|
+
"character": 25
|
302
|
+
},
|
303
|
+
"name": "EnvTransformer"
|
298
304
|
}
|
299
|
-
}
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
"isSpread": false
|
304
|
-
},
|
305
|
-
{
|
306
|
-
"__schema": "ParameterSchema",
|
307
|
-
"location": {
|
308
|
-
"filePath": "env.main.runtime.ts",
|
309
|
-
"line": 13,
|
310
|
-
"character": 48
|
305
|
+
},
|
306
|
+
"isOptional": true,
|
307
|
+
"defaultValue": "[]",
|
308
|
+
"isSpread": false
|
311
309
|
},
|
312
|
-
|
313
|
-
|
314
|
-
"__schema": "TypeRefSchema",
|
310
|
+
{
|
311
|
+
"__schema": "ParameterSchema",
|
315
312
|
"location": {
|
316
313
|
"filePath": "env.main.runtime.ts",
|
317
314
|
"line": 13,
|
318
|
-
"character":
|
315
|
+
"character": 48
|
316
|
+
},
|
317
|
+
"name": "targetEnv",
|
318
|
+
"type": {
|
319
|
+
"__schema": "TypeRefSchema",
|
320
|
+
"location": {
|
321
|
+
"filePath": "env.main.runtime.ts",
|
322
|
+
"line": 13,
|
323
|
+
"character": 59
|
324
|
+
},
|
325
|
+
"name": "Environment"
|
319
326
|
},
|
320
|
-
"
|
321
|
-
"
|
322
|
-
|
323
|
-
|
324
|
-
|
327
|
+
"isOptional": true,
|
328
|
+
"defaultValue": "{}",
|
329
|
+
"isSpread": false
|
330
|
+
}
|
331
|
+
],
|
332
|
+
"returnType": {
|
333
|
+
"__schema": "TypeRefSchema",
|
334
|
+
"location": {
|
335
|
+
"filePath": "env.main.runtime.ts",
|
336
|
+
"line": 13,
|
337
|
+
"character": 3
|
325
338
|
},
|
326
|
-
"
|
327
|
-
"
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
"returnType": {
|
332
|
-
"__schema": "TypeRefSchema",
|
333
|
-
"location": {
|
334
|
-
"filePath": "env.main.runtime.ts",
|
335
|
-
"line": 13,
|
336
|
-
"character": 3
|
339
|
+
"name": "Environment",
|
340
|
+
"componentId": {
|
341
|
+
"scope": "teambit.envs",
|
342
|
+
"name": "envs"
|
343
|
+
}
|
337
344
|
},
|
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
|
345
|
+
"modifiers": []
|
352
346
|
},
|
353
|
-
|
354
|
-
|
355
|
-
"type": {
|
356
|
-
"__schema": "InferenceTypeSchema",
|
347
|
+
{
|
348
|
+
"__schema": "VariableLikeSchema",
|
357
349
|
"location": {
|
358
350
|
"filePath": "env.main.runtime.ts",
|
359
351
|
"line": 17,
|
360
352
|
"character": 3
|
361
353
|
},
|
362
|
-
"
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
354
|
+
"signature": "(property) EnvMain.slots: never[]",
|
355
|
+
"name": "slots",
|
356
|
+
"type": {
|
357
|
+
"__schema": "InferenceTypeSchema",
|
358
|
+
"location": {
|
359
|
+
"filePath": "env.main.runtime.ts",
|
360
|
+
"line": 17,
|
361
|
+
"character": 3
|
362
|
+
},
|
363
|
+
"type": "never[]"
|
364
|
+
},
|
365
|
+
"isOptional": true,
|
366
|
+
"defaultValue": "[]"
|
373
367
|
},
|
374
|
-
|
375
|
-
|
376
|
-
"type": {
|
377
|
-
"__schema": "InferenceTypeSchema",
|
368
|
+
{
|
369
|
+
"__schema": "VariableLikeSchema",
|
378
370
|
"location": {
|
379
371
|
"filePath": "env.main.runtime.ts",
|
380
372
|
"line": 18,
|
381
373
|
"character": 3
|
382
374
|
},
|
383
|
-
"
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
375
|
+
"signature": "(property) EnvMain.dependencies: Aspect[]",
|
376
|
+
"name": "dependencies",
|
377
|
+
"type": {
|
378
|
+
"__schema": "InferenceTypeSchema",
|
379
|
+
"location": {
|
380
|
+
"filePath": "env.main.runtime.ts",
|
381
|
+
"line": 18,
|
382
|
+
"character": 3
|
383
|
+
},
|
384
|
+
"type": "Aspect[]"
|
385
|
+
},
|
386
|
+
"isOptional": true,
|
387
|
+
"defaultValue": "[AspectAspect, EnvsAspect]"
|
394
388
|
},
|
395
|
-
|
396
|
-
|
397
|
-
"type": {
|
398
|
-
"__schema": "InferenceTypeSchema",
|
389
|
+
{
|
390
|
+
"__schema": "VariableLikeSchema",
|
399
391
|
"location": {
|
400
392
|
"filePath": "env.main.runtime.ts",
|
401
393
|
"line": 19,
|
402
394
|
"character": 3
|
403
395
|
},
|
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",
|
396
|
+
"signature": "(property) EnvMain.runtime: RuntimeDefinition",
|
397
|
+
"name": "runtime",
|
398
|
+
"type": {
|
399
|
+
"__schema": "InferenceTypeSchema",
|
421
400
|
"location": {
|
422
401
|
"filePath": "env.main.runtime.ts",
|
423
|
-
"line":
|
424
|
-
"character":
|
402
|
+
"line": 19,
|
403
|
+
"character": 3
|
425
404
|
},
|
426
|
-
"
|
427
|
-
|
428
|
-
|
405
|
+
"type": "RuntimeDefinition"
|
406
|
+
},
|
407
|
+
"isOptional": true,
|
408
|
+
"defaultValue": "MainRuntime"
|
409
|
+
},
|
410
|
+
{
|
411
|
+
"__schema": "FunctionLikeSchema",
|
412
|
+
"location": {
|
413
|
+
"filePath": "env.main.runtime.ts",
|
414
|
+
"line": 20,
|
415
|
+
"character": 3
|
416
|
+
},
|
417
|
+
"signature": "(method) EnvMain.provider([aspectAspect, envs]: [AspectMain, EnvsMain]): Promise<EnvMain>",
|
418
|
+
"name": "provider",
|
419
|
+
"params": [
|
420
|
+
{
|
421
|
+
"__schema": "ParameterSchema",
|
429
422
|
"location": {
|
430
423
|
"filePath": "env.main.runtime.ts",
|
431
424
|
"line": 20,
|
432
|
-
"character":
|
425
|
+
"character": 25
|
433
426
|
},
|
434
|
-
"
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
},
|
442
|
-
"name": "AspectMain",
|
443
|
-
"componentId": {
|
444
|
-
"scope": "teambit.harmony",
|
445
|
-
"name": "aspect"
|
446
|
-
}
|
427
|
+
"name": "[ aspectAspect, envs ]",
|
428
|
+
"type": {
|
429
|
+
"__schema": "TupleTypeSchema",
|
430
|
+
"location": {
|
431
|
+
"filePath": "env.main.runtime.ts",
|
432
|
+
"line": 20,
|
433
|
+
"character": 47
|
447
434
|
},
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
"
|
452
|
-
|
453
|
-
|
435
|
+
"elements": [
|
436
|
+
{
|
437
|
+
"__schema": "TypeRefSchema",
|
438
|
+
"location": {
|
439
|
+
"filePath": "env.main.runtime.ts",
|
440
|
+
"line": 20,
|
441
|
+
"character": 48
|
442
|
+
},
|
443
|
+
"name": "AspectMain"
|
454
444
|
},
|
455
|
-
|
456
|
-
|
457
|
-
"
|
458
|
-
|
445
|
+
{
|
446
|
+
"__schema": "TypeRefSchema",
|
447
|
+
"location": {
|
448
|
+
"filePath": "env.main.runtime.ts",
|
449
|
+
"line": 20,
|
450
|
+
"character": 60
|
451
|
+
},
|
452
|
+
"name": "EnvsMain"
|
459
453
|
}
|
460
|
-
|
461
|
-
|
454
|
+
]
|
455
|
+
},
|
456
|
+
"isOptional": false,
|
457
|
+
"isSpread": false
|
458
|
+
}
|
459
|
+
],
|
460
|
+
"returnType": {
|
461
|
+
"__schema": "InferenceTypeSchema",
|
462
|
+
"location": {
|
463
|
+
"filePath": "env.main.runtime.ts",
|
464
|
+
"line": 20,
|
465
|
+
"character": 3
|
462
466
|
},
|
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
|
467
|
+
"type": "Promise<EnvMain>"
|
473
468
|
},
|
474
|
-
"
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
"implementNodes": []
|
469
|
+
"modifiers": [
|
470
|
+
"static",
|
471
|
+
"async"
|
472
|
+
]
|
473
|
+
}
|
474
|
+
],
|
475
|
+
"extendsNodes": [],
|
476
|
+
"implementNodes": []
|
477
|
+
}
|
484
478
|
},
|
485
479
|
{
|
486
480
|
"__schema": "UnImplementedSchema",
|
@@ -493,30 +487,39 @@
|
|
493
487
|
"type": "Identifier"
|
494
488
|
},
|
495
489
|
{
|
496
|
-
"__schema": "
|
490
|
+
"__schema": "ExportSchema",
|
497
491
|
"location": {
|
498
|
-
"filePath": "
|
499
|
-
"line":
|
500
|
-
"character":
|
492
|
+
"filePath": "index.ts",
|
493
|
+
"line": 6,
|
494
|
+
"character": 10
|
501
495
|
},
|
502
|
-
"signature": "const EnvAspect: Aspect",
|
503
496
|
"name": "EnvAspect",
|
504
|
-
"
|
505
|
-
"__schema": "
|
497
|
+
"exportNode": {
|
498
|
+
"__schema": "VariableLikeSchema",
|
506
499
|
"location": {
|
507
500
|
"filePath": "env.aspect.ts",
|
508
501
|
"line": 3,
|
509
502
|
"character": 14
|
510
503
|
},
|
511
|
-
"
|
512
|
-
"
|
513
|
-
|
514
|
-
"
|
515
|
-
"
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
504
|
+
"signature": "const EnvAspect: Aspect",
|
505
|
+
"name": "EnvAspect",
|
506
|
+
"type": {
|
507
|
+
"__schema": "TypeRefSchema",
|
508
|
+
"location": {
|
509
|
+
"filePath": "env.aspect.ts",
|
510
|
+
"line": 3,
|
511
|
+
"character": 14
|
512
|
+
},
|
513
|
+
"name": "Aspect",
|
514
|
+
"componentId": {
|
515
|
+
"scope": "teambit.harmony",
|
516
|
+
"name": "harmony",
|
517
|
+
"version": "0.4.6"
|
518
|
+
}
|
519
|
+
},
|
520
|
+
"isOptional": false,
|
521
|
+
"defaultValue": "Aspect.create({\n id: 'teambit.envs/env',\n})"
|
522
|
+
}
|
520
523
|
}
|
521
524
|
],
|
522
525
|
"internals": []
|
@@ -596,11 +599,7 @@
|
|
596
599
|
"line": 11,
|
597
600
|
"character": 34
|
598
601
|
},
|
599
|
-
"name": "AspectEnv"
|
600
|
-
"componentId": {
|
601
|
-
"scope": "teambit.harmony",
|
602
|
-
"name": "aspect"
|
603
|
-
}
|
602
|
+
"name": "AspectEnv"
|
604
603
|
},
|
605
604
|
"isOptional": false,
|
606
605
|
"isSpread": false
|
@@ -777,11 +776,7 @@
|
|
777
776
|
"line": 8,
|
778
777
|
"character": 54
|
779
778
|
},
|
780
|
-
"name": "EnvsMain"
|
781
|
-
"componentId": {
|
782
|
-
"scope": "teambit.envs",
|
783
|
-
"name": "envs"
|
784
|
-
}
|
779
|
+
"name": "EnvsMain"
|
785
780
|
},
|
786
781
|
"isOptional": false,
|
787
782
|
"isSpread": false
|
@@ -840,11 +835,7 @@
|
|
840
835
|
"line": 13,
|
841
836
|
"character": 25
|
842
837
|
},
|
843
|
-
"name": "EnvTransformer"
|
844
|
-
"componentId": {
|
845
|
-
"scope": "teambit.envs",
|
846
|
-
"name": "envs"
|
847
|
-
}
|
838
|
+
"name": "EnvTransformer"
|
848
839
|
}
|
849
840
|
},
|
850
841
|
"isOptional": true,
|
@@ -866,11 +857,7 @@
|
|
866
857
|
"line": 13,
|
867
858
|
"character": 59
|
868
859
|
},
|
869
|
-
"name": "Environment"
|
870
|
-
"componentId": {
|
871
|
-
"scope": "teambit.envs",
|
872
|
-
"name": "envs"
|
873
|
-
}
|
860
|
+
"name": "Environment"
|
874
861
|
},
|
875
862
|
"isOptional": true,
|
876
863
|
"defaultValue": "{}",
|
@@ -988,11 +975,7 @@
|
|
988
975
|
"line": 20,
|
989
976
|
"character": 48
|
990
977
|
},
|
991
|
-
"name": "AspectMain"
|
992
|
-
"componentId": {
|
993
|
-
"scope": "teambit.harmony",
|
994
|
-
"name": "aspect"
|
995
|
-
}
|
978
|
+
"name": "AspectMain"
|
996
979
|
},
|
997
980
|
{
|
998
981
|
"__schema": "TypeRefSchema",
|
@@ -1001,11 +984,7 @@
|
|
1001
984
|
"line": 20,
|
1002
985
|
"character": 60
|
1003
986
|
},
|
1004
|
-
"name": "EnvsMain"
|
1005
|
-
"componentId": {
|
1006
|
-
"scope": "teambit.envs",
|
1007
|
-
"name": "envs"
|
1008
|
-
}
|
987
|
+
"name": "EnvsMain"
|
1009
988
|
}
|
1010
989
|
]
|
1011
990
|
},
|
@@ -1086,7 +1065,7 @@
|
|
1086
1065
|
"componentId": {
|
1087
1066
|
"scope": "teambit.envs",
|
1088
1067
|
"name": "env",
|
1089
|
-
"version": "1.0.
|
1068
|
+
"version": "1.0.258"
|
1090
1069
|
},
|
1091
1070
|
"taggedModuleExports": []
|
1092
1071
|
}
|