UNPKG

firescript

Version:
35 lines (34 loc) 888 B
{ "type": "Program", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "res" }, "init": { "type": "Literal", "value": "bla", "raw": "'bla'" } } ], "kind": "const", "leadingComments": [ { "type": "Block", "value": "\n variable comment\n", "range": [ 0, 23 ] } ] } ], "sourceType": "script" }