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