UNPKG

@jupyter-lsp/code-jumpers

Version:

Implementation underlying the jump to definition functionality in JupyterLab-LSP

5 lines 247 B
import { FileEditorJumper } from './jumpers/fileeditor'; import { CodeJumper } from './jumpers/jumper'; import { NotebookJumper } from './jumpers/notebook'; export { CodeJumper, NotebookJumper, FileEditorJumper }; //# sourceMappingURL=index.js.map