firescript
Version:
Firescript transpiler
28 lines • 522 B
JSON
{
"type": "Program",
"sourceType": "module",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "foo"
},
"arguments": [
{
"type": "Literal",
"raw": "'bla'",
"value": "bla"
},
{
"type": "Literal",
"raw": "'blub'",
"value": "blub"
}
]
}
}
]
}