diff options
author | Nathan Whitaker <17734409+nathanwhit@users.noreply.github.com> | 2024-05-09 13:49:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-09 13:49:10 -0700 |
commit | 19c0633a947f2ee28cc07b59c32322151779101d (patch) | |
tree | ab7983bf954cd109517f80b42bd3199eb27efaa4 /cli/util/mod.rs | |
parent | 439b3b8db97106be44bb5fde9573632c20ed4e95 (diff) |
refactor(lsp): Have JS drive TSC event loop in LSP (#23565)
Diffstat (limited to 'cli/util/mod.rs')
-rw-r--r-- | cli/util/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/util/mod.rs b/cli/util/mod.rs index 7e0e1bd37..c8155dc51 100644 --- a/cli/util/mod.rs +++ b/cli/util/mod.rs @@ -12,6 +12,7 @@ pub mod gitignore; pub mod logger; pub mod path; pub mod progress_bar; +pub mod result; pub mod sync; pub mod text_encoding; pub mod time; |