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

115 lines
2.3 KiB
JSON

{
"type": "Module",
"span": {
"start": 96,
"end": 250,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 96,
"end": 136,
"ctxt": 0
},
"declaration": {
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 112,
"end": 115,
"ctxt": 0
},
"value": "foo",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 103,
"end": 136,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 118,
"end": 136,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 124,
"end": 134,
"ctxt": 0
},
"argument": {
"type": "StringLiteral",
"span": {
"start": 131,
"end": 133,
"ctxt": 0
},
"value": "",
"raw": "\"\""
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
}
},
{
"type": "ImportDeclaration",
"span": {
"start": 222,
"end": 250,
"ctxt": 0
},
"specifiers": [
{
"type": "ImportSpecifier",
"span": {
"start": 231,
"end": 234,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 231,
"end": 234,
"ctxt": 0
},
"value": "foo",
"optional": false
},
"imported": null,
"isTypeOnly": false
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 242,
"end": 249,
"ctxt": 0
},
"value": "./foo",
"raw": "\"./foo\""
},
"typeOnly": false,
"asserts": null
}
],
"interpreter": null
}