mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-07-18 18:25:00 +00:00
refactor: move entry resolver to query crate (#944)
This commit is contained in:
parent
356fc2daad
commit
d5c07b1ae3
7 changed files with 223 additions and 214 deletions
|
@ -18,6 +18,8 @@ mod upstream;
|
|||
pub use analysis::{LocalContext, LocalContextGuard, LspWorldExt};
|
||||
pub use upstream::{with_vm, CompletionFeat, PostfixSnippet};
|
||||
|
||||
mod entry;
|
||||
pub use entry::*;
|
||||
mod diagnostics;
|
||||
pub use diagnostics::*;
|
||||
mod code_action;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue