mirror of https://github.com/lukechilds/node.git
Browse Source
This path adds an additional cache to the module system for caching the location of previously required modules. Since it is embedded in the loop that iterates over all require.paths, this patch also handles the case where require.paths is being modified. The patch also cleans up some code around it. See: https://groups.google.com/forum/#!topic/nodejs-dev/QGGlrvLDHVsv0.7.4-release
Felix Geisendörfer
14 years ago
committed by
Ryan Dahl
2 changed files with 33 additions and 14 deletions
Loading…
Reference in new issue