kingfisherts
v1.0.0-beta.7
Published
Node script to extract JSdocs and code from TypeScript AST in a normalized object
Downloads
1
Maintainers
Readme
LUL-Typescript-Jsdoc-Parser is a script file used to turn Typescript AST and JSdocs into a normalized tree which can then be iterated over to create documentation.
Run using node dist/index.js [directory] This will recursively traverse the given directory and parse all TS files into a single object.