fix #613
Annotations
11 errors and 1 warning
Unhandled error:
tests/models/model/scope.test.ts#L10
TypeCheckError: Property 'adults' does not exist on type 'Relation<User, UserMeta>'.
❯ tests/models/model/scope.test.ts:10:22
|
Unhandled error:
tests/models/model/scope.test.ts#L11
TypeCheckError: Property 'john' does not exist on type 'Relation<User, UserMeta>'.
❯ tests/models/model/scope.test.ts:11:24
|
Unhandled error:
tests/models/model/scope.test.ts#L20
TypeCheckError: Property 'john' does not exist on type 'PostCollection<Post>'.
Property 'john' does not exist on type 'Collection<Post, PostMeta>'.
❯ tests/models/model/scope.test.ts:20:25
|
tests/web/sync.test.ts > sync File read:
src/synclib.ts#L87
DataCloneError: Found invalid value in transferList.
❯ Proxy.<anonymous> src/synclib.ts:87:18
❯ tests/web/sync.test.ts:37:30
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 25, INDEX_SIZE_ERR: 1, DOMSTRING_SIZE_ERR: 2, HIERARCHY_REQUEST_ERR: 3, WRONG_DOCUMENT_ERR: 4, INVALID_CHARACTER_ERR: 5, NO_DATA_ALLOWED_ERR: 6, NO_MODIFICATION_ALLOWED_ERR: 7, NOT_FOUND_ERR: 8, NOT_SUPPORTED_ERR: 9, INUSE_ATTRIBUTE_ERR: 10, INVALID_STATE_ERR: 11, SYNTAX_ERR: 12, INVALID_MODIFICATION_ERR: 13, NAMESPACE_ERR: 14, INVALID_ACCESS_ERR: 15, VALIDATION_ERR: 16, TYPE_MISMATCH_ERR: 17, SECURITY_ERR: 18, NETWORK_ERR: 19, ABORT_ERR: 20, URL_MISMATCH_ERR: 21, QUOTA_EXCEEDED_ERR: 22, TIMEOUT_ERR: 23, INVALID_NODE_TYPE_ERR: 24, DATA_CLONE_ERR: 25 }
|
tests/models/model/scope.test-d.ts > scope:
tests/models/model/scope.test-d.ts#L6
TypeCheckError: Property 'john' does not exist on type 'Relation<User, UserMeta>'.
❯ tests/models/model/scope.test-d.ts:6:14
|
tests/models/model/scope.test-d.ts > scope:
tests/models/model/scope.test-d.ts#L7
TypeCheckError: Property 'john' does not exist on type 'Relation<User, UserMeta>'.
❯ tests/models/model/scope.test-d.ts:7:17
|
tests/models/model/scope.test-d.ts > scope:
tests/models/model/scope.test-d.ts#L18
TypeCheckError: Property 'adults' does not exist on type 'Relation<User, UserMeta>'.
❯ tests/models/model/scope.test-d.ts:18:6
|
tests/models/model/scope.test-d.ts > scope:
tests/models/model/scope.test-d.ts#L21
TypeCheckError: Property 'john' does not exist on type 'PostCollection<Post>'.
Property 'john' does not exist on type 'Collection<Post, PostMeta>'.
❯ tests/models/model/scope.test-d.ts:21:23
|
build (22.x)
Process completed with exit code 1.
|
build (20.x)
The job was canceled because "_22_x" failed.
|
build (20.x)
Process completed with exit code 134.
|
build (22.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|