Expand description
Build output parsing: manifest + templates -> page definitions. Pure functions operating on JSON strings, no filesystem I/O.
Structs§
- Page
DefOutput - Page definition produced by parse_build_output.
Functions§
- parse_
build_ output - Parse route-manifest.json and produce per-page definitions with layout chains, loader key assignments, and merged i18n_keys.
- parse_
i18n_ config - Parse i18n configuration from manifest JSON. Returns a structured JSON for runtime use.
- parse_
rpc_ hash_ map - Parse an RPC hash map JSON and produce a reverse lookup (hash -> original name).