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.
- Host: GitHub
- URL: https://github.com/romainmuller/tsc-transform-kit
- Owner: RomainMuller
- License: apache-2.0
- Created: 2020-01-29T16:31:01.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2022-06-16T15:05:19.000Z (over 3 years ago)
- Last Synced: 2025-02-04T14:44:43.464Z (11 months ago)
- Topics: developer-tools, typescript-compiler, typescript-transformer
- Language: TypeScript
- Homepage:
- Size: 2.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# `tsc-transform-kit`

[](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