update readme #50
Annotations
10 errors
|
packages/tdbsp/src/functions/streams/graph/examples/recursive_query.ts#L45
Type 'Stream<IZSet<K, { readonly s: number; readonly t: number; }, W>, NoSuchElementException, never>' is not assignable to type 'Stream<IZSet<K, { readonly s: number; readonly t: number; }, W>, never, never>' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
|
packages/tdbsp/src/functions/streams/graph/examples/recursive_query.ts#L21
'Schema' cannot be used as a value because it was imported using 'import type'.
|
|
packages/tdbsp/src/functions/streams/graph/examples/recursive_query.ts#L15
'Schema' cannot be used as a value because it was imported using 'import type'.
|
|
packages/tdbsp/src/functions/streams/graph/examples/recursive_query.ts#L7
'fixPoint' is declared but its value is never read.
|
|
packages/tdbsp/src/functions/streams/graph/examples/recursive_query.ts#L2
'children' is declared but its value is never read.
|
|
packages/tdbsp/src/functions/streams/graph/examples/cycle_tree.ts#L43
Type 'Stream<IZSet<K, T, W>, NoSuchElementException, never>' is not assignable to type 'Stream<IZSet<K, T, W>, never, never>' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
|
packages/tdbsp/src/functions/streams/graph/bracket.ts#L15
Type '[] | [Node<K, D, W>] | [Node<any, D, W>] | [Node<K, any, W>] | [Node<K, D, W>, Node<K, D, W>] | [Node<...>, Node<...>]' is not assignable to type '[Node<K, D, W>]'.
|
|
packages/tdbsp/src/functions/streams/graph/bracket.ts#L10
Type '[] | [Node<K, D, W>] | [Node<any, D, W>] | [Node<K, any, W>] | [Node<K, D, W>, Node<K, D, W>] | [Node<...>, Node<...>]' is not assignable to type '[Node<K, D, W>]'.
|
|
packages/tdbsp/src/data/streams/app_inputs.ts#L78
'd' is declared but its value is never read.
|
|
packages/tdbsp/src/data/streams/app_inputs.ts#L27
'b' is declared but its value is never read.
|
The logs for this run have expired and are no longer available.
Loading