• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "type": "Program",
3  "statements": [
4    {
5      "type": "ExportNamedDeclaration",
6      "declaration": null,
7      "source": {
8        "type": "StringLiteral",
9        "value": "test",
10        "loc": {
11          "start": {
12            "line": 17,
13            "column": 19
14          },
15          "end": {
16            "line": 17,
17            "column": 25
18          }
19        }
20      },
21      "specifiers": [
22        {
23          "type": "ExportSpecifier",
24          "local": {
25            "type": "Identifier",
26            "name": "a",
27            "loc": {
28              "start": {
29                "line": 17,
30                "column": 10
31              },
32              "end": {
33                "line": 17,
34                "column": 11
35              }
36            }
37          },
38          "exported": {
39            "type": "Identifier",
40            "name": "a",
41            "loc": {
42              "start": {
43                "line": 17,
44                "column": 10
45              },
46              "end": {
47                "line": 17,
48                "column": 11
49              }
50            }
51          },
52          "isType": false,
53          "loc": {
54            "start": {
55              "line": 17,
56              "column": 10
57            },
58            "end": {
59              "line": 17,
60              "column": 11
61            }
62          }
63        }
64      ],
65      "assertClause": {
66        "type": "AssertClause",
67        "elements": [
68          {
69            "type": "AssertEntry",
70            "key": {
71              "type": "Identifier",
72              "name": "key1",
73              "loc": {
74                "start": {
75                  "line": 18,
76                  "column": 5
77                },
78                "end": {
79                  "line": 18,
80                  "column": 9
81                }
82              }
83            },
84            "value": {
85              "type": "StringLiteral",
86              "value": "value1",
87              "loc": {
88                "start": {
89                  "line": 20,
90                  "column": 5
91                },
92                "end": {
93                  "line": 20,
94                  "column": 13
95                }
96              }
97            },
98            "loc": {
99              "start": {
100                "line": 18,
101                "column": 5
102              },
103              "end": {
104                "line": 20,
105                "column": 13
106              }
107            }
108          },
109          {
110            "type": "AssertEntry",
111            "key": {
112              "type": "Identifier",
113              "name": "key2",
114              "loc": {
115                "start": {
116                  "line": 21,
117                  "column": 5
118                },
119                "end": {
120                  "line": 21,
121                  "column": 9
122                }
123              }
124            },
125            "value": {
126              "type": "StringLiteral",
127              "value": "value2",
128              "loc": {
129                "start": {
130                  "line": 21,
131                  "column": 11
132                },
133                "end": {
134                  "line": 21,
135                  "column": 19
136                }
137              }
138            },
139            "loc": {
140              "start": {
141                "line": 21,
142                "column": 5
143              },
144              "end": {
145                "line": 21,
146                "column": 19
147              }
148            }
149          },
150          {
151            "type": "AssertEntry",
152            "key": {
153              "type": "Identifier",
154              "name": "key3",
155              "loc": {
156                "start": {
157                  "line": 22,
158                  "column": 5
159                },
160                "end": {
161                  "line": 22,
162                  "column": 9
163                }
164              }
165            },
166            "value": {
167              "type": "StringLiteral",
168              "value": "value3",
169              "loc": {
170                "start": {
171                  "line": 23,
172                  "column": 5
173                },
174                "end": {
175                  "line": 23,
176                  "column": 13
177                }
178              }
179            },
180            "loc": {
181              "start": {
182                "line": 22,
183                "column": 5
184              },
185              "end": {
186                "line": 23,
187                "column": 13
188              }
189            }
190          }
191        ],
192        "loc": {
193          "start": {
194            "line": 17,
195            "column": 26
196          },
197          "end": {
198            "line": 23,
199            "column": 17
200          }
201        }
202      },
203      "loc": {
204        "start": {
205          "line": 17,
206          "column": 1
207        },
208        "end": {
209          "line": 23,
210          "column": 17
211        }
212      }
213    }
214  ],
215  "loc": {
216    "start": {
217      "line": 1,
218      "column": 1
219    },
220    "end": {
221      "line": 24,
222      "column": 1
223    }
224  }
225}
226