Skip to main content
Module

x/astral/bindings/celestial.ts>Runtime_StackTrace

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias Runtime_StackTrace
import { type Runtime_StackTrace } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";

Call frames for assertions or error messages.

definition: { description?: string; callFrames: Runtime_CallFrame[]; parent?: Runtime_StackTrace; parentId?: Runtime_StackTraceId; }