Expand description
Core types for the Eure Language Server.
This module contains types shared between native and WASM implementations.
Structs§
- Diagnostics
Subscription - Subscription for diagnostics with revision tracking (legacy per-URI).
- File
Diagnostics Subscription - Per-file diagnostics subscription with revision tracking.
- IoRequest
- Request to read a file from disk.
- IoResponse
- Response from reading a file.
- LspError
- LSP error information.
- Pending
Request - A pending LSP request waiting for assets to be resolved.
Enums§
- Command
Query - LSP commands wrapping query structs generated by #[query] macro.
- Command
Result - Result of executing a command query.
- Core
Request Id - Platform-agnostic request ID.
- Effect
- Effects the core needs the platform to perform.
- LspOutput
- Output messages from the core.