eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
10 lines • 511 B
TypeScript
/**
* Remaps an error stack trace using inline source maps to show original source locations.
*
* @param stack - The error stack trace to remap
* @param filename - The workflow filename to match in stack frames
* @param workflowCode - The workflow bundle code containing inline source maps
* @returns The remapped stack trace with original source locations
*/
export declare function remapErrorStack(stack: string, filename: string, workflowCode: string): string;
//# sourceMappingURL=source-map.d.ts.map