Linting dapp-agoric-basics #278
Triggered via pull request
September 25, 2024 15:46
Status
Failure
Total duration
3m 41s
Artifacts
–
pr.yml
on: pull_request
unit
2m 42s
integration
3m 32s
Annotations
20 errors
unit
Type 'bigint | Key[] | CopyBag<Key> | CopySet<Key>' is not assignable to type 'Key[] | CopyBag<Key>'.
|
unit
Property 'payload' does not exist on type 'Key[] | CopyBag<Key>'.
|
unit
Property 'length' does not exist on type 'Key[] | CopyBag<Key>'.
|
unit
Property 'payload' does not exist on type 'Key[] | CopyBag<Key>'.
|
unit
Property 'map' does not exist on type 'Key[] | CopyBag<Key>'.
|
unit
Argument of type '{ brand: globalThis.Brand; value: unknown[]; }' is not assignable to parameter of type 'Amount | null'.
|
unit
Argument of type 'IterableIterator<[unknown, bigint]>' is not assignable to parameter of type 'Iterable<[Key, bigint]>'.
|
unit
Argument of type '{ brand: globalThis.Brand; value: CopyBag<Key>; }' is not assignable to parameter of type 'Amount | null'.
|
unit
Argument of type '{ brand: globalThis.Brand; value: bigint; }' is not assignable to parameter of type 'Amount | null'.
|
unit
Argument of type '{}' is not assignable to parameter of type 'Brand'.
|
integration
Type 'bigint | Key[] | CopyBag<Key> | CopySet<Key>' is not assignable to type 'Key[] | CopyBag<Key>'.
|
integration
Property 'payload' does not exist on type 'Key[] | CopyBag<Key>'.
|
integration
Property 'length' does not exist on type 'Key[] | CopyBag<Key>'.
|
integration
Property 'payload' does not exist on type 'Key[] | CopyBag<Key>'.
|
integration
Property 'map' does not exist on type 'Key[] | CopyBag<Key>'.
|
integration
Argument of type '{ brand: globalThis.Brand; value: unknown[]; }' is not assignable to parameter of type 'Amount | null'.
|
integration
Argument of type 'IterableIterator<[unknown, bigint]>' is not assignable to parameter of type 'Iterable<[Key, bigint]>'.
|
integration
Argument of type '{ brand: globalThis.Brand; value: CopyBag<Key>; }' is not assignable to parameter of type 'Amount | null'.
|
integration
Argument of type '{ brand: globalThis.Brand; value: bigint; }' is not assignable to parameter of type 'Amount | null'.
|
integration
Argument of type '{}' is not assignable to parameter of type 'Brand'.
|