• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "nodes": [
3        {
4            "line": 3,
5            "column": 9,
6            "problem": "ParameterProperties",
7            "autofixable": false,
8            "suggest": "",
9            "rule": "Declaring fields in \"constructor\" is not supported (arkts-no-ctor-prop-decls)"
10        },
11        {
12            "line": 4,
13            "column": 9,
14            "problem": "ParameterProperties",
15            "autofixable": false,
16            "suggest": "",
17            "rule": "Declaring fields in \"constructor\" is not supported (arkts-no-ctor-prop-decls)"
18        },
19        {
20            "line": 5,
21            "column": 9,
22            "problem": "ParameterProperties",
23            "autofixable": false,
24            "suggest": "",
25            "rule": "Declaring fields in \"constructor\" is not supported (arkts-no-ctor-prop-decls)"
26        },
27        {
28            "line": 34,
29            "column": 17,
30            "problem": "ParameterProperties",
31            "autofixable": false,
32            "suggest": "",
33            "rule": "Declaring fields in \"constructor\" is not supported (arkts-no-ctor-prop-decls)"
34        }
35    ]
36}