feat: phase 1 porting bulk processing #94
Annotations
10 errors
build:
src/_old-code/calendar-journal/calendar-index.ts#L1
Cannot find module '@flatten-js/interval-tree' or its corresponding type declarations.
|
build:
src/_old-code/calendar-journal/calendar-index.ts#L21
Parameter 'entry' implicitly has an 'any' type.
|
build:
src/_old-code/calendar-journal/calendar-index.ts#L44
Parameter 'value' implicitly has an 'any' type.
|
build:
src/_old-code/calendar-journal/calendar-index.ts#L44
Parameter 'key' implicitly has an 'any' type.
|
build:
src/_old-code/interval-journal/interval-manager.ts#L1
Cannot find module '@flatten-js/interval-tree' or its corresponding type declarations.
|
build:
src/_old-code/interval-journal/interval-manager.ts#L96
Parameter 'value' implicitly has an 'any' type.
|
build:
src/_old-code/interval-journal/interval-manager.ts#L96
Parameter 'key' implicitly has an 'any' type.
|
build:
src/code-blocks/navigation/NavigationBlock.vue#L8
'NavBlockRow' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
|
build:
src/code-blocks/navigation/NavigationBlock.vue#L46
Type '(type: "month" | "week" | "day" | "none" | "quarter" | "year" | "weekdays" | "custom" | "self" | "journal", date: string, journalName?: string | undefined) => Promise<void>' is not assignable to type '(type: string, date: string, journalName?: string | undefined) => any'.
|
build:
src/code-blocks/navigation/NavigationBlockRow.vue#L56
Property 'journals' does not exist on type 'ProvidedShelfData | undefined'.
|