• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "nodes": [
3        {
4            "line": 1,
5            "column": 1,
6            "problem": "EnumMerging",
7            "autofixable": false,
8            "suggest": "",
9            "rule": "\"enum\" declaration merging is not supported (arkts-no-enum-merging)"
10        },
11        {
12            "line": 5,
13            "column": 1,
14            "problem": "EnumMerging",
15            "autofixable": false,
16            "suggest": "",
17            "rule": "\"enum\" declaration merging is not supported (arkts-no-enum-merging)"
18        },
19        {
20            "line": 8,
21            "column": 1,
22            "problem": "EnumMerging",
23            "autofixable": false,
24            "suggest": "",
25            "rule": "\"enum\" declaration merging is not supported (arkts-no-enum-merging)"
26        }
27    ]
28}