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

230 lines
5.0 KiB
JSON

{
"type": "Script",
"span": {
"start": 21,
"end": 172,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 21,
"end": 35,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 25,
"end": 34,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 25,
"end": 26,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 26,
"end": 34,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 28,
"end": 34,
"ctxt": 0
},
"kind": "number"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 57,
"end": 75,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 61,
"end": 74,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 61,
"end": 69,
"ctxt": 0
},
"value": "BOOLEAN1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "TsNonNullExpression",
"span": {
"start": 72,
"end": 74,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 72,
"end": 73,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 113,
"end": 135,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 117,
"end": 134,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 117,
"end": 125,
"ctxt": 0
},
"value": "BOOLEAN2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 128,
"end": 134,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "UnaryExpression",
"span": {
"start": 128,
"end": 130,
"ctxt": 0
},
"operator": "!",
"argument": {
"type": "Identifier",
"span": {
"start": 129,
"end": 130,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 133,
"end": 134,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 156,
"end": 172,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 160,
"end": 171,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 160,
"end": 168,
"ctxt": 0
},
"value": "BOOLEAN3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "UnaryExpression",
"span": {
"start": 170,
"end": 170,
"ctxt": 0
},
"operator": "!",
"argument": {
"type": "Invalid",
"span": {
"start": 170,
"end": 170,
"ctxt": 0
}
}
},
"definite": false
}
]
}
],
"interpreter": null
}