ElixirScript - converts Elixir to JavaScript

@Eiji

  1. Right now only a specific directory. I haven’t tested converting config or tests.

  2. Not possible right now, but something that could be up for discussion. I know clojurescript does something similar and it may be a good idea here. There is the “JS” modules which can be the jumping off point for that.

  3. Try using the “umd” format instead. The default is “es” which isn’t supported by browsers just yet

Edit: I probably need to do a good sweep of the docs to make sure they are up to date

1 Like