On Feb 26, 8:09 pm, mscdex <[email protected]> wrote: > It'd be neat to be able to have specific modules' (bundled in the node > executable) exported functions not show their source code > when .toString()'ed, kind of like how native C++ functions show > "[native code]" when .toString()'ed.
Exactly. I mean which application framework on earth allows you to "view source" from the BINARIES?! (except HTML/JS!) The toString() function should just return a blank string from binary NodeJS apps. This would be really useful. -- 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
