13af6ab5fSopenharmony_ci{
23af6ab5fSopenharmony_ci    "copyright": [
33af6ab5fSopenharmony_ci        "Copyright (c) 2023-2024 Huawei Device Co., Ltd.",
43af6ab5fSopenharmony_ci        "Licensed under the Apache License, Version 2.0 (the 'License');",
53af6ab5fSopenharmony_ci        "you may not use this file except in compliance with the License.",
63af6ab5fSopenharmony_ci        "You may obtain a copy of the License at",
73af6ab5fSopenharmony_ci        "",
83af6ab5fSopenharmony_ci        "http://www.apache.org/licenses/LICENSE-2.0",
93af6ab5fSopenharmony_ci        "",
103af6ab5fSopenharmony_ci        "Unless required by applicable law or agreed to in writing, software",
113af6ab5fSopenharmony_ci        "distributed under the License is distributed on an 'AS IS' BASIS,",
123af6ab5fSopenharmony_ci        "WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.",
133af6ab5fSopenharmony_ci        "See the License for the specific language governing permissions and",
143af6ab5fSopenharmony_ci        "limitations under the License."
153af6ab5fSopenharmony_ci    ],
163af6ab5fSopenharmony_ci    "nodes": [
173af6ab5fSopenharmony_ci        {
183af6ab5fSopenharmony_ci            "line": 18,
193af6ab5fSopenharmony_ci            "column": 1,
203af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
213af6ab5fSopenharmony_ci            "suggest": "",
223af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
233af6ab5fSopenharmony_ci        },
243af6ab5fSopenharmony_ci        {
253af6ab5fSopenharmony_ci            "line": 22,
263af6ab5fSopenharmony_ci            "column": 1,
273af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
283af6ab5fSopenharmony_ci            "suggest": "",
293af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
303af6ab5fSopenharmony_ci        },
313af6ab5fSopenharmony_ci        {
323af6ab5fSopenharmony_ci            "line": 26,
333af6ab5fSopenharmony_ci            "column": 1,
343af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
353af6ab5fSopenharmony_ci            "suggest": "",
363af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
373af6ab5fSopenharmony_ci        },
383af6ab5fSopenharmony_ci        {
393af6ab5fSopenharmony_ci            "line": 29,
403af6ab5fSopenharmony_ci            "column": 6,
413af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
423af6ab5fSopenharmony_ci            "suggest": "",
433af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
443af6ab5fSopenharmony_ci        },
453af6ab5fSopenharmony_ci        {
463af6ab5fSopenharmony_ci            "line": 32,
473af6ab5fSopenharmony_ci            "column": 13,
483af6ab5fSopenharmony_ci            "problem": "ForInStatement",
493af6ab5fSopenharmony_ci            "suggest": "",
503af6ab5fSopenharmony_ci            "rule": "\"for .. in\" is not supported (arkts-no-for-in)"
513af6ab5fSopenharmony_ci        },
523af6ab5fSopenharmony_ci        {
533af6ab5fSopenharmony_ci            "line": 32,
543af6ab5fSopenharmony_ci            "column": 6,
553af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
563af6ab5fSopenharmony_ci            "suggest": "",
573af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
583af6ab5fSopenharmony_ci        },
593af6ab5fSopenharmony_ci        {
603af6ab5fSopenharmony_ci            "line": 35,
613af6ab5fSopenharmony_ci            "column": 22,
623af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
633af6ab5fSopenharmony_ci            "suggest": "",
643af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
653af6ab5fSopenharmony_ci        },
663af6ab5fSopenharmony_ci        {
673af6ab5fSopenharmony_ci            "line": 38,
683af6ab5fSopenharmony_ci            "column": 6,
693af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
703af6ab5fSopenharmony_ci            "suggest": "",
713af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
723af6ab5fSopenharmony_ci        },
733af6ab5fSopenharmony_ci        {
743af6ab5fSopenharmony_ci            "line": 40,
753af6ab5fSopenharmony_ci            "column": 1,
763af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
773af6ab5fSopenharmony_ci            "suggest": "",
783af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
793af6ab5fSopenharmony_ci        },
803af6ab5fSopenharmony_ci        {
813af6ab5fSopenharmony_ci            "line": 40,
823af6ab5fSopenharmony_ci            "column": 5,
833af6ab5fSopenharmony_ci            "problem": "DestructuringDeclaration",
843af6ab5fSopenharmony_ci            "suggest": "",
853af6ab5fSopenharmony_ci            "rule": "Destructuring variable declarations are not supported (arkts-no-destruct-decls)"
863af6ab5fSopenharmony_ci        },
873af6ab5fSopenharmony_ci        {
883af6ab5fSopenharmony_ci            "line": 40,
893af6ab5fSopenharmony_ci            "column": 21,
903af6ab5fSopenharmony_ci            "problem": "ObjectLiteralNoContextType",
913af6ab5fSopenharmony_ci            "suggest": "",
923af6ab5fSopenharmony_ci            "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)"
933af6ab5fSopenharmony_ci        },
943af6ab5fSopenharmony_ci        {
953af6ab5fSopenharmony_ci            "line": 42,
963af6ab5fSopenharmony_ci            "column": 1,
973af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
983af6ab5fSopenharmony_ci            "suggest": "",
993af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
1003af6ab5fSopenharmony_ci        },
1013af6ab5fSopenharmony_ci        {
1023af6ab5fSopenharmony_ci            "line": 42,
1033af6ab5fSopenharmony_ci            "column": 14,
1043af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
1053af6ab5fSopenharmony_ci            "suggest": "",
1063af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
1073af6ab5fSopenharmony_ci        },
1083af6ab5fSopenharmony_ci        {
1093af6ab5fSopenharmony_ci            "line": 44,
1103af6ab5fSopenharmony_ci            "column": 1,
1113af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
1123af6ab5fSopenharmony_ci            "suggest": "",
1133af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
1143af6ab5fSopenharmony_ci        },
1153af6ab5fSopenharmony_ci        {
1163af6ab5fSopenharmony_ci            "line": 46,
1173af6ab5fSopenharmony_ci            "column": 9,
1183af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
1193af6ab5fSopenharmony_ci            "suggest": "",
1203af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
1213af6ab5fSopenharmony_ci        },
1223af6ab5fSopenharmony_ci        {
1233af6ab5fSopenharmony_ci            "line": 49,
1243af6ab5fSopenharmony_ci            "column": 1,
1253af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
1263af6ab5fSopenharmony_ci            "suggest": "",
1273af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
1283af6ab5fSopenharmony_ci        },
1293af6ab5fSopenharmony_ci        {
1303af6ab5fSopenharmony_ci            "line": 49,
1313af6ab5fSopenharmony_ci            "column": 12,
1323af6ab5fSopenharmony_ci            "problem": "FunctionExpression",
1333af6ab5fSopenharmony_ci            "suggest": "",
1343af6ab5fSopenharmony_ci            "rule": "Use arrow functions instead of function expressions (arkts-no-func-expressions)"
1353af6ab5fSopenharmony_ci        },
1363af6ab5fSopenharmony_ci        {
1373af6ab5fSopenharmony_ci            "line": 49,
1383af6ab5fSopenharmony_ci            "column": 12,
1393af6ab5fSopenharmony_ci            "problem": "LimitedReturnTypeInference",
1403af6ab5fSopenharmony_ci            "suggest": "",
1413af6ab5fSopenharmony_ci            "rule": "Function return type inference is limited (arkts-no-implicit-return-types)"
1423af6ab5fSopenharmony_ci        },
1433af6ab5fSopenharmony_ci        {
1443af6ab5fSopenharmony_ci            "line": 51,
1453af6ab5fSopenharmony_ci            "column": 1,
1463af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
1473af6ab5fSopenharmony_ci            "suggest": "",
1483af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
1493af6ab5fSopenharmony_ci        },
1503af6ab5fSopenharmony_ci        {
1513af6ab5fSopenharmony_ci            "line": 51,
1523af6ab5fSopenharmony_ci            "column": 13,
1533af6ab5fSopenharmony_ci            "problem": "FunctionExpression",
1543af6ab5fSopenharmony_ci            "suggest": "",
1553af6ab5fSopenharmony_ci            "rule": "Use arrow functions instead of function expressions (arkts-no-func-expressions)"
1563af6ab5fSopenharmony_ci        },
1573af6ab5fSopenharmony_ci        {
1583af6ab5fSopenharmony_ci            "line": 53,
1593af6ab5fSopenharmony_ci            "column": 1,
1603af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
1613af6ab5fSopenharmony_ci            "suggest": "",
1623af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
1633af6ab5fSopenharmony_ci        },
1643af6ab5fSopenharmony_ci        {
1653af6ab5fSopenharmony_ci            "line": 53,
1663af6ab5fSopenharmony_ci            "column": 13,
1673af6ab5fSopenharmony_ci            "problem": "LimitedReturnTypeInference",
1683af6ab5fSopenharmony_ci            "suggest": "",
1693af6ab5fSopenharmony_ci            "rule": "Function return type inference is limited (arkts-no-implicit-return-types)"
1703af6ab5fSopenharmony_ci        },
1713af6ab5fSopenharmony_ci        {
1723af6ab5fSopenharmony_ci            "line": 56,
1733af6ab5fSopenharmony_ci            "column": 1,
1743af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
1753af6ab5fSopenharmony_ci            "suggest": "",
1763af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
1773af6ab5fSopenharmony_ci        },
1783af6ab5fSopenharmony_ci        {
1793af6ab5fSopenharmony_ci            "line": 56,
1803af6ab5fSopenharmony_ci            "column": 20,
1813af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
1823af6ab5fSopenharmony_ci            "suggest": "",
1833af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
1843af6ab5fSopenharmony_ci        },
1853af6ab5fSopenharmony_ci        {
1863af6ab5fSopenharmony_ci            "line": 56,
1873af6ab5fSopenharmony_ci            "column": 32,
1883af6ab5fSopenharmony_ci            "problem": "FunctionExpression",
1893af6ab5fSopenharmony_ci            "suggest": "",
1903af6ab5fSopenharmony_ci            "rule": "Use arrow functions instead of function expressions (arkts-no-func-expressions)"
1913af6ab5fSopenharmony_ci        },
1923af6ab5fSopenharmony_ci        {
1933af6ab5fSopenharmony_ci            "line": 58,
1943af6ab5fSopenharmony_ci            "column": 1,
1953af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
1963af6ab5fSopenharmony_ci            "suggest": "",
1973af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
1983af6ab5fSopenharmony_ci        },
1993af6ab5fSopenharmony_ci        {
2003af6ab5fSopenharmony_ci            "line": 58,
2013af6ab5fSopenharmony_ci            "column": 13,
2023af6ab5fSopenharmony_ci            "problem": "FunctionExpression",
2033af6ab5fSopenharmony_ci            "suggest": "",
2043af6ab5fSopenharmony_ci            "rule": "Use arrow functions instead of function expressions (arkts-no-func-expressions)"
2053af6ab5fSopenharmony_ci        },
2063af6ab5fSopenharmony_ci        {
2073af6ab5fSopenharmony_ci            "line": 58,
2083af6ab5fSopenharmony_ci            "column": 39,
2093af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
2103af6ab5fSopenharmony_ci            "suggest": "",
2113af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
2123af6ab5fSopenharmony_ci        },
2133af6ab5fSopenharmony_ci        {
2143af6ab5fSopenharmony_ci            "line": 58,
2153af6ab5fSopenharmony_ci            "column": 51,
2163af6ab5fSopenharmony_ci            "problem": "FunctionExpression",
2173af6ab5fSopenharmony_ci            "suggest": "",
2183af6ab5fSopenharmony_ci            "rule": "Use arrow functions instead of function expressions (arkts-no-func-expressions)"
2193af6ab5fSopenharmony_ci        },
2203af6ab5fSopenharmony_ci        {
2213af6ab5fSopenharmony_ci            "line": 61,
2223af6ab5fSopenharmony_ci            "column": 6,
2233af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
2243af6ab5fSopenharmony_ci            "suggest": "",
2253af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
2263af6ab5fSopenharmony_ci        },
2273af6ab5fSopenharmony_ci        {
2283af6ab5fSopenharmony_ci            "line": 63,
2293af6ab5fSopenharmony_ci            "column": 1,
2303af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
2313af6ab5fSopenharmony_ci            "suggest": "",
2323af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
2333af6ab5fSopenharmony_ci        },
2343af6ab5fSopenharmony_ci        {
2353af6ab5fSopenharmony_ci            "line": 63,
2363af6ab5fSopenharmony_ci            "column": 19,
2373af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
2383af6ab5fSopenharmony_ci            "suggest": "",
2393af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
2403af6ab5fSopenharmony_ci        },
2413af6ab5fSopenharmony_ci        {
2423af6ab5fSopenharmony_ci            "line": 65,
2433af6ab5fSopenharmony_ci            "column": 1,
2443af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
2453af6ab5fSopenharmony_ci            "suggest": "",
2463af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
2473af6ab5fSopenharmony_ci        },
2483af6ab5fSopenharmony_ci        {
2493af6ab5fSopenharmony_ci            "line": 65,
2503af6ab5fSopenharmony_ci            "column": 5,
2513af6ab5fSopenharmony_ci            "problem": "AnyType",
2523af6ab5fSopenharmony_ci            "suggest": "",
2533af6ab5fSopenharmony_ci            "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)"
2543af6ab5fSopenharmony_ci        },
2553af6ab5fSopenharmony_ci        {
2563af6ab5fSopenharmony_ci            "line": 65,
2573af6ab5fSopenharmony_ci            "column": 10,
2583af6ab5fSopenharmony_ci            "problem": "AnyType",
2593af6ab5fSopenharmony_ci            "suggest": "",
2603af6ab5fSopenharmony_ci            "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)"
2613af6ab5fSopenharmony_ci        },
2623af6ab5fSopenharmony_ci        {
2633af6ab5fSopenharmony_ci            "line": 65,
2643af6ab5fSopenharmony_ci            "column": 15,
2653af6ab5fSopenharmony_ci            "problem": "AnyType",
2663af6ab5fSopenharmony_ci            "suggest": "",
2673af6ab5fSopenharmony_ci            "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)"
2683af6ab5fSopenharmony_ci        },
2693af6ab5fSopenharmony_ci        {
2703af6ab5fSopenharmony_ci            "line": 65,
2713af6ab5fSopenharmony_ci            "column": 20,
2723af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
2733af6ab5fSopenharmony_ci            "suggest": "",
2743af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
2753af6ab5fSopenharmony_ci        },
2763af6ab5fSopenharmony_ci        {
2773af6ab5fSopenharmony_ci            "line": 65,
2783af6ab5fSopenharmony_ci            "column": 24,
2793af6ab5fSopenharmony_ci            "problem": "AnyType",
2803af6ab5fSopenharmony_ci            "suggest": "",
2813af6ab5fSopenharmony_ci            "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)"
2823af6ab5fSopenharmony_ci        },
2833af6ab5fSopenharmony_ci        {
2843af6ab5fSopenharmony_ci            "line": 68,
2853af6ab5fSopenharmony_ci            "column": 1,
2863af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
2873af6ab5fSopenharmony_ci            "suggest": "",
2883af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
2893af6ab5fSopenharmony_ci        },
2903af6ab5fSopenharmony_ci        {
2913af6ab5fSopenharmony_ci            "line": 68,
2923af6ab5fSopenharmony_ci            "column": 5,
2933af6ab5fSopenharmony_ci            "problem": "AnyType",
2943af6ab5fSopenharmony_ci            "suggest": "",
2953af6ab5fSopenharmony_ci            "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)"
2963af6ab5fSopenharmony_ci        },
2973af6ab5fSopenharmony_ci        {
2983af6ab5fSopenharmony_ci            "line": 68,
2993af6ab5fSopenharmony_ci            "column": 21,
3003af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
3013af6ab5fSopenharmony_ci            "suggest": "",
3023af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
3033af6ab5fSopenharmony_ci        },
3043af6ab5fSopenharmony_ci        {
3053af6ab5fSopenharmony_ci            "line": 68,
3063af6ab5fSopenharmony_ci            "column": 25,
3073af6ab5fSopenharmony_ci            "problem": "AnyType",
3083af6ab5fSopenharmony_ci            "suggest": "",
3093af6ab5fSopenharmony_ci            "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)"
3103af6ab5fSopenharmony_ci        },
3113af6ab5fSopenharmony_ci        {
3123af6ab5fSopenharmony_ci            "line": 71,
3133af6ab5fSopenharmony_ci            "column": 14,
3143af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
3153af6ab5fSopenharmony_ci            "suggest": "",
3163af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
3173af6ab5fSopenharmony_ci        },
3183af6ab5fSopenharmony_ci        {
3193af6ab5fSopenharmony_ci            "line": 71,
3203af6ab5fSopenharmony_ci            "column": 18,
3213af6ab5fSopenharmony_ci            "problem": "AnyType",
3223af6ab5fSopenharmony_ci            "suggest": "",
3233af6ab5fSopenharmony_ci            "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)"
3243af6ab5fSopenharmony_ci        },
3253af6ab5fSopenharmony_ci        {
3263af6ab5fSopenharmony_ci            "line": 71,
3273af6ab5fSopenharmony_ci            "column": 23,
3283af6ab5fSopenharmony_ci            "problem": "AnyType",
3293af6ab5fSopenharmony_ci            "suggest": "",
3303af6ab5fSopenharmony_ci            "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)"
3313af6ab5fSopenharmony_ci        },
3323af6ab5fSopenharmony_ci        {
3333af6ab5fSopenharmony_ci            "line": 71,
3343af6ab5fSopenharmony_ci            "column": 28,
3353af6ab5fSopenharmony_ci            "problem": "AnyType",
3363af6ab5fSopenharmony_ci            "suggest": "",
3373af6ab5fSopenharmony_ci            "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)"
3383af6ab5fSopenharmony_ci        },
3393af6ab5fSopenharmony_ci        {
3403af6ab5fSopenharmony_ci            "line": 73,
3413af6ab5fSopenharmony_ci            "column": 6,
3423af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
3433af6ab5fSopenharmony_ci            "suggest": "",
3443af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
3453af6ab5fSopenharmony_ci        },
3463af6ab5fSopenharmony_ci        {
3473af6ab5fSopenharmony_ci            "line": 76,
3483af6ab5fSopenharmony_ci            "column": 14,
3493af6ab5fSopenharmony_ci            "problem": "ForInStatement",
3503af6ab5fSopenharmony_ci            "suggest": "",
3513af6ab5fSopenharmony_ci            "rule": "\"for .. in\" is not supported (arkts-no-for-in)"
3523af6ab5fSopenharmony_ci        },
3533af6ab5fSopenharmony_ci        {
3543af6ab5fSopenharmony_ci            "line": 76,
3553af6ab5fSopenharmony_ci            "column": 6,
3563af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
3573af6ab5fSopenharmony_ci            "suggest": "",
3583af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
3593af6ab5fSopenharmony_ci        },
3603af6ab5fSopenharmony_ci        {
3613af6ab5fSopenharmony_ci            "line": 79,
3623af6ab5fSopenharmony_ci            "column": 6,
3633af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
3643af6ab5fSopenharmony_ci            "suggest": "",
3653af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
3663af6ab5fSopenharmony_ci        },
3673af6ab5fSopenharmony_ci        {
3683af6ab5fSopenharmony_ci            "line": 82,
3693af6ab5fSopenharmony_ci            "column": 24,
3703af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
3713af6ab5fSopenharmony_ci            "suggest": "",
3723af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
3733af6ab5fSopenharmony_ci        },
3743af6ab5fSopenharmony_ci        {
3753af6ab5fSopenharmony_ci            "line": 86,
3763af6ab5fSopenharmony_ci            "column": 6,
3773af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
3783af6ab5fSopenharmony_ci            "suggest": "",
3793af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
3803af6ab5fSopenharmony_ci        },
3813af6ab5fSopenharmony_ci        {
3823af6ab5fSopenharmony_ci            "line": 89,
3833af6ab5fSopenharmony_ci            "column": 24,
3843af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
3853af6ab5fSopenharmony_ci            "suggest": "",
3863af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
3873af6ab5fSopenharmony_ci        },
3883af6ab5fSopenharmony_ci        {
3893af6ab5fSopenharmony_ci            "line": 89,
3903af6ab5fSopenharmony_ci            "column": 28,
3913af6ab5fSopenharmony_ci            "problem": "AnyType",
3923af6ab5fSopenharmony_ci            "suggest": "",
3933af6ab5fSopenharmony_ci            "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)"
3943af6ab5fSopenharmony_ci        },
3953af6ab5fSopenharmony_ci        {
3963af6ab5fSopenharmony_ci            "line": 91,
3973af6ab5fSopenharmony_ci            "column": 1,
3983af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
3993af6ab5fSopenharmony_ci            "suggest": "",
4003af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
4013af6ab5fSopenharmony_ci        },
4023af6ab5fSopenharmony_ci        {
4033af6ab5fSopenharmony_ci            "line": 91,
4043af6ab5fSopenharmony_ci            "column": 5,
4053af6ab5fSopenharmony_ci            "problem": "AnyType",
4063af6ab5fSopenharmony_ci            "suggest": "",
4073af6ab5fSopenharmony_ci            "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)"
4083af6ab5fSopenharmony_ci        },
4093af6ab5fSopenharmony_ci        {
4103af6ab5fSopenharmony_ci            "line": 93,
4113af6ab5fSopenharmony_ci            "column": 1,
4123af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
4133af6ab5fSopenharmony_ci            "suggest": "",
4143af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
4153af6ab5fSopenharmony_ci        },
4163af6ab5fSopenharmony_ci        {
4173af6ab5fSopenharmony_ci            "line": 93,
4183af6ab5fSopenharmony_ci            "column": 5,
4193af6ab5fSopenharmony_ci            "problem": "DestructuringDeclaration",
4203af6ab5fSopenharmony_ci            "suggest": "",
4213af6ab5fSopenharmony_ci            "rule": "Destructuring variable declarations are not supported (arkts-no-destruct-decls)"
4223af6ab5fSopenharmony_ci        },
4233af6ab5fSopenharmony_ci        {
4243af6ab5fSopenharmony_ci            "line": 93,
4253af6ab5fSopenharmony_ci            "column": 19,
4263af6ab5fSopenharmony_ci            "problem": "ObjectLiteralNoContextType",
4273af6ab5fSopenharmony_ci            "suggest": "",
4283af6ab5fSopenharmony_ci            "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)"
4293af6ab5fSopenharmony_ci        },
4303af6ab5fSopenharmony_ci        {
4313af6ab5fSopenharmony_ci            "line": 95,
4323af6ab5fSopenharmony_ci            "column": 1,
4333af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
4343af6ab5fSopenharmony_ci            "suggest": "",
4353af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
4363af6ab5fSopenharmony_ci        },
4373af6ab5fSopenharmony_ci        {
4383af6ab5fSopenharmony_ci            "line": 95,
4393af6ab5fSopenharmony_ci            "column": 5,
4403af6ab5fSopenharmony_ci            "problem": "DestructuringDeclaration",
4413af6ab5fSopenharmony_ci            "suggest": "",
4423af6ab5fSopenharmony_ci            "rule": "Destructuring variable declarations are not supported (arkts-no-destruct-decls)"
4433af6ab5fSopenharmony_ci        },
4443af6ab5fSopenharmony_ci        {
4453af6ab5fSopenharmony_ci            "line": 95,
4463af6ab5fSopenharmony_ci            "column": 24,
4473af6ab5fSopenharmony_ci            "problem": "ObjectLiteralNoContextType",
4483af6ab5fSopenharmony_ci            "suggest": "",
4493af6ab5fSopenharmony_ci            "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)"
4503af6ab5fSopenharmony_ci        },
4513af6ab5fSopenharmony_ci        {
4523af6ab5fSopenharmony_ci            "line": 97,
4533af6ab5fSopenharmony_ci            "column": 1,
4543af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
4553af6ab5fSopenharmony_ci            "suggest": "",
4563af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
4573af6ab5fSopenharmony_ci        },
4583af6ab5fSopenharmony_ci        {
4593af6ab5fSopenharmony_ci            "line": 99,
4603af6ab5fSopenharmony_ci            "column": 26,
4613af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
4623af6ab5fSopenharmony_ci            "suggest": "",
4633af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
4643af6ab5fSopenharmony_ci        },
4653af6ab5fSopenharmony_ci        {
4663af6ab5fSopenharmony_ci            "line": 102,
4673af6ab5fSopenharmony_ci            "column": 12,
4683af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
4693af6ab5fSopenharmony_ci            "suggest": "",
4703af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
4713af6ab5fSopenharmony_ci        },
4723af6ab5fSopenharmony_ci        {
4733af6ab5fSopenharmony_ci            "line": 108,
4743af6ab5fSopenharmony_ci            "column": 13,
4753af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
4763af6ab5fSopenharmony_ci            "suggest": "",
4773af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
4783af6ab5fSopenharmony_ci        },
4793af6ab5fSopenharmony_ci        {
4803af6ab5fSopenharmony_ci            "line": 110,
4813af6ab5fSopenharmony_ci            "column": 20,
4823af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
4833af6ab5fSopenharmony_ci            "suggest": "",
4843af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
4853af6ab5fSopenharmony_ci        },
4863af6ab5fSopenharmony_ci        {
4873af6ab5fSopenharmony_ci            "line": 110,
4883af6ab5fSopenharmony_ci            "column": 24,
4893af6ab5fSopenharmony_ci            "problem": "AnyType",
4903af6ab5fSopenharmony_ci            "suggest": "",
4913af6ab5fSopenharmony_ci            "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)"
4923af6ab5fSopenharmony_ci        },
4933af6ab5fSopenharmony_ci        {
4943af6ab5fSopenharmony_ci            "line": 115,
4953af6ab5fSopenharmony_ci            "column": 1,
4963af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
4973af6ab5fSopenharmony_ci            "suggest": "",
4983af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
4993af6ab5fSopenharmony_ci        },
5003af6ab5fSopenharmony_ci        {
5013af6ab5fSopenharmony_ci            "line": 115,
5023af6ab5fSopenharmony_ci            "column": 14,
5033af6ab5fSopenharmony_ci            "problem": "FunctionExpression",
5043af6ab5fSopenharmony_ci            "suggest": "",
5053af6ab5fSopenharmony_ci            "rule": "Use arrow functions instead of function expressions (arkts-no-func-expressions)"
5063af6ab5fSopenharmony_ci        },
5073af6ab5fSopenharmony_ci        {
5083af6ab5fSopenharmony_ci            "line": 117,
5093af6ab5fSopenharmony_ci            "column": 13,
5103af6ab5fSopenharmony_ci            "problem": "FunctionExpression",
5113af6ab5fSopenharmony_ci            "suggest": "",
5123af6ab5fSopenharmony_ci            "rule": "Use arrow functions instead of function expressions (arkts-no-func-expressions)"
5133af6ab5fSopenharmony_ci        },
5143af6ab5fSopenharmony_ci        {
5153af6ab5fSopenharmony_ci            "line": 117,
5163af6ab5fSopenharmony_ci            "column": 22,
5173af6ab5fSopenharmony_ci            "problem": "AnyType",
5183af6ab5fSopenharmony_ci            "suggest": "",
5193af6ab5fSopenharmony_ci            "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)"
5203af6ab5fSopenharmony_ci        },
5213af6ab5fSopenharmony_ci        {
5223af6ab5fSopenharmony_ci            "line": 118,
5233af6ab5fSopenharmony_ci            "column": 1,
5243af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
5253af6ab5fSopenharmony_ci            "suggest": "",
5263af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
5273af6ab5fSopenharmony_ci        },
5283af6ab5fSopenharmony_ci        {
5293af6ab5fSopenharmony_ci            "line": 118,
5303af6ab5fSopenharmony_ci            "column": 19,
5313af6ab5fSopenharmony_ci            "problem": "FunctionExpression",
5323af6ab5fSopenharmony_ci            "suggest": "",
5333af6ab5fSopenharmony_ci            "rule": "Use arrow functions instead of function expressions (arkts-no-func-expressions)"
5343af6ab5fSopenharmony_ci        },
5353af6ab5fSopenharmony_ci        {
5363af6ab5fSopenharmony_ci            "line": 120,
5373af6ab5fSopenharmony_ci            "column": 1,
5383af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
5393af6ab5fSopenharmony_ci            "suggest": "",
5403af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
5413af6ab5fSopenharmony_ci        },
5423af6ab5fSopenharmony_ci        {
5433af6ab5fSopenharmony_ci            "line": 120,
5443af6ab5fSopenharmony_ci            "column": 28,
5453af6ab5fSopenharmony_ci            "problem": "FunctionExpression",
5463af6ab5fSopenharmony_ci            "suggest": "",
5473af6ab5fSopenharmony_ci            "rule": "Use arrow functions instead of function expressions (arkts-no-func-expressions)"
5483af6ab5fSopenharmony_ci        },
5493af6ab5fSopenharmony_ci        {
5503af6ab5fSopenharmony_ci            "line": 122,
5513af6ab5fSopenharmony_ci            "column": 1,
5523af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
5533af6ab5fSopenharmony_ci            "suggest": "",
5543af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
5553af6ab5fSopenharmony_ci        },
5563af6ab5fSopenharmony_ci        {
5573af6ab5fSopenharmony_ci            "line": 122,
5583af6ab5fSopenharmony_ci            "column": 5,
5593af6ab5fSopenharmony_ci            "problem": "DestructuringDeclaration",
5603af6ab5fSopenharmony_ci            "suggest": "",
5613af6ab5fSopenharmony_ci            "rule": "Destructuring variable declarations are not supported (arkts-no-destruct-decls)"
5623af6ab5fSopenharmony_ci        },
5633af6ab5fSopenharmony_ci        {
5643af6ab5fSopenharmony_ci            "line": 122,
5653af6ab5fSopenharmony_ci            "column": 25,
5663af6ab5fSopenharmony_ci            "problem": "FunctionExpression",
5673af6ab5fSopenharmony_ci            "suggest": "",
5683af6ab5fSopenharmony_ci            "rule": "Use arrow functions instead of function expressions (arkts-no-func-expressions)"
5693af6ab5fSopenharmony_ci        },
5703af6ab5fSopenharmony_ci        {
5713af6ab5fSopenharmony_ci            "line": 124,
5723af6ab5fSopenharmony_ci            "column": 1,
5733af6ab5fSopenharmony_ci            "problem": "VarDeclaration",
5743af6ab5fSopenharmony_ci            "suggest": "",
5753af6ab5fSopenharmony_ci            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
5763af6ab5fSopenharmony_ci        },
5773af6ab5fSopenharmony_ci        {
5783af6ab5fSopenharmony_ci            "line": 124,
5793af6ab5fSopenharmony_ci            "column": 5,
5803af6ab5fSopenharmony_ci            "problem": "DestructuringDeclaration",
5813af6ab5fSopenharmony_ci            "suggest": "",
5823af6ab5fSopenharmony_ci            "rule": "Destructuring variable declarations are not supported (arkts-no-destruct-decls)"
5833af6ab5fSopenharmony_ci        },
5843af6ab5fSopenharmony_ci        {
5853af6ab5fSopenharmony_ci            "line": 124,
5863af6ab5fSopenharmony_ci            "column": 32,
5873af6ab5fSopenharmony_ci            "problem": "FunctionExpression",
5883af6ab5fSopenharmony_ci            "suggest": "",
5893af6ab5fSopenharmony_ci            "rule": "Use arrow functions instead of function expressions (arkts-no-func-expressions)"
5903af6ab5fSopenharmony_ci        },
5913af6ab5fSopenharmony_ci        {
5923af6ab5fSopenharmony_ci            "line": 42,
5933af6ab5fSopenharmony_ci            "column": 10,
5943af6ab5fSopenharmony_ci            "problem": "StrictDiagnostic",
5953af6ab5fSopenharmony_ci            "suggest": "Variable 'b9' is used before being assigned.",
5963af6ab5fSopenharmony_ci            "rule": "Variable 'b9' is used before being assigned."
5973af6ab5fSopenharmony_ci        },
5983af6ab5fSopenharmony_ci        {
5993af6ab5fSopenharmony_ci            "line": 56,
6003af6ab5fSopenharmony_ci            "column": 13,
6013af6ab5fSopenharmony_ci            "problem": "StrictDiagnostic",
6023af6ab5fSopenharmony_ci            "suggest": "Variable 'foo15' is used before being assigned.",
6033af6ab5fSopenharmony_ci            "rule": "Variable 'foo15' is used before being assigned."
6043af6ab5fSopenharmony_ci        },
6053af6ab5fSopenharmony_ci        {
6063af6ab5fSopenharmony_ci            "line": 76,
6073af6ab5fSopenharmony_ci            "column": 27,
6083af6ab5fSopenharmony_ci            "problem": "StrictDiagnostic",
6093af6ab5fSopenharmony_ci            "suggest": "Variable 'a23' is used before being assigned.",
6103af6ab5fSopenharmony_ci            "rule": "Variable 'a23' is used before being assigned."
6113af6ab5fSopenharmony_ci        },
6123af6ab5fSopenharmony_ci        {
6133af6ab5fSopenharmony_ci            "line": 79,
6143af6ab5fSopenharmony_ci            "column": 28,
6153af6ab5fSopenharmony_ci            "problem": "StrictDiagnostic",
6163af6ab5fSopenharmony_ci            "suggest": "Variable 'a24' is used before being assigned.",
6173af6ab5fSopenharmony_ci            "rule": "Variable 'a24' is used before being assigned."
6183af6ab5fSopenharmony_ci        },
6193af6ab5fSopenharmony_ci        {
6203af6ab5fSopenharmony_ci            "line": 86,
6213af6ab5fSopenharmony_ci            "column": 35,
6223af6ab5fSopenharmony_ci            "problem": "StrictDiagnostic",
6233af6ab5fSopenharmony_ci            "suggest": "Argument of type '() => never' is not assignable to parameter of type 'never'.",
6243af6ab5fSopenharmony_ci            "rule": "Argument of type '() => never' is not assignable to parameter of type 'never'."
6253af6ab5fSopenharmony_ci        },
6263af6ab5fSopenharmony_ci        {
6273af6ab5fSopenharmony_ci            "line": 97,
6283af6ab5fSopenharmony_ci            "column": 11,
6293af6ab5fSopenharmony_ci            "problem": "StrictDiagnostic",
6303af6ab5fSopenharmony_ci            "suggest": "Variable 'b31' is used before being assigned.",
6313af6ab5fSopenharmony_ci            "rule": "Variable 'b31' is used before being assigned."
6323af6ab5fSopenharmony_ci        },
6333af6ab5fSopenharmony_ci        {
6343af6ab5fSopenharmony_ci            "line": 120,
6353af6ab5fSopenharmony_ci            "column": 13,
6363af6ab5fSopenharmony_ci            "problem": "StrictDiagnostic",
6373af6ab5fSopenharmony_ci            "suggest": "Variable 'foo41' is used before being assigned.",
6383af6ab5fSopenharmony_ci            "rule": "Variable 'foo41' is used before being assigned."
6393af6ab5fSopenharmony_ci        }
6403af6ab5fSopenharmony_ci    ]
6413af6ab5fSopenharmony_ci}
642