Results 708 comments of Benjamin Gruenbaum

Sure, what do you mean?

**Edit**: nevermind, I see that this issue is about deno-lint. Detecting unhandled rejections for the general case in compile time is the [halting problem](https://en.wikipedia.org/wiki/Halting_problem) :] It's possible to warn in...

Yeah, I totally agree it would be useful - PR welcome :)

Yeah, I totally agree it would be useful - PR welcome :)

There was a proposal that allowed this - it was rejected (compositional functions) There was another proposal that allowed this (cancellable promise) which was also rejected. Sorry - the good...

@itsysabato - we can discuss this at Node - if you have a concrete proposal. However, I have to say chances are pretty slim.

All of these are possible but I doubt we should port them because they're mostly useful for direct `then` calls which should be gone with async/await. It incurs a overhead...

Initial work in https://github.com/benjamingr/bluebird-api/blob/master/promiseFns/then.js