@bryanjos: I saw docs at github and have some questions:
- Do you support converting whole
Elixirproject intoJavaScriptapp?
I mean not only specified directory, but alsoconfig,testsand others? - Is it possible to prefix JavaScript calls in
Elixircode?:console.log("hello")=>:js.console.log("hello"). This could conflict with libraries (I mainly think about:document). - I have a problem with last (4144) line:
export default Elixir;, I got error message:SyntaxError: export declarations may only appear at top level of a modulein Firefox Nightly andUncaught SyntaxError: Unexpected token exportin Chrome.


















