• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "nodes": [
3        {
4            "line": 4,
5            "column": 5,
6            "problem": "IndexMember",
7            "suggest": "",
8            "rule": "Indexed signatures are not supported (arkts-no-indexed-signatures)"
9        },
10        {
11            "line": 7,
12            "column": 24,
13            "problem": "ObjectLiteralNoContextType",
14            "suggest": "",
15            "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)"
16        }
17    ]
18}