@teambit/issues 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/issues@1.0.
|
|
3
|
+
<testsuite name="teambit.component/issues@1.0.259" tests="0" failures="0" errors="0" skipped="0"/>
|
|
4
4
|
</testsuites>
|
package/artifacts/schema.json
CHANGED
|
@@ -14,601 +14,610 @@
|
|
|
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 IssuesMain",
|
|
24
23
|
"name": "IssuesMain",
|
|
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": "issues.main.runtime.ts",
|
|
28
|
+
"line": 18,
|
|
29
|
+
"character": 1
|
|
30
|
+
},
|
|
31
|
+
"signature": "class IssuesMain",
|
|
32
|
+
"name": "IssuesMain",
|
|
33
|
+
"members": [
|
|
34
|
+
{
|
|
35
|
+
"__schema": "ConstructorSchema",
|
|
36
|
+
"location": {
|
|
37
|
+
"filePath": "issues.main.runtime.ts",
|
|
38
|
+
"line": 19,
|
|
39
|
+
"character": 3
|
|
40
|
+
},
|
|
41
|
+
"signature": "constructor IssuesMain(config: IssuesConfig, addComponentsIssuesSlot: AddComponentsIssuesSlot): IssuesMain",
|
|
42
|
+
"name": "constructor",
|
|
43
|
+
"params": [
|
|
44
|
+
{
|
|
45
|
+
"__schema": "ParameterSchema",
|
|
46
46
|
"location": {
|
|
47
47
|
"filePath": "issues.main.runtime.ts",
|
|
48
48
|
"line": 19,
|
|
49
|
-
"character":
|
|
49
|
+
"character": 15
|
|
50
50
|
},
|
|
51
|
-
"name": "
|
|
52
|
-
"
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
"
|
|
51
|
+
"name": "config",
|
|
52
|
+
"type": {
|
|
53
|
+
"__schema": "TypeRefSchema",
|
|
54
|
+
"location": {
|
|
55
|
+
"filePath": "issues.main.runtime.ts",
|
|
56
|
+
"line": 19,
|
|
57
|
+
"character": 31
|
|
58
|
+
},
|
|
59
|
+
"name": "IssuesConfig",
|
|
60
|
+
"internalFilePath": "issues.main.runtime.ts"
|
|
61
|
+
},
|
|
62
|
+
"isOptional": false,
|
|
63
|
+
"isSpread": false
|
|
63
64
|
},
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
"__schema": "TypeRefSchema",
|
|
65
|
+
{
|
|
66
|
+
"__schema": "ParameterSchema",
|
|
67
67
|
"location": {
|
|
68
68
|
"filePath": "issues.main.runtime.ts",
|
|
69
69
|
"line": 19,
|
|
70
|
-
"character":
|
|
70
|
+
"character": 45
|
|
71
71
|
},
|
|
72
|
-
"name": "
|
|
73
|
-
"
|
|
72
|
+
"name": "addComponentsIssuesSlot",
|
|
73
|
+
"type": {
|
|
74
|
+
"__schema": "TypeRefSchema",
|
|
75
|
+
"location": {
|
|
76
|
+
"filePath": "issues.main.runtime.ts",
|
|
77
|
+
"line": 19,
|
|
78
|
+
"character": 78
|
|
79
|
+
},
|
|
80
|
+
"name": "AddComponentsIssuesSlot",
|
|
81
|
+
"internalFilePath": "issues.main.runtime.ts"
|
|
82
|
+
},
|
|
83
|
+
"isOptional": false,
|
|
84
|
+
"isSpread": false
|
|
85
|
+
}
|
|
86
|
+
],
|
|
87
|
+
"returnType": {
|
|
88
|
+
"__schema": "ThisTypeSchema",
|
|
89
|
+
"location": {
|
|
90
|
+
"filePath": "issues.main.runtime.ts",
|
|
91
|
+
"line": 18,
|
|
92
|
+
"character": 1
|
|
74
93
|
},
|
|
75
|
-
"
|
|
76
|
-
"isSpread": false
|
|
77
|
-
}
|
|
78
|
-
],
|
|
79
|
-
"returnType": {
|
|
80
|
-
"__schema": "ThisTypeSchema",
|
|
81
|
-
"location": {
|
|
82
|
-
"filePath": "issues.main.runtime.ts",
|
|
83
|
-
"line": 18,
|
|
84
|
-
"character": 1
|
|
94
|
+
"name": "IssuesMain"
|
|
85
95
|
},
|
|
86
|
-
"
|
|
87
|
-
},
|
|
88
|
-
"modifiers": []
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
"__schema": "FunctionLikeSchema",
|
|
92
|
-
"location": {
|
|
93
|
-
"filePath": "issues.main.runtime.ts",
|
|
94
|
-
"line": 21,
|
|
95
|
-
"character": 3
|
|
96
|
+
"modifiers": []
|
|
96
97
|
},
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
"params": [],
|
|
100
|
-
"returnType": {
|
|
101
|
-
"__schema": "TypeArraySchema",
|
|
98
|
+
{
|
|
99
|
+
"__schema": "FunctionLikeSchema",
|
|
102
100
|
"location": {
|
|
103
101
|
"filePath": "issues.main.runtime.ts",
|
|
104
102
|
"line": 21,
|
|
105
|
-
"character":
|
|
103
|
+
"character": 3
|
|
106
104
|
},
|
|
107
|
-
"
|
|
108
|
-
|
|
105
|
+
"signature": "(method) IssuesMain.getIssuesToIgnoreGlobally(): string[]",
|
|
106
|
+
"name": "getIssuesToIgnoreGlobally",
|
|
107
|
+
"params": [],
|
|
108
|
+
"returnType": {
|
|
109
|
+
"__schema": "TypeArraySchema",
|
|
109
110
|
"location": {
|
|
110
111
|
"filePath": "issues.main.runtime.ts",
|
|
111
112
|
"line": 21,
|
|
112
113
|
"character": 32
|
|
113
114
|
},
|
|
114
|
-
"name": "string"
|
|
115
|
-
}
|
|
116
|
-
},
|
|
117
|
-
"modifiers": []
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"__schema": "FunctionLikeSchema",
|
|
121
|
-
"location": {
|
|
122
|
-
"filePath": "issues.main.runtime.ts",
|
|
123
|
-
"line": 27,
|
|
124
|
-
"character": 3
|
|
125
|
-
},
|
|
126
|
-
"signature": "(method) IssuesMain.getIssuesToIgnorePerComponent(component: Component): string[]",
|
|
127
|
-
"name": "getIssuesToIgnorePerComponent",
|
|
128
|
-
"params": [
|
|
129
|
-
{
|
|
130
|
-
"__schema": "ParameterSchema",
|
|
131
|
-
"location": {
|
|
132
|
-
"filePath": "issues.main.runtime.ts",
|
|
133
|
-
"line": 27,
|
|
134
|
-
"character": 33
|
|
135
|
-
},
|
|
136
|
-
"name": "component",
|
|
137
115
|
"type": {
|
|
138
|
-
"__schema": "
|
|
116
|
+
"__schema": "KeywordTypeSchema",
|
|
139
117
|
"location": {
|
|
140
118
|
"filePath": "issues.main.runtime.ts",
|
|
141
|
-
"line":
|
|
142
|
-
"character":
|
|
119
|
+
"line": 21,
|
|
120
|
+
"character": 32
|
|
143
121
|
},
|
|
144
|
-
"name": "
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
"isSpread": false
|
|
152
|
-
}
|
|
153
|
-
],
|
|
154
|
-
"returnType": {
|
|
155
|
-
"__schema": "TypeArraySchema",
|
|
122
|
+
"name": "string"
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
"modifiers": []
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"__schema": "FunctionLikeSchema",
|
|
156
129
|
"location": {
|
|
157
130
|
"filePath": "issues.main.runtime.ts",
|
|
158
131
|
"line": 27,
|
|
159
|
-
"character":
|
|
132
|
+
"character": 3
|
|
160
133
|
},
|
|
161
|
-
"
|
|
162
|
-
|
|
134
|
+
"signature": "(method) IssuesMain.getIssuesToIgnorePerComponent(component: Component): string[]",
|
|
135
|
+
"name": "getIssuesToIgnorePerComponent",
|
|
136
|
+
"params": [
|
|
137
|
+
{
|
|
138
|
+
"__schema": "ParameterSchema",
|
|
139
|
+
"location": {
|
|
140
|
+
"filePath": "issues.main.runtime.ts",
|
|
141
|
+
"line": 27,
|
|
142
|
+
"character": 33
|
|
143
|
+
},
|
|
144
|
+
"name": "component",
|
|
145
|
+
"type": {
|
|
146
|
+
"__schema": "TypeRefSchema",
|
|
147
|
+
"location": {
|
|
148
|
+
"filePath": "issues.main.runtime.ts",
|
|
149
|
+
"line": 27,
|
|
150
|
+
"character": 44
|
|
151
|
+
},
|
|
152
|
+
"name": "Component",
|
|
153
|
+
"componentId": {
|
|
154
|
+
"scope": "teambit.component",
|
|
155
|
+
"name": "component"
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
"isOptional": false,
|
|
159
|
+
"isSpread": false
|
|
160
|
+
}
|
|
161
|
+
],
|
|
162
|
+
"returnType": {
|
|
163
|
+
"__schema": "TypeArraySchema",
|
|
163
164
|
"location": {
|
|
164
165
|
"filePath": "issues.main.runtime.ts",
|
|
165
166
|
"line": 27,
|
|
166
167
|
"character": 56
|
|
167
168
|
},
|
|
168
|
-
"
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
"
|
|
169
|
+
"type": {
|
|
170
|
+
"__schema": "KeywordTypeSchema",
|
|
171
|
+
"location": {
|
|
172
|
+
"filePath": "issues.main.runtime.ts",
|
|
173
|
+
"line": 27,
|
|
174
|
+
"character": 56
|
|
175
|
+
},
|
|
176
|
+
"name": "string"
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
"modifiers": []
|
|
179
180
|
},
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
"params": [],
|
|
183
|
-
"returnType": {
|
|
184
|
-
"__schema": "InferenceTypeSchema",
|
|
181
|
+
{
|
|
182
|
+
"__schema": "FunctionLikeSchema",
|
|
185
183
|
"location": {
|
|
186
184
|
"filePath": "issues.main.runtime.ts",
|
|
187
185
|
"line": 43,
|
|
188
186
|
"character": 3
|
|
189
187
|
},
|
|
190
|
-
"
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
"__schema": "FunctionLikeSchema",
|
|
196
|
-
"location": {
|
|
197
|
-
"filePath": "issues.main.runtime.ts",
|
|
198
|
-
"line": 57,
|
|
199
|
-
"character": 3
|
|
200
|
-
},
|
|
201
|
-
"signature": "(method) IssuesMain.removeIgnoredIssuesFromComponents(components: Component[], extraIssuesToIgnore?: string[]): void",
|
|
202
|
-
"name": "removeIgnoredIssuesFromComponents",
|
|
203
|
-
"params": [
|
|
204
|
-
{
|
|
205
|
-
"__schema": "ParameterSchema",
|
|
188
|
+
"signature": "(method) IssuesMain.listIssues(): {\n name: string;\n description: string;\n solution: string;\n isTagBlocker: boolean;\n}[]",
|
|
189
|
+
"name": "listIssues",
|
|
190
|
+
"params": [],
|
|
191
|
+
"returnType": {
|
|
192
|
+
"__schema": "InferenceTypeSchema",
|
|
206
193
|
"location": {
|
|
207
194
|
"filePath": "issues.main.runtime.ts",
|
|
208
|
-
"line":
|
|
209
|
-
"character":
|
|
195
|
+
"line": 43,
|
|
196
|
+
"character": 3
|
|
210
197
|
},
|
|
211
|
-
"
|
|
212
|
-
|
|
213
|
-
|
|
198
|
+
"type": "{\n name: string;\n description: string;\n solution: string;\n isTagBlocker: boolean;\n}[]"
|
|
199
|
+
},
|
|
200
|
+
"modifiers": []
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"__schema": "FunctionLikeSchema",
|
|
204
|
+
"location": {
|
|
205
|
+
"filePath": "issues.main.runtime.ts",
|
|
206
|
+
"line": 57,
|
|
207
|
+
"character": 3
|
|
208
|
+
},
|
|
209
|
+
"signature": "(method) IssuesMain.removeIgnoredIssuesFromComponents(components: Component[], extraIssuesToIgnore?: string[]): void",
|
|
210
|
+
"name": "removeIgnoredIssuesFromComponents",
|
|
211
|
+
"params": [
|
|
212
|
+
{
|
|
213
|
+
"__schema": "ParameterSchema",
|
|
214
214
|
"location": {
|
|
215
215
|
"filePath": "issues.main.runtime.ts",
|
|
216
216
|
"line": 57,
|
|
217
|
-
"character":
|
|
217
|
+
"character": 37
|
|
218
218
|
},
|
|
219
|
+
"name": "components",
|
|
219
220
|
"type": {
|
|
220
|
-
"__schema": "
|
|
221
|
+
"__schema": "TypeArraySchema",
|
|
221
222
|
"location": {
|
|
222
223
|
"filePath": "issues.main.runtime.ts",
|
|
223
224
|
"line": 57,
|
|
224
225
|
"character": 49
|
|
225
226
|
},
|
|
226
|
-
"
|
|
227
|
-
|
|
228
|
-
"
|
|
229
|
-
|
|
227
|
+
"type": {
|
|
228
|
+
"__schema": "TypeRefSchema",
|
|
229
|
+
"location": {
|
|
230
|
+
"filePath": "issues.main.runtime.ts",
|
|
231
|
+
"line": 57,
|
|
232
|
+
"character": 49
|
|
233
|
+
},
|
|
234
|
+
"name": "Component",
|
|
235
|
+
"componentId": {
|
|
236
|
+
"scope": "teambit.component",
|
|
237
|
+
"name": "component"
|
|
238
|
+
}
|
|
230
239
|
}
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
"isSpread": false
|
|
235
|
-
},
|
|
236
|
-
{
|
|
237
|
-
"__schema": "ParameterSchema",
|
|
238
|
-
"location": {
|
|
239
|
-
"filePath": "issues.main.runtime.ts",
|
|
240
|
-
"line": 57,
|
|
241
|
-
"character": 62
|
|
240
|
+
},
|
|
241
|
+
"isOptional": false,
|
|
242
|
+
"isSpread": false
|
|
242
243
|
},
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
"__schema": "TypeArraySchema",
|
|
244
|
+
{
|
|
245
|
+
"__schema": "ParameterSchema",
|
|
246
246
|
"location": {
|
|
247
247
|
"filePath": "issues.main.runtime.ts",
|
|
248
248
|
"line": 57,
|
|
249
|
-
"character":
|
|
249
|
+
"character": 62
|
|
250
250
|
},
|
|
251
|
+
"name": "extraIssuesToIgnore",
|
|
251
252
|
"type": {
|
|
252
|
-
"__schema": "
|
|
253
|
+
"__schema": "TypeArraySchema",
|
|
253
254
|
"location": {
|
|
254
255
|
"filePath": "issues.main.runtime.ts",
|
|
255
256
|
"line": 57,
|
|
256
257
|
"character": 83
|
|
257
258
|
},
|
|
258
|
-
"
|
|
259
|
-
|
|
259
|
+
"type": {
|
|
260
|
+
"__schema": "KeywordTypeSchema",
|
|
261
|
+
"location": {
|
|
262
|
+
"filePath": "issues.main.runtime.ts",
|
|
263
|
+
"line": 57,
|
|
264
|
+
"character": 83
|
|
265
|
+
},
|
|
266
|
+
"name": "string"
|
|
267
|
+
}
|
|
268
|
+
},
|
|
269
|
+
"isOptional": true,
|
|
270
|
+
"defaultValue": "[]",
|
|
271
|
+
"isSpread": false
|
|
272
|
+
}
|
|
273
|
+
],
|
|
274
|
+
"returnType": {
|
|
275
|
+
"__schema": "InferenceTypeSchema",
|
|
276
|
+
"location": {
|
|
277
|
+
"filePath": "issues.main.runtime.ts",
|
|
278
|
+
"line": 57,
|
|
279
|
+
"character": 3
|
|
260
280
|
},
|
|
261
|
-
"
|
|
262
|
-
"defaultValue": "[]",
|
|
263
|
-
"isSpread": false
|
|
264
|
-
}
|
|
265
|
-
],
|
|
266
|
-
"returnType": {
|
|
267
|
-
"__schema": "InferenceTypeSchema",
|
|
268
|
-
"location": {
|
|
269
|
-
"filePath": "issues.main.runtime.ts",
|
|
270
|
-
"line": 57,
|
|
271
|
-
"character": 3
|
|
281
|
+
"type": "void"
|
|
272
282
|
},
|
|
273
|
-
"
|
|
274
|
-
},
|
|
275
|
-
"modifiers": []
|
|
276
|
-
},
|
|
277
|
-
{
|
|
278
|
-
"__schema": "FunctionLikeSchema",
|
|
279
|
-
"location": {
|
|
280
|
-
"filePath": "issues.main.runtime.ts",
|
|
281
|
-
"line": 74,
|
|
282
|
-
"character": 3
|
|
283
|
+
"modifiers": []
|
|
283
284
|
},
|
|
284
|
-
|
|
285
|
-
"__schema": "
|
|
285
|
+
{
|
|
286
|
+
"__schema": "FunctionLikeSchema",
|
|
286
287
|
"location": {
|
|
287
288
|
"filePath": "issues.main.runtime.ts",
|
|
288
|
-
"line":
|
|
289
|
+
"line": 74,
|
|
289
290
|
"character": 3
|
|
290
291
|
},
|
|
291
|
-
"
|
|
292
|
-
|
|
293
|
-
},
|
|
294
|
-
"signature": "(method) IssuesMain.registerAddComponentsIssues(addComponentsIssues: AddComponentsIssues): void",
|
|
295
|
-
"name": "registerAddComponentsIssues",
|
|
296
|
-
"params": [
|
|
297
|
-
{
|
|
298
|
-
"__schema": "ParameterSchema",
|
|
292
|
+
"doc": {
|
|
293
|
+
"__schema": "DocSchema",
|
|
299
294
|
"location": {
|
|
300
295
|
"filePath": "issues.main.runtime.ts",
|
|
301
|
-
"line":
|
|
302
|
-
"character":
|
|
296
|
+
"line": 68,
|
|
297
|
+
"character": 3
|
|
303
298
|
},
|
|
304
|
-
"
|
|
305
|
-
"
|
|
306
|
-
|
|
299
|
+
"raw": "/**\n * register to this slot in order to add a component-issue in bit-status and bit-snap/tag.\n * your function gets all components in one param and the issuesToIgnore as a second param, you don't need to check\n * for issuesToIgnore. if the issue you added is configured to be ignored, it'll be ignored later in the process.\n * this is useful for optimization, if you don't want to calculate the component issue when it's ignored.\n */",
|
|
300
|
+
"comment": "register to this slot in order to add a component-issue in bit-status and bit-snap/tag.\nyour function gets all components in one param and the issuesToIgnore as a second param, you don't need to check\nfor issuesToIgnore. if the issue you added is configured to be ignored, it'll be ignored later in the process.\nthis is useful for optimization, if you don't want to calculate the component issue when it's ignored."
|
|
301
|
+
},
|
|
302
|
+
"signature": "(method) IssuesMain.registerAddComponentsIssues(addComponentsIssues: AddComponentsIssues): void",
|
|
303
|
+
"name": "registerAddComponentsIssues",
|
|
304
|
+
"params": [
|
|
305
|
+
{
|
|
306
|
+
"__schema": "ParameterSchema",
|
|
307
307
|
"location": {
|
|
308
308
|
"filePath": "issues.main.runtime.ts",
|
|
309
309
|
"line": 74,
|
|
310
|
-
"character":
|
|
310
|
+
"character": 31
|
|
311
311
|
},
|
|
312
|
-
"name": "
|
|
313
|
-
"
|
|
312
|
+
"name": "addComponentsIssues",
|
|
313
|
+
"type": {
|
|
314
|
+
"__schema": "TypeRefSchema",
|
|
315
|
+
"location": {
|
|
316
|
+
"filePath": "issues.main.runtime.ts",
|
|
317
|
+
"line": 74,
|
|
318
|
+
"character": 52
|
|
319
|
+
},
|
|
320
|
+
"name": "AddComponentsIssues",
|
|
321
|
+
"internalFilePath": "issues.main.runtime.ts"
|
|
322
|
+
},
|
|
323
|
+
"isOptional": false,
|
|
324
|
+
"isSpread": false
|
|
325
|
+
}
|
|
326
|
+
],
|
|
327
|
+
"returnType": {
|
|
328
|
+
"__schema": "InferenceTypeSchema",
|
|
329
|
+
"location": {
|
|
330
|
+
"filePath": "issues.main.runtime.ts",
|
|
331
|
+
"line": 74,
|
|
332
|
+
"character": 3
|
|
314
333
|
},
|
|
315
|
-
"
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
"__schema": "
|
|
334
|
+
"type": "void"
|
|
335
|
+
},
|
|
336
|
+
"modifiers": []
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"__schema": "FunctionLikeSchema",
|
|
321
340
|
"location": {
|
|
322
341
|
"filePath": "issues.main.runtime.ts",
|
|
323
|
-
"line":
|
|
342
|
+
"line": 78,
|
|
324
343
|
"character": 3
|
|
325
344
|
},
|
|
326
|
-
"
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
"__schema": "FunctionLikeSchema",
|
|
332
|
-
"location": {
|
|
333
|
-
"filePath": "issues.main.runtime.ts",
|
|
334
|
-
"line": 78,
|
|
335
|
-
"character": 3
|
|
336
|
-
},
|
|
337
|
-
"signature": "(method) IssuesMain.triggerAddComponentIssues(components: Component[], issuesToIgnore: string[]): Promise<void>",
|
|
338
|
-
"name": "triggerAddComponentIssues",
|
|
339
|
-
"params": [
|
|
340
|
-
{
|
|
341
|
-
"__schema": "ParameterSchema",
|
|
342
|
-
"location": {
|
|
343
|
-
"filePath": "issues.main.runtime.ts",
|
|
344
|
-
"line": 78,
|
|
345
|
-
"character": 35
|
|
346
|
-
},
|
|
347
|
-
"name": "components",
|
|
348
|
-
"type": {
|
|
349
|
-
"__schema": "TypeArraySchema",
|
|
345
|
+
"signature": "(method) IssuesMain.triggerAddComponentIssues(components: Component[], issuesToIgnore: string[]): Promise<void>",
|
|
346
|
+
"name": "triggerAddComponentIssues",
|
|
347
|
+
"params": [
|
|
348
|
+
{
|
|
349
|
+
"__schema": "ParameterSchema",
|
|
350
350
|
"location": {
|
|
351
351
|
"filePath": "issues.main.runtime.ts",
|
|
352
352
|
"line": 78,
|
|
353
|
-
"character":
|
|
353
|
+
"character": 35
|
|
354
354
|
},
|
|
355
|
+
"name": "components",
|
|
355
356
|
"type": {
|
|
356
|
-
"__schema": "
|
|
357
|
+
"__schema": "TypeArraySchema",
|
|
357
358
|
"location": {
|
|
358
359
|
"filePath": "issues.main.runtime.ts",
|
|
359
360
|
"line": 78,
|
|
360
361
|
"character": 47
|
|
361
362
|
},
|
|
362
|
-
"
|
|
363
|
-
|
|
364
|
-
"
|
|
365
|
-
|
|
363
|
+
"type": {
|
|
364
|
+
"__schema": "TypeRefSchema",
|
|
365
|
+
"location": {
|
|
366
|
+
"filePath": "issues.main.runtime.ts",
|
|
367
|
+
"line": 78,
|
|
368
|
+
"character": 47
|
|
369
|
+
},
|
|
370
|
+
"name": "Component",
|
|
371
|
+
"componentId": {
|
|
372
|
+
"scope": "teambit.component",
|
|
373
|
+
"name": "component"
|
|
374
|
+
}
|
|
366
375
|
}
|
|
367
|
-
}
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
"isSpread": false
|
|
371
|
-
},
|
|
372
|
-
{
|
|
373
|
-
"__schema": "ParameterSchema",
|
|
374
|
-
"location": {
|
|
375
|
-
"filePath": "issues.main.runtime.ts",
|
|
376
|
-
"line": 78,
|
|
377
|
-
"character": 60
|
|
376
|
+
},
|
|
377
|
+
"isOptional": false,
|
|
378
|
+
"isSpread": false
|
|
378
379
|
},
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
"__schema": "TypeArraySchema",
|
|
380
|
+
{
|
|
381
|
+
"__schema": "ParameterSchema",
|
|
382
382
|
"location": {
|
|
383
383
|
"filePath": "issues.main.runtime.ts",
|
|
384
384
|
"line": 78,
|
|
385
|
-
"character":
|
|
385
|
+
"character": 60
|
|
386
386
|
},
|
|
387
|
+
"name": "issuesToIgnore",
|
|
387
388
|
"type": {
|
|
388
|
-
"__schema": "
|
|
389
|
+
"__schema": "TypeArraySchema",
|
|
389
390
|
"location": {
|
|
390
391
|
"filePath": "issues.main.runtime.ts",
|
|
391
392
|
"line": 78,
|
|
392
393
|
"character": 76
|
|
393
394
|
},
|
|
394
|
-
"
|
|
395
|
-
|
|
395
|
+
"type": {
|
|
396
|
+
"__schema": "KeywordTypeSchema",
|
|
397
|
+
"location": {
|
|
398
|
+
"filePath": "issues.main.runtime.ts",
|
|
399
|
+
"line": 78,
|
|
400
|
+
"character": 76
|
|
401
|
+
},
|
|
402
|
+
"name": "string"
|
|
403
|
+
}
|
|
404
|
+
},
|
|
405
|
+
"isOptional": false,
|
|
406
|
+
"isSpread": false
|
|
407
|
+
}
|
|
408
|
+
],
|
|
409
|
+
"returnType": {
|
|
410
|
+
"__schema": "InferenceTypeSchema",
|
|
411
|
+
"location": {
|
|
412
|
+
"filePath": "issues.main.runtime.ts",
|
|
413
|
+
"line": 78,
|
|
414
|
+
"character": 3
|
|
396
415
|
},
|
|
397
|
-
"
|
|
398
|
-
"isSpread": false
|
|
399
|
-
}
|
|
400
|
-
],
|
|
401
|
-
"returnType": {
|
|
402
|
-
"__schema": "InferenceTypeSchema",
|
|
403
|
-
"location": {
|
|
404
|
-
"filePath": "issues.main.runtime.ts",
|
|
405
|
-
"line": 78,
|
|
406
|
-
"character": 3
|
|
416
|
+
"type": "Promise<void>"
|
|
407
417
|
},
|
|
408
|
-
"
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
"async"
|
|
412
|
-
]
|
|
413
|
-
},
|
|
414
|
-
{
|
|
415
|
-
"__schema": "VariableLikeSchema",
|
|
416
|
-
"location": {
|
|
417
|
-
"filePath": "issues.main.runtime.ts",
|
|
418
|
-
"line": 83,
|
|
419
|
-
"character": 3
|
|
418
|
+
"modifiers": [
|
|
419
|
+
"async"
|
|
420
|
+
]
|
|
420
421
|
},
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
"type": {
|
|
424
|
-
"__schema": "InferenceTypeSchema",
|
|
422
|
+
{
|
|
423
|
+
"__schema": "VariableLikeSchema",
|
|
425
424
|
"location": {
|
|
426
425
|
"filePath": "issues.main.runtime.ts",
|
|
427
426
|
"line": 83,
|
|
428
427
|
"character": 3
|
|
429
428
|
},
|
|
430
|
-
"
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
429
|
+
"signature": "(property) IssuesMain.slots: ((registerFn: () => string) => SlotRegistry<AddComponentsIssues>)[]",
|
|
430
|
+
"name": "slots",
|
|
431
|
+
"type": {
|
|
432
|
+
"__schema": "InferenceTypeSchema",
|
|
433
|
+
"location": {
|
|
434
|
+
"filePath": "issues.main.runtime.ts",
|
|
435
|
+
"line": 83,
|
|
436
|
+
"character": 3
|
|
437
|
+
},
|
|
438
|
+
"type": "((registerFn: () => string) => SlotRegistry<AddComponentsIssues>)[]"
|
|
439
|
+
},
|
|
440
|
+
"isOptional": true,
|
|
441
|
+
"defaultValue": "[Slot.withType<AddComponentsIssues>()]"
|
|
441
442
|
},
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
"type": {
|
|
445
|
-
"__schema": "InferenceTypeSchema",
|
|
443
|
+
{
|
|
444
|
+
"__schema": "VariableLikeSchema",
|
|
446
445
|
"location": {
|
|
447
446
|
"filePath": "issues.main.runtime.ts",
|
|
448
447
|
"line": 84,
|
|
449
448
|
"character": 3
|
|
450
449
|
},
|
|
451
|
-
"
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
450
|
+
"signature": "(property) IssuesMain.dependencies: Aspect[]",
|
|
451
|
+
"name": "dependencies",
|
|
452
|
+
"type": {
|
|
453
|
+
"__schema": "InferenceTypeSchema",
|
|
454
|
+
"location": {
|
|
455
|
+
"filePath": "issues.main.runtime.ts",
|
|
456
|
+
"line": 84,
|
|
457
|
+
"character": 3
|
|
458
|
+
},
|
|
459
|
+
"type": "Aspect[]"
|
|
460
|
+
},
|
|
461
|
+
"isOptional": true,
|
|
462
|
+
"defaultValue": "[CLIAspect]"
|
|
462
463
|
},
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
"type": {
|
|
466
|
-
"__schema": "InferenceTypeSchema",
|
|
464
|
+
{
|
|
465
|
+
"__schema": "VariableLikeSchema",
|
|
467
466
|
"location": {
|
|
468
467
|
"filePath": "issues.main.runtime.ts",
|
|
469
468
|
"line": 85,
|
|
470
469
|
"character": 3
|
|
471
470
|
},
|
|
472
|
-
"
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
471
|
+
"signature": "(property) IssuesMain.defaultConfig: {\n ignoreIssues: never[];\n}",
|
|
472
|
+
"name": "defaultConfig",
|
|
473
|
+
"type": {
|
|
474
|
+
"__schema": "InferenceTypeSchema",
|
|
475
|
+
"location": {
|
|
476
|
+
"filePath": "issues.main.runtime.ts",
|
|
477
|
+
"line": 85,
|
|
478
|
+
"character": 3
|
|
479
|
+
},
|
|
480
|
+
"type": "{\n ignoreIssues: never[];\n}"
|
|
481
|
+
},
|
|
482
|
+
"isOptional": true,
|
|
483
|
+
"defaultValue": "{\n ignoreIssues: [],\n }"
|
|
483
484
|
},
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
"type": {
|
|
487
|
-
"__schema": "InferenceTypeSchema",
|
|
485
|
+
{
|
|
486
|
+
"__schema": "VariableLikeSchema",
|
|
488
487
|
"location": {
|
|
489
488
|
"filePath": "issues.main.runtime.ts",
|
|
490
489
|
"line": 88,
|
|
491
490
|
"character": 3
|
|
492
491
|
},
|
|
493
|
-
"
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
},
|
|
498
|
-
{
|
|
499
|
-
"__schema": "FunctionLikeSchema",
|
|
500
|
-
"location": {
|
|
501
|
-
"filePath": "issues.main.runtime.ts",
|
|
502
|
-
"line": 89,
|
|
503
|
-
"character": 3
|
|
504
|
-
},
|
|
505
|
-
"signature": "(method) IssuesMain.provider([cli]: [CLIMain], config: IssuesConfig, [addComponentsIssuesSlot]: [AddComponentsIssuesSlot]): Promise<IssuesMain>",
|
|
506
|
-
"name": "provider",
|
|
507
|
-
"params": [
|
|
508
|
-
{
|
|
509
|
-
"__schema": "ParameterSchema",
|
|
492
|
+
"signature": "(property) IssuesMain.runtime: RuntimeDefinition",
|
|
493
|
+
"name": "runtime",
|
|
494
|
+
"type": {
|
|
495
|
+
"__schema": "InferenceTypeSchema",
|
|
510
496
|
"location": {
|
|
511
497
|
"filePath": "issues.main.runtime.ts",
|
|
512
|
-
"line":
|
|
513
|
-
"character":
|
|
498
|
+
"line": 88,
|
|
499
|
+
"character": 3
|
|
514
500
|
},
|
|
515
|
-
"
|
|
516
|
-
|
|
517
|
-
|
|
501
|
+
"type": "RuntimeDefinition"
|
|
502
|
+
},
|
|
503
|
+
"isOptional": true,
|
|
504
|
+
"defaultValue": "MainRuntime"
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"__schema": "FunctionLikeSchema",
|
|
508
|
+
"location": {
|
|
509
|
+
"filePath": "issues.main.runtime.ts",
|
|
510
|
+
"line": 89,
|
|
511
|
+
"character": 3
|
|
512
|
+
},
|
|
513
|
+
"signature": "(method) IssuesMain.provider([cli]: [CLIMain], config: IssuesConfig, [addComponentsIssuesSlot]: [AddComponentsIssuesSlot]): Promise<IssuesMain>",
|
|
514
|
+
"name": "provider",
|
|
515
|
+
"params": [
|
|
516
|
+
{
|
|
517
|
+
"__schema": "ParameterSchema",
|
|
518
518
|
"location": {
|
|
519
519
|
"filePath": "issues.main.runtime.ts",
|
|
520
520
|
"line": 89,
|
|
521
|
-
"character":
|
|
521
|
+
"character": 25
|
|
522
522
|
},
|
|
523
|
-
"
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
"
|
|
534
|
-
"
|
|
523
|
+
"name": "[ cli ]",
|
|
524
|
+
"type": {
|
|
525
|
+
"__schema": "TupleTypeSchema",
|
|
526
|
+
"location": {
|
|
527
|
+
"filePath": "issues.main.runtime.ts",
|
|
528
|
+
"line": 89,
|
|
529
|
+
"character": 32
|
|
530
|
+
},
|
|
531
|
+
"elements": [
|
|
532
|
+
{
|
|
533
|
+
"__schema": "TypeRefSchema",
|
|
534
|
+
"location": {
|
|
535
|
+
"filePath": "issues.main.runtime.ts",
|
|
536
|
+
"line": 89,
|
|
537
|
+
"character": 33
|
|
538
|
+
},
|
|
539
|
+
"name": "CLIMain",
|
|
540
|
+
"componentId": {
|
|
541
|
+
"scope": "teambit.harmony",
|
|
542
|
+
"name": "cli"
|
|
543
|
+
}
|
|
535
544
|
}
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
"isSpread": false
|
|
541
|
-
},
|
|
542
|
-
{
|
|
543
|
-
"__schema": "ParameterSchema",
|
|
544
|
-
"location": {
|
|
545
|
-
"filePath": "issues.main.runtime.ts",
|
|
546
|
-
"line": 89,
|
|
547
|
-
"character": 43
|
|
545
|
+
]
|
|
546
|
+
},
|
|
547
|
+
"isOptional": false,
|
|
548
|
+
"isSpread": false
|
|
548
549
|
},
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
"__schema": "TypeRefSchema",
|
|
550
|
+
{
|
|
551
|
+
"__schema": "ParameterSchema",
|
|
552
552
|
"location": {
|
|
553
553
|
"filePath": "issues.main.runtime.ts",
|
|
554
554
|
"line": 89,
|
|
555
|
-
"character":
|
|
555
|
+
"character": 43
|
|
556
556
|
},
|
|
557
|
-
"name": "
|
|
558
|
-
"
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
"
|
|
557
|
+
"name": "config",
|
|
558
|
+
"type": {
|
|
559
|
+
"__schema": "TypeRefSchema",
|
|
560
|
+
"location": {
|
|
561
|
+
"filePath": "issues.main.runtime.ts",
|
|
562
|
+
"line": 89,
|
|
563
|
+
"character": 51
|
|
564
|
+
},
|
|
565
|
+
"name": "IssuesConfig",
|
|
566
|
+
"internalFilePath": "issues.main.runtime.ts"
|
|
567
|
+
},
|
|
568
|
+
"isOptional": false,
|
|
569
|
+
"isSpread": false
|
|
569
570
|
},
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
"__schema": "TupleTypeSchema",
|
|
571
|
+
{
|
|
572
|
+
"__schema": "ParameterSchema",
|
|
573
573
|
"location": {
|
|
574
574
|
"filePath": "issues.main.runtime.ts",
|
|
575
575
|
"line": 89,
|
|
576
|
-
"character":
|
|
576
|
+
"character": 65
|
|
577
577
|
},
|
|
578
|
-
"
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
578
|
+
"name": "[ addComponentsIssuesSlot ]",
|
|
579
|
+
"type": {
|
|
580
|
+
"__schema": "TupleTypeSchema",
|
|
581
|
+
"location": {
|
|
582
|
+
"filePath": "issues.main.runtime.ts",
|
|
583
|
+
"line": 89,
|
|
584
|
+
"character": 92
|
|
585
|
+
},
|
|
586
|
+
"elements": [
|
|
587
|
+
{
|
|
588
|
+
"__schema": "TypeRefSchema",
|
|
589
|
+
"location": {
|
|
590
|
+
"filePath": "issues.main.runtime.ts",
|
|
591
|
+
"line": 89,
|
|
592
|
+
"character": 93
|
|
593
|
+
},
|
|
594
|
+
"name": "AddComponentsIssuesSlot",
|
|
595
|
+
"internalFilePath": "issues.main.runtime.ts"
|
|
596
|
+
}
|
|
597
|
+
]
|
|
598
|
+
},
|
|
599
|
+
"isOptional": false,
|
|
600
|
+
"isSpread": false
|
|
601
|
+
}
|
|
602
|
+
],
|
|
603
|
+
"returnType": {
|
|
604
|
+
"__schema": "InferenceTypeSchema",
|
|
605
|
+
"location": {
|
|
606
|
+
"filePath": "issues.main.runtime.ts",
|
|
607
|
+
"line": 89,
|
|
608
|
+
"character": 3
|
|
590
609
|
},
|
|
591
|
-
"
|
|
592
|
-
"isSpread": false
|
|
593
|
-
}
|
|
594
|
-
],
|
|
595
|
-
"returnType": {
|
|
596
|
-
"__schema": "InferenceTypeSchema",
|
|
597
|
-
"location": {
|
|
598
|
-
"filePath": "issues.main.runtime.ts",
|
|
599
|
-
"line": 89,
|
|
600
|
-
"character": 3
|
|
610
|
+
"type": "Promise<IssuesMain>"
|
|
601
611
|
},
|
|
602
|
-
"
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
"implementNodes": []
|
|
612
|
+
"modifiers": [
|
|
613
|
+
"static",
|
|
614
|
+
"async"
|
|
615
|
+
]
|
|
616
|
+
}
|
|
617
|
+
],
|
|
618
|
+
"extendsNodes": [],
|
|
619
|
+
"implementNodes": []
|
|
620
|
+
}
|
|
612
621
|
},
|
|
613
622
|
{
|
|
614
623
|
"__schema": "UnImplementedSchema",
|
|
@@ -621,30 +630,39 @@
|
|
|
621
630
|
"type": "Identifier"
|
|
622
631
|
},
|
|
623
632
|
{
|
|
624
|
-
"__schema": "
|
|
633
|
+
"__schema": "ExportSchema",
|
|
625
634
|
"location": {
|
|
626
|
-
"filePath": "
|
|
627
|
-
"line":
|
|
628
|
-
"character":
|
|
635
|
+
"filePath": "index.ts",
|
|
636
|
+
"line": 5,
|
|
637
|
+
"character": 10
|
|
629
638
|
},
|
|
630
|
-
"signature": "const IssuesAspect: Aspect",
|
|
631
639
|
"name": "IssuesAspect",
|
|
632
|
-
"
|
|
633
|
-
"__schema": "
|
|
640
|
+
"exportNode": {
|
|
641
|
+
"__schema": "VariableLikeSchema",
|
|
634
642
|
"location": {
|
|
635
643
|
"filePath": "issues.aspect.ts",
|
|
636
644
|
"line": 3,
|
|
637
645
|
"character": 14
|
|
638
646
|
},
|
|
639
|
-
"
|
|
640
|
-
"
|
|
641
|
-
|
|
642
|
-
"
|
|
643
|
-
"
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
647
|
+
"signature": "const IssuesAspect: Aspect",
|
|
648
|
+
"name": "IssuesAspect",
|
|
649
|
+
"type": {
|
|
650
|
+
"__schema": "TypeRefSchema",
|
|
651
|
+
"location": {
|
|
652
|
+
"filePath": "issues.aspect.ts",
|
|
653
|
+
"line": 3,
|
|
654
|
+
"character": 14
|
|
655
|
+
},
|
|
656
|
+
"name": "Aspect",
|
|
657
|
+
"componentId": {
|
|
658
|
+
"scope": "teambit.harmony",
|
|
659
|
+
"name": "harmony",
|
|
660
|
+
"version": "0.4.6"
|
|
661
|
+
}
|
|
662
|
+
},
|
|
663
|
+
"isOptional": false,
|
|
664
|
+
"defaultValue": "Aspect.create({\n id: 'teambit.component/issues',\n})"
|
|
665
|
+
}
|
|
648
666
|
}
|
|
649
667
|
],
|
|
650
668
|
"internals": []
|
|
@@ -1497,7 +1515,7 @@
|
|
|
1497
1515
|
"componentId": {
|
|
1498
1516
|
"scope": "teambit.component",
|
|
1499
1517
|
"name": "issues",
|
|
1500
|
-
"version": "1.0.
|
|
1518
|
+
"version": "1.0.259"
|
|
1501
1519
|
},
|
|
1502
1520
|
"taggedModuleExports": []
|
|
1503
1521
|
}
|
package/package.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/issues",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.259",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/component/issues",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.component",
|
|
8
8
|
"name": "issues",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.259"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "2.4.2",
|
|
13
13
|
"p-map-series": "2.1.0",
|
|
14
14
|
"@teambit/harmony": "0.4.6",
|
|
15
15
|
"@teambit/bit-error": "0.0.404",
|
|
16
|
-
"@teambit/cli": "0.0.
|
|
17
|
-
"@teambit/component-issues": "0.0.
|
|
18
|
-
"@teambit/component": "1.0.
|
|
16
|
+
"@teambit/cli": "0.0.863",
|
|
17
|
+
"@teambit/component-issues": "0.0.148",
|
|
18
|
+
"@teambit/component": "1.0.259"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/mocha": "9.1.0",
|
|
File without changes
|