run fmt #113
Annotations
9 errors and 2 warnings
src/api/boot.ts#L7
Property 'version' does not exist on type '{}'.
|
src/api/boot.ts#L9
Object is of type 'unknown'.
|
src/api/boot.ts#L9
Property 'plugins' does not exist on type '{ instances: { create: (data: InstanceCreation[]) => Promise<Result<bigint, string>>; read: (data?: null) => Promise<Instance[]>; update: (data?: null) => Promise<...>; delete: (data: number[]) => Promise<...>; }; mod: { ...; }; instance: { ...; }; mods: { ...; }; invoke: {}; }'.
|
src/api/boot.ts#L9
Parameter 'a' implicitly has an 'any' type.
|
src/api/boot.ts#L9
Parameter 'b' implicitly has an 'any' type.
|
src/api/loader.ts#L1
Module '"./bindings/app"' has no exported member 'ModLoader'. Did you mean to use 'import ModLoader from "./bindings/app"' instead?
|
src/api/loader.ts#L25
Object is of type 'unknown'.
|
src/api/stores.ts#L2
Module '"./bindings/app"' has no exported member 'PluginInfo'. Did you mean to use 'import PluginInfo from "./bindings/app"' instead?
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, benjlevesque/short-sha@v2.1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
The logs for this run have expired and are no longer available.
Loading