Skip to content

feat: write integration ScriptRegistry types #96

feat: write integration ScriptRegistry types

feat: write integration ScriptRegistry types #96

Triggered via push April 3, 2024 01:43
Status Failure
Total duration 58s
Billable time 1m
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors
ci: src/module.ts#L194
Argument of type '(i: RegistryScripts[0]) => Import & { src?: string | false | undefined; module?: string | undefined; key?: string | undefined; transform?: ((options: any) => string) | undefined; }' is not assignable to parameter of type '(value: { name: string; key: string; from: string; src: string; transform?: undefined; module?: undefined; } | { name: string; key: string; from: string; src: boolean; transform?: undefined; module?: undefined; } | ... 4 more ... | { ...; }, index: number, array: ({ ...; } | ... 5 more ... | { ...; })[]) => Import &...'.
ci
Process completed with exit code 1.