Constructor.
an optional Readable stream to use. If not specified process.stdin
will be used.
an optional Writable stream to use. If not specified process.stdout
will be used.
an optional Writable stream to use. If not specified process.stderr
will be used.
an optional [[ConfigParameters]] object used to provide configuration to the runtime. If not specified an empty object will be used.
an optional esm-dynamic-plugins PluginManager implementation to use. If not specified a NodePluginManager instance will be used.
an optional [[RuntimeContext]] to use. If not specified a NodeRuntimeContext instance will be used.
Node implementation of a BaseRuntime.