dougwilson / nodejs-depd

Deprecate all the things
MIT License
325 stars 87 forks source link

Make node_modules aware #7

Closed dougwilson closed 9 years ago

dougwilson commented 10 years ago

For when the module is installed, it would be nice if the stack tracing was node_modules-aware, where if a dep uses a dep, perhaps the displayed location would be the first frame outside the node_modules tree.

dougwilson commented 9 years ago

Not necessary for now--it will likely make the line confusing for the user, especially if they cannot influence it.