fix(types): the directive's modifiers should be optional #14307
ci.yml
on: pull_request
test
/
unit-test
48s
test
/
unit-test-windows
1m 3s
test
/
e2e-test
1m 12s
test
/
lint-and-test-dts
43s
continuous-release
1m 2s
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
|