Documentation ¶
Index ¶
- Variables
- func Case(content string) (start, end int, err error)
- func Expression(content string) (start, end int, err error)
- func For(content string) (start, end int, err error)
- func Func(content string) (name, expr string, err error)
- func If(content string) (start, end int, err error)
- func SliceArgs(content string) (expr string, err error)
- func Switch(content string) (start, end int, err error)
- type Extractor
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrContainerFuncNotFound = errors.New("parser error: templ container function not found") ErrExpectedNodeNotFound = errors.New("parser error: expected node not found") )
Functions ¶
func Expression ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.