[ty] Add blurb for newer crates to `ty/CONTIBUTING.md (#22309)

Co-authored-by: Micha Reiser <micha@reiser.io>
This commit is contained in:
Rob Hand
2025-12-31 07:58:33 +00:00
committed by GitHub
parent 6433b88ffa
commit 758926eecd

View File

@@ -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