• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "nodes": [
3        {
4            "line": 9,
5            "column": 5,
6            "problem": "ImportAfterStatement",
7            "autofixable": false,
8            "rule": "\"import\" statements after other statements are not allowed (arkts-no-misplaced-imports)"
9        },
10        {
11            "line": 9,
12            "column": 5,
13            "problem": "ImportFromPath",
14            "autofixable": false,
15            "suggest": "",
16            "rule": "Importing a module for side-effects only is not supported (arkts-no-side-effects-imports)"
17        }
18    ]
19}