elixir_script v0.14.1 API Reference

Modules

Translates Elixir into JavaScript

Defines macros for HTML elements to be used to build up a virtual dom tree. The virtual dom tree defined here can then be used with macros defined in the VDom module or with the View module

Translates the given Elixir AST into JavaScript AST

This defines macros for updating a virual dom tree based on patches. This module is used in tandem with the Html module

Defines a module to handle view state. Handles the diffing and patching normally done manually using the VDom module

Translate Elixir code to javascript

Exceptions