Forbes Lindesay

Results 267 comments of Forbes Lindesay

I'm in favour of this, updating everything's a bit of a pain though.

I agree that the API seems useful and interesting. I feel like it might be confusing for the `JSON` transformer. Perhaps the methods should be `toObject` and `fromObject` or perhaps...

Personally, I think piping should be a higher level concern, not something we handle at this level. Our transform's uniform interface is a string, rather than an AST, so we...

Yes, we should wrap in a try catch to handle synchronous errors. I'd be happy to accept a pull request for this.

@RyanZim My experience of Gitter is that it almost always ends up not being used. I won't be logged in to it because I don't use it for work. It...

Yes, jade will have full built in support for jstransformers. See https://github.com/jadejs/jade/pull/1928 for approximately how this will be implemented.

I've added browserify to the list.

I agree with @tunnckoCore. This is definitely something we want to do, but I think this is about 6 months too early.

Actually, I think this change would be a really good idea. We could have it return both `render` and `renderAsync` (which we would polyfill for synchronous FNs). We could also...