tree-sitter/crates/cli/src
Will Lillis 097c2d4f05 fix(cli): remove --emit=lib generate option
This also replaces the `--emit` option with an `--no-parser` flag. The
default value is false, meaning a parser is still generated by default.
2025-11-02 10:26:28 +01:00
..
fuzz refactor: deduplicate allocation code in tests 2025-09-18 20:29:54 -04:00
templates fix(cli): remove --emit=lib generate option 2025-11-02 10:26:28 +01:00
tests fix(test): correct language typo in test name 2025-10-30 18:24:42 +01:00
fuzz.rs refactor(cli): use the logger 2025-09-21 01:53:22 -04:00
highlight.rs refactor(cli): use the logger 2025-09-21 01:53:22 -04:00
init.rs fix(cli): remove --emit=lib generate option 2025-11-02 10:26:28 +01:00
input.rs Reorganize rust crates into a flat crates directory, simplify some CI steps (#4496) 2025-06-06 14:25:37 -07:00
logger.rs refactor(cli): use the logger 2025-09-21 01:53:22 -04:00
main.rs fix(cli): remove --emit=lib generate option 2025-11-02 10:26:28 +01:00
parse.rs perf: reduce needless allocations 2025-10-30 18:24:42 +01:00
playground.html fix(playground): add missing <html> tag 2025-09-11 17:06:34 -04:00
playground.rs refactor(cli): use the logger 2025-09-21 01:53:22 -04:00
query.rs refactor(cli): use the logger 2025-09-21 01:53:22 -04:00
query_testing.rs Reorganize rust crates into a flat crates directory, simplify some CI steps (#4496) 2025-06-06 14:25:37 -07:00
tags.rs Reorganize rust crates into a flat crates directory, simplify some CI steps (#4496) 2025-06-06 14:25:37 -07:00
test.rs fix(rust): apply Self usage in struct definition lint 2025-10-24 17:50:28 -04:00
test_highlight.rs style(cli): appease clippy 2025-09-28 05:54:28 -04:00
test_tags.rs style(cli): appease clippy 2025-09-28 05:54:28 -04:00
tests.rs test: clean up async boundary test 2025-09-23 01:19:14 -04:00
tree_sitter_cli.rs fix(rust): appease clippy 2025-09-16 03:51:13 -04:00
util.rs refactor(cli): use the logger 2025-09-21 01:53:22 -04:00
version.rs refactor(cli): use the logger 2025-09-21 01:53:22 -04:00
wasm.rs fix(wasm): fix alias map size computation 2025-09-18 18:34:27 -04:00