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
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
export interface SourcedEntry#SourcedStore
export class SourcedStore