Versions in this module Expand all Collapse all v0 v0.0.1 Nov 5, 2023 Changes in this version + type Client struct + func New(rs *resources.Spec) *Client + func (c *Client) Process(res resources.ResourceTransformer, options Options) (resource.Resource, error) + type Options struct + Compact *bool + Config string + Minified bool + NoBabelrc bool + NoComments bool + SourceMap string + Verbose bool + func DecodeOptions(m map[string]any) (opts Options, err error)