diff --git a/doc/api/cli.md b/doc/api/cli.md index b3a42183558dc4..5808eea1d3b9cc 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1381,6 +1381,18 @@ added: Enable experimental support for the QUIC protocol. +### `--experimental-repl-typescript` + + + +> Stability: 1.0 - Early development + +Enable experimental support for TypeScript stripping in the REPL. Input that is +valid JavaScript is evaluated as JavaScript before falling back to TypeScript +type stripping. + ### `--experimental-sea-config`