1{ 2 "nodes": [ 3 { 4 "line": 2, 5 "column": 13, 6 "problem": "SymbolType", 7 "suggest": "", 8 "rule": "\"Symbol()\" API is not supported (arkts-no-symbol)" 9 }, 10 { 11 "line": 4, 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": 5, 19 "column": 4, 20 "problem": "ComputedPropertyName", 21 "suggest": "", 22 "rule": "Objects with property names that are not identifiers are not supported (arkts-identifiers-as-prop-names)" 23 } 24 ] 25}