[project-s] project-s用のopanpiに更新 #5775
Annotations
10 errors
Run npm run typecheck:
src/components/Sing/MenuBar.vue#L24
'"@/type/preload"' has no exported member named 'HotkeyAction'. Did you mean 'HotkeyActionType'?
|
Run npm run typecheck:
src/store/index.ts#L368
Type '{ GET_ALL_CHARACTER_INFOS: Getter<State, State, StoreType<IndexStoreTypes, "getter">, "GET_ALL_CHARACTER_INFOS", StoreType<AllStoreTypes, "getter">>; ... 28 more ...; IS_FULLSCREEN: Getter<...>; } & GetterTree<...>' is not assignable to type 'CustomGetterTree<State, State, StoreType<AllStoreTypes, "getter">, StoreType<AllStoreTypes, "getter">>'.
|
Run npm run typecheck:
src/store/index.ts#L384
Type '{ SET_DEFAULT_STYLE_IDS: Mutation<State, StoreType<IndexStoreTypes, "mutation">, "SET_DEFAULT_STYLE_IDS">; SET_USER_CHARACTER_ORDER: Mutation<...>; ... 92 more ...; SET_PROGRESS: Mutation<...>; } & MutationTree<...>' is not assignable to type 'CustomMutationTree<State, StoreType<AllStoreTypes, "mutation">>'.
|
Run npm run typecheck:
src/store/index.ts#L400
Type '{ INSTANTIATE_ENGINE_CONNECTOR: Action<State, State, StoreType<ProxyStoreTypes, "action">, "INSTANTIATE_ENGINE_CONNECTOR", StoreType<AllStoreTypes, "getter">, StoreType<...>, StoreType<...>>; ... 156 more ...; RESET_PROGRESS: Action<...>; } & ActionTree<...>' is not assignable to type 'CustomActionTree<State, State, StoreType<AllStoreTypes, "action">, StoreType<AllStoreTypes, "getter">, StoreType<AllStoreTypes, "action">, StoreType<...>>'.
|
Run npm run typecheck:
src/store/singing.ts#L771
Type '(this: Store<...>, { dispatch }: ActionContext<State, State, StoreType<AllStoreTypes, "getter">, StoreType<AllStoreTypes, "action">, StoreType<AllStoreTypes, "mutation">>, { audioQuery, engineId, styleId }: { ...; }) => Promise<...>' is not assignable to type 'Action<State, State, StoreType<SingingStoreTypes, "action">, "UPDATE_PERIODIC_PITCH", StoreType<AllStoreTypes, "getter">, StoreType<...>, StoreType<...>>'.
|
Run npm run typecheck:
src/store/singing.ts#L776
Argument of type '"periodicPitchPeriodicPitchPost"' is not assignable to parameter of type 'keyof DefaultApiInterface'.
|
Run npm run typecheck:
tests/unit/store/Vuex.spec.ts#L105
Type '{ [x: string]: { manifestVersion: string; name: string; brandName: string; uuid: string; url: string; icon: string; defaultSamplingRate: number; termsOfService: string; updateInfos: never[]; dependencyLicenses: never[]; supportedFeatures: { ...; }; }; }' is not assignable to type 'Record<string & BRAND<"EngineId">, EngineManifest>'.
|
Run npm run typecheck:
tests/unit/store/Vuex.spec.ts#L188
Type '{ DEFAULT_PRESET_KEY_SETS: Getter<State, State, StoreType<PresetStoreTypes, "getter">, "DEFAULT_PRESET_KEY_SETS", StoreType<AllStoreTypes, "getter">>; ... 28 more ...; IS_FULLSCREEN: Getter<...>; } & GetterTree<...>' is not assignable to type 'CustomGetterTree<State, State, StoreType<AllStoreTypes, "getter">, StoreType<AllStoreTypes, "getter">>'.
|
Run npm run typecheck:
tests/unit/store/Vuex.spec.ts#L203
Type '{ SET_PRESET_ITEMS: Mutation<State, StoreType<PresetStoreTypes, "mutation">, "SET_PRESET_ITEMS">; SET_PRESET_KEYS: Mutation<State, StoreType<...>, "SET_PRESET_KEYS">; ... 92 more ...; SET_PROGRESS: Mutation<...>; } & MutationTree<...>' is not assignable to type 'CustomMutationTree<State, StoreType<AllStoreTypes, "mutation">>'.
|
Run npm run typecheck:
tests/unit/store/Vuex.spec.ts#L218
Type '{ LOAD_USER_DICT: Action<State, State, StoreType<DictionaryStoreTypes, "action">, "LOAD_USER_DICT", StoreType<AllStoreTypes, "getter">, StoreType<...>, StoreType<...>>; ... 156 more ...; RESET_PROGRESS: Action<...>; } & ActionTree<...>' is not assignable to type 'CustomActionTree<State, State, StoreType<AllStoreTypes, "action">, StoreType<AllStoreTypes, "getter">, StoreType<AllStoreTypes, "action">, StoreType<...>>'.
|
The logs for this run have expired and are no longer available.
Loading