Skip to content

WIP: Class authoring format. #66

WIP: Class authoring format.

WIP: Class authoring format. #66

Triggered via push December 19, 2023 07:12
Status Failure
Total duration 26s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test: src/component-ref.test.ts#L399
Type '{ serialize(value: string): string; deserialize(): string; }' is missing the following properties from type 'Serializer<string>': serializeTo, deserializeFrom
test: src/component-ref.test.ts#L421
Type '{ serialize(user: User): string; deserialize(name: string): User; }' is missing the following properties from type 'Serializer<User>': serializeTo, deserializeFrom
test: src/component-ref.test.ts#L613
Type '{ serialize(value: string): string; deserialize(): string; }' is missing the following properties from type 'Serializer<string>': serializeTo, deserializeFrom
test: src/component-ref.test.ts#L635
Type '{ serialize(user: User): string; deserialize(name: string): User; }' is missing the following properties from type 'Serializer<User>': serializeTo, deserializeFrom
test: src/component-ref.test.ts#L909
Type '{ serialize(): string; deserialize(): undefined; }' is missing the following properties from type 'Serializer<undefined>': serializeTo, deserializeFrom
test: src/component-ref.test.ts#L930
Type '{ serialize(user: User): string; deserialize(name: string): User; }' is missing the following properties from type 'Serializer<User>': serializeTo, deserializeFrom
test: src/component-ref.test.ts#L1250
Type '{ serialize(): string; deserialize(): undefined; }' is missing the following properties from type 'Serializer<undefined>': serializeTo, deserializeFrom
test: src/component-ref.test.ts#L1271
Type '{ serialize(user: User): string; deserialize(name: string): User; }' is missing the following properties from type 'Serializer<User>': serializeTo, deserializeFrom
test: src/element-ref.test.ts#L74
Type '{ serialize(value: { foo: string; }): string; deserialize(): { foo: string; }; }' is missing the following properties from type 'Serializer<{ foo: string; }>': serializeTo, deserializeFrom
test: src/element-ref.test.ts#L92
Type '{ serialize(user: User): string; deserialize(name: string): User; }' is missing the following properties from type 'Serializer<User>': serializeTo, deserializeFrom