Skip to main content

Module parser

Module parser 

Source
Expand description

HTML parser for custom tags

Parses HTML documents and resolves custom tags like , , etc. Also handles <what> page directives for auth, routing, etc. Also handles .what config files for directory-level configuration.

Structs§

ReactiveReplaceResult
Result of reactive variable replacement
WiredVarDecl
A parsed variable declaration with its scope. Used for both data.wired (real-time push, scope filters delivery) and data.application (shared state, scope gates who may write via w-set).

Enums§

WiredScope
Scope for a wired variable — determines which WebSocket clients receive updates

Type Aliases§

ScopedVarDecl
Alias clarifying intent when a scoped decl governs write access rather than WebSocket delivery (e.g. data.application = ["revenue [admin]"]).