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

232 lines
5.8 KiB
JSON

{
"type": "Script",
"span": {
"start": 149,
"end": 305,
"ctxt": 0
},
"body": [
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 158,
"end": 159,
"ctxt": 0
},
"value": "g",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 160,
"end": 168,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 160,
"end": 168,
"ctxt": 0
},
"value": "callback",
"optional": false,
"typeAnnotation": null
}
}
],
"decorators": [],
"span": {
"start": 149,
"end": 201,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 170,
"end": 201,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 176,
"end": 199,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 176,
"end": 199,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 176,
"end": 184,
"ctxt": 0
},
"value": "callback",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 185,
"end": 188,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 186,
"end": 187,
"ctxt": 0
},
"value": 1.0
}
}
]
}
},
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 190,
"end": 193,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 191,
"end": 192,
"ctxt": 0
},
"value": 2.0
}
}
]
}
},
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 195,
"end": 198,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 196,
"end": 197,
"ctxt": 0
},
"value": 3.0
}
}
]
}
}
],
"typeArguments": null
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 260,
"end": 305,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 264,
"end": 304,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 264,
"end": 282,
"ctxt": 0
},
"value": "stringFromCharCode",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "MemberExpression",
"span": {
"start": 285,
"end": 304,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 285,
"end": 291,
"ctxt": 0
},
"value": "String",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 292,
"end": 304,
"ctxt": 0
},
"value": "fromCharCode",
"optional": false
}
},
"definite": false
}
]
}
],
"interpreter": null
}