feat: Extensions #1345
Annotations
10 errors and 5 warnings
Lint:
apps/app/src/electron/api/ExtensionService.ts#L8
"src/models/GUI/Extension" is not found
|
Lint:
apps/app/src/electron/api/ExtensionService.ts#L9
"src/lib/util" is not found
|
Lint:
apps/app/src/electron/extensionHandler.ts#L7
"src/models/GUI/Extension" is not found
|
Lint:
apps/app/src/extensionHost/ExtensionHost.ts#L2
"src/models/GUI/Extension" is not found
|
Lint:
apps/app/src/extensionHost/ExtensionHost.ts#L4
"src/models/GUI/ExtensionHostMessage" is not found
|
Lint:
apps/app/src/extensionHost/IPC.ts#L1
"src/models/GUI/ExtensionHostMessage" is not found
|
Lint:
apps/app/src/extensionHost/worker.ts#L1
"./ExtensionHost.js" is not found
|
Lint:
apps/app/src/extensionHost/worker.ts#L2
"./IPC.js" is not found
|
Lint:
apps/app/src/react/api/ApiClient.ts#L9
"src/models/GUI/Extension" is not found
|
Lint:
apps/app/src/react/mobx/ExtensionsStore.ts#L4
"src/models/GUI/Extension" is not found
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint:
apps/app/src/electron/api/LegacyService.ts#L21
Unexpected console statement
|
Lint:
apps/app/src/extensionHost/ExtensionHost.ts#L34
Unexpected console statement
|
Lint:
apps/app/src/react/App.tsx#L570
React Hook useEffect has an unnecessary dependency: 'store.appStore.undoLedgers'. Either exclude it or remove the dependency array. Outer scope values like 'store.appStore.undoLedgers' aren't valid dependencies because mutating them doesn't re-render the component
|
Lint:
apps/app/src/react/api/ApiClient.ts#L105
Unexpected console statement
|
Loading