Full-Stack Cultivation Path
Jul 26, 2024 · Backend Development
Node.js Gains Experimental Native TypeScript Support
Node.js merged PR #53725, introducing the --experimental-strip-types flag that lets developers run TypeScript files directly by transpiling them to JavaScript without type checking, while outlining current limitations such as missing enum and namespace support, .ts file handling, and source‑map absence.
Experimental SupportJavaScriptNode.js
0 likes · 4 min read
