class Scriptimport { Script } from "https://dotland.deno.dev/std@0.116.0/node/vm.ts"; ConstructorsnewScript(code: string, _options?)MethodscreateCachedData()runInContext(_contextifiedObject: any, _options: any)runInNewContext(_contextObject: any, _options: any)runInThisContext(_options: any)