Skip to main content
BaseOptions - node__vm.d.ts - Node documentation
interface BaseOptions

Usage in Deno

```typescript import { type BaseOptions } from "node:node__vm.d.ts"; ```

Properties

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.