• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "nodes": [
3        {
4            "line": 7,
5            "column": 16,
6            "problem": "LimitedStdLibApi",
7            "suggest": "",
8            "rule": "Usage of standard library is restricted (arkts-limited-stdlib)"
9        },
10        {
11            "line": 7,
12            "column": 48,
13            "problem": "Prototype",
14            "suggest": "",
15            "rule": "Prototype assignment is not supported (arkts-no-prototype-assignment)"
16        },
17        {
18            "line": 7,
19            "column": 37,
20            "problem": "NewTarget",
21            "suggest": "",
22            "rule": "\"new.target\" is not supported (arkts-no-new-target)"
23        }
24    ]
25}