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

257 lines
5.1 KiB
JSON

{
"type": "Module",
"span": {
"start": 52,
"end": 533,
"ctxt": 0
},
"body": [
{
"type": "ExportDefaultExpression",
"span": {
"start": 52,
"end": 69,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 67,
"end": 68,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
},
{
"type": "ImportDeclaration",
"span": {
"start": 124,
"end": 144,
"ctxt": 0
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"span": {
"start": 131,
"end": 132,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 131,
"end": 132,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 138,
"end": 143,
"ctxt": 0
},
"value": "./a",
"raw": "'./a'"
},
"typeOnly": false,
"asserts": null
},
{
"type": "ImportDeclaration",
"span": {
"start": 223,
"end": 246,
"ctxt": 0
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"span": {
"start": 230,
"end": 231,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 230,
"end": 231,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 237,
"end": 245,
"ctxt": 0
},
"value": "./a.js",
"raw": "'./a.js'"
},
"typeOnly": false,
"asserts": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 279,
"end": 301,
"ctxt": 0
},
"kind": "var",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 291,
"end": 300,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 291,
"end": 292,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 292,
"end": 300,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 294,
"end": 300,
"ctxt": 0
},
"kind": "number"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ExportDefaultExpression",
"span": {
"start": 302,
"end": 319,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 317,
"end": 318,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
{
"type": "ImportDeclaration",
"span": {
"start": 388,
"end": 413,
"ctxt": 0
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"span": {
"start": 395,
"end": 396,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 395,
"end": 396,
"ctxt": 0
},
"value": "j",
"optional": false
}
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 402,
"end": 412,
"ctxt": 0
},
"value": "./jquery",
"raw": "\"./jquery\""
},
"typeOnly": false,
"asserts": null
},
{
"type": "ImportDeclaration",
"span": {
"start": 506,
"end": 533,
"ctxt": 0
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"span": {
"start": 513,
"end": 514,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 513,
"end": 514,
"ctxt": 0
},
"value": "j",
"optional": false
}
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 520,
"end": 533,
"ctxt": 0
},
"value": "./jquery.js",
"raw": "\"./jquery.js\""
},
"typeOnly": false,
"asserts": null
}
],
"interpreter": null
}