Skip to content

Commit

Permalink
Merge pull request #11 from CodinGame/expose-disposable-collection
Browse files Browse the repository at this point in the history
[FEAT] Expose DisposableCollection
  • Loading branch information
samuel-olivier authored Jun 6, 2022
2 parents 6b1f556 + c04f1a0 commit ffc1ed2
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 ffc1ed2

Please sign in to comment.