interface BaseOptions
          
Usage in Deno
import { type BaseOptions } from "node:vm";
optional
filename: string | undefined
      
    Specifies the filename used in stack traces produced by this script.
optional
lineOffset: number | undefined
      
    Specifies the line number offset that is displayed in stack traces produced by this script.
optional
columnOffset: number | undefined
      
    Specifies the column number offset that is displayed in stack traces produced by this script.