Skip to content

cleverboy32/ts-ast-parser

 
 

Repository files navigation

TypeScript Abstract Syntax Tree Parser


License: MIT TypeScript codecov Build and Test Workflow


Website   •   Playground

Note This project is still in beta until it reaches version 1.0.0. There could be breaking changes between minor versions.

What it is

Reflects a simplified version of the TypeScript AST generated from the TypeScript compiler.

Projects in this monorepo

Name Version Description
@ts-ast-parser/core @ts-ast-parser/core Reads the TS Compiler AST and reflects a simplified version of it
@ts-ast-parser/comment @ts-ast-parser/comment Parses comments that follow the JSDoc or TSDoc standard

Documentation

Documentation is available on the website

Contributing

See CONTRIBUTING.md for more information.

About

Simplifies the TypeScript AST for generating documentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.8%
  • JavaScript 5.3%
  • Handlebars 2.8%
  • Shell 0.1%