Nightly TypeScript Run #1234
night-ts.yml
on: schedule
typescript@next
1m 20s
Notify Discord
4s
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>'.
|