1{ 2 "nodes": [ 3 { 4 "line": 1, 5 "column": 9, 6 "problem": "FunctionContainsThis", 7 "suggest": "", 8 "rule": "Using \"this\" inside stand-alone functions is not supported (arkts-no-standalone-this)" 9 }, 10 { 11 "line": 5, 12 "column": 3, 13 "problem": "Prototype", 14 "suggest": "", 15 "rule": "Prototype assignment is not supported (arkts-no-prototype-assignment)" 16 }, 17 { 18 "line": 11, 19 "column": 3, 20 "problem": "Prototype", 21 "suggest": "", 22 "rule": "Prototype assignment is not supported (arkts-no-prototype-assignment)" 23 }, 24 { 25 "line": 11, 26 "column": 17, 27 "problem": "FunctionContainsThis", 28 "suggest": "", 29 "rule": "Using \"this\" inside stand-alone functions is not supported (arkts-no-standalone-this)" 30 } 31 ] 32}