An open API service indexing awesome lists of open source software.

https://github.com/romainmuller/tsc-transform-kit

An easier way to programmatically access TypeScript's transform API in an incremental solution builder.
https://github.com/romainmuller/tsc-transform-kit

developer-tools typescript-compiler typescript-transformer

Last synced: 10 months ago
JSON representation

An easier way to programmatically access TypeScript's transform API in an incremental solution builder.

Awesome Lists containing this project

README

          

# `tsc-transform-kit`
![Validation Build](https://github.com/RomainMuller/tsc-transform-kit/workflows/Validation%20Build/badge.svg)
[![Test Coverage](https://api.codeclimate.com/v1/badges/f5e414af50bc58245809/test_coverage)](https://codeclimate.com/github/RomainMuller/tsc-transform-kit/test_coverage)

This library provides an easy way to programatically run a TypeScript compiler
with custom transformations registered. It supports incremental builds as well
as `--watch` modules of operation.

[Transformer Handbook]: https://github.com/madou/typescript-transformer-handbook/blob/master/translations/en/transformer-handbook.md