@study-lenses/tracing
    Preparing search index...

    Type Alias MetaConfig

    Cross-language execution limits and debugging options. Validated against meta-schema.ts (frozen wrapper around meta.schema.json) before being passed to tracers.

    type MetaConfig = {
        debug: { ast: boolean };
        max: MetaLimits;
        range: readonly [number, number] | null;
        timestamps: boolean;
    }
    Index

    Properties

    debug: { ast: boolean }

    Debug options

    Execution limits

    range: readonly [number, number] | null

    Line range to trace [start, end]; null = full code

    timestamps: boolean

    Whether to include timestamps in trace steps