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

104 lines
2.1 KiB
JSON

{
"type": "Module",
"span": {
"start": 165,
"end": 235,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 165,
"end": 184,
"ctxt": 0
},
"declaration": {
"type": "VariableDeclaration",
"span": {
"start": 172,
"end": 184,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 178,
"end": 183,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 178,
"end": 179,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 182,
"end": 183,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
},
"definite": false
}
]
}
},
{
"type": "ImportDeclaration",
"span": {
"start": 206,
"end": 235,
"ctxt": 0
},
"specifiers": [
{
"type": "ImportSpecifier",
"span": {
"start": 215,
"end": 216,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 215,
"end": 216,
"ctxt": 0
},
"value": "x",
"optional": false
},
"imported": null,
"isTypeOnly": false
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 224,
"end": 234,
"ctxt": 0
},
"value": "@see/saw",
"raw": "\"@see/saw\""
},
"typeOnly": false,
"asserts": null
}
],
"interpreter": null
}