• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "type": "Program",
3  "statements": [
4    {
5      "type": "ExportNamedDeclaration",
6      "declaration": null,
7      "source": null,
8      "specifiers": [],
9      "loc": {
10        "start": {
11          "line": 17,
12          "column": 1
13        },
14        "end": {
15          "line": 17,
16          "column": 9
17        }
18      }
19    },
20    {
21      "type": "VariableDeclaration",
22      "declarations": [
23        {
24          "type": "VariableDeclarator",
25          "id": {
26            "type": "Identifier",
27            "name": "a",
28            "typeAnnotation": {
29              "type": "TSNumberKeyword",
30              "loc": {
31                "start": {
32                  "line": 18,
33                  "column": 9
34                },
35                "end": {
36                  "line": 18,
37                  "column": 15
38                }
39              }
40            },
41            "loc": {
42              "start": {
43                "line": 18,
44                "column": 5
45              },
46              "end": {
47                "line": 18,
48                "column": 6
49              }
50            }
51          },
52          "init": {
53            "type": "NumberLiteral",
54            "value": 1,
55            "loc": {
56              "start": {
57                "line": 18,
58                "column": 18
59              },
60              "end": {
61                "line": 18,
62                "column": 19
63              }
64            }
65          },
66          "loc": {
67            "start": {
68              "line": 18,
69              "column": 5
70            },
71            "end": {
72              "line": 18,
73              "column": 19
74            }
75          }
76        }
77      ],
78      "kind": "var",
79      "loc": {
80        "start": {
81          "line": 18,
82          "column": 1
83        },
84        "end": {
85          "line": 18,
86          "column": 20
87        }
88      }
89    },
90    {
91      "type": "TSModuleDeclaration",
92      "id": {
93        "type": "Identifier",
94        "name": "global",
95        "loc": {
96          "start": {
97            "line": 19,
98            "column": 9
99          },
100          "end": {
101            "line": 19,
102            "column": 15
103          }
104        }
105      },
106      "declare": true,
107      "global": true,
108      "loc": {
109        "start": {
110          "line": 19,
111          "column": 9
112        },
113        "end": {
114          "line": 20,
115          "column": 2
116        }
117      }
118    },
119    {
120      "type": "ExpressionStatement",
121      "expression": {
122        "type": "Identifier",
123        "name": "a",
124        "loc": {
125          "start": {
126            "line": 20,
127            "column": 1
128          },
129          "end": {
130            "line": 20,
131            "column": 2
132          }
133        }
134      },
135      "loc": {
136        "start": {
137          "line": 20,
138          "column": 1
139        },
140        "end": {
141          "line": 20,
142          "column": 3
143        }
144      }
145    }
146  ],
147  "loc": {
148    "start": {
149      "line": 1,
150      "column": 1
151    },
152    "end": {
153      "line": 21,
154      "column": 1
155    }
156  }
157}
158