Skip to content

Instantly share code, notes, and snippets.

@jwerle
Created February 28, 2015 16:16
Show Gist options
  • Save jwerle/bdde2ebc33d21c7688d5 to your computer and use it in GitHub Desktop.
Save jwerle/bdde2ebc33d21c7688d5 to your computer and use it in GitHub Desktop.
var m = {exports: {}};
(function (module, exports, require) {
console.log(module, exports, require('./foo.js'));
})(m, m.exports, function (name) { return Function(String(fs.readFileSync(name)))(); });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment