Closed dckc closed 6 months ago
generated docs show Amount, Brand and such as if defined in the web-components package.
Amount
Brand
Steps to reproduce the behavior:
yarn; yarn docs
api-docs/index.html
ideally, those types should link to the respective types in https://agoric-sdk.pages.dev/modules/_agoric_ertp ... but... hm... those seem to be missing :-/
git describe --tags --always
https://github.com/Agoric/ui-kit/blob/216cc5b36e624d61740a72cbea1c41e9039eed51/packages/web-components/src/display/display.js#L10-L13
The new @import stuff would probably help.
@import
cc @turadg @samsiegart
@samsiegart I tried TS 5.5 (nightly) and it hit some error parsing a cosmjs file. Same error in 5.4.
I think a higher value approach would be to move to .ts syntax here
.ts
Describe the bug
generated docs show
Amount
,Brand
and such as if defined in the web-components package.To Reproduce
Steps to reproduce the behavior:
yarn; yarn docs
api-docs/index.html
Amount
,Brand
, ...Expected behavior
ideally, those types should link to the respective types in https://agoric-sdk.pages.dev/modules/_agoric_ertp ... but... hm... those seem to be missing :-/
Platform Environment
git describe --tags --always
)Additional context
https://github.com/Agoric/ui-kit/blob/216cc5b36e624d61740a72cbea1c41e9039eed51/packages/web-components/src/display/display.js#L10-L13
The new
@import
stuff would probably help.Screenshots
cc @turadg @samsiegart