firescript
Version:
Firescript transpiler
23 lines • 421 B
JSON
{
"type": "Program",
"sourceType": "module",
"body": [
{
"type": "ThrowStatement",
"argument": {
"type": "NewExpression",
"callee": {
"type": "Identifier",
"name": "Error"
},
"arguments": [
{
"type": "Literal",
"raw": "'System error'",
"value": "System error"
}
]
}
}
]
}