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.
We should also get rid of the extra extra documeantation that's in the README.md, and just link to the typedoc documenation.
If we're ever going to publish to JSR (#1792), it's going to complain a lot for the following 171 problems.
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.
We should also get rid of the extra extra documeantation that's in the README.md, and just link to the
typedoc
documenation.If we're ever going to publish to JSR (#1792), it's going to complain a lot for the following 171 problems.
deno doc --lint --unstable-sloppy-imports ./src/index.ts
Output
The text was updated successfully, but these errors were encountered: