Skip to content

Nightly TypeScript Run #1234

Nightly TypeScript Run

Nightly TypeScript Run #1234

Triggered via schedule February 12, 2026 00:07
Status Failure
Total duration 1m 31s
Artifacts

night-ts.yml

on: schedule
typescript@next
1m 20s
typescript@next
Notify Discord
4s
Notify Discord
Fit to window
Zoom out
Zoom in

Annotations

4 errors
typescript@next
Process completed with exit code 1.
typescript@next: packages/@glimmer/validator/test/collections/map-test.ts#L80
Argument of type '(key: string) => string' is not assignable to parameter of type '(key: unknown) => unknown'.
typescript@next: packages/@glimmer/validator/lib/collections/weak-map.ts#L92
Type 'TrackedWeakMap<Key, Value>' is missing the following properties from type 'WeakMap<Key, Value>': getOrInsert, getOrInsertComputed
typescript@next: packages/@glimmer/validator/lib/collections/weak-map.ts#L6
Class 'TrackedWeakMap<K, V>' incorrectly implements interface 'WeakMap<K, V>'.