Announcing TypeScript 5.0 RC - TypeScript
Barring any critical bug fixes, this is as good as done. The headline feature in 5.0 is likely to be decorators and Daniel does a rather extensive job of showing them off here. Other tweaks include being able to add const
modifiers to type parameter declarations, supporting multiple config files in extends
, and all enum
s are now union enum
s.
DANIEL ROSENWASSER
No comments:
Post a Comment