djblets.pipeline.compilers.typescript¶
A pipeline compiler for TypeScript.
New in version 4.0.
- class TypeScriptCompiler(verbose, storage)¶
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.
- input_extension = 'ts'¶
- __annotations__ = {}¶