Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dsherret/ts-morph

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
https://github.com/dsherret/ts-morph

ast code-generation javascript static-analysis typescript

Last synced: 6 days ago
JSON representation

TypeScript Compiler API wrapper for static analysis and programmatic code changes.

Awesome Lists containing this project

README

        

# ts-morph

[![CI](https://github.com/dsherret/ts-morph/workflows/CI/badge.svg)](https://github.com/dsherret/ts-morph/actions?query=workflow%3ACI)

Monorepo for [ts-morph](packages/ts-morph) and related projects.

## Packages

- [ts-morph](packages/ts-morph) - TypeScript Compiler API wrapper. Provides an easier way to programmatically navigate and manipulate TypeScript and JavaScript code.
- [@ts-morph/bootstrap](packages/bootstrap) - Separate library for getting quickly setup with the Compiler API.

## Resources

- [TypeScript AST Viewer](https://ts-ast-viewer.com)