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

570 lines
15 KiB
JSON

{
"type": "Script",
"span": {
"start": 16,
"end": 428,
"ctxt": 0
},
"body": [
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 22,
"end": 36,
"ctxt": 0
},
"value": "SymbolIterator",
"optional": false
},
"declare": false,
"span": {
"start": 16,
"end": 194,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 43,
"end": 138,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 43,
"end": 47,
"ctxt": 0
},
"value": "next",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 43,
"end": 138,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 50,
"end": 138,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 60,
"end": 132,
"ctxt": 0
},
"argument": {
"type": "ObjectExpression",
"span": {
"start": 67,
"end": 131,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 81,
"end": 86,
"ctxt": 0
},
"value": "value",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 88,
"end": 96,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 88,
"end": 94,
"ctxt": 0
},
"value": "Symbol",
"optional": false
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 110,
"end": 114,
"ctxt": 0
},
"value": "done",
"optional": false
},
"value": {
"type": "BooleanLiteral",
"span": {
"start": 116,
"end": 121,
"ctxt": 0
},
"value": false
}
}
]
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassMethod",
"span": {
"start": 144,
"end": 192,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 144,
"end": 161,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 145,
"end": 160,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 145,
"end": 151,
"ctxt": 0
},
"value": "Symbol",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 152,
"end": 160,
"ctxt": 0
},
"value": "iterator",
"optional": false
}
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 144,
"end": 192,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 164,
"end": 192,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 174,
"end": 186,
"ctxt": 0
},
"argument": {
"type": "ThisExpression",
"span": {
"start": 181,
"end": 185,
"ctxt": 0
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 202,
"end": 216,
"ctxt": 0
},
"value": "NumberIterator",
"optional": false
},
"declare": false,
"span": {
"start": 196,
"end": 367,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 223,
"end": 311,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 223,
"end": 227,
"ctxt": 0
},
"value": "next",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 223,
"end": 311,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 230,
"end": 311,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 240,
"end": 305,
"ctxt": 0
},
"argument": {
"type": "ObjectExpression",
"span": {
"start": 247,
"end": 304,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 261,
"end": 266,
"ctxt": 0
},
"value": "value",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 268,
"end": 269,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 283,
"end": 287,
"ctxt": 0
},
"value": "done",
"optional": false
},
"value": {
"type": "BooleanLiteral",
"span": {
"start": 289,
"end": 294,
"ctxt": 0
},
"value": false
}
}
]
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassMethod",
"span": {
"start": 317,
"end": 365,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 317,
"end": 334,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 318,
"end": 333,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 318,
"end": 324,
"ctxt": 0
},
"value": "Symbol",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 325,
"end": 333,
"ctxt": 0
},
"value": "iterator",
"optional": false
}
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 317,
"end": 365,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 337,
"end": 365,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 347,
"end": 359,
"ctxt": 0
},
"argument": {
"type": "ThisExpression",
"span": {
"start": 354,
"end": 358,
"ctxt": 0
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "VariableDeclaration",
"span": {
"start": 369,
"end": 428,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 373,
"end": 427,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 373,
"end": 378,
"ctxt": 0
},
"value": "array",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrayExpression",
"span": {
"start": 381,
"end": 427,
"ctxt": 0
},
"elements": [
{
"spread": {
"start": 382,
"end": 385,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 385,
"end": 403,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 389,
"end": 403,
"ctxt": 0
},
"value": "NumberIterator",
"optional": false
},
"arguments": null,
"typeArguments": null
}
},
{
"spread": {
"start": 405,
"end": 408,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 408,
"end": 426,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 412,
"end": 426,
"ctxt": 0
},
"value": "SymbolIterator",
"optional": false
},
"arguments": null,
"typeArguments": null
}
}
]
},
"definite": false
}
]
}
],
"interpreter": null
}