Skip to content

module: add --experimental-transform-types flag

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.

Merge request reports

Loading