• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "nodes": [
3        {
4            "line": 9,
5            "column": 10,
6            "problem": "TypeAssertion",
7            "autofixable": true,
8            "autofix": [
9                {
10                    "start": 172,
11                    "end": 194,
12                    "replacementText": "createShape() as Circle"
13                }
14            ],
15            "suggest": "",
16            "rule": "Only \"as T\" syntax is supported for type casts (arkts-as-casts)"
17        },
18        {
19            "line": 21,
20            "column": 11,
21            "problem": "TypeAssertion",
22            "autofixable": false,
23            "suggest": "",
24            "rule": "Only \"as T\" syntax is supported for type casts (arkts-as-casts)"
25        }
26    ]
27}