swc/crates/swc_ecma_parser/tests/tsc/moduleResolutionWithoutExtension6.json
2022-02-04 17:08:38 +09:00

58 lines
1.1 KiB
JSON

{
"type": "Module",
"span": {
"start": 251,
"end": 279,
"ctxt": 0
},
"body": [
{
"type": "ImportDeclaration",
"span": {
"start": 251,
"end": 279,
"ctxt": 0
},
"specifiers": [
{
"type": "ImportSpecifier",
"span": {
"start": 260,
"end": 263,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 260,
"end": 263,
"ctxt": 0
},
"value": "foo",
"optional": false
},
"imported": null,
"isTypeOnly": false
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 271,
"end": 278,
"ctxt": 0
},
"value": "./foo",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"typeOnly": false,
"asserts": null
}
],
"interpreter": null
}