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

949 lines
23 KiB
JSON

{
"type": "Script",
"span": {
"start": 30,
"end": 475,
"ctxt": 0
},
"body": [
{
"type": "ForInStatement",
"span": {
"start": 30,
"end": 64,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 34,
"end": 39,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 38,
"end": 39,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 38,
"end": 39,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 43,
"end": 45,
"ctxt": 0
},
"properties": []
},
"body": {
"type": "BlockStatement",
"span": {
"start": 47,
"end": 64,
"ctxt": 0
},
"stmts": [
{
"type": "ContinueStatement",
"span": {
"start": 53,
"end": 62,
"ctxt": 0
},
"label": null
}
]
}
},
{
"type": "LabeledStatement",
"span": {
"start": 66,
"end": 109,
"ctxt": 0
},
"label": {
"type": "Identifier",
"span": {
"start": 66,
"end": 69,
"ctxt": 0
},
"value": "ONE",
"optional": false
},
"body": {
"type": "ForInStatement",
"span": {
"start": 71,
"end": 109,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 75,
"end": 80,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 79,
"end": 80,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 79,
"end": 80,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 84,
"end": 86,
"ctxt": 0
},
"properties": []
},
"body": {
"type": "BlockStatement",
"span": {
"start": 88,
"end": 109,
"ctxt": 0
},
"stmts": [
{
"type": "ContinueStatement",
"span": {
"start": 94,
"end": 107,
"ctxt": 0
},
"label": {
"type": "Identifier",
"span": {
"start": 103,
"end": 106,
"ctxt": 0
},
"value": "ONE",
"optional": false
}
}
]
}
}
},
{
"type": "LabeledStatement",
"span": {
"start": 111,
"end": 163,
"ctxt": 0
},
"label": {
"type": "Identifier",
"span": {
"start": 111,
"end": 114,
"ctxt": 0
},
"value": "TWO",
"optional": false
},
"body": {
"type": "LabeledStatement",
"span": {
"start": 116,
"end": 163,
"ctxt": 0
},
"label": {
"type": "Identifier",
"span": {
"start": 116,
"end": 121,
"ctxt": 0
},
"value": "THREE",
"optional": false
},
"body": {
"type": "ForInStatement",
"span": {
"start": 123,
"end": 163,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 127,
"end": 132,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 131,
"end": 132,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 131,
"end": 132,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 136,
"end": 138,
"ctxt": 0
},
"properties": []
},
"body": {
"type": "BlockStatement",
"span": {
"start": 140,
"end": 163,
"ctxt": 0
},
"stmts": [
{
"type": "ContinueStatement",
"span": {
"start": 146,
"end": 161,
"ctxt": 0
},
"label": {
"type": "Identifier",
"span": {
"start": 155,
"end": 160,
"ctxt": 0
},
"value": "THREE",
"optional": false
}
}
]
}
}
}
},
{
"type": "LabeledStatement",
"span": {
"start": 165,
"end": 253,
"ctxt": 0
},
"label": {
"type": "Identifier",
"span": {
"start": 165,
"end": 169,
"ctxt": 0
},
"value": "FOUR",
"optional": false
},
"body": {
"type": "ForInStatement",
"span": {
"start": 171,
"end": 253,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 175,
"end": 180,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 179,
"end": 180,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 179,
"end": 180,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 184,
"end": 186,
"ctxt": 0
},
"properties": []
},
"body": {
"type": "BlockStatement",
"span": {
"start": 188,
"end": 253,
"ctxt": 0
},
"stmts": [
{
"type": "LabeledStatement",
"span": {
"start": 194,
"end": 251,
"ctxt": 0
},
"label": {
"type": "Identifier",
"span": {
"start": 194,
"end": 198,
"ctxt": 0
},
"value": "FIVE",
"optional": false
},
"body": {
"type": "ForInStatement",
"span": {
"start": 204,
"end": 251,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 208,
"end": 213,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 212,
"end": 213,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 212,
"end": 213,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 217,
"end": 219,
"ctxt": 0
},
"properties": []
},
"body": {
"type": "BlockStatement",
"span": {
"start": 221,
"end": 251,
"ctxt": 0
},
"stmts": [
{
"type": "ContinueStatement",
"span": {
"start": 231,
"end": 245,
"ctxt": 0
},
"label": {
"type": "Identifier",
"span": {
"start": 240,
"end": 244,
"ctxt": 0
},
"value": "FOUR",
"optional": false
}
}
]
}
}
}
]
}
}
},
{
"type": "ForInStatement",
"span": {
"start": 255,
"end": 319,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 259,
"end": 264,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 263,
"end": 264,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 263,
"end": 264,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 268,
"end": 270,
"ctxt": 0
},
"properties": []
},
"body": {
"type": "BlockStatement",
"span": {
"start": 272,
"end": 319,
"ctxt": 0
},
"stmts": [
{
"type": "LabeledStatement",
"span": {
"start": 278,
"end": 317,
"ctxt": 0
},
"label": {
"type": "Identifier",
"span": {
"start": 278,
"end": 281,
"ctxt": 0
},
"value": "SIX",
"optional": false
},
"body": {
"type": "ForInStatement",
"span": {
"start": 287,
"end": 317,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 291,
"end": 296,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 295,
"end": 296,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 295,
"end": 296,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 300,
"end": 302,
"ctxt": 0
},
"properties": []
},
"body": {
"type": "ContinueStatement",
"span": {
"start": 304,
"end": 317,
"ctxt": 0
},
"label": {
"type": "Identifier",
"span": {
"start": 313,
"end": 316,
"ctxt": 0
},
"value": "SIX",
"optional": false
}
}
}
}
]
}
},
{
"type": "LabeledStatement",
"span": {
"start": 321,
"end": 397,
"ctxt": 0
},
"label": {
"type": "Identifier",
"span": {
"start": 321,
"end": 326,
"ctxt": 0
},
"value": "SEVEN",
"optional": false
},
"body": {
"type": "ForInStatement",
"span": {
"start": 328,
"end": 397,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 333,
"end": 338,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 337,
"end": 338,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 337,
"end": 338,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 342,
"end": 344,
"ctxt": 0
},
"properties": []
},
"body": {
"type": "ForInStatement",
"span": {
"start": 346,
"end": 397,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 351,
"end": 356,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 355,
"end": 356,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 355,
"end": 356,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 360,
"end": 362,
"ctxt": 0
},
"properties": []
},
"body": {
"type": "ForInStatement",
"span": {
"start": 364,
"end": 397,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 369,
"end": 374,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 373,
"end": 374,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 373,
"end": 374,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 378,
"end": 380,
"ctxt": 0
},
"properties": []
},
"body": {
"type": "ContinueStatement",
"span": {
"start": 382,
"end": 397,
"ctxt": 0
},
"label": {
"type": "Identifier",
"span": {
"start": 391,
"end": 396,
"ctxt": 0
},
"value": "SEVEN",
"optional": false
}
}
}
}
}
},
{
"type": "LabeledStatement",
"span": {
"start": 399,
"end": 475,
"ctxt": 0
},
"label": {
"type": "Identifier",
"span": {
"start": 399,
"end": 404,
"ctxt": 0
},
"value": "EIGHT",
"optional": false
},
"body": {
"type": "ForInStatement",
"span": {
"start": 406,
"end": 475,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 411,
"end": 416,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 415,
"end": 416,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 415,
"end": 416,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 420,
"end": 422,
"ctxt": 0
},
"properties": []
},
"body": {
"type": "BlockStatement",
"span": {
"start": 423,
"end": 475,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 429,
"end": 453,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 433,
"end": 453,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 433,
"end": 435,
"ctxt": 0
},
"value": "fn",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "FunctionExpression",
"identifier": null,
"params": [],
"decorators": [],
"span": {
"start": 438,
"end": 453,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 450,
"end": 453,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"definite": false
}
]
},
{
"type": "ContinueStatement",
"span": {
"start": 458,
"end": 473,
"ctxt": 0
},
"label": {
"type": "Identifier",
"span": {
"start": 467,
"end": 472,
"ctxt": 0
},
"value": "EIGHT",
"optional": false
}
}
]
}
}
}
],
"interpreter": null
}