Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

jordimarimon/ts-ast-parser

Repository files navigation

🚨🚨 Note: 🚨🚨 This project is no longer maintained. Please consider other alternatives like tsmorph or typedoc

TypeScript Abstract Syntax Tree Parser


License: MIT TypeScript Build and Test Workflow


Website   •   Playground

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.