Skip to content

fix(types): the directive's modifiers should be optional #14307

fix(types): the directive's modifiers should be optional

fix(types): the directive's modifiers should be optional #14307

Triggered via pull request December 24, 2024 11:38
Status Failure
Total duration 1m 20s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 4 warnings
test / lint-and-test-dts: packages-private/dts-test/appDirective.test-d.ts#L12
Argument of type 'Partial<Record<"stop" | "prevent", boolean>>' is not assignable to parameter of type '{ prevent: boolean; stop: boolean; }'.
test / lint-and-test-dts: packages-private/dts-test/directives.test-d.ts#L33
Argument of type 'DirectiveBinding<number, "a" | "b", "Arg">' is not assignable to parameter of type '{ value: number; oldValue: number | null; arg?: "Arg" | undefined; modifiers: Record<"a" | "b", boolean>; }'.
test / lint-and-test-dts
Process completed with exit code 1.
test / lint-and-test-dts
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test / unit-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
continuous-release
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test / e2e-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636