use Path;
use Result;
use crateDocumentFormat;
use cratebuild_ui_ast_bundle_from_file;
use crateUiLayout;
/// Build a UiLayout tree from a schema file.
///
/// This is a pure helper intended for use in build scripts or external
/// codegen tools. It relies only on the canonical UiAst visitor and the
/// internal ui_ast::layout representation.