elm-optimize-level-2/LINKS.md
Simon 74712fc670
Create LINKS.md
links how to use ts api
2020-07-31 11:01:00 -07:00

632 B

TODO sort and organize

Typescript stuff

runs queries on top of ts ast https://github.com/phenomnomnominal/tsquery

a resource to manipulate typescript code on a higher level https://github.com/JoshuaKGoldberg/TypeStat

description of ts internals https://basarat.gitbook.io/typescript/overview

practicle example how to create a ts program in memory (and use it) https://convincedcoder.com/2019/01/19/Processing-TypeScript-using-TypeScript/

how to write transformers (handbook) https://github.com/madou/typescript-transformer-handbook

typescript wiki https://github.com/Microsoft/TypeScript/wiki/Using-the-Compiler-API