• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "nodes": [
3        {
4            "line": 1,
5            "column": 1,
6            "problem": "InterfaceMerging",
7            "suggest": "",
8            "rule": "Declaration merging is not supported (arkts-no-decl-merging)"
9        },
10        {
11            "line": 2,
12            "column": 28,
13            "problem": "AnyType",
14            "suggest": "",
15            "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)"
16        },
17        {
18            "line": 5,
19            "column": 1,
20            "problem": "InterfaceMerging",
21            "suggest": "",
22            "rule": "Declaration merging is not supported (arkts-no-decl-merging)"
23        },
24        {
25            "line": 9,
26            "column": 1,
27            "problem": "InterfaceMerging",
28            "suggest": "",
29            "rule": "Declaration merging is not supported (arkts-no-decl-merging)"
30        }
31    ]
32}