Fix file explorer #40
Annotations
10 errors and 1 warning
TypeScript type check:
src/extension/FSCursor.test.ts#L4
Module '"./FileSystem.test"' declares 'createTestFS' locally, but it is not exported.
|
TypeScript type check:
src/extension/FSCursor.ts#L80
Type 'FSNode | undefined' is not assignable to type 'FSNode'.
|
TypeScript type check:
src/main/ui/code-viewer/CodeViewer.tsx#L2
Cannot find module '../../../extension/types/ExtensionData' or its corresponding type declarations.
|
TypeScript type check:
src/main/ui/code-viewer/CodeViewer.tsx#L3
Module '"../../background"' has no exported member 'HighlightedCode'.
|
TypeScript type check:
src/main/ui/code-viewer/CodeViewer.tsx#L26
Property 'getPrettyCode' does not exist on type 'Remote<{ startSession(url: string, onStatusUpdate?: UpdateStatusCallback | undefined): Promise<Session & ProxyMarked>; }>'.
|
TypeScript type check:
src/main/ui/code-viewer/CodeViewer.tsx#L26
Parameter 'e' implicitly has an 'any' type.
|
TypeScript type check:
src/main/ui/file-explorer/FilePreview.tsx#L70
Property 'getFileDownloadUrl' does not exist on type 'Remote<{ startSession(url: string, onStatusUpdate?: UpdateStatusCallback | undefined): Promise<Session & ProxyMarked>; }>'.
|
TypeScript type check:
src/main/ui/file-explorer/FilePreview.tsx#L86
Property 'getFileDownloadUrl' does not exist on type 'Remote<{ startSession(url: string, onStatusUpdate?: UpdateStatusCallback | undefined): Promise<Session & ProxyMarked>; }>'.
|
TypeScript type check:
src/main/ui/selector/ExtensionLoadingProgress.tsx#L30
Argument of type 'Remote<Session & ProxyMarked>' is not assignable to parameter of type 'SessionProxy'.
|
TypeScript type check:
src/main/ui/selector/ExtensionSelector.tsx#L44
Type '{ source: { type: "url"; url: string; }; callback: (result: any) => void; }' is not assignable to type 'IntrinsicAttributes & Props & Readonly<Attributes & { children?: ComponentChildren; ref?: Ref<any> | undefined; }>'.
|
Setup Node.js environment
Cache not found for keys: node-cache-Linux-x64-npm-c2d1e64795f88d2ec598be47423b1d0b49aeed4bdc107068a4219aadb129fd0e
|
Loading