UNPKG

firescript

Version:
60 lines 1.57 kB
{ "type": "Program", "sourceType": "module", "body": [ { "type": "VariableDeclaration", "kind": "const", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "options" }, "init": { "type": "ObjectExpression", "properties": [ { "type": "Property", "key": { "type": "Identifier", "name": "encoding" }, "value": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "opts" }, "property": { "type": "Identifier", "name": "encoding" } }, "right": { "type": "Literal", "raw": "'utf8'", "value": "utf8" } }, "shorthand": false, "computed": false, "kind": "init", "method": false } ] }, "fsTyping": { "type": "FirescriptTyping", "name": "any" } } ] } ] }