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

469 lines
9.5 KiB
JSON

{
"type": "Module",
"span": {
"start": 120,
"end": 503,
"ctxt": 0
},
"body": [
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 120,
"end": 134,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 130,
"end": 131,
"ctxt": 0
},
"value": "I",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 132,
"end": 134,
"ctxt": 0
},
"body": []
}
},
{
"type": "TsExportAssignment",
"span": {
"start": 135,
"end": 146,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 144,
"end": 145,
"ctxt": 0
},
"value": "I",
"optional": false
}
},
{
"type": "TsImportEqualsDeclaration",
"span": {
"start": 168,
"end": 194,
"ctxt": 0
},
"declare": false,
"isExport": false,
"isTypeOnly": false,
"id": {
"type": "Identifier",
"span": {
"start": 175,
"end": 176,
"ctxt": 0
},
"value": "I",
"optional": false
},
"moduleRef": {
"type": "TsExternalModuleReference",
"span": {
"start": 179,
"end": 193,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 187,
"end": 192,
"ctxt": 0
},
"value": "./a",
"raw": "\"./a\""
}
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 216,
"end": 230,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 226,
"end": 227,
"ctxt": 0
},
"value": "I",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 228,
"end": 230,
"ctxt": 0
},
"body": []
}
},
{
"type": "TsModuleDeclaration",
"span": {
"start": 231,
"end": 270,
"ctxt": 0
},
"declare": false,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 241,
"end": 242,
"ctxt": 0
},
"value": "I",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 243,
"end": 270,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 249,
"end": 268,
"ctxt": 0
},
"declaration": {
"type": "VariableDeclaration",
"span": {
"start": 256,
"end": 268,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 262,
"end": 267,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 262,
"end": 263,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 266,
"end": 267,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"definite": false
}
]
}
}
]
}
},
{
"type": "TsExportAssignment",
"span": {
"start": 271,
"end": 282,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 280,
"end": 281,
"ctxt": 0
},
"value": "I",
"optional": false
}
},
{
"type": "TsImportEqualsDeclaration",
"span": {
"start": 304,
"end": 330,
"ctxt": 0
},
"declare": false,
"isExport": false,
"isTypeOnly": false,
"id": {
"type": "Identifier",
"span": {
"start": 311,
"end": 312,
"ctxt": 0
},
"value": "I",
"optional": false
},
"moduleRef": {
"type": "TsExternalModuleReference",
"span": {
"start": 315,
"end": 329,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 323,
"end": 328,
"ctxt": 0
},
"value": "./c",
"raw": "\"./c\""
}
}
},
{
"type": "TsImportEqualsDeclaration",
"span": {
"start": 331,
"end": 362,
"ctxt": 0
},
"declare": false,
"isExport": false,
"isTypeOnly": true,
"id": {
"type": "Identifier",
"span": {
"start": 343,
"end": 344,
"ctxt": 0
},
"value": "J",
"optional": false
},
"moduleRef": {
"type": "TsExternalModuleReference",
"span": {
"start": 347,
"end": 361,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 355,
"end": 360,
"ctxt": 0
},
"value": "./c",
"raw": "\"./c\""
}
}
},
{
"type": "TsExportAssignment",
"span": {
"start": 363,
"end": 374,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 372,
"end": 373,
"ctxt": 0
},
"value": "J",
"optional": false
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 398,
"end": 412,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 408,
"end": 409,
"ctxt": 0
},
"value": "I",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 410,
"end": 412,
"ctxt": 0
},
"body": []
}
},
{
"type": "TsExportAssignment",
"span": {
"start": 413,
"end": 424,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 422,
"end": 423,
"ctxt": 0
},
"value": "I",
"optional": false
}
},
{
"type": "TsImportEqualsDeclaration",
"span": {
"start": 446,
"end": 477,
"ctxt": 0
},
"declare": false,
"isExport": false,
"isTypeOnly": true,
"id": {
"type": "Identifier",
"span": {
"start": 458,
"end": 459,
"ctxt": 0
},
"value": "I",
"optional": false
},
"moduleRef": {
"type": "TsExternalModuleReference",
"span": {
"start": 462,
"end": 476,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 470,
"end": 475,
"ctxt": 0
},
"value": "./e",
"raw": "\"./e\""
}
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 478,
"end": 491,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 484,
"end": 490,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 484,
"end": 485,
"ctxt": 0
},
"value": "I",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 488,
"end": 490,
"ctxt": 0
},
"properties": []
},
"definite": false
}
]
},
{
"type": "TsExportAssignment",
"span": {
"start": 492,
"end": 503,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 501,
"end": 502,
"ctxt": 0
},
"value": "I",
"optional": false
}
}
],
"interpreter": null
}