Skip to content

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

License

Notifications You must be signed in to change notification settings

zoodogood/ts-morph

 
 

Repository files navigation

ts-morph

querySelectorAll feature

This fork is a code essay that explores the possibilities and potential drawbacks of implementing css-like queries searches for elements within a graph and for ts-morph library
Summary: without classifications-level caching, this system does an unnecessary amount of work; classifications caching in a graph should be done at the level of the structure itself, not from the side.
Working catalog: packages/ts-morph/src/querySelectorAll

CI

Monorepo for ts-morph and related projects.

Packages

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

Resources

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%