• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "nodes": [
3        {
4            "line": 1,
5            "column": 1,
6            "problem": "VarDeclaration",
7            "suggest": "",
8            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
9        },
10        {
11            "line": 1,
12            "column": 9,
13            "problem": "FunctionExpression",
14            "suggest": "",
15            "rule": "Use arrow functions instead of function expressions (arkts-no-func-expressions)"
16        },
17        {
18            "line": 1,
19            "column": 9,
20            "problem": "FunctionContainsThis",
21            "suggest": "",
22            "rule": "Using \"this\" inside stand-alone functions is not supported (arkts-no-standalone-this)"
23        },
24        {
25            "line": 5,
26            "column": 3,
27            "problem": "Prototype",
28            "suggest": "",
29            "rule": "Prototype assignment is not supported (arkts-no-prototype-assignment)"
30        },
31        {
32            "line": 11,
33            "column": 3,
34            "problem": "Prototype",
35            "suggest": "",
36            "rule": "Prototype assignment is not supported (arkts-no-prototype-assignment)"
37        },
38        {
39            "line": 11,
40            "column": 17,
41            "problem": "FunctionExpression",
42            "suggest": "",
43            "rule": "Use arrow functions instead of function expressions (arkts-no-func-expressions)"
44        },
45        {
46            "line": 11,
47            "column": 17,
48            "problem": "FunctionContainsThis",
49            "suggest": "",
50            "rule": "Using \"this\" inside stand-alone functions is not supported (arkts-no-standalone-this)"
51        }
52    ]
53}