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