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": 23, 19 "column": 26, 20 "problem": "ObjectLiteralNoContextType", 21 "suggest": "", 22 "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)" 23 }, 24 { 25 "line": 25, 26 "column": 27, 27 "problem": "SendableObjectInitialization", 28 "suggest": "", 29 "rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal (arkts-sendable-obj-init)" 30 }, 31 { 32 "line": 26, 33 "column": 27, 34 "problem": "SendableObjectInitialization", 35 "suggest": "", 36 "rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal (arkts-sendable-obj-init)" 37 }, 38 { 39 "line": 27, 40 "column": 3, 41 "problem": "SendablePropType", 42 "suggest": "", 43 "rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-sendable-prop-types)" 44 }, 45 { 46 "line": 27, 47 "column": 40, 48 "problem": "SendableObjectInitialization", 49 "suggest": "", 50 "rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal (arkts-sendable-obj-init)" 51 }, 52 { 53 "line": 28, 54 "column": 3, 55 "problem": "SendablePropType", 56 "suggest": "", 57 "rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-sendable-prop-types)" 58 }, 59 { 60 "line": 28, 61 "column": 41, 62 "problem": "SendableObjectInitialization", 63 "suggest": "", 64 "rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal (arkts-sendable-obj-init)" 65 }, 66 { 67 "line": 31, 68 "column": 57, 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": 33, 75 "column": 26, 76 "problem": "SendableObjectInitialization", 77 "suggest": "", 78 "rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal (arkts-sendable-obj-init)" 79 }, 80 { 81 "line": 34, 82 "column": 26, 83 "problem": "SendableObjectInitialization", 84 "suggest": "", 85 "rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal (arkts-sendable-obj-init)" 86 }, 87 { 88 "line": 35, 89 "column": 55, 90 "problem": "SendableObjectInitialization", 91 "suggest": "", 92 "rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal (arkts-sendable-obj-init)" 93 }, 94 { 95 "line": 36, 96 "column": 53, 97 "problem": "SendableObjectInitialization", 98 "suggest": "", 99 "rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal (arkts-sendable-obj-init)" 100 } 101 ] 102}