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
Typedoc looks good, but unfortunately it uses its own version of Typescript, rather than the version kerosene uses and the current stable version is pinned to Typescript 3.2, which causes problems when it tries to parse the 3.4 syntax (like readonly array) in kerosene.
The latest master branch of Typedoc is using Typescript 3.5 so once that gets released we should be able to add it to the project. However, this raises issues if we would want to use Typedoc at all, given we don't want to be prevented from using improvements in later versions of Typescript if it breaks doc generation.
We need some documentation explaining the project as a whole and how to use parts.
We also need something like JSDoc to generate documentation for all the functions that we export.
Finally, this needs to be hosted somewhere.
The text was updated successfully, but these errors were encountered: