github.com/hashicorp/hcl/v2@v2.20.0/ext/transform/doc.go (about) 1 // Copyright (c) HashiCorp, Inc. 2 // SPDX-License-Identifier: MPL-2.0 3 4 // Package transform is a helper package for writing extensions that work 5 // by applying transforms to bodies. 6 // 7 // It defines a type for body transformers, and then provides utilities in 8 // terms of that type for working with transformers, including recursively 9 // applying such transforms as heirarchical block structures are extracted. 10 package transform