function compileFunction
Usage in Deno
```typescript import { compileFunction } from "node:node__vm.d.ts"; ```
compileFunction(): Function & { cachedData?: Script["cachedData"] | undefined; cachedDataProduced?: Script["cachedDataProduced"] | undefined; cachedDataRejected?: Script["cachedDataRejected"] | undefined; }
Compiles the given code into the provided context (if no context is
supplied, the current context is used), and returns it wrapped inside a
function with the given `params`.
optional
options: CompileFunctionOptions