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

168 lines
3.8 KiB
JSON

{
"type": "Module",
"span": {
"start": 124,
"end": 377,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 124,
"end": 167,
"ctxt": 0
},
"declaration": {
"type": "VariableDeclaration",
"span": {
"start": 131,
"end": 167,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 137,
"end": 166,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 137,
"end": 144,
"ctxt": 0
},
"value": "kSymbol",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 147,
"end": 166,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 147,
"end": 153,
"ctxt": 0
},
"value": "Symbol",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 154,
"end": 165,
"ctxt": 0
},
"value": "my-symbol",
"raw": "\"my-symbol\""
}
}
],
"typeArguments": null
},
"definite": false
}
]
}
},
{
"type": "ExportDeclaration",
"span": {
"start": 331,
"end": 377,
"ctxt": 0
},
"declaration": {
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 347,
"end": 348,
"ctxt": 0
},
"value": "b",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 349,
"end": 354,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 349,
"end": 354,
"ctxt": 0
},
"value": "value",
"optional": false,
"typeAnnotation": null
}
}
],
"decorators": [],
"span": {
"start": 338,
"end": 377,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 356,
"end": 377,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 362,
"end": 375,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 369,
"end": 374,
"ctxt": 0
},
"value": "value",
"optional": false
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
}
}
],
"interpreter": null
}