quokka
quokka copied to clipboard
Support of any language, compiled to JavaScript
Now quokka support only Babel and TypeScript. What if to make common case? Example configuration:
{
"compiler": {
"path": "...",
"options": {}
}
}
I think quokka simply run ts-node or babel inside. Similarly, you can start any other runtime.
This issue will be closed: https://github.com/wallabyjs/quokka/issues/92 Also this allow to avoid issues like: "Support my favorite language"