getDiagnosticsForTree
Diagnostics collected during the render of rootNode.
import { getDiagnosticsForTree } from "@alloy-js/core";
function getDiagnosticsForTree(rootNode: AlloyNode): Diagnostic[];Parameters
Section titled “Parameters”| rootNode | AlloyNode |