from Hacker News

TypeScript 5.0 Beta

by romellem on 1/26/23, 10:14 PM with 2 comments

  • by michaelsalim on 1/27/23, 1:45 AM

    Exciting to see Decorators on the next release. I personally find them really neat so I want to use them in some way. Unfortunately the last few times I tried it using the experimental flag, it came with more trouble compared to not using it. Will probably revisit it when it's out of beta.
  • by mbStavola on 1/27/23, 3:34 AM

    Kind of a bummer that decorator metadata won't be supported, but this is at least a step in the right direction.

    I'm looking forward to the day that I can write validation decorators for intersections, unions, and generics without doing any crazy hacks.