• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "nodes": [
3        {
4            "line": 1,
5            "column": 10,
6            "problem": "DefaultImport",
7            "autofixable": true,
8            "autofix": [
9                {
10                    "start": 7,
11                    "end": 23,
12                    "replacementText": "d"
13                }
14            ],
15            "suggest": "",
16            "rule": "\"import default as ...\" is not supported (arkts-no-import-default-as)"
17        }
18    ]
19}