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