@Tomasz Node.js doesn't allow easy customization of Module functionality, it's basically internal. You also need to be aware that internal API may change even between minor versions (e.g. one of my modules stopped working from v0.6.10 because it relied on internal function).
For such specific cases it might be wise to write you're own module loader and use that instead. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
