UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for AST navigation and code generation.

21 lines (13 loc) 632 B
--- title: Documentation --- ## Purpose Setup, navigation, and manipulation of the TypeScript AST can be a challenge. This library wraps the TypeScript compiler so it's simple. ## Installing You must additionally install a supported version of the TypeScript compiler as specified in the library's peer dependencies. ``` npm install --save-dev typescript@2.6.2 npm install --save-dev ts-simple-ast ``` ## Documentation Progress (Updated: 22 July 2017) 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.