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

157 lines
3.2 KiB
JSON

{
"type": "Module",
"span": {
"start": 77,
"end": 299,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 77,
"end": 117,
"ctxt": 0
},
"declaration": {
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 93,
"end": 96,
"ctxt": 0
},
"value": "foo",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 84,
"end": 117,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 99,
"end": 117,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 105,
"end": 115,
"ctxt": 0
},
"argument": {
"type": "StringLiteral",
"span": {
"start": 112,
"end": 114,
"ctxt": 0
},
"value": "",
"raw": "\"\""
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
}
},
{
"type": "ImportDeclaration",
"span": {
"start": 203,
"end": 231,
"ctxt": 0
},
"specifiers": [
{
"type": "ImportSpecifier",
"span": {
"start": 212,
"end": 215,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 212,
"end": 215,
"ctxt": 0
},
"value": "foo",
"optional": false
},
"imported": null,
"isTypeOnly": false
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 223,
"end": 230,
"ctxt": 0
},
"value": "./foo",
"raw": "\"./foo\""
},
"typeOnly": false,
"asserts": null
},
{
"type": "ImportDeclaration",
"span": {
"start": 271,
"end": 299,
"ctxt": 0
},
"specifiers": [
{
"type": "ImportSpecifier",
"span": {
"start": 280,
"end": 283,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 280,
"end": 283,
"ctxt": 0
},
"value": "baz",
"optional": false
},
"imported": null,
"isTypeOnly": false
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 291,
"end": 298,
"ctxt": 0
},
"value": "./baz",
"raw": "\"./baz\""
},
"typeOnly": false,
"asserts": null
}
],
"interpreter": null
}