ts-simple-ast
Version:
TypeScript compiler wrapper for AST navigation and code generation.
20 lines (12 loc) • 471 B
Markdown
title: Documentation
## Purpose
Setup, navigation, and manipulation of the TypeScript AST can be a challenge. This library wraps the TypeScript compiler API so it's simple.
## Installing
Install as usual via npm:
```
npm install --save-dev ts-simple-ast
```
## Documentation Progress
I've been still slowly updating the documentation. I'm keeping it up to date with any new features, but some existing features don't have documentation.