UNPKG

firescript

Version:
60 lines 1.56 kB
{ "type": "Program", "sourceType": "module", "body": [ { "type": "VariableDeclaration", "kind": "const", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "foo" }, "init": { "type": "ObjectExpression", "properties": [ { "type": "Property", "key": { "type": "Identifier", "name": "bar" }, "value": { "type": "ObjectExpression", "properties": [ { "type": "Property", "key": { "type": "Identifier", "name": "bla" }, "value": { "type": "Literal", "raw": "1", "value": 1 }, "shorthand": false, "computed": false, "kind": "init", "method": false } ] }, "shorthand": false, "computed": false, "kind": "init", "method": false } ] }, "fsTyping": { "type": "FirescriptTyping", "name": "any" } } ] } ] }