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

166 lines
3.9 KiB
JSON

{
"type": "Script",
"span": {
"start": 143,
"end": 226,
"ctxt": 0
},
"body": [
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 154,
"end": 170,
"ctxt": 0
},
"value": "mergeStringLists",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 171,
"end": 191,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "RestElement",
"span": {
"start": 171,
"end": 191,
"ctxt": 0
},
"rest": {
"start": 171,
"end": 174,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 174,
"end": 181,
"ctxt": 0
},
"value": "strings",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 181,
"end": 191,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 183,
"end": 191,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 183,
"end": 189,
"ctxt": 0
},
"kind": "string"
}
}
}
}
}
],
"decorators": [],
"span": {
"start": 143,
"end": 226,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 193,
"end": 226,
"ctxt": 0
},
"stmts": [
{
"type": "ForOfStatement",
"span": {
"start": 199,
"end": 224,
"ctxt": 0
},
"await": null,
"left": {
"type": "VariableDeclaration",
"span": {
"start": 204,
"end": 211,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 208,
"end": 211,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 208,
"end": 211,
"ctxt": 0
},
"value": "str",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "Identifier",
"span": {
"start": 215,
"end": 222,
"ctxt": 0
},
"value": "strings",
"optional": false
},
"body": {
"type": "EmptyStatement",
"span": {
"start": 223,
"end": 224,
"ctxt": 0
}
}
}
]
},
"generator": true,
"async": false,
"typeParameters": null,
"returnType": null
}
],
"interpreter": null
}