mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
refactor(lsp): use deno_ast and cache swc ASTs (#11780)
This commit is contained in:
parent
a5bcf7033e
commit
2c2e3ec1ca
39 changed files with 1037 additions and 1758 deletions
|
@ -10,6 +10,7 @@ mod code_lens;
|
|||
mod completions;
|
||||
mod config;
|
||||
mod diagnostics;
|
||||
mod document_source;
|
||||
mod documents;
|
||||
pub(crate) mod language_server;
|
||||
mod lsp_custom;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue