1{
2    "copyright": [
3        "Copyright (c) 2023-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": 16,
19            "column": 8,
20            "problem": "DeclWithDuplicateName",
21            "suggest": "",
22            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
23        },
24        {
25            "line": 17,
26            "column": 10,
27            "problem": "DeclWithDuplicateName",
28            "suggest": "",
29            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
30        },
31        {
32            "line": 18,
33            "column": 8,
34            "problem": "DeclWithDuplicateName",
35            "suggest": "",
36            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
37        },
38        {
39            "line": 19,
40            "column": 11,
41            "problem": "DeclWithDuplicateName",
42            "suggest": "",
43            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
44        },
45        {
46            "line": 22,
47            "column": 7,
48            "problem": "DeclWithDuplicateName",
49            "suggest": "",
50            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
51        },
52        {
53            "line": 22,
54            "column": 20,
55            "problem": "ImplementsClass",
56            "suggest": "",
57            "rule": "Classes cannot be specified in \"implements\" clause (arkts-implements-only-iface)"
58        },
59        {
60            "line": 29,
61            "column": 11,
62            "problem": "DeclWithDuplicateName",
63            "suggest": "",
64            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
65        },
66        {
67            "line": 30,
68            "column": 3,
69            "problem": "InterfaceMerging",
70            "suggest": "",
71            "rule": "Declaration merging is not supported (arkts-no-decl-merging)"
72        },
73        {
74            "line": 30,
75            "column": 20,
76            "problem": "DeclWithDuplicateName",
77            "suggest": "",
78            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
79        },
80        {
81            "line": 33,
82            "column": 16,
83            "problem": "DeclWithDuplicateName",
84            "suggest": "",
85            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
86        },
87        {
88            "line": 34,
89            "column": 3,
90            "problem": "InterfaceMerging",
91            "suggest": "",
92            "rule": "Declaration merging is not supported (arkts-no-decl-merging)"
93        },
94        {
95            "line": 39,
96            "column": 11,
97            "problem": "DeclWithDuplicateName",
98            "suggest": "",
99            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
100        },
101        {
102            "line": 40,
103            "column": 3,
104            "problem": "InterfaceMerging",
105            "suggest": "",
106            "rule": "Declaration merging is not supported (arkts-no-decl-merging)"
107        },
108        {
109            "line": 40,
110            "column": 20,
111            "problem": "DeclWithDuplicateName",
112            "suggest": "",
113            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
114        },
115        {
116            "line": 43,
117            "column": 3,
118            "problem": "InterfaceMerging",
119            "suggest": "",
120            "rule": "Declaration merging is not supported (arkts-no-decl-merging)"
121        },
122        {
123            "line": 48,
124            "column": 1,
125            "problem": "ImportAfterStatement",
126            "suggest": "",
127            "rule": "\"import\" statements after other statements are not allowed (arkts-no-misplaced-imports)"
128        },
129        {
130            "line": 48,
131            "column": 13,
132            "problem": "DeclWithDuplicateName",
133            "suggest": "",
134            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
135        },
136        {
137            "line": 49,
138            "column": 11,
139            "problem": "DeclWithDuplicateName",
140            "suggest": "",
141            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
142        },
143        {
144            "line": 52,
145            "column": 7,
146            "problem": "DeclWithDuplicateName",
147            "suggest": "",
148            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
149        },
150        {
151            "line": 54,
152            "column": 1,
153            "problem": "ImportAfterStatement",
154            "suggest": "",
155            "rule": "\"import\" statements after other statements are not allowed (arkts-no-misplaced-imports)"
156        },
157        {
158            "line": 54,
159            "column": 10,
160            "problem": "DeclWithDuplicateName",
161            "suggest": "",
162            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
163        },
164        {
165            "line": 54,
166            "column": 18,
167            "problem": "DeclWithDuplicateName",
168            "suggest": "",
169            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
170        },
171        {
172            "line": 55,
173            "column": 11,
174            "problem": "DeclWithDuplicateName",
175            "suggest": "",
176            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
177        },
178        {
179            "line": 58,
180            "column": 7,
181            "problem": "DeclWithDuplicateName",
182            "suggest": "",
183            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
184        },
185        {
186            "line": 58,
187            "column": 30,
188            "problem": "ImplementsClass",
189            "suggest": "",
190            "rule": "Classes cannot be specified in \"implements\" clause (arkts-implements-only-iface)"
191        },
192        {
193            "line": 60,
194            "column": 10,
195            "problem": "DeclWithDuplicateName",
196            "suggest": "",
197            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
198        },
199        {
200            "line": 63,
201            "column": 11,
202            "problem": "DeclWithDuplicateName",
203            "suggest": "",
204            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
205        },
206        {
207            "line": 75,
208            "column": 9,
209            "problem": "DeclWithDuplicateName",
210            "suggest": "",
211            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
212        },
213        {
214            "line": 76,
215            "column": 13,
216            "problem": "DeclWithDuplicateName",
217            "suggest": "",
218            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
219        },
220        {
221            "line": 80,
222            "column": 9,
223            "problem": "DeclWithDuplicateName",
224            "suggest": "",
225            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
226        },
227        {
228            "line": 81,
229            "column": 8,
230            "problem": "DeclWithDuplicateName",
231            "suggest": "",
232            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
233        },
234        {
235            "line": 83,
236            "column": 9,
237            "problem": "DeclWithDuplicateName",
238            "suggest": "",
239            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
240        },
241        {
242            "line": 84,
243            "column": 13,
244            "problem": "DeclWithDuplicateName",
245            "suggest": "",
246            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
247        },
248        {
249            "line": 88,
250            "column": 12,
251            "problem": "DeclWithDuplicateName",
252            "suggest": "",
253            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
254        },
255        {
256            "line": 88,
257            "column": 3,
258            "problem": "LocalFunction",
259            "suggest": "",
260            "rule": "Nested functions are not supported (arkts-no-nested-funcs)"
261        },
262        {
263            "line": 91,
264            "column": 8,
265            "problem": "DeclWithDuplicateName",
266            "suggest": "",
267            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
268        },
269        {
270            "line": 93,
271            "column": 12,
272            "problem": "DeclWithDuplicateName",
273            "suggest": "",
274            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
275        },
276        {
277            "line": 93,
278            "column": 3,
279            "problem": "LocalFunction",
280            "suggest": "",
281            "rule": "Nested functions are not supported (arkts-no-nested-funcs)"
282        },
283        {
284            "line": 96,
285            "column": 13,
286            "problem": "DeclWithDuplicateName",
287            "suggest": "",
288            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
289        },
290        {
291            "line": 102,
292            "column": 11,
293            "problem": "DeclWithDuplicateName",
294            "suggest": "",
295            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
296        },
297        {
298            "line": 103,
299            "column": 15,
300            "problem": "DeclWithDuplicateName",
301            "suggest": "",
302            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
303        },
304        {
305            "line": 110,
306            "column": 13,
307            "problem": "DeclWithDuplicateName",
308            "suggest": "",
309            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
310        },
311        {
312            "line": 113,
313            "column": 13,
314            "problem": "DeclWithDuplicateName",
315            "suggest": "",
316            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
317        },
318        {
319            "line": 116,
320            "column": 9,
321            "problem": "DestructuringDeclaration",
322            "suggest": "",
323            "rule": "Destructuring variable declarations are not supported (arkts-no-destruct-decls)"
324        },
325        {
326            "line": 116,
327            "column": 10,
328            "problem": "DeclWithDuplicateName",
329            "suggest": "",
330            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
331        },
332        {
333            "line": 116,
334            "column": 19,
335            "problem": "DeclWithDuplicateName",
336            "suggest": "",
337            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
338        },
339        {
340            "line": 118,
341            "column": 13,
342            "problem": "DeclWithDuplicateName",
343            "suggest": "",
344            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
345        },
346        {
347            "line": 121,
348            "column": 13,
349            "problem": "DeclWithDuplicateName",
350            "suggest": "",
351            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
352        },
353        {
354            "line": 124,
355            "column": 13,
356            "problem": "DeclWithDuplicateName",
357            "suggest": "",
358            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
359        },
360        {
361            "line": 127,
362            "column": 9,
363            "problem": "DestructuringDeclaration",
364            "suggest": "",
365            "rule": "Destructuring variable declarations are not supported (arkts-no-destruct-decls)"
366        },
367        {
368            "line": 128,
369            "column": 5,
370            "problem": "DeclWithDuplicateName",
371            "suggest": "",
372            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
373        },
374        {
375            "line": 130,
376            "column": 7,
377            "problem": "DeclWithDuplicateName",
378            "suggest": "",
379            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
380        },
381        {
382            "line": 131,
383            "column": 11,
384            "problem": "DeclWithDuplicateName",
385            "suggest": "",
386            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
387        },
388        {
389            "line": 134,
390            "column": 7,
391            "problem": "ObjectLiteralNoContextType",
392            "suggest": "",
393            "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)"
394        },
395        {
396            "line": 134,
397            "column": 19,
398            "problem": "ObjectLiteralNoContextType",
399            "suggest": "",
400            "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)"
401        },
402        {
403            "line": 140,
404            "column": 13,
405            "problem": "DeclWithDuplicateName",
406            "suggest": "",
407            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
408        },
409        {
410            "line": 141,
411            "column": 12,
412            "problem": "DeclWithDuplicateName",
413            "suggest": "",
414            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
415        },
416        {
417            "line": 143,
418            "column": 16,
419            "problem": "DeclWithDuplicateName",
420            "suggest": "",
421            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
422        },
423        {
424            "line": 143,
425            "column": 7,
426            "problem": "LocalFunction",
427            "suggest": "",
428            "rule": "Nested functions are not supported (arkts-no-nested-funcs)"
429        },
430        {
431            "line": 148,
432            "column": 17,
433            "problem": "DeclWithDuplicateName",
434            "suggest": "",
435            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
436        },
437        {
438            "line": 152,
439            "column": 16,
440            "problem": "DeclWithDuplicateName",
441            "suggest": "",
442            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
443        },
444        {
445            "line": 152,
446            "column": 7,
447            "problem": "LocalFunction",
448            "suggest": "",
449            "rule": "Nested functions are not supported (arkts-no-nested-funcs)"
450        },
451        {
452            "line": 157,
453            "column": 12,
454            "problem": "DeclWithDuplicateName",
455            "suggest": "",
456            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
457        },
458        {
459            "line": 163,
460            "column": 3,
461            "problem": "DeclWithDuplicateName",
462            "suggest": "",
463            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
464        },
465        {
466            "line": 164,
467            "column": 3,
468            "problem": "DeclWithDuplicateName",
469            "suggest": "",
470            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
471        },
472        {
473            "line": 166,
474            "column": 3,
475            "problem": "DeclWithDuplicateName",
476            "suggest": "",
477            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
478        },
479        {
480            "line": 169,
481            "column": 3,
482            "problem": "DeclWithDuplicateName",
483            "suggest": "",
484            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
485        },
486        {
487            "line": 173,
488            "column": 3,
489            "problem": "DeclWithDuplicateName",
490            "suggest": "",
491            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
492        },
493        {
494            "line": 174,
495            "column": 3,
496            "problem": "DeclWithDuplicateName",
497            "suggest": "",
498            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
499        },
500        {
501            "line": 164,
502            "column": 3,
503            "problem": "PrivateIdentifier",
504            "suggest": "",
505            "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)"
506        },
507        {
508            "line": 169,
509            "column": 3,
510            "problem": "PrivateIdentifier",
511            "suggest": "",
512            "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)"
513        },
514        {
515            "line": 174,
516            "column": 3,
517            "problem": "PrivateIdentifier",
518            "suggest": "",
519            "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)"
520        },
521        {
522            "line": 196,
523            "column": 11,
524            "problem": "DeclWithDuplicateName",
525            "suggest": "",
526            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
527        },
528        {
529            "line": 197,
530            "column": 11,
531            "problem": "DeclWithDuplicateName",
532            "suggest": "",
533            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
534        },
535        {
536            "line": 199,
537            "column": 10,
538            "problem": "DeclWithDuplicateName",
539            "suggest": "",
540            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
541        },
542        {
543            "line": 200,
544            "column": 11,
545            "problem": "DeclWithDuplicateName",
546            "suggest": "",
547            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
548        },
549        {
550            "line": 206,
551            "column": 1,
552            "problem": "EnumMerging",
553            "suggest": "",
554            "rule": "\"enum\" declaration merging is not supported (arkts-no-enum-merging)"
555        },
556        {
557            "line": 207,
558            "column": 1,
559            "problem": "EnumMerging",
560            "suggest": "",
561            "rule": "\"enum\" declaration merging is not supported (arkts-no-enum-merging)"
562        },
563        {
564            "line": 209,
565            "column": 1,
566            "problem": "InterfaceMerging",
567            "suggest": "",
568            "rule": "Declaration merging is not supported (arkts-no-decl-merging)"
569        },
570        {
571            "line": 210,
572            "column": 1,
573            "problem": "InterfaceMerging",
574            "suggest": "",
575            "rule": "Declaration merging is not supported (arkts-no-decl-merging)"
576        },
577        {
578            "line": 213,
579            "column": 7,
580            "problem": "DeclWithDuplicateName",
581            "suggest": "",
582            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
583        },
584        {
585            "line": 214,
586            "column": 11,
587            "problem": "DeclWithDuplicateName",
588            "suggest": "",
589            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
590        },
591        {
592            "line": 216,
593            "column": 7,
594            "problem": "DeclWithDuplicateName",
595            "suggest": "",
596            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
597        },
598        {
599            "line": 217,
600            "column": 11,
601            "problem": "DeclWithDuplicateName",
602            "suggest": "",
603            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
604        },
605        {
606            "line": 219,
607            "column": 7,
608            "problem": "DeclWithDuplicateName",
609            "suggest": "",
610            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
611        },
612        {
613            "line": 220,
614            "column": 6,
615            "problem": "DeclWithDuplicateName",
616            "suggest": "",
617            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
618        },
619        {
620            "line": 223,
621            "column": 10,
622            "problem": "DeclWithDuplicateName",
623            "suggest": "",
624            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
625        },
626        {
627            "line": 224,
628            "column": 11,
629            "problem": "DeclWithDuplicateName",
630            "suggest": "",
631            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
632        },
633        {
634            "line": 226,
635            "column": 10,
636            "problem": "DeclWithDuplicateName",
637            "suggest": "",
638            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
639        },
640        {
641            "line": 227,
642            "column": 11,
643            "problem": "DeclWithDuplicateName",
644            "suggest": "",
645            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
646        },
647        {
648            "line": 229,
649            "column": 10,
650            "problem": "DeclWithDuplicateName",
651            "suggest": "",
652            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
653        },
654        {
655            "line": 230,
656            "column": 6,
657            "problem": "DeclWithDuplicateName",
658            "suggest": "",
659            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
660        },
661        {
662            "line": 233,
663            "column": 11,
664            "problem": "DeclWithDuplicateName",
665            "suggest": "",
666            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
667        },
668        {
669            "line": 234,
670            "column": 7,
671            "problem": "DeclWithDuplicateName",
672            "suggest": "",
673            "rule": "Use unique names for types and namespaces. (arkts-unique-names)"
674        },
675        {
676            "line": 163,
677            "column": 3,
678            "problem": "StrictDiagnostic",
679            "suggest": "Property 'x' has no initializer and is not definitely assigned in the constructor.",
680            "rule": "Property 'x' has no initializer and is not definitely assigned in the constructor."
681        },
682        {
683            "line": 164,
684            "column": 3,
685            "problem": "StrictDiagnostic",
686            "suggest": "Property '#x' has no initializer and is not definitely assigned in the constructor.",
687            "rule": "Property '#x' has no initializer and is not definitely assigned in the constructor."
688        },
689        {
690            "line": 173,
691            "column": 3,
692            "problem": "StrictDiagnostic",
693            "suggest": "Property 'z' has no initializer and is not definitely assigned in the constructor.",
694            "rule": "Property 'z' has no initializer and is not definitely assigned in the constructor."
695        }
696    ]
697}