Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ScriptFailedToParseEventDataType

Index

Properties

endColumn

endColumn: number

Length of the last line of the script.

endLine

endLine: number

Last line of the script.

Optional executionContextAuxData

executionContextAuxData: __type

Embedder-specific auxiliary data.

executionContextId

executionContextId: ExecutionContextId

Specifies script creation context.

Optional hasSourceURL

hasSourceURL: boolean

True, if this script has sourceURL.

hash

hash: string

Content hash of the script.

Optional isModule

isModule: boolean

True, if this script is ES6 module.

Optional length

length: number

This script length.

scriptId

scriptId: ScriptId

Identifier of the script parsed.

Optional sourceMapURL

sourceMapURL: string

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

Optional stackTrace

stackTrace: StackTrace

JavaScript top stack frame of where the script parsed event was triggered if available.

experimental

startColumn

startColumn: number

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

startLine

startLine: number

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

url

url: string

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

Generated using TypeDoc