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

294 lines
6.7 KiB
JSON

{
"type": "Module",
"span": {
"start": 24,
"end": 265,
"ctxt": 0
},
"body": [
{
"type": "TsModuleDeclaration",
"span": {
"start": 24,
"end": 76,
"ctxt": 0
},
"declare": true,
"global": false,
"id": {
"type": "StringLiteral",
"span": {
"start": 39,
"end": 46,
"ctxt": 0
},
"value": "*.foo",
"raw": "\"*.foo\""
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 47,
"end": 76,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 51,
"end": 74,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 55,
"end": 73,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 55,
"end": 65,
"ctxt": 0
},
"value": "everywhere",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 65,
"end": 73,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 67,
"end": 73,
"ctxt": 0
},
"kind": "string"
}
}
},
"init": null,
"definite": false
}
]
}
]
}
},
{
"type": "ImportDeclaration",
"span": {
"start": 102,
"end": 146,
"ctxt": 0
},
"specifiers": [
{
"type": "ImportSpecifier",
"span": {
"start": 111,
"end": 121,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 111,
"end": 121,
"ctxt": 0
},
"value": "everywhere",
"optional": false
},
"imported": null,
"isTypeOnly": false
},
{
"type": "ImportSpecifier",
"span": {
"start": 123,
"end": 130,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 123,
"end": 130,
"ctxt": 0
},
"value": "onlyInA",
"optional": false
},
"imported": null,
"isTypeOnly": false
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 138,
"end": 145,
"ctxt": 0
},
"value": "a.foo",
"raw": "\"a.foo\""
},
"typeOnly": false,
"asserts": null
},
{
"type": "TsModuleDeclaration",
"span": {
"start": 147,
"end": 196,
"ctxt": 0
},
"declare": true,
"global": false,
"id": {
"type": "StringLiteral",
"span": {
"start": 162,
"end": 169,
"ctxt": 0
},
"value": "a.foo",
"raw": "\"a.foo\""
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 170,
"end": 196,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 174,
"end": 194,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 178,
"end": 193,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 178,
"end": 185,
"ctxt": 0
},
"value": "onlyInA",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 185,
"end": 193,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 187,
"end": 193,
"ctxt": 0
},
"kind": "number"
}
}
},
"init": null,
"definite": false
}
]
}
]
}
},
{
"type": "ImportDeclaration",
"span": {
"start": 221,
"end": 265,
"ctxt": 0
},
"specifiers": [
{
"type": "ImportSpecifier",
"span": {
"start": 230,
"end": 240,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 230,
"end": 240,
"ctxt": 0
},
"value": "everywhere",
"optional": false
},
"imported": null,
"isTypeOnly": false
},
{
"type": "ImportSpecifier",
"span": {
"start": 242,
"end": 249,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 242,
"end": 249,
"ctxt": 0
},
"value": "onlyInA",
"optional": false
},
"imported": null,
"isTypeOnly": false
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 257,
"end": 264,
"ctxt": 0
},
"value": "b.foo",
"raw": "\"b.foo\""
},
"typeOnly": false,
"asserts": null
}
],
"interpreter": null
}