1{ 2 "nodes": [ 3 { 4 "line": 7, 5 "column": 1, 6 "problem": "DeleteOperator", 7 "autofixable": false, 8 "suggest": "", 9 "rule": "\"delete\" operator is not supported (arkts-no-delete)" 10 }, 11 { 12 "line": 15, 13 "column": 1, 14 "problem": "StrictDiagnostic", 15 "autofixable": false, 16 "suggest": "Type 'null' is not assignable to type 'number | undefined'.", 17 "rule": "Type 'null' is not assignable to type 'number | undefined'." 18 } 19 ] 20}