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
JSDoc documentation is missing for most exported symbols, and could use some improvements on existing ones.
In addition, I think most methods that are already documented on the API reference page, should just link to it, rather than having extra documentation, reducing maintenance requirements.
JSDoc documentation is missing for most exported symbols, and could use some improvements on existing ones.
In addition, I think most methods that are already documented on the API reference page, should just link to it, rather than having extra documentation, reducing maintenance requirements.
README.md
API section, refactor Documentation section #1866TaskClient
,BatchClient
and associated types #1825HttpRequests
#1741token.ts
#1661Settings
types #1864JSR should keep track of the missing documentation problems once #1841 is merged, but until then the following command does:
deno doc --lint --unstable-sloppy-imports ./src/index.ts
The text was updated successfully, but these errors were encountered: