2012/2/13 Nuno Job <[email protected]>: > Some discussion has done into how such API would look like: > > https://github.com/thejh/node-jsos/issues/2 > > If you go on and implement anything like this I would be super excited. I'm > also pretty sure you would have some suggestion to how the API should look > like. > > I've been waiting on Jann to do this cause it's his own project. Jann has > already implemented hooks into clarinet to make this efficient -- I think > event handlers return true or false according to if they should go into an > ignore state due to selectors. Jann?
Yes, the code at https://github.com/dscape/clarinet/compare/master...skip allows skipping object keys by returning true in "onopenobject" or "onkey". There's also a usage example: https://github.com/dscape/clarinet/blob/skip/samples/npm_getnano.js However, I currently don't have much time to work on this because of a few other projects (including stuff for school :/ ), so I won't hate anyone for doing a high-level library that uses this stuff. :P -- 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
