defense-of-dot-js
defense-of-dot-js copied to clipboard
Has anyone released node.js polyfills for this yet?
Realizing that it's possible to monkeypatch require('module')._load
to polyfill the behavior specified here in Node, I figured someone might have released a polyfill already, but a cursory search hasn't turned up anything. Does anyone know of existing Node polyfills for this proposal, or should I work on one?