Skip to content

jordimarimon/ts-ast-parser

Repository files navigation

TypeScript Abstract Syntax Tree Parser


License: MIT TypeScript 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.