diff --git a/doc/api/cli.md b/doc/api/cli.md index c0dfcd418b96a1..78d342f0f90cda 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -933,6 +933,15 @@ files with no extension will be treated as WebAssembly if they begin with the WebAssembly magic number (`\0asm`); otherwise they will be treated as ES module JavaScript. +### `--experimental-enable-transformation` + + + +Enables the transformation of TypeScript-only syntax into JavaScript code. +Implies `--experimental-strip-types`. + ### `--experimental-eventsource`