• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "type": "Program",
3  "statements": [
4    {
5      "type": "ExportAllDeclaration",
6      "source": {
7        "type": "StringLiteral",
8        "value": "test",
9        "loc": {
10          "start": {
11            "line": 17,
12            "column": 21
13          },
14          "end": {
15            "line": 17,
16            "column": 27
17          }
18        }
19      },
20      "exported": {
21        "type": "Identifier",
22        "name": "ns",
23        "loc": {
24          "start": {
25            "line": 17,
26            "column": 13
27          },
28          "end": {
29            "line": 17,
30            "column": 15
31          }
32        }
33      },
34      "assertClause": {
35        "type": "AssertClause",
36        "elements": [
37          {
38            "type": "AssertEntry",
39            "key": {
40              "type": "Identifier",
41              "name": "key",
42              "loc": {
43                "start": {
44                  "line": 18,
45                  "column": 2
46                },
47                "end": {
48                  "line": 18,
49                  "column": 5
50                }
51              }
52            },
53            "value": {
54              "type": "StringLiteral",
55              "value": "value",
56              "loc": {
57                "start": {
58                  "line": 18,
59                  "column": 7
60                },
61                "end": {
62                  "line": 18,
63                  "column": 14
64                }
65              }
66            },
67            "loc": {
68              "start": {
69                "line": 18,
70                "column": 2
71              },
72              "end": {
73                "line": 18,
74                "column": 14
75              }
76            }
77          }
78        ],
79        "loc": {
80          "start": {
81            "line": 17,
82            "column": 28
83          },
84          "end": {
85            "line": 18,
86            "column": 16
87          }
88        }
89      },
90      "loc": {
91        "start": {
92          "line": 17,
93          "column": 1
94        },
95        "end": {
96          "line": 18,
97          "column": 16
98        }
99      }
100    }
101  ],
102  "loc": {
103    "start": {
104      "line": 1,
105      "column": 1
106    },
107    "end": {
108      "line": 19,
109      "column": 1
110    }
111  }
112}
113