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

139 lines
2.9 KiB
JSON
Raw Normal View History

{
"type": "Script",
"span": {
"start": 1,
"end": 211,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 1,
"end": 21,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 5,
"end": 20,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 5,
"end": 12,
"ctxt": 0
},
"value": "declare",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 12,
"end": 20,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 14,
"end": 20,
"ctxt": 0
},
"kind": "number"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 22,
"end": 41,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 26,
"end": 40,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 26,
"end": 32,
"ctxt": 0
},
"value": "module",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 32,
"end": 40,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 34,
"end": 40,
"ctxt": 0
},
"kind": "string"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "TsModuleDeclaration",
"span": {
"start": 43,
"end": 211,
"ctxt": 0
},
"declare": true,
"global": false,
"id": {
"type": "StringLiteral",
"span": {
"start": 160,
"end": 180,
"ctxt": 0
},
"value": "my external module",
"raw": "\"my external module\""
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 208,
"end": 211,
"ctxt": 0
},
"body": []
}
}
],
"interpreter": null
}