-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zoe .d.ts libcheck #9374
Zoe .d.ts libcheck #9374
Conversation
@@ -67,8 +66,6 @@ test(`zoe - wrongly throw zcfSeat.exit()`, async t => { | |||
|
|||
/** @type {OfferHandler} */ | |||
const throwSeatFail = seat => { | |||
// @ts-expect-error Linting correctly identifies that the argument to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fail
actually takes Details
which is string | DetailsToken
.
const zcf = testJig.zcf; | ||
|
||
/** @type {OfferHandler} */ | ||
const throwSeatExit = seat => { | ||
// @ts-expect-error Linting correctly identifies that exit takes no argument. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
exit
actually takes an optional Completion
which is any non-thenable Passable
consume: Record<WellKnownName['instance'], Promise<Instance>> & { | ||
// not worth defining for all contracts. One here just for testing getPublicFacet(instance) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bummer. oh well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
happy to do it: 875f47e
Deploying agoric-sdk with Cloudflare Pages
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have no objection, but that doesn't mean I understand what's changing here.
9a45da8
to
72b3b76
Compare
refs: #9364
Description
Follow-up to #9364, also doing the
skipLibCheck: false
for Zoe package and fixing up most of the issues. (Documenting the deferred).Security Considerations
Scaling Considerations
Documentation Considerations
Testing Considerations
Upgrade Considerations
just types and tests. will not affect production but small impact on release process (cherry picking)