Skip to main content
Debugger.ScriptParsedEventDataType.isLiveEdit - inspector - Node documentation
property Debugger.ScriptParsedEventDataType.isLiveEdit
Unstable

Usage in Deno

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

True, if this script is generated as a result of the live edit operation.

Type

boolean | undefined