Skip to main content
Module

x/astral/bindings/celestial.ts>Debugger_Location

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

Location in the source code.

definition: { scriptId: Runtime_ScriptId; lineNumber: number; columnNumber?: number; }