Skip to content

Commit

Permalink
Merge pull request #12 from CodinGame/fix-disposable-collection-export
Browse files Browse the repository at this point in the history
[FIX] Properly export DisposableCollection
  • Loading branch information
samuel-olivier authored Jun 6, 2022
2 parents ffc1ed2 + 9714218 commit ae19431
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { bindLanguageClient, ConnectionClosedError, EndCause, LanguageClientBind
import { ConnectionRequestCache } from './tools/cache'
import { DisposableCollection } from './tools/disposable'

export { bindLanguageClient, createLanguageClient }
export { bindLanguageClient, createLanguageClient, DisposableCollection }

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

0 comments on commit ae19431

Please sign in to comment.