TypeScript 5.0 Beta

by romellemon 1/26/23, 10:14 PMwith 2 comments
by michaelsalimon 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 mbStavolaon 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.