firescript
Version:
Firescript transpiler
35 lines (34 loc) • 888 B
JSON
{
"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"
}