quokka icon indicating copy to clipboard operation
quokka copied to clipboard

Support of any language, compiled to JavaScript

Open darky opened this issue 8 years ago • 0 comments

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"

darky avatar Nov 24 '17 23:11 darky