typescript-ast-util
v1.2.1
Published
General utilities for traversing, selecting, manipulating TypeScript ast
Downloads
705
Maintainers
Readme
typescript-ast-util
IMPORTANT: a lot of objectives of this project were implemented in ts-simple-ast so it's kind of obsolete.
I feel that I'm collecting utilities used in several plugins so I'm putting them in this project.
TODO
- rename / alias findChild to findDescendant
- remove / investigate / rename / better jssdoc for findChild2()
- document createProgram and other utilities
- add example in ts-api playground