Skip to main content

Module build

Module build 

Source
Expand description

Build output parsing: manifest + templates -> page definitions. Pure functions operating on JSON strings, no filesystem I/O.

Structs§

PageDefOutput
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).