|
|
|
|
|
by the_duke
2470 days ago
|
|
> because the inference isn't making a breakage; just shifting around where the breakage appears That's a very valuable insight, and a concern in a lot of languages with advanced inference! The problem is exacerbated in Typescript though because it is fundamentally a practical, evolved layer over Javascript, with an unsound type system that likes to bail out to any. |
|