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": 22,
19            "column": 13,
20            "problem": "InstanceofUnsupported",
21            "suggest": "",
22            "rule": "\"instanceof\" operator is partially supported (arkts-instanceof-ref-types)"
23        },
24        {
25            "line": 23,
26            "column": 13,
27            "problem": "InstanceofUnsupported",
28            "suggest": "",
29            "rule": "\"instanceof\" operator is partially supported (arkts-instanceof-ref-types)"
30        },
31        {
32            "line": 26,
33            "column": 12,
34            "problem": "TypeAssertion",
35            "suggest": "",
36            "rule": "Only \"as T\" syntax is supported for type casts (arkts-as-casts)"
37        },
38        {
39            "line": 30,
40            "column": 18,
41            "problem": "TypeAssertion",
42            "suggest": "",
43            "rule": "Only \"as T\" syntax is supported for type casts (arkts-as-casts)"
44        },
45        {
46            "line": 32,
47            "column": 14,
48            "problem": "TypeAssertion",
49            "suggest": "",
50            "rule": "Only \"as T\" syntax is supported for type casts (arkts-as-casts)"
51        },
52        {
53            "line": 34,
54            "column": 19,
55            "problem": "TypeAssertion",
56            "suggest": "",
57            "rule": "Only \"as T\" syntax is supported for type casts (arkts-as-casts)"
58        },
59        {
60            "line": 35,
61            "column": 15,
62            "problem": "TypeAssertion",
63            "suggest": "",
64            "rule": "Only \"as T\" syntax is supported for type casts (arkts-as-casts)"
65        },
66        {
67            "line": 50,
68            "column": 14,
69            "problem": "InstanceofUnsupported",
70            "suggest": "",
71            "rule": "\"instanceof\" operator is partially supported (arkts-instanceof-ref-types)"
72        },
73        {
74            "line": 55,
75            "column": 1,
76            "problem": "VarDeclaration",
77            "suggest": "",
78            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
79        },
80        {
81            "line": 55,
82            "column": 32,
83            "problem": "InstanceofUnsupported",
84            "suggest": "",
85            "rule": "\"instanceof\" operator is partially supported (arkts-instanceof-ref-types)"
86        },
87        {
88            "line": 58,
89            "column": 39,
90            "problem": "InstanceofUnsupported",
91            "suggest": "",
92            "rule": "\"instanceof\" operator is partially supported (arkts-instanceof-ref-types)"
93        },
94        {
95            "line": 61,
96            "column": 26,
97            "problem": "InstanceofUnsupported",
98            "suggest": "",
99            "rule": "\"instanceof\" operator is partially supported (arkts-instanceof-ref-types)"
100        },
101        {
102            "line": 65,
103            "column": 23,
104            "problem": "InstanceofUnsupported",
105            "suggest": "",
106            "rule": "\"instanceof\" operator is partially supported (arkts-instanceof-ref-types)"
107        },
108        {
109            "line": 70,
110            "column": 26,
111            "problem": "InstanceofUnsupported",
112            "suggest": "",
113            "rule": "\"instanceof\" operator is partially supported (arkts-instanceof-ref-types)"
114        },
115        {
116            "line": 76,
117            "column": 29,
118            "problem": "InstanceofUnsupported",
119            "suggest": "",
120            "rule": "\"instanceof\" operator is partially supported (arkts-instanceof-ref-types)"
121        },
122        {
123            "line": 76,
124            "column": 19,
125            "problem": "ClassAsObject",
126            "suggest": "",
127            "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)"
128        }
129    ]
130}