The module object has these seven properties: exports, parent, filename, paths, loaded, exited and children. In some sample code I wrote, I see that the first five are getting set. However, it's not clear to me when exited and children are set. I expected that module.children would be an array of the modules that module had required, but it's always empty in my code. Do those properties really get set? If so, what triggers module.exited to get set to true?
-- R. Mark Volkmann Object Computing, Inc. -- 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
