Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@component@template_ergonomics_Compiled.hrl
Raw

include/lightspeed@component@template_ergonomics_Compiled.hrl

-record(compiled, {
compiled :: lightspeed@component@template_compiler:compiled_template(any(), any()),
applied_aliases :: list({binary(), binary()}),
applied_slot_defaults :: list(binary()),
signature :: binary()
}).