Skip to content

Prepare to implement tracked storage, RFC#669 #9644

Prepare to implement tracked storage, RFC#669

Prepare to implement tracked storage, RFC#669 #9644

Triggered via pull request September 30, 2024 01:46
Status Failure
Total duration 1m 39s
Artifacts

ci.yml

on: pull_request
Type Checking (current version)
22s
Type Checking (current version)
Blueprint Tests
0s
Blueprint Tests
Matrix: variant-tests
Browserstack Tests (Safari, Edge)
0s
Browserstack Tests (Safari, Edge)
Node.js Tests
0s
Node.js Tests
Browser Tests (Firefox)
0s
Browser Tests (Firefox)
Matrix: Smoke tests (Full Ember Apps)
Matrix: Type Checking (other supported versions)
Deploy tags to npm
0s
Deploy tags to npm
Publish channel to s3
0s
Publish channel to s3
Publish alpha from default branch
0s
Publish alpha from default branch
Notify Discord
0s
Notify Discord
Fit to window
Zoom out
Zoom in

Annotations

15 errors
Type Checking (current version): packages/@glimmer/tracking/primitives/storage.ts#L14
'initialValue' is declared but its value is never read.
Type Checking (current version): packages/@glimmer/tracking/primitives/storage.ts#L15
'isEqual' is declared but its value is never read.
Type Checking (current version): packages/@glimmer/tracking/primitives/storage.ts#L23
'storage' is declared but its value is never read.
Type Checking (current version): packages/@glimmer/tracking/primitives/storage.ts#L30
'storage' is declared but its value is never read.
Type Checking (current version): packages/@glimmer/tracking/primitives/storage.ts#L30
'value' is declared but its value is never read.
Type Checking (current version)
Process completed with exit code 1.
Linting: packages/@glimmer/tracking/primitives/storage.ts#L14
'initialValue' is defined but never used. Allowed unused args must match /^_/u
Linting: packages/@glimmer/tracking/primitives/storage.ts#L15
'isEqual' is defined but never used. Allowed unused args must match /^_/u
Linting: packages/@glimmer/tracking/primitives/storage.ts#L23
'storage' is defined but never used. Allowed unused args must match /^_/u
Linting: packages/@glimmer/tracking/primitives/storage.ts#L30
'storage' is defined but never used. Allowed unused args must match /^_/u
Linting: packages/@glimmer/tracking/primitives/storage.ts#L30
'value' is defined but never used. Allowed unused args must match /^_/u
Linting
Process completed with exit code 1.