Liking cljdoc? Tell your friends :D

dots.typescript.custom-transformers


aftercljs

(after custom-transformers)

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

Returns: (CustomTransformerFactory | TransformerFactory<SourceFile>)[] | undefined

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

**Returns:** `(CustomTransformerFactory | TransformerFactory<SourceFile>)[] | undefined`
sourceraw docstring

after-declarationscljs

(after-declarations custom-transformers)

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

Returns: (CustomTransformerFactory | TransformerFactory<SourceFile | Bundle>)[] | undefined

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

**Returns:** `(CustomTransformerFactory | TransformerFactory<SourceFile | Bundle>)[] | undefined`
sourceraw docstring

beforecljs

(before custom-transformers)

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

Returns: (CustomTransformerFactory | TransformerFactory<SourceFile>)[] | undefined

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

**Returns:** `(CustomTransformerFactory | TransformerFactory<SourceFile>)[] | undefined`
sourceraw docstring

set-after!cljs

(set-after! custom-transformers value)

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

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

set-after-declarations!cljs

(set-after-declarations! custom-transformers value)

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

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

set-before!cljs

(set-before! custom-transformers value)

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

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

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close