It’s not the most interesting Node release ever, but Temporal being enabled is nice. Hopefully Safari and Bun will follow soon, so it’ll be a viable option for personal projects without using polyfills.
The removal of --experimental-transform-types[0] is interesting too. With type stripping being enabled by default (in a patch of v25 I think), and Typescript getting the setting erasableSyntaxOnly, we might see older typescript features like enums slowly getting phased out.
wartijn_•1h ago
The removal of --experimental-transform-types[0] is interesting too. With type stripping being enabled by default (in a patch of v25 I think), and Typescript getting the setting erasableSyntaxOnly, we might see older typescript features like enums slowly getting phased out.
[0] https://github.com/nodejs/node/pull/61803