--
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 nod...@googlegroups.com
To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en
Can't you just add a custom toString property to promises?
> Is the code of th...
I had some crazy ideas to help you if you forget to use an async
version. I could recommend that you proxy a module on import, and if
you're not in a promise-creation block, I can quickly resolve to the
real version. I'll give it a shot and see if it feels good.
@Mariusz, I'm not sure I understand. How would you change the syntax I
posted above?
Awesome! When would app developers be able to use proxies in V8 without flag?
We have no immediate plans for that. The feature has to be field-tested first. Since it touches so many corners of the implementation, there is lots of opportunities for fatal bugs. So we want to be confident that everything works as expected before turning it on for everybody.
@Mariusz, I'm not sure I understand. How would you change the syntax I
posted above?
@Mariusz - Thanks! I need to digest this and the other frameworks, try
a few things and see how it ends up.