You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working on an example contract, I hovered over various bits of our API to check whether docs are adequate. E seems to be documented with an elaborate type but no prose / example / links:
Steps to reproduce
open packages/far/test/e.test.js in vs-code (or presumably any other editor based on the Language Server Protocol)
The reference docs should include an example, preferably one that's elaborated on in the narrative docs. E(x).method(...args) is a candidate, though not as
Platform environment
Additional context
Screenshots
The text was updated successfully, but these errors were encountered:
in progress; gotta to do a meeting
Describe the bug
When working on an example contract, I hovered over various bits of our API to check whether docs are adequate.
E
seems to be documented with an elaborate type but no prose / example / links:Steps to reproduce
E
Expected behavior
endo/packages/eventual-send/src/E.js
Lines 193 to 201 in 895ea0a
Interestingly, they do show up in generated docs:
E | Endo API documentation
The reference docs should cite narrative docs: Eventual Send with E()
The reference docs should include an example, preferably one that's elaborated on in the narrative docs.
E(x).method(...args)
is a candidate, though not asPlatform environment
Additional context
Screenshots
The text was updated successfully, but these errors were encountered: