You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated elixir_script mix compiler to support compiling elixir_script paths in dependencies if dependency has mix compiler defined as well
Add Collectable protocol implementations
Updated for implementation to use Collectable
format option. Can now specify the module format of output.
Choices are:
* :es (default) for ES Modules
* :umd for UMD
* :common for CommonJS
Default input, output and format for elixirscript mix compiler. In a mix project by default the elixirscript compiler will look in lib/elixirscript and input and place output in priv/elixirscript. The default format is :es
Removed
receive
Process module
Fixed
JS module functions not translated properly when imported