1{ 2 "nodes": [ 3 { 4 "line": 4, 5 "column": 9, 6 "problem": "NonDeclarationInNamespace", 7 "autofixable": false, 8 "suggest": "", 9 "rule": "Non-declaration statements in namespaces are not supported (arkts-no-ns-statements)" 10 }, 11 { 12 "line": 2, 13 "column": 5, 14 "problem": "ShorthandAmbientModuleDecl", 15 "autofixable": false, 16 "suggest": "", 17 "rule": "Ambient module declaration is not supported (arkts-no-ambient-decls)" 18 }, 19 { 20 "line": 2, 21 "column": 5, 22 "problem": "WildcardsInModuleName", 23 "autofixable": false, 24 "suggest": "", 25 "rule": "Wildcards in module names are not supported (arkts-no-module-wildcards)" 26 }, 27 { 28 "line": 8, 29 "column": 5, 30 "problem": "ImportAfterStatement", 31 "autofixable": false, 32 "rule": "\"import\" statements after other statements are not allowed (arkts-no-misplaced-imports)" 33 } 34 ] 35}