Versions in this module Expand all Collapse all v0 v0.1.1 Feb 8, 2023 v0.1.0 Sep 18, 2022 Changes in this version + type Compiler struct + Dev bool + VM js.VM + func Load(vm js.VM) (*Compiler, error) + func (c *Compiler) DOM(path string, code []byte) (*DOM, error) + func (c *Compiler) SSR(path string, code []byte) (*SSR, error) + type DOM struct + CSS string + JS string + type SSR struct + CSS string + JS string + type Transformable = transform.Transformable + func NewTransformable(compiler *Compiler) *Transformable