• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "nodes": [
3        {
4            "line": 2,
5            "column": 13,
6            "problem": "SymbolType",
7            "autofixable": false,
8            "suggest": "",
9            "rule": "\"Symbol()\" API is not supported (arkts-no-symbol)"
10        },
11        {
12            "line": 4,
13            "column": 9,
14            "problem": "ObjectLiteralNoContextType",
15            "autofixable": false,
16            "suggest": "",
17            "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)"
18        },
19        {
20            "line": 5,
21            "column": 4,
22            "problem": "ComputedPropertyName",
23            "autofixable": false,
24            "suggest": "",
25            "rule": "Objects with property names that are not identifiers are not supported (arkts-identifiers-as-prop-names)"
26        }
27    ]
28}