Skip to main content

[NodeMod Core]

/ .. / TraceOptions

Interface: TraceOptions

Defined in: src/enhanced/trace.ts:4

Configuration options for trace operations.

Properties

flags?

optional flags: number

Defined in: src/enhanced/trace.ts:6

Trace flags for filtering what to ignore (use nodemod.IGNORE constants)

ignore?

optional ignore: null | Entity

Defined in: src/enhanced/trace.ts:8

Entity to ignore during the trace

hullSize?

optional hullSize: number

Defined in: src/enhanced/trace.ts:10

Hull size for hull-based traces (use nodemod.HULL constants)