Skip to content

Commit

Permalink
feat: expose DisposableCollection
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-olivier committed Jun 6, 2022
1 parent 6b1f556 commit c04f1a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { BindContext, createLanguageClient, LanguageClient, LanguageClientDisposeReason, LanguageClientOptions } from './language-client'
import { bindLanguageClient, ConnectionClosedError, EndCause, LanguageClientBindingOptions, UnknownRequestHandler } from './language-client-mutualization'
import { ConnectionRequestCache } from './tools/cache'
import { DisposableCollection } from './tools/disposable'

export { bindLanguageClient, createLanguageClient }

Expand All @@ -13,5 +14,6 @@ export type {
ConnectionClosedError,
BindContext,
ConnectionRequestCache,
EndCause
EndCause,
DisposableCollection
}

0 comments on commit c04f1a0

Please sign in to comment.