Hacker News new | ask | show | jobs
by throwitaway1123 312 days ago
In Node 22.7 and above you can enable features like enums and parameter properties with the --experimental-transform-types CLI option (not to be confused with the old --experimental-strip-types option).
1 comments

Excellent update! Thanks!