function compileFunction
Usage
import { compileFunction } from "node:vm";
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