Debugger.SetScriptSourceParameterType.dryRun - Node documentation
property Debugger.SetScriptSourceParameterType.dryRun

Usage in Deno

import { type Debugger } from "node:inspector";

If true the change will not actually be applied. Dry run may be used to get result description without actually modifying the code.

Type

boolean | undefined