1{ 2 "nodes": [ 3 { 4 "line": 1, 5 "column": 5, 6 "problem": "DestructuringDeclaration", 7 "suggest": "", 8 "rule": "Destructuring variable declarations are not supported (arkts-no-destruct-decls)" 9 }, 10 { 11 "line": 2, 12 "column": 1, 13 "problem": "DestructuringAssignment", 14 "suggest": "", 15 "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)" 16 }, 17 { 18 "line": 4, 19 "column": 5, 20 "problem": "AnyType", 21 "suggest": "", 22 "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)" 23 }, 24 { 25 "line": 4, 26 "column": 11, 27 "problem": "AnyType", 28 "suggest": "", 29 "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)" 30 }, 31 { 32 "line": 5, 33 "column": 1, 34 "problem": "DestructuringAssignment", 35 "suggest": "", 36 "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)" 37 }, 38 { 39 "line": 5, 40 "column": 8, 41 "problem": "SpreadOperator", 42 "suggest": "", 43 "rule": "It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread)" 44 } 45 ] 46}