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