Skip to content

Commit

Permalink
Fixes #1468: Missing 'export TypeHierarchyMiddleware' from api.ts (#1469
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dbaeumer authored Apr 25, 2024
1 parent 8e62556 commit 31fe8fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/common/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ export { TextDocumentSynchronizationMiddleware, DidOpenTextDocumentFeatureShape,
export { ProvideTypeDefinitionSignature, TypeDefinitionMiddleware } from './typeDefinition';
export { WorkspaceFolderMiddleware } from './workspaceFolder';
export { ProvideWorkspaceSymbolsSignature, ResolveWorkspaceSymbolSignature, WorkspaceSymbolMiddleware } from './workspaceSymbol';
export { PrepareTypeHierarchySignature, TypeHierarchySupertypesSignature, TypeHierarchySubtypesSignature, TypeHierarchyMiddleware } from './typeHierarchy';

export * from './client';

0 comments on commit 31fe8fe

Please sign in to comment.