Render a component tree to source directories and files. Will ensure that all non-async scheduled jobs are completed before returning. If async jobs are found, an error will be thrown. Use renderAsync when asynchronous jobs are expected.
renderAsync
import { render } from "@alloy-js/core"; function render(children: Children, options?: PrintTreeOptions): OutputDirectory;