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

292 lines
6.5 KiB
JSON

{
"type": "Script",
"span": {
"start": 18,
"end": 207,
"ctxt": 0
},
"body": [
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 33,
"end": 36,
"ctxt": 0
},
"value": "bar",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 18,
"end": 63,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 39,
"end": 63,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 45,
"end": 55,
"ctxt": 0
},
"expression": {
"type": "UnaryExpression",
"span": {
"start": 45,
"end": 54,
"ctxt": 0
},
"operator": "!",
"argument": {
"type": "AwaitExpression",
"span": {
"start": 46,
"end": 54,
"ctxt": 0
},
"argument": {
"type": "NumericLiteral",
"span": {
"start": 52,
"end": 54,
"ctxt": 0
},
"value": 42.0,
"raw": "42"
}
}
}
}
]
},
"generator": false,
"async": true,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 80,
"end": 84,
"ctxt": 0
},
"value": "bar1",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 65,
"end": 111,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 87,
"end": 111,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 93,
"end": 103,
"ctxt": 0
},
"expression": {
"type": "UnaryExpression",
"span": {
"start": 93,
"end": 102,
"ctxt": 0
},
"operator": "+",
"argument": {
"type": "AwaitExpression",
"span": {
"start": 94,
"end": 102,
"ctxt": 0
},
"argument": {
"type": "NumericLiteral",
"span": {
"start": 100,
"end": 102,
"ctxt": 0
},
"value": 42.0,
"raw": "42"
}
}
}
}
]
},
"generator": false,
"async": true,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 128,
"end": 132,
"ctxt": 0
},
"value": "bar3",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 113,
"end": 159,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 135,
"end": 159,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 141,
"end": 151,
"ctxt": 0
},
"expression": {
"type": "UnaryExpression",
"span": {
"start": 141,
"end": 150,
"ctxt": 0
},
"operator": "-",
"argument": {
"type": "AwaitExpression",
"span": {
"start": 142,
"end": 150,
"ctxt": 0
},
"argument": {
"type": "NumericLiteral",
"span": {
"start": 148,
"end": 150,
"ctxt": 0
},
"value": 42.0,
"raw": "42"
}
}
}
}
]
},
"generator": false,
"async": true,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 176,
"end": 180,
"ctxt": 0
},
"value": "bar4",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 161,
"end": 207,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 183,
"end": 207,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 189,
"end": 199,
"ctxt": 0
},
"expression": {
"type": "UnaryExpression",
"span": {
"start": 189,
"end": 198,
"ctxt": 0
},
"operator": "~",
"argument": {
"type": "AwaitExpression",
"span": {
"start": 190,
"end": 198,
"ctxt": 0
},
"argument": {
"type": "NumericLiteral",
"span": {
"start": 196,
"end": 198,
"ctxt": 0
},
"value": 42.0,
"raw": "42"
}
}
}
}
]
},
"generator": false,
"async": true,
"typeParameters": null,
"returnType": null
}
],
"interpreter": null
}