Umbra v0.1.0 Umbra.CodeGenerator View Source

This module generate code.

It is used for client-side and server-side function generation.

Link to this section Summary

Link to this section Functions

Link to this function

add_to_module(functions)

View Source
Link to this function

generate_client_function(type, definition, opts)

View Source
Link to this function

generate_function(function_name, arguments, body, decorator, private, guards)

View Source
Link to this function

generate_server_function(type, definition, opts)

View Source