itsdouges/typescript-transformer-handbook resource
📘 A comprehensive handbook on how to create transformers for TypeScript with code examples. observed · 2026-08-28
Health v2 · maintenance only
35/100
- Activity 6
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2440
- days_rel: n/a
- days_push: 565
- n_releases_24m: 0
Adoption not part of the score
1019 stars · 33 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A comprehensive handbook explaining how to write TypeScript transformers, covering the compiler pipeline, AST traversal, and transformation operations with code examples. It serves as a learning resource rather than a runnable library.
Use cases
- learn how to write a typescript transformer
- understand the typescript compiler ast pipeline
- manipulate typescript abstract syntax tree nodes
- add custom compile-time code transformations to typescript builds
- learn how to visit and replace ast nodes with the typescript api
- consume ts transformers with webpack or ttypescript
When to choose
- you are building a custom TypeScript transformer and need guided examples
- you want to understand TypeScript's parser, binder, and emit stages
- you need recipes for AST node manipulation, scoping, or import handling
When to avoid
- you need a ready-made transformer library rather than documentation
- you are working with Babel/SWC plugins instead of the TypeScript compiler API
- you need guaranteed up-to-date coverage of the latest TypeScript compiler internals
Facets
learning-resource · maturity maintenance
documentation compiler parser developer-tools compilers parsers tutorials developer-tools documentation cross-platform typescript-transformers ast code-generation handbook ts-transformer typescript nodejs
1 source
- readme: https://github.com/itsdouges/typescript-transformer-handbook · fetched 2026-08-28 · 5145114c6cae
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| itsdouges/typescript-transformer-handbook | main | 35 |
For agents
markdown · JSON · MCP: product_card(name="itsdouges/typescript-transformer-handbook")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem