swc/crates/swc_ecma_parser/tests/tsc/library-reference-scoped-packages.json

62 lines
1.2 KiB
JSON

{
"type": "Module",
"span": {
"start": 137,
"end": 156,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 137,
"end": 156,
"ctxt": 0
},
"declaration": {
"type": "VariableDeclaration",
"span": {
"start": 144,
"end": 156,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 150,
"end": 155,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 150,
"end": 151,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 154,
"end": 155,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
},
"definite": false
}
]
}
}
],
"interpreter": null
}