ElixirScript - converts Elixir to JavaScript

@bryanjos: I saw docs at github and have some questions:

  1. Do you support converting whole Elixir project into JavaScript app?
    I mean not only specified directory, but also config, tests and others?
  2. Is it possible to prefix JavaScript calls in Elixir code? :console.log("hello") => :js.console.log("hello"). This could conflict with libraries (I mainly think about :document).
  3. 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 module in Firefox Nightly and Uncaught SyntaxError: Unexpected token export in Chrome.
2 Likes