Changed examples note #30
Annotations
10 errors
node_modules/utilium/dist/list.d.ts#L19
Property 'union' in type 'List<T>' is not assignable to the same property in base type 'Set<T>'.
|
node_modules/utilium/dist/list.d.ts#L20
Property 'intersection' in type 'List<T>' is not assignable to the same property in base type 'Set<T>'.
|
node_modules/utilium/dist/list.d.ts#L21
Property 'difference' in type 'List<T>' is not assignable to the same property in base type 'Set<T>'.
|
node_modules/utilium/dist/list.d.ts#L22
Property 'symmetricDifference' in type 'List<T>' is not assignable to the same property in base type 'Set<T>'.
|
node_modules/utilium/dist/list.d.ts#L26
Property 'forEach' in type 'List<T>' is not assignable to the same property in base type 'Set<T>'.
|
node_modules/utilium/dist/list.d.ts#L29
Property 'entries' in type 'List<T>' is not assignable to the same property in base type 'Set<T>'.
|
node_modules/utilium/dist/list.d.ts#L30
Property 'keys' in type 'List<T>' is not assignable to the same property in base type 'Set<T>'.
|
node_modules/utilium/dist/list.d.ts#L31
Property 'values' in type 'List<T>' is not assignable to the same property in base type 'Set<T>'.
|
node_modules/utilium/dist/list.d.ts#L32
Property '[Symbol.iterator]' in type 'List<T>' is not assignable to the same property in base type 'Set<T>'.
|
|
This job failed
Loading