ruff/crates/ty_wasm
Andrew Gallant 3bf4dae452 [ty] Make auto-import work in the playground
It turned out that we weren't quite funneling the new completion data
all the way through.

I followed the docs for [`CompletionItem`] for the Monaco editor. It's
similar, but not identical, to the LSP protocol specification.

[`CompletionItem`]: https://microsoft.github.io/monaco-editor/typedoc/interfaces/languages.CompletionItem.html
2025-09-19 14:35:51 -04:00
..
src [ty] Make auto-import work in the playground 2025-09-19 14:35:51 -04:00
tests Update salsa (#19258) 2025-07-18 12:14:28 -04:00
build.rs Use git-commit as ty playground version instead of 0.0.0 (#18314) 2025-05-26 11:55:11 +00:00
Cargo.toml Only enable js feature of uuid crate for wasm crates (#18152) 2025-05-26 10:33:51 +01:00