Dan Vanderkam
Dan Vanderkam
related to #374
@fatcerberus true, but that can also cut the other way! See the deleted errors file for `javascriptThisAssignmentInStaticBlock.ts`. Ryan pointed out on another issue that inferring a type guard breaks this...
@fatcerberus yeah, see updated comment. I need to think about it a little more, but this might be a deal-breaker for this approach.
I'm feeling somewhat hopeful that this approach can be salvaged. Instead of requiring that: ``` falseType = Exclude ``` what we actually need is: ``` falseType = Exclude \forall T
That fix seemed to work and all tests pass, so we should be back in business. This is going to be a bit slower than the version that @typescript-bot [tested...
> @danvk So if I'm understanding correctly, this won't solve the OP of #57457 because that just does `.filter(value => value)` and you already stated that > > > We...
Notes on the changes from the various test suites that @typescript-bot ran: - user test suite - `1 instance of "Package install failed"` -- is this referring to the puppeteer...
I'd like one of these cross-browser compatibility badges: https://docs.saucelabs.com/reference/status-images/ Depends on #284 Depends on #192
Looks like this isn't quite ready yet :)
Since this project seems to have stalled, I've created a new one: [pyjsonselect](https://github.com/danvk/pyjsonselect/). It's based on the JS reference implementation and hence is fully conformant with all levels of the...