pub fn generate_framework_file(
manifest: &Manifest,
client_import_path: &str,
types_import_path: &str,
_preserve_docs: bool,
config: &FrameworkConfig<'_>,
) -> StringExpand description
Generates a complete framework-specific reactive wrapper file.
Returns an empty string when the manifest contains no procedures.