• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "type": "Program",
3  "statements": [
4    {
5      "type": "VariableDeclaration",
6      "declarations": [
7        {
8          "type": "VariableDeclarator",
9          "id": {
10            "type": "Identifier",
11            "name": "namespace",
12            "loc": {
13              "start": {
14                "line": 17,
15                "column": 5
16              },
17              "end": {
18                "line": 17,
19                "column": 14
20              }
21            }
22          },
23          "init": {
24            "type": "NumberLiteral",
25            "value": 1,
26            "loc": {
27              "start": {
28                "line": 17,
29                "column": 17
30              },
31              "end": {
32                "line": 17,
33                "column": 18
34              }
35            }
36          },
37          "loc": {
38            "start": {
39              "line": 17,
40              "column": 5
41            },
42            "end": {
43              "line": 17,
44              "column": 18
45            }
46          }
47        },
48        {
49          "type": "VariableDeclarator",
50          "id": {
51            "type": "Identifier",
52            "name": "ns",
53            "loc": {
54              "start": {
55                "line": 17,
56                "column": 20
57              },
58              "end": {
59                "line": 17,
60                "column": 22
61              }
62            }
63          },
64          "init": {
65            "type": "NumberLiteral",
66            "value": 2,
67            "loc": {
68              "start": {
69                "line": 17,
70                "column": 25
71              },
72              "end": {
73                "line": 17,
74                "column": 26
75              }
76            }
77          },
78          "loc": {
79            "start": {
80              "line": 17,
81              "column": 20
82            },
83            "end": {
84              "line": 17,
85              "column": 26
86            }
87          }
88        }
89      ],
90      "kind": "var",
91      "loc": {
92        "start": {
93          "line": 17,
94          "column": 1
95        },
96        "end": {
97          "line": 17,
98          "column": 27
99        }
100      }
101    },
102    {
103      "type": "ExpressionStatement",
104      "expression": {
105        "type": "AssignmentExpression",
106        "operator": "=",
107        "left": {
108          "type": "Identifier",
109          "name": "namespace",
110          "loc": {
111            "start": {
112              "line": 18,
113              "column": 1
114            },
115            "end": {
116              "line": 18,
117              "column": 10
118            }
119          }
120        },
121        "right": {
122          "type": "NumberLiteral",
123          "value": 2,
124          "loc": {
125            "start": {
126              "line": 18,
127              "column": 13
128            },
129            "end": {
130              "line": 18,
131              "column": 14
132            }
133          }
134        },
135        "loc": {
136          "start": {
137            "line": 18,
138            "column": 1
139          },
140          "end": {
141            "line": 18,
142            "column": 14
143          }
144        }
145      },
146      "loc": {
147        "start": {
148          "line": 18,
149          "column": 1
150        },
151        "end": {
152          "line": 18,
153          "column": 15
154        }
155      }
156    },
157    {
158      "type": "ExpressionStatement",
159      "expression": {
160        "type": "UpdateExpression",
161        "operator": "++",
162        "prefix": false,
163        "argument": {
164          "type": "Identifier",
165          "name": "namespace",
166          "loc": {
167            "start": {
168              "line": 19,
169              "column": 1
170            },
171            "end": {
172              "line": 19,
173              "column": 10
174            }
175          }
176        },
177        "loc": {
178          "start": {
179            "line": 19,
180            "column": 1
181          },
182          "end": {
183            "line": 19,
184            "column": 12
185          }
186        }
187      },
188      "loc": {
189        "start": {
190          "line": 19,
191          "column": 1
192        },
193        "end": {
194          "line": 19,
195          "column": 13
196        }
197      }
198    },
199    {
200      "type": "ExpressionStatement",
201      "expression": {
202        "type": "Identifier",
203        "name": "namespace",
204        "loc": {
205          "start": {
206            "line": 21,
207            "column": 1
208          },
209          "end": {
210            "line": 21,
211            "column": 10
212          }
213        }
214      },
215      "loc": {
216        "start": {
217          "line": 21,
218          "column": 1
219        },
220        "end": {
221          "line": 21,
222          "column": 10
223        }
224      }
225    },
226    {
227      "type": "ExpressionStatement",
228      "expression": {
229        "type": "Identifier",
230        "name": "ns",
231        "loc": {
232          "start": {
233            "line": 22,
234            "column": 1
235          },
236          "end": {
237            "line": 22,
238            "column": 3
239          }
240        }
241      },
242      "loc": {
243        "start": {
244          "line": 22,
245          "column": 1
246        },
247        "end": {
248          "line": 22,
249          "column": 3
250        }
251      }
252    },
253    {
254      "type": "BlockStatement",
255      "statements": [],
256      "loc": {
257        "start": {
258          "line": 23,
259          "column": 1
260        },
261        "end": {
262          "line": 23,
263          "column": 3
264        }
265      }
266    },
267    {
268      "type": "TSModuleDeclaration",
269      "id": {
270        "type": "Identifier",
271        "name": "N",
272        "loc": {
273          "start": {
274            "line": 25,
275            "column": 11
276          },
277          "end": {
278            "line": 25,
279            "column": 12
280          }
281        }
282      },
283      "body": {
284        "type": "TSModuleBlock",
285        "body": [],
286        "loc": {
287          "start": {
288            "line": 25,
289            "column": 13
290          },
291          "end": {
292            "line": 25,
293            "column": 15
294          }
295        }
296      },
297      "declare": false,
298      "global": false,
299      "loc": {
300        "start": {
301          "line": 25,
302          "column": 1
303        },
304        "end": {
305          "line": 25,
306          "column": 15
307        }
308      }
309    }
310  ],
311  "loc": {
312    "start": {
313      "line": 1,
314      "column": 1
315    },
316    "end": {
317      "line": 25,
318      "column": 15
319    }
320  }
321}
322