10 votes

Announcing TypeScript 5.2 RC

1 comment

  1. buzziebee
    Link
    Decorator improvements look great. Using I probably wouldn't use super often, but I imagine for library Devs it will be very handy. The examples given here seem a lot more useful than some I saw...

    Decorator improvements look great.

    Using I probably wouldn't use super often, but I imagine for library Devs it will be very handy. The examples given here seem a lot more useful than some I saw when it first came out.

    Union of arrays is a painful problem so I'm glad that's getting fixed too. The simple example given isn't a great one (number[] | string[]), but I've hit that issue before with more complex examples.

    2 votes