https://github.com/htfy96/ts-visualizer
Parse and Visualize Syntax Tree, entirely in browser
https://github.com/htfy96/ts-visualizer
react tree-sitter
Last synced: 11 months ago
JSON representation
Parse and Visualize Syntax Tree, entirely in browser
- Host: GitHub
- URL: https://github.com/htfy96/ts-visualizer
- Owner: htfy96
- License: apache-2.0
- Created: 2024-09-29T02:43:35.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-07-15T02:33:14.000Z (11 months ago)
- Last Synced: 2025-07-15T07:04:24.616Z (11 months ago)
- Topics: react, tree-sitter
- Language: JavaScript
- Homepage: https://intmainreturn0.com/ts-visualizer/
- Size: 7.01 MB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TS-Visualizer
TS-Visualizer is a web-only, local-only implementation of AST parser and visualizer. Feel free to give it a try at [the official Github page](https://intmainreturn0.com/ts-visualizer/).
Internally, it parses the source code entirely in browser thanks to [Tree-Sitter](https://github.com/tree-sitter/tree-sitter/)'s WASM support. It uses [tree-sitter-langs](https://github.com/emacs-tree-sitter/tree-sitter-langs/tree/master/repos)'s compilation of language parsers.
Any contribution will be highly welcomed. Since this is a hobby project, the code is unpolished, and support will be on best-effort basis.
## License
Apache v2