Function: interpolateWithDiagnostic()
function interpolateWithDiagnostic(text, context): object;
Defined in: packages/kata-core/src/runtime/evaluator.ts:105
Interpolates text with structured error collection.
Parameters
text
string
context
Record<string, any>
Returns
object
errors
errors: string[];
result
result: string;