property CompileFunctionOptions.parsingContext
Usage in Deno
```typescript import { type CompileFunctionOptions } from "node:node__vm.d.ts"; ```The sandbox/context in which the said function should be compiled in.
Context | undefined