Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/astral/bindings/celestial.ts>Debugger_scriptParsed

A high-level puppeteer/playwright-like library for Deno
Latest
interface Debugger_scriptParsed
import { type Debugger_scriptParsed } from "https://deno.land/x/astral@0.3.5/bindings/celestial.ts";

Properties

Identifier of the script parsed.

url: string

URL or name of the script parsed (if any).

startLine: number

Line offset of the script within the resource with given URL (for script tags).

startColumn: number

Column offset of the script within the resource with given URL.

endLine: number

Last line of the script.

endColumn: number

Length of the last line of the script.

executionContextId: Runtime_ExecutionContextId

Specifies script creation context.

hash: string

Content hash of the script, SHA-256.

optional
executionContextAuxData: object

Embedder-specific auxiliary data likely matching {isDefault: boolean, type: 'default'|'isolated'|'worker', frameId: string}

optional
isLiveEdit: boolean
optional
sourceMapURL: string

URL of source map associated with script (if any).

optional
hasSourceURL: boolean

True, if this script has sourceURL.

optional
isModule: boolean

True, if this script is ES6 module.

optional
length: number

This script length.

optional
stackTrace: Runtime_StackTrace
optional
codeOffset: number
optional
scriptLanguage: Debugger_ScriptLanguage
optional
debugSymbols: Debugger_DebugSymbols
optional
embedderName: string