vox-core
Version:
Runtime de aplicaciones multiplataforma
56 lines • 1.08 kB
JSON
{
"type": "Program",
"body": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "e"
},
"init": {
"type": "FunctionExpression",
"id": null,
"params": [],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "e"
},
"init": {
"type": "AwaitExpression",
"argument": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "james"
},
"arguments": []
}
}
}
],
"kind": "var"
}
]
},
"generator": false,
"expression": false,
"async": true
}
}
],
"kind": "var"
}
],
"sourceType": "module"
}