Skip to content

getDiagnosticsForTree

Diagnostics collected during the render of rootNode.

import { getDiagnosticsForTree } from "@alloy-js/core";
function getDiagnosticsForTree(rootNode: AlloyNode): Diagnostic[];
rootNodeAlloyNode

Diagnostic[]