abstract class JS::Code

Defined in:

js/code.cr

Constant Summary

JS_ALIASES = {} of String => String
OPERATOR_CALL_NAMES = ["+", "-", "*", "/", "**", "^", "//", "&", "|", "&&", "||", ">", ">=", "<", "<=", "==", "!="] of ::String

Macro Summary

Macro Detail

macro _eval_js_block(io, namespace, opts, &blk) #

[View source]
macro def_to_js(&blk) #

[View source]
macro js_alias(name, aliased_name) #

[View source]