CustomTransformers

sealed external interface CustomTransformers(source)

Properties

Link copied to clipboard
abstract var after: <Error class: unknown class><Any>?

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

Link copied to clipboard
abstract var afterDeclarations: <Error class: unknown class><Any>?

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

Link copied to clipboard
abstract var before: <Error class: unknown class><Any>?

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