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

459 lines
9.7 KiB
JSON

{
"type": "Module",
"span": {
"start": 156,
"end": 652,
"ctxt": 0
},
"body": [
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 170,
"end": 174,
"ctxt": 0
},
"value": "CJSy",
"optional": false
},
"declare": true,
"span": {
"start": 156,
"end": 177,
"ctxt": 0
},
"decorators": [],
"body": [],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "TsExportAssignment",
"span": {
"start": 178,
"end": 192,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 187,
"end": 191,
"ctxt": 0
},
"value": "CJSy",
"optional": false
}
},
{
"type": "TsModuleDeclaration",
"span": {
"start": 222,
"end": 299,
"ctxt": 0
},
"declare": true,
"global": false,
"id": {
"type": "StringLiteral",
"span": {
"start": 237,
"end": 246,
"ctxt": 0
},
"value": "ambient",
"raw": "\"ambient\""
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 247,
"end": 299,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 253,
"end": 275,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 259,
"end": 274,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 259,
"end": 266,
"ctxt": 0
},
"value": "_export",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 266,
"end": 274,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 268,
"end": 274,
"ctxt": 0
},
"kind": "number"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "TsExportAssignment",
"span": {
"start": 280,
"end": 297,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 289,
"end": 296,
"ctxt": 0
},
"value": "_export",
"optional": false
}
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 325,
"end": 343,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 335,
"end": 340,
"ctxt": 0
},
"value": "Typey",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 341,
"end": 343,
"ctxt": 0
},
"body": []
}
},
{
"type": "ExportNamedDeclaration",
"span": {
"start": 344,
"end": 366,
"ctxt": 0
},
"specifiers": [
{
"type": "ExportSpecifier",
"span": {
"start": 358,
"end": 363,
"ctxt": 0
},
"orig": {
"type": "Identifier",
"span": {
"start": 358,
"end": 363,
"ctxt": 0
},
"value": "Typey",
"optional": false
},
"exported": null,
"isTypeOnly": false
}
],
"source": null,
"typeOnly": true,
"asserts": null
},
{
"type": "TsImportEqualsDeclaration",
"span": {
"start": 391,
"end": 423,
"ctxt": 0
},
"declare": false,
"isExport": false,
"isTypeOnly": false,
"id": {
"type": "Identifier",
"span": {
"start": 398,
"end": 402,
"ctxt": 0
},
"value": "CJSy",
"optional": false
},
"moduleRef": {
"type": "TsExternalModuleReference",
"span": {
"start": 405,
"end": 422,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 413,
"end": 421,
"ctxt": 0
},
"value": "./decl",
"raw": "\"./decl\""
}
}
},
{
"type": "TsImportEqualsDeclaration",
"span": {
"start": 433,
"end": 471,
"ctxt": 0
},
"declare": false,
"isExport": false,
"isTypeOnly": true,
"id": {
"type": "Identifier",
"span": {
"start": 445,
"end": 450,
"ctxt": 0
},
"value": "CJSy2",
"optional": false
},
"moduleRef": {
"type": "TsExternalModuleReference",
"span": {
"start": 453,
"end": 470,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 461,
"end": 469,
"ctxt": 0
},
"value": "./decl",
"raw": "\"./decl\""
}
}
},
{
"type": "ImportDeclaration",
"span": {
"start": 487,
"end": 514,
"ctxt": 0
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"span": {
"start": 494,
"end": 499,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 494,
"end": 499,
"ctxt": 0
},
"value": "CJSy3",
"optional": false
}
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 505,
"end": 513,
"ctxt": 0
},
"value": "./decl",
"raw": "\"./decl\""
},
"typeOnly": false,
"asserts": null
},
{
"type": "ImportDeclaration",
"span": {
"start": 540,
"end": 573,
"ctxt": 0
},
"specifiers": [
{
"type": "ImportNamespaceSpecifier",
"span": {
"start": 547,
"end": 557,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 552,
"end": 557,
"ctxt": 0
},
"value": "types",
"optional": false
}
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 563,
"end": 572,
"ctxt": 0
},
"value": "./types",
"raw": "\"./types\""
},
"typeOnly": false,
"asserts": null
},
{
"type": "ExpressionStatement",
"span": {
"start": 580,
"end": 585,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 580,
"end": 584,
"ctxt": 0
},
"value": "CJSy",
"optional": false
}
},
{
"type": "ExportDeclaration",
"span": {
"start": 608,
"end": 652,
"ctxt": 0
},
"declaration": {
"type": "TsModuleDeclaration",
"span": {
"start": 615,
"end": 652,
"ctxt": 0
},
"declare": false,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 625,
"end": 627,
"ctxt": 0
},
"value": "ns",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 628,
"end": 652,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 634,
"end": 650,
"ctxt": 0
},
"declaration": {
"type": "TsEnumDeclaration",
"span": {
"start": 641,
"end": 650,
"ctxt": 0
},
"declare": false,
"isConst": false,
"id": {
"type": "Identifier",
"span": {
"start": 646,
"end": 647,
"ctxt": 0
},
"value": "A",
"optional": false
},
"members": []
}
}
]
}
}
}
],
"interpreter": null
}