• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "nodes": [
3        {
4            "line": 2,
5            "column": 5,
6            "problem": "ExportAssignment",
7            "suggest": "",
8            "rule": "\"export = ...\" assignment is not supported (arkts-no-export-assignment)"
9        },
10        {
11            "line": 10,
12            "column": 5,
13            "problem": "ImportAssignment",
14            "suggest": "",
15            "rule": "\"require\" and \"import\" assignment are not supported (arkts-no-require)"
16        },
17        {
18            "line": 12,
19            "column": 9,
20            "problem": "AnyType",
21            "suggest": "",
22            "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)"
23        }
24    ]
25}