1{ 2 "nodes": [ 3 { 4 "line": 6, 5 "column": 5, 6 "problem": "SpreadOperator", 7 "autofixable": false, 8 "suggest": "", 9 "rule": "It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread)" 10 }, 11 { 12 "line": 11, 13 "column": 15, 14 "problem": "ObjectLiteralNoContextType", 15 "autofixable": false, 16 "suggest": "", 17 "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)" 18 }, 19 { 20 "line": 12, 21 "column": 15, 22 "problem": "ObjectLiteralNoContextType", 23 "autofixable": false, 24 "suggest": "", 25 "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)" 26 }, 27 { 28 "line": 12, 29 "column": 16, 30 "problem": "SpreadOperator", 31 "autofixable": false, 32 "suggest": "", 33 "rule": "It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread)" 34 } 35 ] 36}