Folder-based move tree #3005
ci.yml
on: pull_request
test
49s
static-check
1m 43s
Annotations
4 errors
static-check:
src/module/vue/components/buttons/btn-sendmovetochat.vue#L17
Module '"../../../features/custommoves"' has no exported member 'Move'.
|
static-check:
src/module/vue/components/sf-move-category-rows.vue#L23
Type '{ system: { readonly isProgressMove: boolean; readonly modelProvider: { _initializeSource: (data: SystemDataConstructorData) => PropertiesToSource<SystemDataProperties>; ... 40 more ...; protected: boolean; } | { ...; } | null; ... 21 more ...; "Progress Move": boolean; }; ... 58 more ...; prepareEmbeddedEntities: (...' is not assignable to type 'IronswornItem<"sfmove">'.
|
static-check:
src/module/vue/components/sf-movesheetmoves.vue#L46
Type '{ type: "Item"; folder: ... | null; children: ...[]; readonly contents: { system: { readonly isProgressMove: boolean; readonly modelProvider: { _initializeSource: (data: SystemDataConstructorData) => PropertiesToSource<...>; ... 40 more ...; protected: boolean; } | { ...; } | null; ... 21 more ...; "Progress Move": ...' is not assignable to type 'IronFolder<IronswornItem<any>>'.
|
static-check
Process completed with exit code 2.
|