mirror of
https://github.com/astral-sh/ruff
synced 2026-01-21 05:20:49 -05:00
[ty] Add blurb for newer crates to `ty/CONTIBUTING.md (#22309)
Co-authored-by: Micha Reiser <micha@reiser.io>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user