Skip to main content

Module utils

Module utils 

Source

Structs§

CollectionReport
EngineError
Non-fatal compile failure. Build continues unless strict.
EngineReport

Functions§

build_schema_ctx
build_velite_record
velite-shaped record: { ...frontmatter, body, content, slug, permalink, path, ...optional html }.
is_js_ident
minify_js
Best-effort minifier: strip comments + collapse whitespace. Not a full parser; regex literals and JSX edge cases not handled.
pascal_case
kebab/snake/space case -> PascalCase. Empty input -> "Doc".
relative_from
POSIX-style relative path (forward slashes), canonicalising when possible.
wrap_mdx_module
Wrap MDX body in an ES-module shell, hoisting imports above the function.