import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { ScriptParsedEvent } = Protocol.Debugger;
Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
Properties
Identifier of the script parsed.
Line offset of the script within the resource with given URL (for script tags).
Column offset of the script within the resource with given URL.
Last line of the script.
Length of the last line of the script.
Specifies script creation context.
True, if this script is generated as a result of the live edit operation.
This script length.
JavaScript top stack frame of where the script parsed event was triggered if available.
If the scriptLanguage is WebAssembly, the code section offset in the module.
The language of the script.
If the scriptLanguage is WebASsembly, the source of debug symbols for the module.