• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "nodes": [
3        {
4            "line": 5,
5            "column": 9,
6            "problem": "TypeQuery",
7            "autofixable": false,
8            "suggest": "",
9            "rule": "\"typeof\" operator is allowed only in expression contexts (arkts-no-type-query)"
10        },
11        {
12            "line": 6,
13            "column": 9,
14            "problem": "TypeQuery",
15            "autofixable": false,
16            "suggest": "",
17            "rule": "\"typeof\" operator is allowed only in expression contexts (arkts-no-type-query)"
18        }
19    ]
20}