Skip to main content

Type Alias: ContextSpecSource

ContextSpecSource = "specIds" | "specDependsOn" | "includePattern" | "dependsOnTraversal"

Defined in: packages/core/src/application/use-cases/compile-context.ts:136

How a spec was collected into the context. Priority: specIds > specDependsOn > dependsOnTraversal > includePattern.