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

359 lines
8.0 KiB
JSON
Raw Normal View History

{
"type": "Module",
"span": {
"start": 74,
"end": 550,
"ctxt": 0
},
"body": [
{
"type": "TsModuleDeclaration",
"span": {
"start": 74,
"end": 125,
"ctxt": 0
},
"declare": true,
"global": false,
"id": {
"type": "StringLiteral",
"span": {
"start": 89,
"end": 94,
"ctxt": 0
},
"value": "equ",
"raw": "'equ'"
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 95,
"end": 125,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 101,
"end": 107,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 105,
"end": 106,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 105,
"end": 106,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
{
"type": "TsExportAssignment",
"span": {
"start": 112,
"end": 123,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 121,
"end": 122,
"ctxt": 0
},
"value": "x",
"optional": false
}
}
]
}
},
{
"type": "TsModuleDeclaration",
"span": {
"start": 127,
"end": 171,
"ctxt": 0
},
"declare": true,
"global": false,
"id": {
"type": "StringLiteral",
"span": {
"start": 142,
"end": 148,
"ctxt": 0
},
"value": "equ2",
"raw": "'equ2'"
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 149,
"end": 171,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 155,
"end": 169,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 159,
"end": 168,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 159,
"end": 160,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 160,
"end": 168,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 162,
"end": 168,
"ctxt": 0
},
"kind": "number"
}
}
},
"init": null,
"definite": false
}
]
}
]
}
},
{
"type": "TsImportEqualsDeclaration",
"span": {
"start": 335,
"end": 364,
"ctxt": 0
},
"declare": false,
"isExport": false,
"isTypeOnly": false,
"id": {
"type": "Identifier",
"span": {
"start": 342,
"end": 346,
"ctxt": 0
},
"value": "imp1",
"optional": false
},
"moduleRef": {
"type": "TsExternalModuleReference",
"span": {
"start": 349,
"end": 363,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 357,
"end": 362,
"ctxt": 0
},
"value": "equ",
"raw": "'equ'"
}
}
},
{
"type": "TsImportEqualsDeclaration",
"span": {
"start": 489,
"end": 519,
"ctxt": 0
},
"declare": false,
"isExport": false,
"isTypeOnly": false,
"id": {
"type": "Identifier",
"span": {
"start": 496,
"end": 500,
"ctxt": 0
},
"value": "imp3",
"optional": false
},
"moduleRef": {
"type": "TsExternalModuleReference",
"span": {
"start": 503,
"end": 518,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 511,
"end": 517,
"ctxt": 0
},
"value": "equ2",
"raw": "'equ2'"
}
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 520,
"end": 535,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 524,
"end": 534,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 524,
"end": 525,
"ctxt": 0
},
"value": "n",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "MemberExpression",
"span": {
"start": 528,
"end": 534,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 528,
"end": 532,
"ctxt": 0
},
"value": "imp3",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 533,
"end": 534,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 536,
"end": 550,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 540,
"end": 549,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 540,
"end": 541,
"ctxt": 0
},
"value": "n",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 541,
"end": 549,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 543,
"end": 549,
"ctxt": 0
},
"kind": "number"
}
}
},
"init": null,
"definite": false
}
]
}
],
"interpreter": null
}