UNPKG

firescript

Version:
45 lines (44 loc) 1.01 kB
{ "type": "Program", "sourceType": "module", "body": [ { "type": "VariableDeclaration", "kind": "const", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "obj" }, "init": { "type": "ObjectExpression", "properties": [ { "type": "Property", "key": { "type": "Identifier", "name": "log" }, "value": { "type": "Literal", "raw": "'log'", "value": "log" }, "shorthand": false, "computed": false, "kind": "init", "method": false } ] }, "fsTyping": { "type": "FirescriptTyping", "name": "any" } } ] } ] }