|
|
|
|
|
by brundolf
1134 days ago
|
|
> has comments that affect how the code runs > Reading about JSDoc gives me the same uneasy feeling, even if it’s not quite the same thing The key difference with TypeScript is that even "real" TypeScript types never ever affect runtime behavior, they are purely descriptive. This is an explicit goal of the project (and they've had to make some compromises in other areas to uphold it), so I don't see it ever changing |
|