Skip to content

Commit

Permalink
Export context hooks from NPM package entry point (jupyterlab#1020)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlqqq authored Oct 7, 2024
1 parent b15ebb5 commit 70c7755
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/jupyter-ai/src/contexts/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export * from './active-cell-context';
export * from './collaborators-context';
export * from './selection-context';
1 change: 1 addition & 0 deletions packages/jupyter-ai/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,5 @@ const plugin: JupyterFrontEndPlugin<IJaiCore> = {

export default [plugin, statusItemPlugin, completionPlugin, menuPlugin];

export * from './contexts';
export * from './tokens';

0 comments on commit 70c7755

Please sign in to comment.