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