-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsc_out.txt
More file actions
33 lines (33 loc) · 7.77 KB
/
Copy pathtsc_out.txt
File metadata and controls
33 lines (33 loc) · 7.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
src/components/LinuxPanel.tsx(37,33): error TS7016: Could not find a declaration file for module 'v86'. 'C:/Users/joyon/wtc-round-2-group-1-4bytes/node_modules/v86/build/libv86.mjs' implicitly has an 'any' type.
Try `npm i --save-dev @types/v86` if it exists or add a new declaration (.d.ts) file containing `declare module 'v86';`
src/lib/emceptionClient.ts(85,30): error TS2322: Type '(value: { exitCode: number; stdout: string; stderr: string; } | PromiseLike<{ exitCode: number; stdout: string; stderr: string; }>) => void' is not assignable to type '(value: unknown) => void'.
Types of parameters 'value' and 'value' are incompatible.
Type 'unknown' is not assignable to type '{ exitCode: number; stdout: string; stderr: string; } | PromiseLike<{ exitCode: number; stdout: string; stderr: string; }>'.
src/lib/emceptionClient.ts(106,30): error TS2322: Type '(value: void | PromiseLike<void>) => void' is not assignable to type '(value: unknown) => void'.
Types of parameters 'value' and 'value' are incompatible.
Type 'unknown' is not assignable to type 'void | PromiseLike<void>'.
src/lib/emceptionClient.ts(116,30): error TS2322: Type '(value: Uint8Array<ArrayBufferLike> | PromiseLike<Uint8Array<ArrayBufferLike> | null> | null) => void' is not assignable to type '(value: unknown) => void'.
Types of parameters 'value' and 'value' are incompatible.
Type 'unknown' is not assignable to type 'Uint8Array<ArrayBufferLike> | PromiseLike<Uint8Array<ArrayBufferLike> | null> | null'.
src/lib/storage.ts(714,9): error TS2416: Property 'createProfile' in type 'ElectronFileSystemAdapter' is not assignable to the same property in base type 'FileSystemAdapter'.
Type '() => Promise<void>' is not assignable to type '(name: string) => Promise<ProfileSummary>'.
Type 'Promise<void>' is not assignable to type 'Promise<ProfileSummary>'.
Type 'void' is not assignable to type 'ProfileSummary'.
src/lib/storage.ts(718,9): error TS2416: Property 'renameProfile' in type 'ElectronFileSystemAdapter' is not assignable to the same property in base type 'FileSystemAdapter'.
Type '() => Promise<void>' is not assignable to type '(profileId: string, name: string) => Promise<ProfileSummary>'.
Type 'Promise<void>' is not assignable to type 'Promise<ProfileSummary>'.
Type 'void' is not assignable to type 'ProfileSummary'.
src/lib/storage.ts(730,9): error TS2416: Property 'switchProfile' in type 'ElectronFileSystemAdapter' is not assignable to the same property in base type 'FileSystemAdapter'.
Type '() => Promise<void>' is not assignable to type '(profileId: string) => Promise<WorkspaceInfo>'.
Type 'Promise<void>' is not assignable to type 'Promise<WorkspaceInfo>'.
Type 'void' is not assignable to type 'WorkspaceInfo'.
src/lib/storage.ts(791,5): error TS2322: Type 'ElectronFileSystemAdapter' is not assignable to type 'FileSystemAdapter'.
The types returned by 'createProfile(...)' are incompatible between these types.
Type 'Promise<void>' is not assignable to type 'Promise<ProfileSummary>'.
Type 'void' is not assignable to type 'ProfileSummary'.
src/vs/workbench/browser/parts/panel/PanelPart.tsx(4,30): error TS2307: Cannot find module '@/components/PreviewPanel' or its corresponding type declarations.
src/workers/sqliteRuntime.worker.ts(1,23): error TS7016: Could not find a declaration file for module 'sql.js'. 'C:/Users/joyon/wtc-round-2-group-1-4bytes/node_modules/sql.js/dist/sql-wasm.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/sql.js` if it exists or add a new declaration (.d.ts) file containing `declare module 'sql.js';`
src/workers/sqliteRuntime.worker.ts(58,45): error TS7006: Parameter 'row' implicitly has an 'any' type.
src/workers/sqliteRuntime.worker.ts(59,61): error TS7006: Parameter 'column' implicitly has an 'any' type.
src/workers/sqliteRuntime.worker.ts(59,69): error TS7006: Parameter 'index' implicitly has an 'any' type.