Modules§
Structs§
- Compile
Output - Result of compiling HSML source with diagnostic support.
Functions§
- check_
content - Check HSML source for errors and warnings without compiling. Returns all diagnostics (both parse errors and validation warnings).
- compile_
content - Compile HSML source to HTML, exposed as a WASM binding.
- compile_
content_ core - Core compile logic shared by WASM and native callers.
- compile_
content_ diagnostics - Compile HSML source, returning structured diagnostics on error. On success, returns the HTML output along with any warnings.
- compile_
content_ with_ diagnostics - Compile HSML source and return a JS object with HTML output and diagnostics.