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