Jake Bailey

Results 1407 comments of Jake Bailey

I'd agree, though in pyright we explicitly have `Never` for that type (as I think `NoReturn` has different semantics, but maybe not). Comparing TS intersections with non-overlapping types: ![image](https://user-images.githubusercontent.com/5341706/129267880-d6896961-4a39-4187-bf53-7731ac0f534c.png) (Overall,...

I hit this in https://github.com/Definitelytyped/DefinitelyTyped/pull/67455; thankfully I can "work around" this, but it does seem like there's a huge string allocated. I do wonder if this could just be an...

> However, it would be nice to be able to reproduce it. If you're solely trying to verify it by hand, this happens on DefinitelyTyped for any change which modifies...

My instructions were incomplete; I'll test the PR for you, though!

These versions are well outside our documented support window; closing.

Just looking at old issues; given nobody knows what this is about anymore and everyone keeps trying things and they work, it's probably better to report new things when we...

Turns out this was fixed by #50309 (which I think has enough test coverage).

With `index.mjs` and tslib at both v1 or v2, I cannot reproduce this: ```ts import { __decorate, __metadata } from "tslib"; console.log(__decorate); console.log(__metadata); ``` Prints: ``` [Function: __decorate] [Function: __metadata]...

Dupe of #134, fixed back in tslib 2.4.0.