MCPcopy Create free account
hub / github.com/DIYgod/RSSHub /

Class

lib/shims/node-module.ts:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44// VM shim for Cloudflare Workers
45// JSDOM and some other libraries require vm module
46class ScriptShim {
47 private code: string;
48 constructor(code: string) {
49 this.code = code;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected