logoalt Hacker News

alanningyesterday at 7:30 PM1 replyview on HN

Node v22.7.0 added support for TypeScript syntax that requires transformation:

`node --experimental-transform-types example.ts`

As for whether this matches your definition of "native support" or not...

Source: https://nodejs.org/en/blog/release/v22.7.0


Replies

wartijn_today at 3:46 AM

In Node 26 it will be removed

https://github.com/nodejs/node/pull/61803