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

450 lines
12 KiB
JSON

{
"type": "Script",
"span": {
"start": 2,
"end": 298,
"ctxt": 0
},
"body": [
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 11,
"end": 13,
"ctxt": 0
},
"value": "fn",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 2,
"end": 298,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 16,
"end": 298,
"ctxt": 0
},
"stmts": [
{
"type": "TryStatement",
"span": {
"start": 22,
"end": 39,
"ctxt": 0
},
"block": {
"type": "BlockStatement",
"span": {
"start": 26,
"end": 29,
"ctxt": 0
},
"stmts": []
},
"handler": {
"type": "CatchClause",
"span": {
"start": 30,
"end": 39,
"ctxt": 0
},
"param": null,
"body": {
"type": "BlockStatement",
"span": {
"start": 36,
"end": 39,
"ctxt": 0
},
"stmts": []
}
},
"finalizer": null
},
{
"type": "TryStatement",
"span": {
"start": 45,
"end": 158,
"ctxt": 0
},
"block": {
"type": "BlockStatement",
"span": {
"start": 49,
"end": 52,
"ctxt": 0
},
"stmts": []
},
"handler": {
"type": "CatchClause",
"span": {
"start": 53,
"end": 158,
"ctxt": 0
},
"param": null,
"body": {
"type": "BlockStatement",
"span": {
"start": 59,
"end": 158,
"ctxt": 0
},
"stmts": [
{
"type": "TryStatement",
"span": {
"start": 70,
"end": 126,
"ctxt": 0
},
"block": {
"type": "BlockStatement",
"span": {
"start": 74,
"end": 77,
"ctxt": 0
},
"stmts": []
},
"handler": {
"type": "CatchClause",
"span": {
"start": 78,
"end": 126,
"ctxt": 0
},
"param": null,
"body": {
"type": "BlockStatement",
"span": {
"start": 84,
"end": 126,
"ctxt": 0
},
"stmts": [
{
"type": "TryStatement",
"span": {
"start": 99,
"end": 116,
"ctxt": 0
},
"block": {
"type": "BlockStatement",
"span": {
"start": 103,
"end": 106,
"ctxt": 0
},
"stmts": []
},
"handler": {
"type": "CatchClause",
"span": {
"start": 107,
"end": 116,
"ctxt": 0
},
"param": null,
"body": {
"type": "BlockStatement",
"span": {
"start": 113,
"end": 116,
"ctxt": 0
},
"stmts": []
}
},
"finalizer": null
}
]
}
},
"finalizer": null
},
{
"type": "TryStatement",
"span": {
"start": 135,
"end": 152,
"ctxt": 0
},
"block": {
"type": "BlockStatement",
"span": {
"start": 139,
"end": 142,
"ctxt": 0
},
"stmts": []
},
"handler": {
"type": "CatchClause",
"span": {
"start": 143,
"end": 152,
"ctxt": 0
},
"param": null,
"body": {
"type": "BlockStatement",
"span": {
"start": 149,
"end": 152,
"ctxt": 0
},
"stmts": []
}
},
"finalizer": null
}
]
}
},
"finalizer": null
},
{
"type": "TryStatement",
"span": {
"start": 164,
"end": 197,
"ctxt": 0
},
"block": {
"type": "BlockStatement",
"span": {
"start": 168,
"end": 171,
"ctxt": 0
},
"stmts": []
},
"handler": {
"type": "CatchClause",
"span": {
"start": 172,
"end": 197,
"ctxt": 0
},
"param": {
"type": "Identifier",
"span": {
"start": 179,
"end": 180,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"body": {
"type": "BlockStatement",
"span": {
"start": 182,
"end": 197,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 184,
"end": 195,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 188,
"end": 194,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 188,
"end": 189,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 189,
"end": 194,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 191,
"end": 194,
"ctxt": 0
},
"kind": "any"
}
}
},
"init": null,
"definite": false
}
]
}
]
}
},
"finalizer": null
},
{
"type": "TryStatement",
"span": {
"start": 203,
"end": 222,
"ctxt": 0
},
"block": {
"type": "BlockStatement",
"span": {
"start": 207,
"end": 210,
"ctxt": 0
},
"stmts": []
},
"handler": null,
"finalizer": {
"type": "BlockStatement",
"span": {
"start": 219,
"end": 222,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "TryStatement",
"span": {
"start": 228,
"end": 257,
"ctxt": 0
},
"block": {
"type": "BlockStatement",
"span": {
"start": 232,
"end": 235,
"ctxt": 0
},
"stmts": []
},
"handler": {
"type": "CatchClause",
"span": {
"start": 236,
"end": 245,
"ctxt": 0
},
"param": null,
"body": {
"type": "BlockStatement",
"span": {
"start": 242,
"end": 245,
"ctxt": 0
},
"stmts": []
}
},
"finalizer": {
"type": "BlockStatement",
"span": {
"start": 254,
"end": 257,
"ctxt": 0
},
"stmts": []
}
},
{
"type": "TryStatement",
"span": {
"start": 263,
"end": 296,
"ctxt": 0
},
"block": {
"type": "BlockStatement",
"span": {
"start": 267,
"end": 270,
"ctxt": 0
},
"stmts": []
},
"handler": {
"type": "CatchClause",
"span": {
"start": 271,
"end": 284,
"ctxt": 0
},
"param": {
"type": "Identifier",
"span": {
"start": 278,
"end": 279,
"ctxt": 0
},
"value": "z",
"optional": false,
"typeAnnotation": null
},
"body": {
"type": "BlockStatement",
"span": {
"start": 281,
"end": 284,
"ctxt": 0
},
"stmts": []
}
},
"finalizer": {
"type": "BlockStatement",
"span": {
"start": 293,
"end": 296,
"ctxt": 0
},
"stmts": []
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
}
],
"interpreter": null
}