restart every time #68
Annotations
11 errors
|
Run npm run vscode:prepublish:
src/PreviewManager.ts#L2
Module '"../node_modules/arepl-backend"' has no exported member 'PythonExecutors'.
|
Run npm run vscode:prepublish:
src/toAREPLLogic.ts#L1
Module '"../node_modules/arepl-backend"' has no exported member 'PythonExecutors'.
|
Run npm run vscode:prepublish:
test/suite/previewContainer.test.ts#L6
Module '"../../node_modules/arepl-backend"' has no exported member 'PythonExecutor'.
|
Run npm run vscode:prepublish:
test/suite/previewContainer.test.ts#L76
Argument of type '{ caller: string; done: true; execTime: number; internalError: string; lineno: number; totalPyTime: number; totalTime: number; userError: UserError; userErrorMsg: string; userVariables: {}; startResult: boolean; evaluatorName: string; }' is not assignable to parameter of type 'PythonResult'.
|
Run npm run vscode:prepublish:
test/suite/previewContainer.test.ts#L96
Argument of type '{ caller: string; done: true; execTime: number; internalError: string; lineno: number; totalPyTime: number; totalTime: number; userError: UserError; userErrorMsg: string; userVariables: {}; startResult: boolean; evaluatorName: string; }' is not assignable to parameter of type 'PythonResult'.
|
Run npm run vscode:prepublish:
test/suite/previewContainer.test.ts#L119
Argument of type '{ caller: string; done: true; execTime: number; internalError: string; lineno: number; totalPyTime: number; totalTime: number; userError: UserError; userErrorMsg: string; userVariables: {}; startResult: boolean; evaluatorName: string; }' is not assignable to parameter of type 'PythonResult'.
|
Run npm run vscode:prepublish:
test/suite/previewContainer.test.ts#L139
Argument of type '{ caller: string; done: true; execTime: number; internalError: string; lineno: number; totalPyTime: number; totalTime: number; userError: UserError; userErrorMsg: string; userVariables: {}; startResult: boolean; evaluatorName: string; }' is not assignable to parameter of type 'PythonResult'.
|
Run npm run vscode:prepublish:
test/suite/previewContainer.test.ts#L159
Argument of type '{ caller: string; done: true; execTime: number; internalError: string; lineno: number; totalPyTime: number; totalTime: number; userError: UserError; userErrorMsg: string; userVariables: { ...; }; startResult: boolean; evaluatorName: string; }' is not assignable to parameter of type 'PythonResult'.
|
Run npm run vscode:prepublish:
test/suite/previewContainer.test.ts#L179
Argument of type '{ caller: string; done: false; execTime: number; internalError: string; lineno: number; totalPyTime: number; totalTime: number; userError: UserError; userErrorMsg: string; userVariables: { ...; }; startResult: boolean; evaluatorName: string; }' is not assignable to parameter of type 'PythonResult'.
|
Run npm run vscode:prepublish:
test/suite/previewContainer.test.ts#L199
Argument of type '{ caller: string; done: false; execTime: number; internalError: string; lineno: number; totalPyTime: number; totalTime: number; userError: UserError; userErrorMsg: string; userVariables: { ...; }; startResult: boolean; evaluatorName: string; }' is not assignable to parameter of type 'PythonResult'.
|
Loading