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

272 lines
5.5 KiB
JSON

{
"type": "Module",
"span": {
"start": 51,
"end": 532,
"ctxt": 0
},
"body": [
{
"type": "ExportDefaultExpression",
"span": {
"start": 51,
"end": 68,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 66,
"end": 67,
"ctxt": 0
},
"value": 0.0
}
},
{
"type": "ImportDeclaration",
"span": {
"start": 123,
"end": 143,
"ctxt": 0
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"span": {
"start": 130,
"end": 131,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 130,
"end": 131,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 137,
"end": 142,
"ctxt": 0
},
"value": "./a",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"typeOnly": false,
"asserts": null
},
{
"type": "ImportDeclaration",
"span": {
"start": 222,
"end": 245,
"ctxt": 0
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"span": {
"start": 229,
"end": 230,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 229,
"end": 230,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 236,
"end": 244,
"ctxt": 0
},
"value": "./a.js",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"typeOnly": false,
"asserts": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 278,
"end": 300,
"ctxt": 0
},
"kind": "var",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 290,
"end": 299,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 290,
"end": 291,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 291,
"end": 299,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 293,
"end": 299,
"ctxt": 0
},
"kind": "number"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ExportDefaultExpression",
"span": {
"start": 301,
"end": 318,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 316,
"end": 317,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
{
"type": "ImportDeclaration",
"span": {
"start": 387,
"end": 412,
"ctxt": 0
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"span": {
"start": 394,
"end": 395,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 394,
"end": 395,
"ctxt": 0
},
"value": "j",
"optional": false
}
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 401,
"end": 411,
"ctxt": 0
},
"value": "./jquery",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"typeOnly": false,
"asserts": null
},
{
"type": "ImportDeclaration",
"span": {
"start": 505,
"end": 532,
"ctxt": 0
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"span": {
"start": 512,
"end": 513,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 512,
"end": 513,
"ctxt": 0
},
"value": "j",
"optional": false
}
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 519,
"end": 532,
"ctxt": 0
},
"value": "./jquery.js",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"typeOnly": false,
"asserts": null
}
],
"interpreter": null
}