firescript
Version:
Firescript transpiler
24 lines (23 loc) • 551 B
JSON
{
"type": "Program",
"body": [
{
"type": "ImportDeclaration",
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"local": {
"type": "Identifier",
"name": "banana"
}
}
],
"source": {
"type": "Literal",
"value": "banana",
"raw": "'banana'"
}
}
],
"sourceType": "module"
}