-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
Add a requireDir.resolve() which would return a map of the paths instead of a map of the required paths.
It would help plugins like browserify to follow your requires, without loosing time loading unnecessary modules.
I chose the name .resolve() to stay consistent with require.resolve().