• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "nodes": [
3        {
4            "line": 2,
5            "column": 13,
6            "problem": "ConstAssertion",
7            "suggest": "",
8            "rule": "\"as const\" assertions are not supported (arkts-no-as-const)"
9        },
10        {
11            "line": 5,
12            "column": 13,
13            "problem": "ConstAssertion",
14            "suggest": "",
15            "rule": "\"as const\" assertions are not supported (arkts-no-as-const)"
16        },
17        {
18            "line": 8,
19            "column": 13,
20            "problem": "ConstAssertion",
21            "suggest": "",
22            "rule": "\"as const\" assertions are not supported (arkts-no-as-const)"
23        },
24        {
25            "line": 8,
26            "column": 13,
27            "problem": "ObjectLiteralNoContextType",
28            "suggest": "",
29            "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)"
30        }
31    ]
32}