mirror of
https://github.com/slint-ui/slint.git
synced 2025-12-23 09:19:32 +00:00
No behavior should change in this patch! Move all the code directly related to the LSP into a `language` module, with `server_loop.rs` becoming `language.rs`, managing that module. All the preview related code is moved into `preview`, with `preview.rs` basically forwarding to `native.rs` and `wasm.rs`. Code accessed from both `language` and `preview` stayed where it was. |
||
|---|---|---|
| .. | ||
| compiler | ||
| figma_import | ||
| fmt | ||
| lsp | ||
| slintpad | ||
| tr-extractor | ||
| updater | ||
| viewer | ||