• 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": "assert",
12            "loc": {
13              "start": {
14                "line": 17,
15                "column": 5
16              },
17              "end": {
18                "line": 17,
19                "column": 11
20              }
21            }
22          },
23          "init": {
24            "type": "NumberLiteral",
25            "value": 1,
26            "loc": {
27              "start": {
28                "line": 17,
29                "column": 14
30              },
31              "end": {
32                "line": 17,
33                "column": 15
34              }
35            }
36          },
37          "loc": {
38            "start": {
39              "line": 17,
40              "column": 5
41            },
42            "end": {
43              "line": 17,
44              "column": 15
45            }
46          }
47        }
48      ],
49      "kind": "let",
50      "loc": {
51        "start": {
52          "line": 17,
53          "column": 1
54        },
55        "end": {
56          "line": 17,
57          "column": 16
58        }
59      }
60    },
61    {
62      "type": "ImportDeclaration",
63      "source": {
64        "type": "StringLiteral",
65        "value": "./test",
66        "loc": {
67          "start": {
68            "line": 18,
69            "column": 19
70          },
71          "end": {
72            "line": 18,
73            "column": 27
74          }
75        }
76      },
77      "specifiers": [
78        {
79          "type": "ImportSpecifier",
80          "local": {
81            "type": "Identifier",
82            "name": "a",
83            "loc": {
84              "start": {
85                "line": 18,
86                "column": 10
87              },
88              "end": {
89                "line": 18,
90                "column": 11
91              }
92            }
93          },
94          "imported": {
95            "type": "Identifier",
96            "name": "a",
97            "loc": {
98              "start": {
99                "line": 18,
100                "column": 10
101              },
102              "end": {
103                "line": 18,
104                "column": 11
105              }
106            }
107          },
108          "isType": false,
109          "loc": {
110            "start": {
111              "line": 18,
112              "column": 10
113            },
114            "end": {
115              "line": 18,
116              "column": 11
117            }
118          }
119        }
120      ],
121      "loc": {
122        "start": {
123          "line": 18,
124          "column": 1
125        },
126        "end": {
127          "line": 18,
128          "column": 27
129        }
130      }
131    },
132    {
133      "type": "ExpressionStatement",
134      "expression": {
135        "type": "Identifier",
136        "name": "assert",
137        "loc": {
138          "start": {
139            "line": 19,
140            "column": 1
141          },
142          "end": {
143            "line": 19,
144            "column": 7
145          }
146        }
147      },
148      "loc": {
149        "start": {
150          "line": 19,
151          "column": 1
152        },
153        "end": {
154          "line": 19,
155          "column": 8
156        }
157      }
158    }
159  ],
160  "loc": {
161    "start": {
162      "line": 1,
163      "column": 1
164    },
165    "end": {
166      "line": 20,
167      "column": 1
168    }
169  }
170}
171