give test correct name #4
Annotations
10 errors
test:
src/extension.ts#L1
Cannot find module 'vscode' or its corresponding type declarations.
|
test:
src/flowr/internal-session.ts#L1
Cannot find module 'vscode' or its corresponding type declarations.
|
test:
src/flowr/internal-session.ts#L2
Cannot find module '@eagleoutice/flowr' or its corresponding type declarations.
|
test:
src/flowr/internal-session.ts#L3
Cannot find module '@eagleoutice/flowr' or its corresponding type declarations.
|
test:
src/flowr/internal-session.ts#L4
Cannot find module '@eagleoutice/flowr/util/range' or its corresponding type declarations.
|
test:
src/flowr/internal-session.ts#L5
Cannot find module '@eagleoutice/flowr/util/assert' or its corresponding type declarations.
|
test:
src/flowr/internal-session.ts#L24
Parameter 'version' implicitly has an 'any' type.
|
test:
src/flowr/internal-session.ts#L27
Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
|
test:
src/flowr/internal-session.ts#L30
Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
|
test:
src/test/extension.test.ts#L1
Cannot find module 'assert' or its corresponding type declarations.
|