CustomTransformers

sealed external interface CustomTransformers(source)

Properties

Link copied to clipboard
abstract var after: ReadonlyArray<Any>?

Custom transformers to evaluate after built-in .js transformations.

Link copied to clipboard

Custom transformers to evaluate after built-in .d.ts transformations.

Link copied to clipboard
abstract var before: ReadonlyArray<Any>?

Custom transformers to evaluate before built-in .js transformations.