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

250 lines
5.9 KiB
JSON

{
"type": "Script",
"span": {
"start": 51,
"end": 168,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 51,
"end": 90,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 55,
"end": 89,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 55,
"end": 59,
"ctxt": 0
},
"value": "foge",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NewExpression",
"span": {
"start": 62,
"end": 89,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 66,
"end": 83,
"ctxt": 0
},
"value": "SharedArrayBuffer",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 84,
"end": 88,
"ctxt": 0
},
"value": 1024.0,
"raw": "1024"
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 91,
"end": 126,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 95,
"end": 125,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 95,
"end": 102,
"ctxt": 0
},
"value": "species",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "MemberExpression",
"span": {
"start": 105,
"end": 125,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 105,
"end": 109,
"ctxt": 0
},
"value": "foge",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 109,
"end": 125,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 110,
"end": 124,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 110,
"end": 116,
"ctxt": 0
},
"value": "Symbol",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 117,
"end": 124,
"ctxt": 0
},
"value": "species",
"optional": false
}
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 127,
"end": 168,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 131,
"end": 167,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 131,
"end": 140,
"ctxt": 0
},
"value": "stringTag",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "MemberExpression",
"span": {
"start": 143,
"end": 167,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 143,
"end": 147,
"ctxt": 0
},
"value": "foge",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 147,
"end": 167,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 148,
"end": 166,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 148,
"end": 154,
"ctxt": 0
},
"value": "Symbol",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 155,
"end": 166,
"ctxt": 0
},
"value": "toStringTag",
"optional": false
}
}
}
},
"definite": false
}
]
}
],
"interpreter": null
}