Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Map ¶
type Map struct { DOM *transformer SSR *transformer }
Map aggregates all the platform-specific transformers
func Default ¶ added in v0.2.6
Default transformer TODO: this was required to get DI working with the *view.Generator. We should remove this
func Load ¶
func Load(transformables ...*Transformable) (*Map, error)
func MustLoad ¶
func MustLoad(transformables ...*Transformable) *Map
type Transformable ¶
Click to show internal directories.
Click to hide internal directories.