Skip to content

Allow options to be passed to the @signal decorator #146

Allow options to be passed to the @signal decorator

Allow options to be passed to the @signal decorator #146

Triggered via pull request April 23, 2024 02:17
Status Failure
Total duration 45s
Artifacts

ci.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

33 errors
tests/@localCopy.test.ts: src/index.ts#L71
TypeError: Cannot read properties of undefined (reading 'kind') ❯ signal src/index.ts:71:15 ❯ applyDec src/local-copy.ts:3:2198 ❯ p src/local-copy.ts:3:3199 ❯ _applyDecs src/local-copy.ts:3:3406 ❯ Function.<static_initializer> src/local-copy.ts:3:19 ❯ src/local-copy.ts:2:18
tests/@signal.test.ts > @signal (accessor) > works: src/index.ts#L71
TypeError: Cannot read properties of undefined (reading 'kind') ❯ signal src/index.ts:71:15 ❯ applyDec tests/@signal.test.ts:4:2198 ❯ p tests/@signal.test.ts:4:3199 ❯ _applyDecs tests/@signal.test.ts:4:3406 ❯ Function._init_extra_value tests/@signal.test.ts:8:17 ❯ tests/@signal.test.ts:7:21
tests/@signal.test.ts > @signal (getter) > works: src/index.ts#L71
TypeError: Cannot read properties of undefined (reading 'kind') ❯ signal src/index.ts:71:15 ❯ applyDec tests/@signal.test.ts:4:2198 ❯ p tests/@signal.test.ts:4:3199 ❯ _applyDecs tests/@signal.test.ts:4:3406 ❯ Function.<static_initializer> tests/@signal.test.ts:33:17 ❯ tests/@signal.test.ts:31:23
tests/@signal.test.ts > @signal (getter) > errors when used with a setter: tests/@signal.test.ts#L67
AssertionError: expected [Function] to throw error matching /@signal can only be used on accessors…/ but got 'Cannot read properties of undefined (…' - Expected: /@signal can only be used on accessors or getters/ + Received: "Cannot read properties of undefined (reading 'kind')" ❯ tests/@signal.test.ts:67:12
tests/deep.test.ts > deepSignal > Objects > object access: src/index.ts#L71
TypeError: Cannot read properties of undefined (reading 'kind') ❯ signal src/index.ts:71:15 ❯ applyDec tests/deep.test.ts:6:2198 ❯ p tests/deep.test.ts:6:3199 ❯ _applyDecs tests/deep.test.ts:6:3406 ❯ Function._init_extra_obj tests/deep.test.ts:79:17 ❯ tests/deep.test.ts:78:45
tests/deep.test.ts > deepSignal > Objects > object access in an array: src/index.ts#L71
TypeError: Cannot read properties of undefined (reading 'kind') ❯ signal src/index.ts:71:15 ❯ applyDec tests/deep.test.ts:6:2198 ❯ p tests/deep.test.ts:6:3199 ❯ _applyDecs tests/deep.test.ts:6:3406 ❯ Function._init_extra_arr tests/deep.test.ts:106:17 ❯ tests/deep.test.ts:105:57
tests/deep.test.ts > deepSignal > Arrays > #splice > it works: src/index.ts#L71
TypeError: Cannot read properties of undefined (reading 'kind') ❯ signal src/index.ts:71:15 ❯ applyDec tests/deep.test.ts:6:2198 ❯ p tests/deep.test.ts:6:3199 ❯ _applyDecs tests/deep.test.ts:6:3406 ❯ Function._init_extra_arr2 tests/deep.test.ts:156:19 ❯ tests/deep.test.ts:155:42
tests/deep.test.ts > deepSignal > Arrays > #splice > it works on deeply nested arrays: src/index.ts#L71
TypeError: Cannot read properties of undefined (reading 'kind') ❯ signal src/index.ts:71:15 ❯ applyDec tests/deep.test.ts:6:2198 ❯ p tests/deep.test.ts:6:3199 ❯ _applyDecs tests/deep.test.ts:6:3406 ❯ Function._init_extra_obj4 tests/deep.test.ts:173:19 ❯ tests/deep.test.ts:172:66
tests/deep.test.ts > deepSignal > array data can be re-set: src/index.ts#L71
TypeError: Cannot read properties of undefined (reading 'kind') ❯ signal src/index.ts:71:15 ❯ applyDec tests/deep.test.ts:6:2198 ❯ p tests/deep.test.ts:6:3199 ❯ _applyDecs tests/deep.test.ts:6:3406 ❯ Function._init_extra_arr5 tests/deep.test.ts:250:15 ❯ tests/deep.test.ts:249:54
tests/local-copy.test.ts: src/index.ts#L71
TypeError: Cannot read properties of undefined (reading 'kind') ❯ signal src/index.ts:71:15 ❯ applyDec src/local-copy.ts:3:2198 ❯ p src/local-copy.ts:3:3199 ❯ _applyDecs src/local-copy.ts:3:3406 ❯ Function.<static_initializer> src/local-copy.ts:3:19 ❯ src/local-copy.ts:2:18
Test Chrome
The job was canceled because "Node" failed.
tests/@signal.test.ts > @signal (accessor) > works: tests/@signal.test.ts#L1
TypeError: Cannot read properties of undefined (reading 'kind') ❯ signal ../../../../../src/index.ts:56:15 ❯ applyDec tests/@signal.test.ts:1:2198 ❯ p tests/@signal.test.ts:1:3199 ❯ _applyDecs tests/@signal.test.ts:1:3406 ❯ <static_initializer> tests/@signal.test.ts:8:16 ❯ tests/@signal.test.ts:7:20
tests/@signal.test.ts > @signal (getter) > works: tests/@signal.test.ts#L1
TypeError: Cannot read properties of undefined (reading 'kind') ❯ signal ../../../../../src/index.ts:56:15 ❯ applyDec tests/@signal.test.ts:1:2198 ❯ p tests/@signal.test.ts:1:3199 ❯ _applyDecs tests/@signal.test.ts:1:3406 ❯ <static_initializer> tests/@signal.test.ts:33:16 ❯ tests/@signal.test.ts:31:23
tests/@signal.test.ts > @signal (getter) > errors when used with a setter: tests/@signal.test.ts#L67
AssertionError: expected [Function] to throw error matching /@signal can only be used on accessors…/ but got 'Cannot read properties of undefined (…' - Expected: /@signal can only be used on accessors or getters/ + Received: "Cannot read properties of undefined (reading 'kind')" ❯ tests/@signal.test.ts:67:11
tests/deep.test.ts > deepSignal > Objects > object access: tests/deep.test.ts#L1
TypeError: Cannot read properties of undefined (reading 'kind') ❯ signal ../../../../../src/index.ts:56:15 ❯ applyDec tests/deep.test.ts:1:2198 ❯ p tests/deep.test.ts:1:3199 ❯ _applyDecs tests/deep.test.ts:1:3406 ❯ <static_initializer> tests/deep.test.ts:79:16 ❯ tests/deep.test.ts:78:44
tests/deep.test.ts > deepSignal > Objects > object access in an array: tests/deep.test.ts#L1
TypeError: Cannot read properties of undefined (reading 'kind') ❯ signal ../../../../../src/index.ts:56:15 ❯ applyDec tests/deep.test.ts:1:2198 ❯ p tests/deep.test.ts:1:3199 ❯ _applyDecs tests/deep.test.ts:1:3406 ❯ <static_initializer> tests/deep.test.ts:106:16 ❯ tests/deep.test.ts:105:56
tests/deep.test.ts > deepSignal > Arrays > #splice > it works: tests/deep.test.ts#L1
TypeError: Cannot read properties of undefined (reading 'kind') ❯ signal ../../../../../src/index.ts:56:15 ❯ applyDec tests/deep.test.ts:1:2198 ❯ p tests/deep.test.ts:1:3199 ❯ _applyDecs tests/deep.test.ts:1:3406 ❯ <static_initializer> tests/deep.test.ts:156:18 ❯ tests/deep.test.ts:155:41
tests/deep.test.ts > deepSignal > Arrays > #splice > it works on deeply nested arrays: tests/deep.test.ts#L1
TypeError: Cannot read properties of undefined (reading 'kind') ❯ signal ../../../../../src/index.ts:56:15 ❯ applyDec tests/deep.test.ts:1:2198 ❯ p tests/deep.test.ts:1:3199 ❯ _applyDecs tests/deep.test.ts:1:3406 ❯ <static_initializer> tests/deep.test.ts:173:18 ❯ tests/deep.test.ts:172:65
tests/deep.test.ts > deepSignal > array data can be re-set: tests/deep.test.ts#L1
TypeError: Cannot read properties of undefined (reading 'kind') ❯ signal ../../../../../src/index.ts:56:15 ❯ applyDec tests/deep.test.ts:1:2198 ❯ p tests/deep.test.ts:1:3199 ❯ _applyDecs tests/deep.test.ts:1:3406 ❯ <static_initializer> tests/deep.test.ts:250:14 ❯ tests/deep.test.ts:249:53
tests-public/public-api.test.ts > Public API > exists: tests-public/public-api.test.ts#L1
TypeError: Cannot read properties of undefined (reading 'kind') ❯ signal ../../../../../dist/index.ts.js:56:15 ❯ applyDec tests-public/public-api.test.ts:1:2198 ❯ p tests-public/public-api.test.ts:1:3199 ❯ _applyDecs tests-public/public-api.test.ts:1:3406 ❯ <static_initializer> tests-public/public-api.test.ts:10:16 ❯ tests-public/public-api.test.ts:9:21
Test Chrome
The operation was canceled.
Lint
This overload signature is not compatible with its implementation signature.
Lint
No overload matches this call.
Lint
No overload matches this call.
Lint
Unable to resolve signature of property decorator when called as an expression.
Lint
Unable to resolve signature of property decorator when called as an expression.
Lint
Unable to resolve signature of property decorator when called as an expression.
Lint
Unable to resolve signature of method decorator when called as an expression.
Lint
Decorator function return type 'ClassAccessorDecoratorResult<unknown, any>' is not assignable to type 'void | (() => number)'.
Lint
Unable to resolve signature of method decorator when called as an expression.
Lint
Decorator function return type 'ClassAccessorDecoratorResult<unknown, any>' is not assignable to type 'void | (() => number)'.
Test Firefox
The job was canceled because "Node" failed.
Test Firefox
The operation was canceled.