Release v0.32.1
Unclaimed project
Are you a maintainer of elixirscript? Claim this project to take control of your public changelog and roadmap.
Changelog
Converts Elixir to JavaScript
Last updated about 7 years ago
Release v0.32.1
Release v0.28.0
superdefoverridableIO.inspect\1, IO.puts\1, IO.puts\2, IO.warn\1Elixir.load for loading generated JavaScript modules in bundled output.
Unlike Elixir.start, this will only call __load on the module and return the functions on itconst exports = Elixir.load(Elixir.MyApp);
exports.hello();
for translationMultiple when clauses in guards
Kernel.defdelegate/2
js_modules configuration option has been added. This is a keyword list of JavaScript modules that will be used.
js_modules: [
{React, "react"},
{ReactDOM, "react-dom"}
]
js-module flag has been added to the CLI in order to pass js modules.
e...
Reference implementation of Anoma
Simple, open source, lightweight and privacy-friendly web analytics alternative to Google Analytics.
Elixir is a dynamic, functional language for building scalable and maintainable applications
Peace of mind from prototype to production