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