@teambit/stash 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.
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<testsuites tests="0" failures="0" errors="0" skipped="0">
|
|
3
|
-
<testsuite name="teambit.component/stash@1.0.
|
|
3
|
+
<testsuite name="teambit.component/stash@1.0.259" tests="0" failures="0" errors="0" skipped="0"/>
|
|
4
4
|
</testsuites>
|
package/artifacts/schema.json
CHANGED
|
@@ -14,493 +14,502 @@
|
|
|
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
|
-
"signature": "class StashMain",
|
|
24
23
|
"name": "StashMain",
|
|
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": "stash.main.runtime.ts",
|
|
28
|
+
"line": 21,
|
|
29
|
+
"character": 1
|
|
30
|
+
},
|
|
31
|
+
"signature": "class StashMain",
|
|
32
|
+
"name": "StashMain",
|
|
33
|
+
"members": [
|
|
34
|
+
{
|
|
35
|
+
"__schema": "ConstructorSchema",
|
|
36
|
+
"location": {
|
|
37
|
+
"filePath": "stash.main.runtime.ts",
|
|
38
|
+
"line": 23,
|
|
39
|
+
"character": 3
|
|
40
|
+
},
|
|
41
|
+
"signature": "constructor StashMain(workspace: Workspace, checkout: CheckoutMain, snapping: SnappingMain): StashMain",
|
|
42
|
+
"name": "constructor",
|
|
43
|
+
"params": [
|
|
44
|
+
{
|
|
45
|
+
"__schema": "ParameterSchema",
|
|
46
46
|
"location": {
|
|
47
47
|
"filePath": "stash.main.runtime.ts",
|
|
48
48
|
"line": 23,
|
|
49
|
-
"character":
|
|
49
|
+
"character": 15
|
|
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": "stash.main.runtime.ts",
|
|
56
|
+
"line": 23,
|
|
57
|
+
"character": 34
|
|
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": "stash.main.runtime.ts",
|
|
72
72
|
"line": 23,
|
|
73
|
-
"character":
|
|
73
|
+
"character": 45
|
|
74
74
|
},
|
|
75
|
-
"name": "
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
"
|
|
75
|
+
"name": "checkout",
|
|
76
|
+
"type": {
|
|
77
|
+
"__schema": "TypeRefSchema",
|
|
78
|
+
"location": {
|
|
79
|
+
"filePath": "stash.main.runtime.ts",
|
|
80
|
+
"line": 23,
|
|
81
|
+
"character": 63
|
|
82
|
+
},
|
|
83
|
+
"name": "CheckoutMain",
|
|
84
|
+
"componentId": {
|
|
85
|
+
"scope": "teambit.component",
|
|
86
|
+
"name": "checkout"
|
|
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": "stash.main.runtime.ts",
|
|
96
96
|
"line": 23,
|
|
97
|
-
"character":
|
|
97
|
+
"character": 77
|
|
98
98
|
},
|
|
99
|
-
"name": "
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
|
|
99
|
+
"name": "snapping",
|
|
100
|
+
"type": {
|
|
101
|
+
"__schema": "TypeRefSchema",
|
|
102
|
+
"location": {
|
|
103
|
+
"filePath": "stash.main.runtime.ts",
|
|
104
|
+
"line": 23,
|
|
105
|
+
"character": 95
|
|
106
|
+
},
|
|
107
|
+
"name": "SnappingMain",
|
|
108
|
+
"componentId": {
|
|
109
|
+
"scope": "teambit.component",
|
|
110
|
+
"name": "snapping"
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
"isOptional": false,
|
|
114
|
+
"isSpread": false
|
|
115
|
+
}
|
|
116
|
+
],
|
|
117
|
+
"returnType": {
|
|
118
|
+
"__schema": "ThisTypeSchema",
|
|
119
|
+
"location": {
|
|
120
|
+
"filePath": "stash.main.runtime.ts",
|
|
121
|
+
"line": 21,
|
|
122
|
+
"character": 1
|
|
104
123
|
},
|
|
105
|
-
"
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
"__schema": "
|
|
124
|
+
"name": "StashMain"
|
|
125
|
+
},
|
|
126
|
+
"modifiers": []
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"__schema": "FunctionLikeSchema",
|
|
111
130
|
"location": {
|
|
112
131
|
"filePath": "stash.main.runtime.ts",
|
|
113
|
-
"line":
|
|
114
|
-
"character":
|
|
132
|
+
"line": 27,
|
|
133
|
+
"character": 3
|
|
115
134
|
},
|
|
116
|
-
"
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
"__schema": "FunctionLikeSchema",
|
|
122
|
-
"location": {
|
|
123
|
-
"filePath": "stash.main.runtime.ts",
|
|
124
|
-
"line": 27,
|
|
125
|
-
"character": 3
|
|
126
|
-
},
|
|
127
|
-
"signature": "(method) StashMain.save(options: {\n message?: string;\n pattern?: string;\n}): Promise<ComponentID[]>",
|
|
128
|
-
"name": "save",
|
|
129
|
-
"params": [
|
|
130
|
-
{
|
|
131
|
-
"__schema": "ParameterSchema",
|
|
132
|
-
"location": {
|
|
133
|
-
"filePath": "stash.main.runtime.ts",
|
|
134
|
-
"line": 27,
|
|
135
|
-
"character": 14
|
|
136
|
-
},
|
|
137
|
-
"name": "options",
|
|
138
|
-
"type": {
|
|
139
|
-
"__schema": "TypeLiteralSchema",
|
|
135
|
+
"signature": "(method) StashMain.save(options: {\n message?: string;\n pattern?: string;\n}): Promise<ComponentID[]>",
|
|
136
|
+
"name": "save",
|
|
137
|
+
"params": [
|
|
138
|
+
{
|
|
139
|
+
"__schema": "ParameterSchema",
|
|
140
140
|
"location": {
|
|
141
141
|
"filePath": "stash.main.runtime.ts",
|
|
142
142
|
"line": 27,
|
|
143
|
-
"character":
|
|
143
|
+
"character": 14
|
|
144
144
|
},
|
|
145
|
-
"
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
"__schema": "KeywordTypeSchema",
|
|
145
|
+
"name": "options",
|
|
146
|
+
"type": {
|
|
147
|
+
"__schema": "TypeLiteralSchema",
|
|
148
|
+
"location": {
|
|
149
|
+
"filePath": "stash.main.runtime.ts",
|
|
150
|
+
"line": 27,
|
|
151
|
+
"character": 23
|
|
152
|
+
},
|
|
153
|
+
"members": [
|
|
154
|
+
{
|
|
155
|
+
"__schema": "VariableLikeSchema",
|
|
157
156
|
"location": {
|
|
158
157
|
"filePath": "stash.main.runtime.ts",
|
|
159
158
|
"line": 27,
|
|
160
|
-
"character":
|
|
159
|
+
"character": 25
|
|
161
160
|
},
|
|
162
|
-
"
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
161
|
+
"signature": "(property) message?: string | undefined",
|
|
162
|
+
"name": "message",
|
|
163
|
+
"type": {
|
|
164
|
+
"__schema": "KeywordTypeSchema",
|
|
165
|
+
"location": {
|
|
166
|
+
"filePath": "stash.main.runtime.ts",
|
|
167
|
+
"line": 27,
|
|
168
|
+
"character": 35
|
|
169
|
+
},
|
|
170
|
+
"name": "string"
|
|
171
|
+
},
|
|
172
|
+
"isOptional": true
|
|
172
173
|
},
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
"type": {
|
|
176
|
-
"__schema": "KeywordTypeSchema",
|
|
174
|
+
{
|
|
175
|
+
"__schema": "VariableLikeSchema",
|
|
177
176
|
"location": {
|
|
178
177
|
"filePath": "stash.main.runtime.ts",
|
|
179
178
|
"line": 27,
|
|
180
|
-
"character":
|
|
179
|
+
"character": 43
|
|
180
|
+
},
|
|
181
|
+
"signature": "(property) pattern?: string | undefined",
|
|
182
|
+
"name": "pattern",
|
|
183
|
+
"type": {
|
|
184
|
+
"__schema": "KeywordTypeSchema",
|
|
185
|
+
"location": {
|
|
186
|
+
"filePath": "stash.main.runtime.ts",
|
|
187
|
+
"line": 27,
|
|
188
|
+
"character": 53
|
|
189
|
+
},
|
|
190
|
+
"name": "string"
|
|
181
191
|
},
|
|
182
|
-
"
|
|
192
|
+
"isOptional": true
|
|
193
|
+
}
|
|
194
|
+
]
|
|
195
|
+
},
|
|
196
|
+
"isOptional": false,
|
|
197
|
+
"isSpread": false
|
|
198
|
+
}
|
|
199
|
+
],
|
|
200
|
+
"returnType": {
|
|
201
|
+
"__schema": "TypeRefSchema",
|
|
202
|
+
"location": {
|
|
203
|
+
"filePath": "stash.main.runtime.ts",
|
|
204
|
+
"line": 27,
|
|
205
|
+
"character": 64
|
|
206
|
+
},
|
|
207
|
+
"name": "Promise",
|
|
208
|
+
"typeArgs": [
|
|
209
|
+
{
|
|
210
|
+
"__schema": "TypeArraySchema",
|
|
211
|
+
"location": {
|
|
212
|
+
"filePath": "stash.main.runtime.ts",
|
|
213
|
+
"line": 27,
|
|
214
|
+
"character": 72
|
|
215
|
+
},
|
|
216
|
+
"type": {
|
|
217
|
+
"__schema": "TypeRefSchema",
|
|
218
|
+
"location": {
|
|
219
|
+
"filePath": "stash.main.runtime.ts",
|
|
220
|
+
"line": 27,
|
|
221
|
+
"character": 72
|
|
183
222
|
},
|
|
184
|
-
"
|
|
223
|
+
"name": "ComponentID",
|
|
224
|
+
"componentId": {
|
|
225
|
+
"scope": "teambit.component",
|
|
226
|
+
"name": "component"
|
|
227
|
+
}
|
|
185
228
|
}
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
229
|
+
}
|
|
230
|
+
]
|
|
231
|
+
},
|
|
232
|
+
"modifiers": [
|
|
233
|
+
"async"
|
|
234
|
+
]
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"__schema": "FunctionLikeSchema",
|
|
194
238
|
"location": {
|
|
195
239
|
"filePath": "stash.main.runtime.ts",
|
|
196
|
-
"line":
|
|
197
|
-
"character":
|
|
240
|
+
"line": 66,
|
|
241
|
+
"character": 3
|
|
198
242
|
},
|
|
199
|
-
"
|
|
200
|
-
"
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
243
|
+
"signature": "(method) StashMain.list(): Promise<ListResult[]>",
|
|
244
|
+
"name": "list",
|
|
245
|
+
"params": [],
|
|
246
|
+
"returnType": {
|
|
247
|
+
"__schema": "TypeRefSchema",
|
|
248
|
+
"location": {
|
|
249
|
+
"filePath": "stash.main.runtime.ts",
|
|
250
|
+
"line": 66,
|
|
251
|
+
"character": 17
|
|
252
|
+
},
|
|
253
|
+
"name": "Promise",
|
|
254
|
+
"typeArgs": [
|
|
255
|
+
{
|
|
256
|
+
"__schema": "TypeArraySchema",
|
|
210
257
|
"location": {
|
|
211
258
|
"filePath": "stash.main.runtime.ts",
|
|
212
|
-
"line":
|
|
213
|
-
"character":
|
|
259
|
+
"line": 66,
|
|
260
|
+
"character": 25
|
|
214
261
|
},
|
|
215
|
-
"
|
|
216
|
-
|
|
217
|
-
"
|
|
218
|
-
|
|
262
|
+
"type": {
|
|
263
|
+
"__schema": "TypeRefSchema",
|
|
264
|
+
"location": {
|
|
265
|
+
"filePath": "stash.main.runtime.ts",
|
|
266
|
+
"line": 66,
|
|
267
|
+
"character": 25
|
|
268
|
+
},
|
|
269
|
+
"name": "ListResult",
|
|
270
|
+
"internalFilePath": "stash.main.runtime.ts"
|
|
219
271
|
}
|
|
220
272
|
}
|
|
221
|
-
|
|
273
|
+
]
|
|
274
|
+
},
|
|
275
|
+
"modifiers": [
|
|
276
|
+
"async"
|
|
222
277
|
]
|
|
223
278
|
},
|
|
224
|
-
|
|
225
|
-
"
|
|
226
|
-
]
|
|
227
|
-
},
|
|
228
|
-
{
|
|
229
|
-
"__schema": "FunctionLikeSchema",
|
|
230
|
-
"location": {
|
|
231
|
-
"filePath": "stash.main.runtime.ts",
|
|
232
|
-
"line": 66,
|
|
233
|
-
"character": 3
|
|
234
|
-
},
|
|
235
|
-
"signature": "(method) StashMain.list(): Promise<ListResult[]>",
|
|
236
|
-
"name": "list",
|
|
237
|
-
"params": [],
|
|
238
|
-
"returnType": {
|
|
239
|
-
"__schema": "TypeRefSchema",
|
|
279
|
+
{
|
|
280
|
+
"__schema": "FunctionLikeSchema",
|
|
240
281
|
"location": {
|
|
241
282
|
"filePath": "stash.main.runtime.ts",
|
|
242
|
-
"line":
|
|
243
|
-
"character":
|
|
283
|
+
"line": 80,
|
|
284
|
+
"character": 3
|
|
244
285
|
},
|
|
245
|
-
"
|
|
246
|
-
"
|
|
286
|
+
"signature": "(method) StashMain.loadLatest(checkoutProps?: CheckoutProps, stashId?: string): Promise<ComponentID[]>",
|
|
287
|
+
"name": "loadLatest",
|
|
288
|
+
"params": [
|
|
247
289
|
{
|
|
248
|
-
"__schema": "
|
|
290
|
+
"__schema": "ParameterSchema",
|
|
249
291
|
"location": {
|
|
250
292
|
"filePath": "stash.main.runtime.ts",
|
|
251
|
-
"line":
|
|
252
|
-
"character":
|
|
293
|
+
"line": 80,
|
|
294
|
+
"character": 20
|
|
253
295
|
},
|
|
296
|
+
"name": "checkoutProps",
|
|
254
297
|
"type": {
|
|
255
298
|
"__schema": "TypeRefSchema",
|
|
256
299
|
"location": {
|
|
257
300
|
"filePath": "stash.main.runtime.ts",
|
|
258
|
-
"line":
|
|
259
|
-
"character":
|
|
301
|
+
"line": 80,
|
|
302
|
+
"character": 35
|
|
260
303
|
},
|
|
261
|
-
"name": "
|
|
262
|
-
"
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
},
|
|
271
|
-
{
|
|
272
|
-
"__schema": "FunctionLikeSchema",
|
|
273
|
-
"location": {
|
|
274
|
-
"filePath": "stash.main.runtime.ts",
|
|
275
|
-
"line": 80,
|
|
276
|
-
"character": 3
|
|
277
|
-
},
|
|
278
|
-
"signature": "(method) StashMain.loadLatest(checkoutProps?: CheckoutProps, stashId?: string): Promise<ComponentID[]>",
|
|
279
|
-
"name": "loadLatest",
|
|
280
|
-
"params": [
|
|
281
|
-
{
|
|
282
|
-
"__schema": "ParameterSchema",
|
|
283
|
-
"location": {
|
|
284
|
-
"filePath": "stash.main.runtime.ts",
|
|
285
|
-
"line": 80,
|
|
286
|
-
"character": 20
|
|
304
|
+
"name": "CheckoutProps",
|
|
305
|
+
"componentId": {
|
|
306
|
+
"scope": "teambit.component",
|
|
307
|
+
"name": "checkout"
|
|
308
|
+
}
|
|
309
|
+
},
|
|
310
|
+
"isOptional": true,
|
|
311
|
+
"defaultValue": "{}",
|
|
312
|
+
"isSpread": false
|
|
287
313
|
},
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
"__schema": "TypeRefSchema",
|
|
314
|
+
{
|
|
315
|
+
"__schema": "ParameterSchema",
|
|
291
316
|
"location": {
|
|
292
317
|
"filePath": "stash.main.runtime.ts",
|
|
293
318
|
"line": 80,
|
|
294
|
-
"character":
|
|
319
|
+
"character": 55
|
|
295
320
|
},
|
|
296
|
-
"name": "
|
|
297
|
-
"
|
|
298
|
-
"
|
|
299
|
-
"
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
321
|
+
"name": "stashId",
|
|
322
|
+
"type": {
|
|
323
|
+
"__schema": "KeywordTypeSchema",
|
|
324
|
+
"location": {
|
|
325
|
+
"filePath": "stash.main.runtime.ts",
|
|
326
|
+
"line": 80,
|
|
327
|
+
"character": 65
|
|
328
|
+
},
|
|
329
|
+
"name": "string"
|
|
330
|
+
},
|
|
331
|
+
"isOptional": true,
|
|
332
|
+
"isSpread": false
|
|
333
|
+
}
|
|
334
|
+
],
|
|
335
|
+
"returnType": {
|
|
336
|
+
"__schema": "InferenceTypeSchema",
|
|
308
337
|
"location": {
|
|
309
338
|
"filePath": "stash.main.runtime.ts",
|
|
310
339
|
"line": 80,
|
|
311
|
-
"character":
|
|
312
|
-
},
|
|
313
|
-
"name": "stashId",
|
|
314
|
-
"type": {
|
|
315
|
-
"__schema": "KeywordTypeSchema",
|
|
316
|
-
"location": {
|
|
317
|
-
"filePath": "stash.main.runtime.ts",
|
|
318
|
-
"line": 80,
|
|
319
|
-
"character": 65
|
|
320
|
-
},
|
|
321
|
-
"name": "string"
|
|
340
|
+
"character": 3
|
|
322
341
|
},
|
|
323
|
-
"
|
|
324
|
-
"isSpread": false
|
|
325
|
-
}
|
|
326
|
-
],
|
|
327
|
-
"returnType": {
|
|
328
|
-
"__schema": "InferenceTypeSchema",
|
|
329
|
-
"location": {
|
|
330
|
-
"filePath": "stash.main.runtime.ts",
|
|
331
|
-
"line": 80,
|
|
332
|
-
"character": 3
|
|
342
|
+
"type": "Promise<ComponentID[]>"
|
|
333
343
|
},
|
|
334
|
-
"
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
"async"
|
|
338
|
-
]
|
|
339
|
-
},
|
|
340
|
-
{
|
|
341
|
-
"__schema": "VariableLikeSchema",
|
|
342
|
-
"location": {
|
|
343
|
-
"filePath": "stash.main.runtime.ts",
|
|
344
|
-
"line": 125,
|
|
345
|
-
"character": 3
|
|
344
|
+
"modifiers": [
|
|
345
|
+
"async"
|
|
346
|
+
]
|
|
346
347
|
},
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
"type": {
|
|
350
|
-
"__schema": "InferenceTypeSchema",
|
|
348
|
+
{
|
|
349
|
+
"__schema": "VariableLikeSchema",
|
|
351
350
|
"location": {
|
|
352
351
|
"filePath": "stash.main.runtime.ts",
|
|
353
352
|
"line": 125,
|
|
354
353
|
"character": 3
|
|
355
354
|
},
|
|
356
|
-
"
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
355
|
+
"signature": "(property) StashMain.slots: never[]",
|
|
356
|
+
"name": "slots",
|
|
357
|
+
"type": {
|
|
358
|
+
"__schema": "InferenceTypeSchema",
|
|
359
|
+
"location": {
|
|
360
|
+
"filePath": "stash.main.runtime.ts",
|
|
361
|
+
"line": 125,
|
|
362
|
+
"character": 3
|
|
363
|
+
},
|
|
364
|
+
"type": "never[]"
|
|
365
|
+
},
|
|
366
|
+
"isOptional": true,
|
|
367
|
+
"defaultValue": "[]"
|
|
367
368
|
},
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
"type": {
|
|
371
|
-
"__schema": "InferenceTypeSchema",
|
|
369
|
+
{
|
|
370
|
+
"__schema": "VariableLikeSchema",
|
|
372
371
|
"location": {
|
|
373
372
|
"filePath": "stash.main.runtime.ts",
|
|
374
373
|
"line": 126,
|
|
375
374
|
"character": 3
|
|
376
375
|
},
|
|
377
|
-
"
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
376
|
+
"signature": "(property) StashMain.dependencies: Aspect[]",
|
|
377
|
+
"name": "dependencies",
|
|
378
|
+
"type": {
|
|
379
|
+
"__schema": "InferenceTypeSchema",
|
|
380
|
+
"location": {
|
|
381
|
+
"filePath": "stash.main.runtime.ts",
|
|
382
|
+
"line": 126,
|
|
383
|
+
"character": 3
|
|
384
|
+
},
|
|
385
|
+
"type": "Aspect[]"
|
|
386
|
+
},
|
|
387
|
+
"isOptional": true,
|
|
388
|
+
"defaultValue": "[CLIAspect, WorkspaceAspect, CheckoutAspect, SnappingAspect]"
|
|
388
389
|
},
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
"type": {
|
|
392
|
-
"__schema": "InferenceTypeSchema",
|
|
390
|
+
{
|
|
391
|
+
"__schema": "VariableLikeSchema",
|
|
393
392
|
"location": {
|
|
394
393
|
"filePath": "stash.main.runtime.ts",
|
|
395
394
|
"line": 127,
|
|
396
395
|
"character": 3
|
|
397
396
|
},
|
|
398
|
-
"
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
},
|
|
403
|
-
{
|
|
404
|
-
"__schema": "FunctionLikeSchema",
|
|
405
|
-
"location": {
|
|
406
|
-
"filePath": "stash.main.runtime.ts",
|
|
407
|
-
"line": 128,
|
|
408
|
-
"character": 3
|
|
409
|
-
},
|
|
410
|
-
"signature": "(method) StashMain.provider([cli, workspace, checkout, snapping]: [CLIMain, Workspace, CheckoutMain, SnappingMain]): Promise<StashMain>",
|
|
411
|
-
"name": "provider",
|
|
412
|
-
"params": [
|
|
413
|
-
{
|
|
414
|
-
"__schema": "ParameterSchema",
|
|
397
|
+
"signature": "(property) StashMain.runtime: RuntimeDefinition",
|
|
398
|
+
"name": "runtime",
|
|
399
|
+
"type": {
|
|
400
|
+
"__schema": "InferenceTypeSchema",
|
|
415
401
|
"location": {
|
|
416
402
|
"filePath": "stash.main.runtime.ts",
|
|
417
|
-
"line":
|
|
418
|
-
"character":
|
|
403
|
+
"line": 127,
|
|
404
|
+
"character": 3
|
|
419
405
|
},
|
|
420
|
-
"
|
|
421
|
-
|
|
422
|
-
|
|
406
|
+
"type": "RuntimeDefinition"
|
|
407
|
+
},
|
|
408
|
+
"isOptional": true,
|
|
409
|
+
"defaultValue": "MainRuntime"
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"__schema": "FunctionLikeSchema",
|
|
413
|
+
"location": {
|
|
414
|
+
"filePath": "stash.main.runtime.ts",
|
|
415
|
+
"line": 128,
|
|
416
|
+
"character": 3
|
|
417
|
+
},
|
|
418
|
+
"signature": "(method) StashMain.provider([cli, workspace, checkout, snapping]: [CLIMain, Workspace, CheckoutMain, SnappingMain]): Promise<StashMain>",
|
|
419
|
+
"name": "provider",
|
|
420
|
+
"params": [
|
|
421
|
+
{
|
|
422
|
+
"__schema": "ParameterSchema",
|
|
423
423
|
"location": {
|
|
424
424
|
"filePath": "stash.main.runtime.ts",
|
|
425
425
|
"line": 128,
|
|
426
|
-
"character":
|
|
426
|
+
"character": 25
|
|
427
427
|
},
|
|
428
|
-
"
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
},
|
|
436
|
-
"name": "CLIMain",
|
|
437
|
-
"componentId": {
|
|
438
|
-
"scope": "teambit.harmony",
|
|
439
|
-
"name": "cli"
|
|
440
|
-
}
|
|
428
|
+
"name": "[ cli, workspace, checkout, snapping ]",
|
|
429
|
+
"type": {
|
|
430
|
+
"__schema": "TupleTypeSchema",
|
|
431
|
+
"location": {
|
|
432
|
+
"filePath": "stash.main.runtime.ts",
|
|
433
|
+
"line": 128,
|
|
434
|
+
"character": 63
|
|
441
435
|
},
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
"
|
|
446
|
-
|
|
447
|
-
|
|
436
|
+
"elements": [
|
|
437
|
+
{
|
|
438
|
+
"__schema": "TypeRefSchema",
|
|
439
|
+
"location": {
|
|
440
|
+
"filePath": "stash.main.runtime.ts",
|
|
441
|
+
"line": 128,
|
|
442
|
+
"character": 64
|
|
443
|
+
},
|
|
444
|
+
"name": "CLIMain",
|
|
445
|
+
"componentId": {
|
|
446
|
+
"scope": "teambit.harmony",
|
|
447
|
+
"name": "cli"
|
|
448
|
+
}
|
|
448
449
|
},
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
"
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
450
|
+
{
|
|
451
|
+
"__schema": "TypeRefSchema",
|
|
452
|
+
"location": {
|
|
453
|
+
"filePath": "stash.main.runtime.ts",
|
|
454
|
+
"line": 128,
|
|
455
|
+
"character": 73
|
|
456
|
+
},
|
|
457
|
+
"name": "Workspace",
|
|
458
|
+
"componentId": {
|
|
459
|
+
"scope": "teambit.workspace",
|
|
460
|
+
"name": "workspace"
|
|
461
|
+
}
|
|
461
462
|
},
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
"
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
463
|
+
{
|
|
464
|
+
"__schema": "TypeRefSchema",
|
|
465
|
+
"location": {
|
|
466
|
+
"filePath": "stash.main.runtime.ts",
|
|
467
|
+
"line": 128,
|
|
468
|
+
"character": 84
|
|
469
|
+
},
|
|
470
|
+
"name": "CheckoutMain",
|
|
471
|
+
"componentId": {
|
|
472
|
+
"scope": "teambit.component",
|
|
473
|
+
"name": "checkout"
|
|
474
|
+
}
|
|
474
475
|
},
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
"
|
|
478
|
-
|
|
476
|
+
{
|
|
477
|
+
"__schema": "TypeRefSchema",
|
|
478
|
+
"location": {
|
|
479
|
+
"filePath": "stash.main.runtime.ts",
|
|
480
|
+
"line": 128,
|
|
481
|
+
"character": 98
|
|
482
|
+
},
|
|
483
|
+
"name": "SnappingMain",
|
|
484
|
+
"componentId": {
|
|
485
|
+
"scope": "teambit.component",
|
|
486
|
+
"name": "snapping"
|
|
487
|
+
}
|
|
479
488
|
}
|
|
480
|
-
|
|
481
|
-
|
|
489
|
+
]
|
|
490
|
+
},
|
|
491
|
+
"isOptional": false,
|
|
492
|
+
"isSpread": false
|
|
493
|
+
}
|
|
494
|
+
],
|
|
495
|
+
"returnType": {
|
|
496
|
+
"__schema": "InferenceTypeSchema",
|
|
497
|
+
"location": {
|
|
498
|
+
"filePath": "stash.main.runtime.ts",
|
|
499
|
+
"line": 128,
|
|
500
|
+
"character": 3
|
|
482
501
|
},
|
|
483
|
-
"
|
|
484
|
-
"isSpread": false
|
|
485
|
-
}
|
|
486
|
-
],
|
|
487
|
-
"returnType": {
|
|
488
|
-
"__schema": "InferenceTypeSchema",
|
|
489
|
-
"location": {
|
|
490
|
-
"filePath": "stash.main.runtime.ts",
|
|
491
|
-
"line": 128,
|
|
492
|
-
"character": 3
|
|
502
|
+
"type": "Promise<StashMain>"
|
|
493
503
|
},
|
|
494
|
-
"
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
"implementNodes": []
|
|
504
|
+
"modifiers": [
|
|
505
|
+
"static",
|
|
506
|
+
"async"
|
|
507
|
+
]
|
|
508
|
+
}
|
|
509
|
+
],
|
|
510
|
+
"extendsNodes": [],
|
|
511
|
+
"implementNodes": []
|
|
512
|
+
}
|
|
504
513
|
},
|
|
505
514
|
{
|
|
506
515
|
"__schema": "UnImplementedSchema",
|
|
@@ -513,30 +522,39 @@
|
|
|
513
522
|
"type": "Identifier"
|
|
514
523
|
},
|
|
515
524
|
{
|
|
516
|
-
"__schema": "
|
|
525
|
+
"__schema": "ExportSchema",
|
|
517
526
|
"location": {
|
|
518
|
-
"filePath": "
|
|
519
|
-
"line":
|
|
520
|
-
"character":
|
|
527
|
+
"filePath": "index.ts",
|
|
528
|
+
"line": 5,
|
|
529
|
+
"character": 10
|
|
521
530
|
},
|
|
522
|
-
"signature": "const StashAspect: Aspect",
|
|
523
531
|
"name": "StashAspect",
|
|
524
|
-
"
|
|
525
|
-
"__schema": "
|
|
532
|
+
"exportNode": {
|
|
533
|
+
"__schema": "VariableLikeSchema",
|
|
526
534
|
"location": {
|
|
527
535
|
"filePath": "stash.aspect.ts",
|
|
528
536
|
"line": 3,
|
|
529
537
|
"character": 14
|
|
530
538
|
},
|
|
531
|
-
"
|
|
532
|
-
"
|
|
533
|
-
|
|
534
|
-
"
|
|
535
|
-
"
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
539
|
+
"signature": "const StashAspect: Aspect",
|
|
540
|
+
"name": "StashAspect",
|
|
541
|
+
"type": {
|
|
542
|
+
"__schema": "TypeRefSchema",
|
|
543
|
+
"location": {
|
|
544
|
+
"filePath": "stash.aspect.ts",
|
|
545
|
+
"line": 3,
|
|
546
|
+
"character": 14
|
|
547
|
+
},
|
|
548
|
+
"name": "Aspect",
|
|
549
|
+
"componentId": {
|
|
550
|
+
"scope": "teambit.harmony",
|
|
551
|
+
"name": "harmony",
|
|
552
|
+
"version": "0.4.6"
|
|
553
|
+
}
|
|
554
|
+
},
|
|
555
|
+
"isOptional": false,
|
|
556
|
+
"defaultValue": "Aspect.create({\n id: 'teambit.component/stash',\n})"
|
|
557
|
+
}
|
|
540
558
|
}
|
|
541
559
|
],
|
|
542
560
|
"internals": []
|
|
@@ -1192,7 +1210,7 @@
|
|
|
1192
1210
|
"componentId": {
|
|
1193
1211
|
"scope": "teambit.component",
|
|
1194
1212
|
"name": "stash",
|
|
1195
|
-
"version": "1.0.
|
|
1213
|
+
"version": "1.0.259"
|
|
1196
1214
|
},
|
|
1197
1215
|
"taggedModuleExports": []
|
|
1198
1216
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/stash",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.259",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/component/stash",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.component",
|
|
8
8
|
"name": "stash",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.259"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"fs-extra": "10.0.0",
|
|
@@ -16,11 +16,11 @@
|
|
|
16
16
|
"@teambit/component-id": "1.2.0",
|
|
17
17
|
"@teambit/harmony": "0.4.6",
|
|
18
18
|
"@teambit/bit-error": "0.0.404",
|
|
19
|
-
"@teambit/workspace": "1.0.
|
|
20
|
-
"@teambit/checkout": "1.0.
|
|
21
|
-
"@teambit/cli": "0.0.
|
|
22
|
-
"@teambit/component": "1.0.
|
|
23
|
-
"@teambit/snapping": "1.0.
|
|
19
|
+
"@teambit/workspace": "1.0.259",
|
|
20
|
+
"@teambit/checkout": "1.0.259",
|
|
21
|
+
"@teambit/cli": "0.0.863",
|
|
22
|
+
"@teambit/component": "1.0.259",
|
|
23
|
+
"@teambit/snapping": "1.0.259"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@types/fs-extra": "9.0.7",
|
|
File without changes
|