Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.07 KB

readme.md

File metadata and controls

19 lines (12 loc) · 1.07 KB

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