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

612 lines
14 KiB
JSON

{
"type": "Script",
"span": {
"start": 1,
"end": 472,
"ctxt": 0
},
"body": [
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 15,
"end": 29,
"ctxt": 0
},
"value": "StaticToString",
"optional": false
},
"declare": true,
"span": {
"start": 1,
"end": 62,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 36,
"end": 60,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 43,
"end": 51,
"ctxt": 0
},
"value": "toString",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 36,
"end": 60,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 53,
"end": 59,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 55,
"end": 59,
"ctxt": 0
},
"kind": "void"
}
}
},
"kind": "method",
"isStatic": true,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 73,
"end": 76,
"ctxt": 0
},
"value": "foo",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 77,
"end": 107,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 77,
"end": 107,
"ctxt": 0
},
"value": "staticToString",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 91,
"end": 107,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 93,
"end": 107,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 93,
"end": 107,
"ctxt": 0
},
"value": "StaticToString",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 64,
"end": 165,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 109,
"end": 165,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 115,
"end": 163,
"ctxt": 0
},
"argument": {
"type": "BinaryExpression",
"span": {
"start": 122,
"end": 162,
"ctxt": 0
},
"operator": "instanceof",
"left": {
"type": "Identifier",
"span": {
"start": 122,
"end": 136,
"ctxt": 0
},
"value": "staticToString",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 148,
"end": 162,
"ctxt": 0
},
"value": "StaticToString",
"optional": false
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 181,
"end": 195,
"ctxt": 0
},
"value": "StaticToNumber",
"optional": false
},
"declare": true,
"span": {
"start": 167,
"end": 228,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 202,
"end": 226,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 209,
"end": 217,
"ctxt": 0
},
"value": "toNumber",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 202,
"end": 226,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 219,
"end": 225,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 221,
"end": 225,
"ctxt": 0
},
"kind": "void"
}
}
},
"kind": "method",
"isStatic": true,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 238,
"end": 241,
"ctxt": 0
},
"value": "bar",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 242,
"end": 272,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 242,
"end": 272,
"ctxt": 0
},
"value": "staticToNumber",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 256,
"end": 272,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 258,
"end": 272,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 258,
"end": 272,
"ctxt": 0
},
"value": "StaticToNumber",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 229,
"end": 330,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 274,
"end": 330,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 280,
"end": 328,
"ctxt": 0
},
"argument": {
"type": "BinaryExpression",
"span": {
"start": 287,
"end": 327,
"ctxt": 0
},
"operator": "instanceof",
"left": {
"type": "Identifier",
"span": {
"start": 287,
"end": 301,
"ctxt": 0
},
"value": "staticToNumber",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 313,
"end": 327,
"ctxt": 0
},
"value": "StaticToNumber",
"optional": false
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 346,
"end": 360,
"ctxt": 0
},
"value": "NormalToString",
"optional": false
},
"declare": true,
"span": {
"start": 332,
"end": 386,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 367,
"end": 384,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 367,
"end": 375,
"ctxt": 0
},
"value": "toString",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 367,
"end": 384,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 377,
"end": 383,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 379,
"end": 383,
"ctxt": 0
},
"kind": "void"
}
}
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 396,
"end": 399,
"ctxt": 0
},
"value": "baz",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 400,
"end": 422,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 400,
"end": 422,
"ctxt": 0
},
"value": "normal",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 406,
"end": 422,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 408,
"end": 422,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 408,
"end": 422,
"ctxt": 0
},
"value": "NormalToString",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 387,
"end": 472,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 424,
"end": 472,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 430,
"end": 470,
"ctxt": 0
},
"argument": {
"type": "BinaryExpression",
"span": {
"start": 437,
"end": 469,
"ctxt": 0
},
"operator": "instanceof",
"left": {
"type": "Identifier",
"span": {
"start": 437,
"end": 443,
"ctxt": 0
},
"value": "normal",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 455,
"end": 469,
"ctxt": 0
},
"value": "NormalToString",
"optional": false
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
}
],
"interpreter": null
}