swc/crates/swc_ecma_parser/tests/tsc/exportAndImport-es5-amd.json

163 lines
3.4 KiB
JSON
Raw Normal View History

{
"type": "Module",
"span": {
"start": 52,
"end": 171,
"ctxt": 0
},
"body": [
{
"type": "ExportDefaultDeclaration",
"span": {
"start": 52,
"end": 84,
"ctxt": 0
},
"decl": {
"type": "FunctionExpression",
"identifier": {
"type": "Identifier",
"span": {
"start": 76,
"end": 78,
"ctxt": 0
},
"value": "f1",
"optional": false
},
"params": [],
"decorators": [],
"span": {
"start": 67,
"end": 84,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 81,
"end": 84,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
}
},
{
"type": "ImportDeclaration",
"span": {
"start": 106,
"end": 128,
"ctxt": 0
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"span": {
"start": 113,
"end": 115,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 113,
"end": 115,
"ctxt": 0
},
"value": "f1",
"optional": false
}
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 121,
"end": 127,
"ctxt": 0
},
"value": "./m1",
"raw": "\"./m1\""
},
"typeOnly": false,
"with": null
},
{
"type": "ExportDefaultDeclaration",
"span": {
"start": 129,
"end": 171,
"ctxt": 0
},
"decl": {
"type": "FunctionExpression",
"identifier": {
"type": "Identifier",
"span": {
"start": 153,
"end": 155,
"ctxt": 0
},
"value": "f2",
"optional": false
},
"params": [],
"decorators": [],
"span": {
"start": 144,
"end": 171,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 158,
"end": 171,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 164,
"end": 169,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 164,
"end": 168,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 164,
"end": 166,
"ctxt": 0
},
"value": "f1",
"optional": false
},
"arguments": [],
"typeArguments": null
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
}
}
],
"interpreter": null
}