swc/crates/swc_ecma_parser/tests/tsc/exportNamespace9.json

474 lines
9.5 KiB
JSON

{
"type": "Module",
"span": {
"start": 21,
"end": 420,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 21,
"end": 44,
"ctxt": 0
},
"declaration": {
"type": "TsTypeAliasDeclaration",
"span": {
"start": 28,
"end": 44,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 33,
"end": 34,
"ctxt": 0
},
"value": "A",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 37,
"end": 43,
"ctxt": 0
},
"kind": "number"
}
}
},
{
"type": "ExportAllDeclaration",
"span": {
"start": 66,
"end": 91,
"ctxt": 0
},
"source": {
"type": "StringLiteral",
"span": {
"start": 85,
"end": 90,
"ctxt": 0
},
"value": "./a",
"raw": "\"./a\""
},
"typeOnly": true,
"asserts": null
},
{
"type": "ImportDeclaration",
"span": {
"start": 113,
"end": 137,
"ctxt": 0
},
"specifiers": [
{
"type": "ImportSpecifier",
"span": {
"start": 122,
"end": 123,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 122,
"end": 123,
"ctxt": 0
},
"value": "A",
"optional": false
},
"imported": null,
"isTypeOnly": false
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 131,
"end": 136,
"ctxt": 0
},
"value": "./b",
"raw": "\"./b\""
},
"typeOnly": false,
"asserts": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 138,
"end": 150,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 144,
"end": 149,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 144,
"end": 145,
"ctxt": 0
},
"value": "A",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 148,
"end": 149,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"definite": false
}
]
},
{
"type": "ExportNamedDeclaration",
"span": {
"start": 151,
"end": 164,
"ctxt": 0
},
"specifiers": [
{
"type": "ExportSpecifier",
"span": {
"start": 160,
"end": 161,
"ctxt": 0
},
"orig": {
"type": "Identifier",
"span": {
"start": 160,
"end": 161,
"ctxt": 0
},
"value": "A",
"optional": false
},
"exported": null,
"isTypeOnly": false
}
],
"source": null,
"typeOnly": false,
"asserts": null
},
{
"type": "ImportDeclaration",
"span": {
"start": 186,
"end": 210,
"ctxt": 0
},
"specifiers": [
{
"type": "ImportSpecifier",
"span": {
"start": 195,
"end": 196,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 195,
"end": 196,
"ctxt": 0
},
"value": "A",
"optional": false
},
"imported": null,
"isTypeOnly": false
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 204,
"end": 209,
"ctxt": 0
},
"value": "./c",
"raw": "\"./c\""
},
"typeOnly": false,
"asserts": null
},
{
"type": "ExpressionStatement",
"span": {
"start": 211,
"end": 213,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 211,
"end": 212,
"ctxt": 0
},
"value": "A",
"optional": false
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 220,
"end": 231,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 225,
"end": 226,
"ctxt": 0
},
"value": "_",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 229,
"end": 230,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 229,
"end": 230,
"ctxt": 0
},
"value": "A",
"optional": false
},
"typeParams": null
}
},
{
"type": "ExportDeclaration",
"span": {
"start": 253,
"end": 272,
"ctxt": 0
},
"declaration": {
"type": "VariableDeclaration",
"span": {
"start": 260,
"end": 272,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 266,
"end": 271,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 266,
"end": 267,
"ctxt": 0
},
"value": "A",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 270,
"end": 271,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"definite": false
}
]
}
},
{
"type": "ExportAllDeclaration",
"span": {
"start": 294,
"end": 314,
"ctxt": 0
},
"source": {
"type": "StringLiteral",
"span": {
"start": 308,
"end": 313,
"ctxt": 0
},
"value": "./e",
"raw": "\"./e\""
},
"typeOnly": false,
"asserts": null
},
{
"type": "ExportAllDeclaration",
"span": {
"start": 315,
"end": 340,
"ctxt": 0
},
"source": {
"type": "StringLiteral",
"span": {
"start": 334,
"end": 339,
"ctxt": 0
},
"value": "./a",
"raw": "\"./a\""
},
"typeOnly": true,
"asserts": null
},
{
"type": "ImportDeclaration",
"span": {
"start": 381,
"end": 405,
"ctxt": 0
},
"specifiers": [
{
"type": "ImportSpecifier",
"span": {
"start": 390,
"end": 391,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 390,
"end": 391,
"ctxt": 0
},
"value": "A",
"optional": false
},
"imported": null,
"isTypeOnly": false
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 399,
"end": 404,
"ctxt": 0
},
"value": "./f",
"raw": "\"./f\""
},
"typeOnly": false,
"asserts": null
},
{
"type": "ExpressionStatement",
"span": {
"start": 406,
"end": 408,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 406,
"end": 407,
"ctxt": 0
},
"value": "A",
"optional": false
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 409,
"end": 420,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 414,
"end": 415,
"ctxt": 0
},
"value": "_",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 418,
"end": 419,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 418,
"end": 419,
"ctxt": 0
},
"value": "A",
"optional": false
},
"typeParams": null
}
}
],
"interpreter": null
}