dougwilson / nodejs-depd

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

extract the callsite logic into a separate module #13

Closed jonathanong closed 5 years ago

jonathanong commented 9 years ago

wanna be able to just do var str = callsite() or something.

dougwilson commented 9 years ago

I've wanted to do it, but there are already quite a few on npm. They didn't fully fit my needs, especially with 0.6 functionality and a few other things. Perhaps we can take over of of the existing names.

jonathanong commented 9 years ago

https://github.com/tj/callsite?

dougwilson commented 9 years ago

That would work.