UNPKG

firescript

Version:
28 lines 522 B
{ "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" } ] } } ] }