Versions in this module Expand all Collapse all v0 v0.1.1 Feb 8, 2023 Changes in this version + type CompiledView struct + CSS []byte + CSSHash string + DOM []byte + DOMHash string + Name string + SSR []byte + SSRHash string + type Compiler struct + func NewCompiler(dir string) (*Compiler, error) + func (c *Compiler) Compile() ([]*CompiledView, error) + type SSRCSS struct + Code string + type SSRResult struct + CSS SSRCSS + HEAD string + HTML string