• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "nodes": [
3        {
4            "line": 1,
5            "column": 28,
6            "problem": "ObjectTypeLiteral",
7            "suggest": "",
8            "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)"
9        },
10        {
11            "line": 3,
12            "column": 5,
13            "problem": "CallSignature",
14            "suggest": "",
15            "rule": "Use \"class\" instead of a type with call signature (arkts-no-call-signatures)"
16        }
17    ]
18}