Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/astral/bindings/celestial.ts>Debugger_Scope

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

Scope description.

definition: { type:
| "global"
| "local"
| "with"
| "closure"
| "catch"
| "block"
| "script"
| "eval"
| "module"
| "wasm-expression-stack"
; object: Runtime_RemoteObject; name?: string; startLocation?: Debugger_Location; endLocation?: Debugger_Location; }