1{ 2 "nodes": [ 3 { 4 "line": 2, 5 "column": 1, 6 "problem": "VarDeclaration", 7 "suggest": "", 8 "rule": "Use \"let\" instead of \"var\" (arkts-no-var)" 9 }, 10 { 11 "line": 2, 12 "column": 9, 13 "problem": "ObjectLiteralNoContextType", 14 "suggest": "", 15 "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)" 16 }, 17 { 18 "line": 2, 19 "column": 10, 20 "problem": "LiteralAsPropertyName", 21 "suggest": "", 22 "rule": "Objects with property names that are not identifiers are not supported (arkts-identifiers-as-prop-names)" 23 }, 24 { 25 "line": 2, 26 "column": 21, 27 "problem": "LiteralAsPropertyName", 28 "suggest": "", 29 "rule": "Objects with property names that are not identifiers are not supported (arkts-identifiers-as-prop-names)" 30 }, 31 { 32 "line": 4, 33 "column": 13, 34 "problem": "PropertyAccessByIndex", 35 "suggest": "", 36 "rule": "Indexed access is not supported for fields (arkts-no-props-by-index)" 37 }, 38 { 39 "line": 5, 40 "column": 13, 41 "problem": "PropertyAccessByIndex", 42 "suggest": "", 43 "rule": "Indexed access is not supported for fields (arkts-no-props-by-index)" 44 }, 45 { 46 "line": 10, 47 "column": 9, 48 "problem": "ObjectLiteralNoContextType", 49 "suggest": "", 50 "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)" 51 }, 52 { 53 "line": 14, 54 "column": 13, 55 "problem": "PropertyAccessByIndex", 56 "suggest": "", 57 "rule": "Indexed access is not supported for fields (arkts-no-props-by-index)" 58 } 59 ] 60}