1{ 2 "nodes": [ 3 { 4 "line": 1, 5 "column": 1, 6 "problem": "GeneratorFunction", 7 "suggest": "", 8 "rule": "Generator functions are not supported (arkts-no-generators)" 9 }, 10 { 11 "line": 3, 12 "column": 9, 13 "problem": "YieldExpression", 14 "suggest": "", 15 "rule": "Generator functions are not supported (arkts-no-generators)" 16 } 17 ] 18}