djblets.pipeline.compilers.typescript¶
A pipeline compiler for TypeScript.
New in version 4.0.
- class TypeScriptCompiler(verbose, storage)[source]¶
Bases:
ES6Compiler
A pipeline compiler which compiles .ts to .js.
To use this, add the path to this class to
settings.PIPELINE['COMPILERS']
.New in version 4.0.
- __annotations__ = {}¶