13af6ab5fSopenharmony_ci{ 23af6ab5fSopenharmony_ci "copyright": [ 33af6ab5fSopenharmony_ci "Copyright (c) 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": 5, 203af6ab5fSopenharmony_ci "problem": "AnyType", 213af6ab5fSopenharmony_ci "suggest": "", 223af6ab5fSopenharmony_ci "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)" 233af6ab5fSopenharmony_ci }, 243af6ab5fSopenharmony_ci { 253af6ab5fSopenharmony_ci "line": 18, 263af6ab5fSopenharmony_ci "column": 11, 273af6ab5fSopenharmony_ci "problem": "AnyType", 283af6ab5fSopenharmony_ci "suggest": "", 293af6ab5fSopenharmony_ci "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)" 303af6ab5fSopenharmony_ci }, 313af6ab5fSopenharmony_ci { 323af6ab5fSopenharmony_ci "line": 19, 333af6ab5fSopenharmony_ci "column": 2, 343af6ab5fSopenharmony_ci "problem": "DestructuringAssignment", 353af6ab5fSopenharmony_ci "suggest": "", 363af6ab5fSopenharmony_ci "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)" 373af6ab5fSopenharmony_ci }, 383af6ab5fSopenharmony_ci { 393af6ab5fSopenharmony_ci "line": 19, 403af6ab5fSopenharmony_ci "column": 16, 413af6ab5fSopenharmony_ci "problem": "ObjectLiteralNoContextType", 423af6ab5fSopenharmony_ci "suggest": "", 433af6ab5fSopenharmony_ci "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)" 443af6ab5fSopenharmony_ci }, 453af6ab5fSopenharmony_ci { 463af6ab5fSopenharmony_ci "line": 20, 473af6ab5fSopenharmony_ci "column": 2, 483af6ab5fSopenharmony_ci "problem": "DestructuringAssignment", 493af6ab5fSopenharmony_ci "suggest": "", 503af6ab5fSopenharmony_ci "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)" 513af6ab5fSopenharmony_ci }, 523af6ab5fSopenharmony_ci { 533af6ab5fSopenharmony_ci "line": 20, 543af6ab5fSopenharmony_ci "column": 7, 553af6ab5fSopenharmony_ci "problem": "SpreadOperator", 563af6ab5fSopenharmony_ci "suggest": "", 573af6ab5fSopenharmony_ci "rule": "It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread)" 583af6ab5fSopenharmony_ci }, 593af6ab5fSopenharmony_ci { 603af6ab5fSopenharmony_ci "line": 21, 613af6ab5fSopenharmony_ci "column": 2, 623af6ab5fSopenharmony_ci "problem": "DestructuringAssignment", 633af6ab5fSopenharmony_ci "suggest": "", 643af6ab5fSopenharmony_ci "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)" 653af6ab5fSopenharmony_ci }, 663af6ab5fSopenharmony_ci { 673af6ab5fSopenharmony_ci "line": 21, 683af6ab5fSopenharmony_ci "column": 26, 693af6ab5fSopenharmony_ci "problem": "ObjectLiteralNoContextType", 703af6ab5fSopenharmony_ci "suggest": "", 713af6ab5fSopenharmony_ci "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)" 723af6ab5fSopenharmony_ci }, 733af6ab5fSopenharmony_ci { 743af6ab5fSopenharmony_ci "line": 21, 753af6ab5fSopenharmony_ci "column": 37, 763af6ab5fSopenharmony_ci "problem": "ObjectLiteralNoContextType", 773af6ab5fSopenharmony_ci "suggest": "", 783af6ab5fSopenharmony_ci "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)" 793af6ab5fSopenharmony_ci }, 803af6ab5fSopenharmony_ci { 813af6ab5fSopenharmony_ci "line": 22, 823af6ab5fSopenharmony_ci "column": 2, 833af6ab5fSopenharmony_ci "problem": "DestructuringAssignment", 843af6ab5fSopenharmony_ci "suggest": "", 853af6ab5fSopenharmony_ci "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)" 863af6ab5fSopenharmony_ci }, 873af6ab5fSopenharmony_ci { 883af6ab5fSopenharmony_ci "line": 22, 893af6ab5fSopenharmony_ci "column": 12, 903af6ab5fSopenharmony_ci "problem": "SpreadOperator", 913af6ab5fSopenharmony_ci "suggest": "", 923af6ab5fSopenharmony_ci "rule": "It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread)" 933af6ab5fSopenharmony_ci }, 943af6ab5fSopenharmony_ci { 953af6ab5fSopenharmony_ci "line": 22, 963af6ab5fSopenharmony_ci "column": 26, 973af6ab5fSopenharmony_ci "problem": "ObjectLiteralNoContextType", 983af6ab5fSopenharmony_ci "suggest": "", 993af6ab5fSopenharmony_ci "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)" 1003af6ab5fSopenharmony_ci }, 1013af6ab5fSopenharmony_ci { 1023af6ab5fSopenharmony_ci "line": 25, 1033af6ab5fSopenharmony_ci "column": 10, 1043af6ab5fSopenharmony_ci "problem": "ObjectLiteralNoContextType", 1053af6ab5fSopenharmony_ci "suggest": "", 1063af6ab5fSopenharmony_ci "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)" 1073af6ab5fSopenharmony_ci }, 1083af6ab5fSopenharmony_ci { 1093af6ab5fSopenharmony_ci "line": 27, 1103af6ab5fSopenharmony_ci "column": 2, 1113af6ab5fSopenharmony_ci "problem": "DestructuringAssignment", 1123af6ab5fSopenharmony_ci "suggest": "", 1133af6ab5fSopenharmony_ci "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)" 1143af6ab5fSopenharmony_ci }, 1153af6ab5fSopenharmony_ci { 1163af6ab5fSopenharmony_ci "line": 30, 1173af6ab5fSopenharmony_ci "column": 1, 1183af6ab5fSopenharmony_ci "problem": "DestructuringAssignment", 1193af6ab5fSopenharmony_ci "suggest": "", 1203af6ab5fSopenharmony_ci "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)" 1213af6ab5fSopenharmony_ci }, 1223af6ab5fSopenharmony_ci { 1233af6ab5fSopenharmony_ci "line": 31, 1243af6ab5fSopenharmony_ci "column": 1, 1253af6ab5fSopenharmony_ci "problem": "DestructuringAssignment", 1263af6ab5fSopenharmony_ci "suggest": "", 1273af6ab5fSopenharmony_ci "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)" 1283af6ab5fSopenharmony_ci }, 1293af6ab5fSopenharmony_ci { 1303af6ab5fSopenharmony_ci "line": 32, 1313af6ab5fSopenharmony_ci "column": 1, 1323af6ab5fSopenharmony_ci "problem": "DestructuringAssignment", 1333af6ab5fSopenharmony_ci "suggest": "", 1343af6ab5fSopenharmony_ci "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)" 1353af6ab5fSopenharmony_ci }, 1363af6ab5fSopenharmony_ci { 1373af6ab5fSopenharmony_ci "line": 32, 1383af6ab5fSopenharmony_ci "column": 8, 1393af6ab5fSopenharmony_ci "problem": "SpreadOperator", 1403af6ab5fSopenharmony_ci "suggest": "", 1413af6ab5fSopenharmony_ci "rule": "It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread)" 1423af6ab5fSopenharmony_ci }, 1433af6ab5fSopenharmony_ci { 1443af6ab5fSopenharmony_ci "line": 33, 1453af6ab5fSopenharmony_ci "column": 1, 1463af6ab5fSopenharmony_ci "problem": "DestructuringAssignment", 1473af6ab5fSopenharmony_ci "suggest": "", 1483af6ab5fSopenharmony_ci "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)" 1493af6ab5fSopenharmony_ci }, 1503af6ab5fSopenharmony_ci { 1513af6ab5fSopenharmony_ci "line": 34, 1523af6ab5fSopenharmony_ci "column": 1, 1533af6ab5fSopenharmony_ci "problem": "DestructuringAssignment", 1543af6ab5fSopenharmony_ci "suggest": "", 1553af6ab5fSopenharmony_ci "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)" 1563af6ab5fSopenharmony_ci }, 1573af6ab5fSopenharmony_ci { 1583af6ab5fSopenharmony_ci "line": 34, 1593af6ab5fSopenharmony_ci "column": 12, 1603af6ab5fSopenharmony_ci "problem": "SpreadOperator", 1613af6ab5fSopenharmony_ci "suggest": "", 1623af6ab5fSopenharmony_ci "rule": "It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread)" 1633af6ab5fSopenharmony_ci }, 1643af6ab5fSopenharmony_ci { 1653af6ab5fSopenharmony_ci "line": 37, 1663af6ab5fSopenharmony_ci "column": 1, 1673af6ab5fSopenharmony_ci "problem": "DestructuringAssignment", 1683af6ab5fSopenharmony_ci "suggest": "", 1693af6ab5fSopenharmony_ci "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)" 1703af6ab5fSopenharmony_ci }, 1713af6ab5fSopenharmony_ci { 1723af6ab5fSopenharmony_ci "line": 38, 1733af6ab5fSopenharmony_ci "column": 1, 1743af6ab5fSopenharmony_ci "problem": "DestructuringAssignment", 1753af6ab5fSopenharmony_ci "suggest": "", 1763af6ab5fSopenharmony_ci "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)" 1773af6ab5fSopenharmony_ci }, 1783af6ab5fSopenharmony_ci { 1793af6ab5fSopenharmony_ci "line": 38, 1803af6ab5fSopenharmony_ci "column": 5, 1813af6ab5fSopenharmony_ci "problem": "SpreadOperator", 1823af6ab5fSopenharmony_ci "suggest": "", 1833af6ab5fSopenharmony_ci "rule": "It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread)" 1843af6ab5fSopenharmony_ci }, 1853af6ab5fSopenharmony_ci { 1863af6ab5fSopenharmony_ci "line": 41, 1873af6ab5fSopenharmony_ci "column": 1, 1883af6ab5fSopenharmony_ci "problem": "DestructuringAssignment", 1893af6ab5fSopenharmony_ci "suggest": "", 1903af6ab5fSopenharmony_ci "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)" 1913af6ab5fSopenharmony_ci }, 1923af6ab5fSopenharmony_ci { 1933af6ab5fSopenharmony_ci "line": 44, 1943af6ab5fSopenharmony_ci "column": 1, 1953af6ab5fSopenharmony_ci "problem": "DestructuringAssignment", 1963af6ab5fSopenharmony_ci "suggest": "", 1973af6ab5fSopenharmony_ci "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)" 1983af6ab5fSopenharmony_ci }, 1993af6ab5fSopenharmony_ci { 2003af6ab5fSopenharmony_ci "line": 47, 2013af6ab5fSopenharmony_ci "column": 1, 2023af6ab5fSopenharmony_ci "problem": "DestructuringAssignment", 2033af6ab5fSopenharmony_ci "suggest": "", 2043af6ab5fSopenharmony_ci "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)" 2053af6ab5fSopenharmony_ci }, 2063af6ab5fSopenharmony_ci { 2073af6ab5fSopenharmony_ci "line": 50, 2083af6ab5fSopenharmony_ci "column": 30, 2093af6ab5fSopenharmony_ci "problem": "ObjectTypeLiteral", 2103af6ab5fSopenharmony_ci "suggest": "", 2113af6ab5fSopenharmony_ci "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)" 2123af6ab5fSopenharmony_ci }, 2133af6ab5fSopenharmony_ci { 2143af6ab5fSopenharmony_ci "line": 50, 2153af6ab5fSopenharmony_ci "column": 45, 2163af6ab5fSopenharmony_ci "problem": "AnyType", 2173af6ab5fSopenharmony_ci "suggest": "", 2183af6ab5fSopenharmony_ci "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)" 2193af6ab5fSopenharmony_ci }, 2203af6ab5fSopenharmony_ci { 2213af6ab5fSopenharmony_ci "line": 51, 2223af6ab5fSopenharmony_ci "column": 1, 2233af6ab5fSopenharmony_ci "problem": "DestructuringAssignment", 2243af6ab5fSopenharmony_ci "suggest": "", 2253af6ab5fSopenharmony_ci "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)" 2263af6ab5fSopenharmony_ci }, 2273af6ab5fSopenharmony_ci { 2283af6ab5fSopenharmony_ci "line": 51, 2293af6ab5fSopenharmony_ci "column": 29, 2303af6ab5fSopenharmony_ci "problem": "ArrayLiteralNoContextType", 2313af6ab5fSopenharmony_ci "suggest": "", 2323af6ab5fSopenharmony_ci "rule": "Array literals must contain elements of only inferrable types (arkts-no-noninferrable-arr-literals)" 2333af6ab5fSopenharmony_ci }, 2343af6ab5fSopenharmony_ci { 2353af6ab5fSopenharmony_ci "line": 51, 2363af6ab5fSopenharmony_ci "column": 30, 2373af6ab5fSopenharmony_ci "problem": "ObjectLiteralNoContextType", 2383af6ab5fSopenharmony_ci "suggest": "", 2393af6ab5fSopenharmony_ci "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)" 2403af6ab5fSopenharmony_ci }, 2413af6ab5fSopenharmony_ci { 2423af6ab5fSopenharmony_ci "line": 51, 2433af6ab5fSopenharmony_ci "column": 41, 2443af6ab5fSopenharmony_ci "problem": "ObjectLiteralNoContextType", 2453af6ab5fSopenharmony_ci "suggest": "", 2463af6ab5fSopenharmony_ci "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)" 2473af6ab5fSopenharmony_ci }, 2483af6ab5fSopenharmony_ci { 2493af6ab5fSopenharmony_ci "line": 52, 2503af6ab5fSopenharmony_ci "column": 1, 2513af6ab5fSopenharmony_ci "problem": "DestructuringAssignment", 2523af6ab5fSopenharmony_ci "suggest": "", 2533af6ab5fSopenharmony_ci "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)" 2543af6ab5fSopenharmony_ci }, 2553af6ab5fSopenharmony_ci { 2563af6ab5fSopenharmony_ci "line": 52, 2573af6ab5fSopenharmony_ci "column": 18, 2583af6ab5fSopenharmony_ci "problem": "SpreadOperator", 2593af6ab5fSopenharmony_ci "suggest": "", 2603af6ab5fSopenharmony_ci "rule": "It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread)" 2613af6ab5fSopenharmony_ci }, 2623af6ab5fSopenharmony_ci { 2633af6ab5fSopenharmony_ci "line": 53, 2643af6ab5fSopenharmony_ci "column": 1, 2653af6ab5fSopenharmony_ci "problem": "DestructuringAssignment", 2663af6ab5fSopenharmony_ci "suggest": "", 2673af6ab5fSopenharmony_ci "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)" 2683af6ab5fSopenharmony_ci }, 2693af6ab5fSopenharmony_ci { 2703af6ab5fSopenharmony_ci "line": 53, 2713af6ab5fSopenharmony_ci "column": 8, 2723af6ab5fSopenharmony_ci "problem": "SpreadOperator", 2733af6ab5fSopenharmony_ci "suggest": "", 2743af6ab5fSopenharmony_ci "rule": "It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread)" 2753af6ab5fSopenharmony_ci }, 2763af6ab5fSopenharmony_ci { 2773af6ab5fSopenharmony_ci "line": 53, 2783af6ab5fSopenharmony_ci "column": 23, 2793af6ab5fSopenharmony_ci "problem": "ArrayLiteralNoContextType", 2803af6ab5fSopenharmony_ci "suggest": "", 2813af6ab5fSopenharmony_ci "rule": "Array literals must contain elements of only inferrable types (arkts-no-noninferrable-arr-literals)" 2823af6ab5fSopenharmony_ci }, 2833af6ab5fSopenharmony_ci { 2843af6ab5fSopenharmony_ci "line": 53, 2853af6ab5fSopenharmony_ci "column": 30, 2863af6ab5fSopenharmony_ci "problem": "ObjectLiteralNoContextType", 2873af6ab5fSopenharmony_ci "suggest": "", 2883af6ab5fSopenharmony_ci "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)" 2893af6ab5fSopenharmony_ci }, 2903af6ab5fSopenharmony_ci { 2913af6ab5fSopenharmony_ci "line": 55, 2923af6ab5fSopenharmony_ci "column": 2, 2933af6ab5fSopenharmony_ci "problem": "DestructuringAssignment", 2943af6ab5fSopenharmony_ci "suggest": "", 2953af6ab5fSopenharmony_ci "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)" 2963af6ab5fSopenharmony_ci }, 2973af6ab5fSopenharmony_ci { 2983af6ab5fSopenharmony_ci "line": 55, 2993af6ab5fSopenharmony_ci "column": 22, 3003af6ab5fSopenharmony_ci "problem": "ObjectLiteralNoContextType", 3013af6ab5fSopenharmony_ci "suggest": "", 3023af6ab5fSopenharmony_ci "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)" 3033af6ab5fSopenharmony_ci }, 3043af6ab5fSopenharmony_ci { 3053af6ab5fSopenharmony_ci "line": 56, 3063af6ab5fSopenharmony_ci "column": 2, 3073af6ab5fSopenharmony_ci "problem": "DestructuringAssignment", 3083af6ab5fSopenharmony_ci "suggest": "", 3093af6ab5fSopenharmony_ci "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)" 3103af6ab5fSopenharmony_ci }, 3113af6ab5fSopenharmony_ci { 3123af6ab5fSopenharmony_ci "line": 62, 3133af6ab5fSopenharmony_ci "column": 5, 3143af6ab5fSopenharmony_ci "problem": "ObjectLiteralNoContextType", 3153af6ab5fSopenharmony_ci "suggest": "", 3163af6ab5fSopenharmony_ci "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)" 3173af6ab5fSopenharmony_ci }, 3183af6ab5fSopenharmony_ci { 3193af6ab5fSopenharmony_ci "line": 62, 3203af6ab5fSopenharmony_ci "column": 17, 3213af6ab5fSopenharmony_ci "problem": "ObjectLiteralNoContextType", 3223af6ab5fSopenharmony_ci "suggest": "", 3233af6ab5fSopenharmony_ci "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)" 3243af6ab5fSopenharmony_ci } 3253af6ab5fSopenharmony_ci ] 3263af6ab5fSopenharmony_ci}