• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "nodes": [
3        {
4            "line": 4,
5            "column": 8,
6            "problem": "VarDeclaration",
7            "suggest": "",
8            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
9        },
10        {
11            "line": 14,
12            "column": 5,
13            "problem": "VarDeclaration",
14            "suggest": "",
15            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
16        },
17        {
18            "line": 6,
19            "column": 12,
20            "problem": "StrictDiagnostic",
21            "suggest": "Variable 'x' is used before being assigned.",
22            "rule": "Variable 'x' is used before being assigned."
23        }
24    ]
25}