It would be wonderful if the VM module (virtual machine) would let one catch the errors from trying to compile a Javascript source string, instead of having them go to stdout. Then one could build a little class browser as a web server; I think the rest of the ingredients needed are pretty much already available and reasonably easy to put together. I suppose a workaround would be to try the compilation twice, once in a slave process to check the syntax and then again in the regular process to get the object code, but that's no fun.
-- -- 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 --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
