Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dsherret/ts-morph
- Owner: dsherret
- License: mit
- Created: 2017-03-04T03:03:03.000Z (almost 8 years ago)
- Default Branch: latest
- Last Pushed: 2024-10-06T11:39:00.000Z (3 months ago)
- Last Synced: 2024-10-29T11:24:30.759Z (3 months ago)
- Topics: ast, code-generation, javascript, static-analysis, typescript
- Language: TypeScript
- Homepage: https://ts-morph.com
- Size: 28.1 MB
- Stars: 4,963
- Watchers: 23
- Forks: 195
- Open Issues: 269
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-nodejs - ts-morph - TypeScript Compiler API wrapper. Provides an easier way to programmatically navigate and manipulate TypeScript and JavaScript code. ![](https://img.shields.io/github/stars/dsherret/ts-morph.svg?style=social&label=Star) (Repository / AST)
- awesome-list - ts-morph
- awesome-typescript-ecosystem - ts-morph - TypeScript Compiler API wrapper for static analysis and programmatic code changes (Tools / Optimization)
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)