• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "nodes": [
3        {
4            "line": 1,
5            "column": 15,
6            "problem": "ObjectTypeLiteral",
7            "autofixable": false,
8            "suggest": "",
9            "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)"
10        },
11        {
12            "line": 7,
13            "column": 22,
14            "problem": "UtilityType",
15            "autofixable": false,
16            "suggest": "",
17            "rule": "Some of utility types are not supported (arkts-no-utility-types)"
18        },
19        {
20            "line": 10,
21            "column": 14,
22            "problem": "ObjectLiteralNoContextType",
23            "autofixable": false,
24            "suggest": "",
25            "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)"
26        },
27        {
28            "line": 15,
29            "column": 12,
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}