property REPLServer.prototype.context
Usage
import { REPLServer } from "node:repl";
The vm.Context provided to the eval function to be used for JavaScript
evaluation.
import { REPLServer } from "node:repl";
The vm.Context provided to the eval function to be used for JavaScript
evaluation.