Node.js v22.7.0でTypeScriptのシンタックスをサポート
Node.js v22.7.0で--experimental-transform-types
が追加されたことで、v22.6.0ではサポートされなかったenums
やnamespace
といったTypeScriptの構文がJavaScriptに変換されるようになった。
Experimental transform types support
With the new flag —experimental-transform-types it is possible to enable the transformation of TypeScript-only syntax into JavaScript code.
This feature allows Node.js to support TypeScript syntax such as Enum and namespace.