Creates a transformation wrapper from a plugin transformation
new
PluginTransformationWrapper(plugin: TransformationPlugin,logger?: ILogger,)
Creates a new PluginTransformationWrapper
readonly
name: string
Human-readable name of the transformation
readonly
type: TransformationType
The transformation type identifier
private
readonly
plugin: TransformationPlugin
execute(rules: readonly string[],context?: ITransformationContext,): Promise<readonly string[]>
Executes the plugin transformation