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

347 lines
8.6 KiB
JSON

{
"type": "Module",
"span": {
"start": 135,
"end": 383,
"ctxt": 0
},
"body": [
{
"type": "ExportNamedDeclaration",
"span": {
"start": 135,
"end": 145,
"ctxt": 0
},
"specifiers": [],
"source": null,
"typeOnly": false,
"asserts": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 146,
"end": 165,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 152,
"end": 164,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 152,
"end": 153,
"ctxt": 0
},
"value": "k",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrayExpression",
"span": {
"start": 156,
"end": 164,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 157,
"end": 158,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
null,
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 162,
"end": 163,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 166,
"end": 189,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 172,
"end": 188,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 172,
"end": 173,
"ctxt": 0
},
"value": "o",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrayExpression",
"span": {
"start": 176,
"end": 188,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 177,
"end": 178,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
},
{
"spread": {
"start": 180,
"end": 183,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 183,
"end": 184,
"ctxt": 0
},
"value": "k",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 186,
"end": 187,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
]
},
"definite": false
}
]
},
{
"type": "TsModuleDeclaration",
"span": {
"start": 298,
"end": 383,
"ctxt": 0
},
"declare": true,
"global": false,
"id": {
"type": "StringLiteral",
"span": {
"start": 313,
"end": 320,
"ctxt": 0
},
"value": "tslib",
"raw": "\"tslib\""
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 321,
"end": 383,
"ctxt": 0
},
"body": [
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 336,
"end": 349,
"ctxt": 0
},
"value": "__spreadArray",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 350,
"end": 359,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 350,
"end": 359,
"ctxt": 0
},
"value": "to",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 352,
"end": 359,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 354,
"end": 359,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 354,
"end": 357,
"ctxt": 0
},
"kind": "any"
}
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 361,
"end": 372,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 361,
"end": 372,
"ctxt": 0
},
"value": "from",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 365,
"end": 372,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 367,
"end": 372,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 367,
"end": 370,
"ctxt": 0
},
"kind": "any"
}
}
}
}
}
],
"decorators": [],
"span": {
"start": 327,
"end": 381,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 373,
"end": 380,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 375,
"end": 380,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 375,
"end": 378,
"ctxt": 0
},
"kind": "any"
}
}
}
}
]
}
}
],
"interpreter": null
}