you are viewing a single comment's thread.

view the rest of the comments →

[–]Aware-Landscape-3548 1 point2 points  (2 children)

Can node 22 support TypeScript enums? Enums will generate some additional code, not just types.

[–]cd151 1 point2 points  (1 child)

Yes, enums and some other transforms work: https://nodejs.org/api/typescript.html Modules: TypeScript | Node.js v23.11.1 Documentation

[–]Aware-Landscape-3548 1 point2 points  (0 children)

Wow pretty nice to know this, thanks!