File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
javascript-kernel-extension/src Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 66 JupyterFrontEndPlugin
77} from '@jupyterlab/application' ;
88
9- import type { IKernel } from '@jupyterlite/services' ;
9+ import type { IKernel } from '@jupyterlite/services/lib/kernel ' ;
1010
11- import { IKernelSpecs } from '@jupyterlite/services' ;
11+ import { IKernelSpecs } from '@jupyterlite/services/lib/kernel ' ;
1212
1313import { JavaScriptKernel } from '@jupyterlite/javascript-kernel' ;
1414
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { PageConfig } from '@jupyterlab/coreutils';
22
33import type { KernelMessage } from '@jupyterlab/services' ;
44
5- import { BaseKernel , type IKernel } from '@jupyterlite/services' ;
5+ import { BaseKernel , type IKernel } from '@jupyterlite/services/lib/kernel ' ;
66
77import { PromiseDelegate } from '@lumino/coreutils' ;
88
Original file line number Diff line number Diff line change 77
88import type { Remote } from 'comlink' ;
99
10- import { IWorkerKernel } from '@jupyterlite/services' ;
10+ import { IWorkerKernel } from '@jupyterlite/services/lib/kernel ' ;
1111
1212/**
1313 * An interface for JavaScript workers.
Original file line number Diff line number Diff line change 1414 "noUnusedLocals" : true ,
1515 "preserveWatchOutput" : true ,
1616 "resolveJsonModule" : true ,
17- "skipLibCheck" : true ,
1817 "strict" : true ,
1918 "strictNullChecks" : true ,
2019 "target" : " es2019" ,
You can’t perform that action at this time.
0 commit comments