property REPLServer.prototype.context
Usage in Deno
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.