1{ 2 "nodes": [ 3 { 4 "line": 7, 5 "column": 16, 6 "problem": "LimitedStdLibApi", 7 "autofixable": false, 8 "suggest": "", 9 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)" 10 }, 11 { 12 "line": 7, 13 "column": 48, 14 "problem": "Prototype", 15 "autofixable": false, 16 "suggest": "", 17 "rule": "Prototype assignment is not supported (arkts-no-prototype-assignment)" 18 }, 19 { 20 "line": 7, 21 "column": 37, 22 "problem": "NewTarget", 23 "autofixable": false, 24 "suggest": "", 25 "rule": "\"new.target\" is not supported (arkts-no-new-target)" 26 } 27 ] 28}