deno.com

interface BaseOptions

Properties #

#filename: string | undefined
optional

Specifies the filename used in stack traces produced by this script.

#lineOffset: number | undefined
optional

Specifies the line number offset that is displayed in stack traces produced by this script.

#columnOffset: number | undefined
optional

Specifies the column number offset that is displayed in stack traces produced by this script.