1488 Endo Passable #27926
Annotations
10 errors and 10 warnings
yarn lint rest
Type 'InvitationDetails' does not satisfy the constraint 'Key'.
|
yarn lint rest
Type 'NatAmount | CopySetAmount<Key> | SetAmount<Key> | CopyBagAmount<Key>' is not assignable to type 'SetAmount<InvitationDetails>'.
|
yarn lint rest
Argument of type 'InvitationDetails[]' is not assignable to parameter of type 'bigint | CopySet | SetValue | CopyBag'.
|
yarn lint rest
Argument of type 'Installation<any>' is not assignable to parameter of type 'PassableCap'.
|
yarn lint rest
Argument of type 'Promise<Purse<"set", InvitationDetails>>' is not assignable to parameter of type 'ERef<Purse>'.
|
yarn lint rest
Type 'SetAmount<InvitationDetails>' is not assignable to type 'Amount'.
|
yarn lint rest
Type 'PF & { getAmount: (name: string) => Amount; getBrand: (name: string) => Brand; getInstance: (name: string) => Instance; getInstallation: (name: string) => Installation<...>; ... 8 more ...; getGovernedParams: () => ERef<...>; } & RemotableObject<...> & RemotableBrand<...>' is not assignable to type 'GovernedPublicFacet<PF>'.
|
yarn lint rest
Argument of type 'Position' is not assignable to parameter of type 'Pattern'.
|
yarn lint rest
Type '(zcf: ZCF<GovernanceTerms<{ GiveMintedFee: "ratio"; WantMintedFee: "ratio"; MintLimit: "amount"; }> & { anchorBrand: Brand<"nat">; anchorPerMinted: Ratio; }>, privateArgs: { feeMintAccess: FeeMintAccess; initialPoserInvitation: Invitation; storageNode: StorageNode; marshaller: Marshaller; }, baggage: Baggage) => Pro...' does not satisfy the constraint 'GovernableStartFn'.
|
yarn lint rest
Type '(zcf: VaultFactoryZCF, privateArgs: { feeMintAccess: FeeMintAccess; initialPoserInvitation: Invitation; initialShortfallInvitation: Invitation; storageNode: ERef<StorageNode>; marshaller: ERef<Marshaller>; }, baggage: import("@agoric/swingset-liveslots").Baggage) => Promise<{ creatorFacet: Guarded<{ getParamMgrRetri...' does not satisfy the constraint 'GovernableStartFn'.
|
yarn lint rest:
packages/internal/src/marshal.js#L75
Invalid JSDoc tag (preference). Replace "return" JSDoc tag with "returns"
|
yarn lint rest:
packages/internal/src/tagged.d.ts#L73
Invalid JSDoc tag name "category"
|
yarn lint rest:
packages/internal/src/tagged.d.ts#L106
Invalid JSDoc tag name "category"
|
yarn lint rest:
packages/internal/src/tagged.d.ts#L139
Invalid JSDoc tag name "category"
|
yarn lint rest:
packages/internal/src/utils.js#L258
Prefer for...of instead of Array.forEach
|
yarn lint rest:
packages/xsnap/src/avaXS.js#L388
Prefer for...of instead of Array.forEach
|
yarn lint rest:
packages/vat-data/src/index.test-d.ts#L17
Missing file extension "js" for "."
|
yarn lint rest:
packages/notifier/src/storesub.js#L19
Invalid JSDoc tag name "alpha"
|
yarn lint rest:
packages/notifier/test/test-publish-kit.js#L85
Prefer for...of instead of Array.forEach
|
yarn lint rest:
packages/wallet/api/src/lib-wallet.js#L586
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Loading