strictcli v0.39.0 /typescript/src/sources
On this page

Per-parse provenance store, mirroring Go's sourcedStore (parse.go) and Python's _SourcedStore, where every resolved flag value carries a source label.

#typescript/src/sources

#typescript/src/sources

Per-parse provenance store, mirroring Go's sourcedStore (parse.go) and Python's _SourcedStore, where every resolved flag value carries a source label. Mutex and dependency checks are source-filtered so defaulted values never trigger violations.

Label strings are the cross-language provenance vocabulary and must match the siblings byte-for-byte (ctx.source() and config show expose them).

#SourceLabel

TS typescript
export type SourceLabel =

Per-parse provenance store, mirroring Go's sourcedStore (parse.go) and Python's _SourcedStore, where every resolved flag value carries a source label. Mutex and dependency checks are source-filtered so defaulted values never trigger violations.

Label strings are the cross-language provenance vocabulary and must match the siblings byte-for-byte (ctx.source() and config show expose them).

#SourcedEntry

TS typescript
export interface SourcedEntry

#SourcedStore

TS typescript
export class SourcedStore
Search