Skip to content

kerry-patrick-il/tree-surgeon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tree-surgeon

The goal of this project is to make refactoring large TypeScript files easier by providing helpful information about the structure of the code (using abstract syntax trees).

For example, say you have a 1000 line React component that you want to break into smaller pieces. Using mermaid syntax, tree-surgeon can generate a call tree showing which methods are being called by which other methods, allowing you to better identify seams for extracting code with high cohesion.

About

Make refactoring large TypeScript files easier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors