BaseOptions - Node documentation
interface BaseOptions

Usage in Deno

import { type BaseOptions } from "node:vm";

Properties

optional
filename: string | undefined

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

optional
lineOffset: number | undefined

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

optional
columnOffset: number | undefined

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