transform

external fun <T : Node> transform(    source: T,     transformers: <Error class: unknown class><TransformerFactory<T>>,     compilerOptions: CompilerOptions = definedExternally): TransformationResult<T>(source)
external fun <T : Node> transform(    source: <Error class: unknown class><T>,     transformers: <Error class: unknown class><TransformerFactory<T>>,     compilerOptions: CompilerOptions = definedExternally): TransformationResult<T>(source)

Transform one or more nodes using the supplied transformers.

Parameters

source

A single Node or an array of Node objects.

transformers

An array of TransformerFactory callbacks used to process the transformation.

compilerOptions

Optional compiler options.