Skip to content

ScopedSpec

Defined in: output-transform/spec.ts:302

Apply a transform within a sub-path, optionally iterating over each element.

Replaces the .* wildcard string convention with a first-class AST node. When each is true, the inner transform is applied to every element (array) or value (record) at the path.

readonly each: boolean

Defined in: output-transform/spec.ts:305


readonly kind: "scoped"

Defined in: output-transform/spec.ts:303


readonly path: Path

Defined in: output-transform/spec.ts:304


readonly transform: OutputTransformSpec

Defined in: output-transform/spec.ts:306