From 758926eecd4bfb412eba1679a89d288ed4c0e93a Mon Sep 17 00:00:00 2001 From: Rob Hand <146272+sinon@users.noreply.github.com> Date: Wed, 31 Dec 2025 07:58:33 +0000 Subject: [PATCH] [ty] Add blurb for newer crates to `ty/CONTIBUTING.md (#22309) Co-authored-by: Micha Reiser --- crates/ty/CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crates/ty/CONTRIBUTING.md b/crates/ty/CONTRIBUTING.md index 388892cf62..775b0ac124 100644 --- a/crates/ty/CONTRIBUTING.md +++ b/crates/ty/CONTRIBUTING.md @@ -102,6 +102,10 @@ crates shared with Ruff, such as `ruff_db`, `ruff_python_ast`, and `ruff_python_ annotations for the Python standard library. - `ty_wasm`: library crate for exposing ty as a WebAssembly module. Powers the [ty Playground](https://play.ty.dev/). +- `ty_completion_eval`: Framework for evaluating completion suggestions returned by the ty LSP. +- `ty_module_resolver`: The module resolver, which allows resolving imports to their modules. +- `ty_static`: Lists the known environment variables used by `ty`. +- `ty_combine`: Utility crate containing the `Combine` trait, which is used to combine `Options`. ## Writing tests