1{
2    "copyright": [
3        "Copyright (c) 2024 Huawei Device Co., Ltd.",
4        "Licensed under the Apache License, Version 2.0 (the 'License');",
5        "you may not use this file except in compliance with the License.",
6        "You may obtain a copy of the License at",
7        "",
8        "http://www.apache.org/licenses/LICENSE-2.0",
9        "",
10        "Unless required by applicable law or agreed to in writing, software",
11        "distributed under the License is distributed on an 'AS IS' BASIS,",
12        "WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.",
13        "See the License for the specific language governing permissions and",
14        "limitations under the License."
15    ],
16    "nodes": [
17        {
18            "line": 18,
19            "column": 5,
20            "problem": "AnyType",
21            "suggest": "",
22            "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)"
23        },
24        {
25            "line": 18,
26            "column": 11,
27            "problem": "AnyType",
28            "suggest": "",
29            "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)"
30        },
31        {
32            "line": 19,
33            "column": 2,
34            "problem": "DestructuringAssignment",
35            "suggest": "",
36            "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)"
37        },
38        {
39            "line": 19,
40            "column": 16,
41            "problem": "ObjectLiteralNoContextType",
42            "suggest": "",
43            "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)"
44        },
45        {
46            "line": 20,
47            "column": 2,
48            "problem": "DestructuringAssignment",
49            "suggest": "",
50            "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)"
51        },
52        {
53            "line": 20,
54            "column": 7,
55            "problem": "SpreadOperator",
56            "suggest": "",
57            "rule": "It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread)"
58        },
59        {
60            "line": 21,
61            "column": 2,
62            "problem": "DestructuringAssignment",
63            "suggest": "",
64            "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)"
65        },
66        {
67            "line": 21,
68            "column": 26,
69            "problem": "ObjectLiteralNoContextType",
70            "suggest": "",
71            "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)"
72        },
73        {
74            "line": 21,
75            "column": 37,
76            "problem": "ObjectLiteralNoContextType",
77            "suggest": "",
78            "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)"
79        },
80        {
81            "line": 22,
82            "column": 2,
83            "problem": "DestructuringAssignment",
84            "suggest": "",
85            "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)"
86        },
87        {
88            "line": 22,
89            "column": 12,
90            "problem": "SpreadOperator",
91            "suggest": "",
92            "rule": "It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread)"
93        },
94        {
95            "line": 22,
96            "column": 26,
97            "problem": "ObjectLiteralNoContextType",
98            "suggest": "",
99            "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)"
100        },
101        {
102            "line": 25,
103            "column": 10,
104            "problem": "ObjectLiteralNoContextType",
105            "suggest": "",
106            "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)"
107        },
108        {
109            "line": 27,
110            "column": 2,
111            "problem": "DestructuringAssignment",
112            "suggest": "",
113            "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)"
114        },
115        {
116            "line": 30,
117            "column": 1,
118            "problem": "DestructuringAssignment",
119            "suggest": "",
120            "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)"
121        },
122        {
123            "line": 31,
124            "column": 1,
125            "problem": "DestructuringAssignment",
126            "suggest": "",
127            "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)"
128        },
129        {
130            "line": 32,
131            "column": 1,
132            "problem": "DestructuringAssignment",
133            "suggest": "",
134            "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)"
135        },
136        {
137            "line": 32,
138            "column": 8,
139            "problem": "SpreadOperator",
140            "suggest": "",
141            "rule": "It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread)"
142        },
143        {
144            "line": 33,
145            "column": 1,
146            "problem": "DestructuringAssignment",
147            "suggest": "",
148            "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)"
149        },
150        {
151            "line": 34,
152            "column": 1,
153            "problem": "DestructuringAssignment",
154            "suggest": "",
155            "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)"
156        },
157        {
158            "line": 34,
159            "column": 12,
160            "problem": "SpreadOperator",
161            "suggest": "",
162            "rule": "It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread)"
163        },
164        {
165            "line": 37,
166            "column": 1,
167            "problem": "DestructuringAssignment",
168            "suggest": "",
169            "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)"
170        },
171        {
172            "line": 38,
173            "column": 1,
174            "problem": "DestructuringAssignment",
175            "suggest": "",
176            "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)"
177        },
178        {
179            "line": 38,
180            "column": 5,
181            "problem": "SpreadOperator",
182            "suggest": "",
183            "rule": "It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread)"
184        },
185        {
186            "line": 41,
187            "column": 1,
188            "problem": "DestructuringAssignment",
189            "suggest": "",
190            "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)"
191        },
192        {
193            "line": 44,
194            "column": 1,
195            "problem": "DestructuringAssignment",
196            "suggest": "",
197            "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)"
198        },
199        {
200            "line": 47,
201            "column": 1,
202            "problem": "DestructuringAssignment",
203            "suggest": "",
204            "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)"
205        },
206        {
207            "line": 50,
208            "column": 30,
209            "problem": "ObjectTypeLiteral",
210            "suggest": "",
211            "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)"
212        },
213        {
214            "line": 50,
215            "column": 45,
216            "problem": "AnyType",
217            "suggest": "",
218            "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)"
219        },
220        {
221            "line": 51,
222            "column": 1,
223            "problem": "DestructuringAssignment",
224            "suggest": "",
225            "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)"
226        },
227        {
228            "line": 51,
229            "column": 29,
230            "problem": "ArrayLiteralNoContextType",
231            "suggest": "",
232            "rule": "Array literals must contain elements of only inferrable types (arkts-no-noninferrable-arr-literals)"
233        },
234        {
235            "line": 51,
236            "column": 30,
237            "problem": "ObjectLiteralNoContextType",
238            "suggest": "",
239            "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)"
240        },
241        {
242            "line": 51,
243            "column": 41,
244            "problem": "ObjectLiteralNoContextType",
245            "suggest": "",
246            "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)"
247        },
248        {
249            "line": 52,
250            "column": 1,
251            "problem": "DestructuringAssignment",
252            "suggest": "",
253            "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)"
254        },
255        {
256            "line": 52,
257            "column": 18,
258            "problem": "SpreadOperator",
259            "suggest": "",
260            "rule": "It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread)"
261        },
262        {
263            "line": 53,
264            "column": 1,
265            "problem": "DestructuringAssignment",
266            "suggest": "",
267            "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)"
268        },
269        {
270            "line": 53,
271            "column": 8,
272            "problem": "SpreadOperator",
273            "suggest": "",
274            "rule": "It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread)"
275        },
276        {
277            "line": 53,
278            "column": 23,
279            "problem": "ArrayLiteralNoContextType",
280            "suggest": "",
281            "rule": "Array literals must contain elements of only inferrable types (arkts-no-noninferrable-arr-literals)"
282        },
283        {
284            "line": 53,
285            "column": 30,
286            "problem": "ObjectLiteralNoContextType",
287            "suggest": "",
288            "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)"
289        },
290        {
291            "line": 55,
292            "column": 2,
293            "problem": "DestructuringAssignment",
294            "suggest": "",
295            "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)"
296        },
297        {
298            "line": 55,
299            "column": 22,
300            "problem": "ObjectLiteralNoContextType",
301            "suggest": "",
302            "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)"
303        },
304        {
305            "line": 56,
306            "column": 2,
307            "problem": "DestructuringAssignment",
308            "suggest": "",
309            "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)"
310        },
311        {
312            "line": 62,
313            "column": 5,
314            "problem": "ObjectLiteralNoContextType",
315            "suggest": "",
316            "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)"
317        },
318        {
319            "line": 62,
320            "column": 17,
321            "problem": "ObjectLiteralNoContextType",
322            "suggest": "",
323            "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)"
324        }
325    ]
326}