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

146 lines
3.2 KiB
JSON

{
"type": "Script",
"span": {
"start": 1,
"end": 83,
"ctxt": 0
},
"body": [
{
"type": "TsModuleDeclaration",
"span": {
"start": 1,
"end": 49,
"ctxt": 0
},
"declare": false,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 8,
"end": 13,
"ctxt": 0
},
"value": "Tools",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 14,
"end": 49,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 20,
"end": 47,
"ctxt": 0
},
"declaration": {
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 33,
"end": 43,
"ctxt": 0
},
"value": "NullLogger",
"optional": false
},
"declare": false,
"span": {
"start": 27,
"end": 47,
"ctxt": 0
},
"decorators": [],
"body": [],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
}
}
]
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 51,
"end": 83,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 55,
"end": 82,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 55,
"end": 61,
"ctxt": 0
},
"value": "logger",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 64,
"end": 82,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 64,
"end": 80,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 64,
"end": 69,
"ctxt": 0
},
"value": "Tools",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 70,
"end": 80,
"ctxt": 0
},
"value": "NullLogger",
"optional": false
}
},
"arguments": [],
"typeArguments": null
},
"definite": false
}
]
}
],
"interpreter": null
}