tree-sitter / tree-sitter

An incremental parsing system for programming tools

Home Page:https://tree-sitter.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Split tree_sitter_cli::generate off into its own crate

taktoa opened this issue · comments

Problem

The tree-sitter-cli generate module is useful for tools like rust-sitter, but because it is part of tree-sitter-cli, it brings along lots of unnecessary dependencies like webbrowser.

Expected behavior

It would be nice if there was a tree-sitter-generate package with more minimal dependencies.