{
"type": "Program",
"statements": [
{
"type": "TSModuleDeclaration",
"id": {
"type": "Identifier",
"name": "A",
"loc": {
"start": {
"line": 17,
"column": 11
},
"end": {
"line": 17,
"column": 12
}
}
},
"body": {
"type": "TSModuleBlock",
"body": [
{
"type": "ExportNamedDeclaration",
"declaration": {
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "b",
"loc": {
"start": {
"line": 18,
"column": 16
},
"end": {
"line": 18,
"column": 17
}
}
},
"init": {
"type": "NumberLiteral",
"value": 1,
"loc": {
"start": {
"line": 18,
"column": 20
},
"end": {
"line": 18,
"column": 21
}
}
},
"loc": {
"start": {
"line": 18,
"column": 16
},
"end": {
"line": 18,
"column": 21
}
}
}
],
"kind": "var",
"loc": {
"start": {
"line": 18,
"column": 12
},
"end": {
"line": 18,
"column": 22
}
}
},
"source": null,
"specifiers": [],
"loc": {
"start": {
"line": 18,
"column": 5
},
"end": {
"line": 18,
"column": 22
}
}
}
],
"loc": {
"start": {
"line": 17,
"column": 13
},
"end": {
"line": 19,
"column": 2
}
}
},
"declare": false,
"global": false,
"loc": {
"start": {
"line": 17,
"column": 1
},
"end": {
"line": 21,
"column": 7
}
}
},
{
"type": "TSImportEqualsDeclaration",
"id": {
"type": "Identifier",
"name": "a",
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 9
}
}
},
"moduleReference": {
"type": "TSQualifiedName",
"left": {
"type": "Identifier",
"name": "A",
"loc": {
"start": {
"line": 21,
"column": 12
},
"end": {
"line": 21,
"column": 13
}
}
},
"right": {
"type": "Identifier",
"name": "b",
"loc": {
"start": {
"line": 21,
"column": 14
},
"end": {
"line": 21,
"column": 15
}
}
},
"loc": {
"start": {
"line": 21,
"column": 12
},
"end": {
"line": 21,
"column": 16
}
}
},
"isExport": false,
"loc": {
"start": {
"line": 21,
"column": 1
},
"end": {
"line": 21,
"column": 16
}
}
}
],
"loc": {
"start": {
"line": 1,
"column": 1
},
"end": {
"line": 22,
"column": 1
}
}
}