blob: ac4666983bd79b544cc611feab57a3d29c986dfd [file] [log] [blame] [edit]
// Package transform is a helper package for writing extensions that work
// by applying transforms to bodies.
//
// It defines a type for body transformers, and then provides utilities in
// terms of that type for working with transformers, including recursively
// applying such transforms as heirarchical block structures are extracted.
package transform