-
Notifications
You must be signed in to change notification settings - Fork 212
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
more typedoc #8720
more typedoc #8720
Conversation
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.
This has me wishing for deploy previews.
@@ -0,0 +1,3 @@ | |||
# Vats | |||
|
|||
Builders for Vats on the Agoric chain that aren't contracts. |
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.
there are some contracts here too; mintHolder
and centralSupply
come to mind.
But this will do for now.
"src/offers.js", | ||
"src/smartWallet.js", | ||
"src/types.js", | ||
"src/walletFactory.js", |
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.
walletFactory doesn't subsume the others as entry points?
(interesting that we don't have a "main" key in smart-wallet/package.json)
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.
Nope. I added these after getting warnings like,
[warning] InvitationSpec, defined in ./packages/smart-wallet/src/invitations.js, is referenced by offers.OfferSpec.__type.invitationSpec but not included in the documentation.
[warning] Petname, defined in ./packages/smart-wallet/src/types.d.ts, is referenced by smartWallet.BrandDescriptor.__type.petname but not included in the documentation.
[warning] MakeOfferWatcher, defined in ./packages/smart-wallet/src/offerWatcher.js, is referenced by smartWallet.ExecutorPowers.__type.makeOfferWatcher but not included in the documentation.
[warning] BrandDescriptor, defined in ./packages/smart-wallet/src/walletFactory.js, is referenced by walletFactory.makeAssetRegistry.makeAssetRegistry.__type.get.__type.__type but not included in the documentation.
0198d94
to
081714c
Compare
fixes, ``` [warning] Failed to convert type node with kind: JSDocAllType and text *. Please report a bug. ```
081714c
to
b6f8b6d
Compare
Description
Include several more packages in the TypeDoc build
Security Considerations
Scaling Considerations
Documentation Considerations
Testing Considerations
Upgrade Considerations