microsoft / tslib

Runtime library for TypeScript helpers.
BSD Zero Clause License
1.24k stars 124 forks source link

'await using' normative changes #258

Closed rbuckton closed 1 month ago

rbuckton commented 2 months ago

This is the companion PR to microsoft/TypeScript#58624.

rbuckton commented 1 month ago

@DanielRosenwasser, we will probably want to ship a new tslib when we ship the RC.

DanielRosenwasser commented 1 month ago

This feels like a patch change. Any strong calls for this to be a minor version rev?

rbuckton commented 1 month ago

There's no api change, and while there is a behavior change it is one intended for correctness, so I'd say patch is fine.