cefn / watchable

Repo for @watchable/store and supporting packages.
MIT License
5 stars 1 forks source link

Integrate suggestions from Typedoc maintainer #24

Closed cefn closed 10 months ago

cefn commented 1 year ago

The maintainer of typedoc kindly responded to one of my bug reports and invested time in configuring the project in the best way for API docs, especially to ensure that in 0.24x and above the members of a type are properly rendered (and using the @interface typedoc/jsdoc tag to do this) ...

https://github.com/TypeStrong/typedoc/issues/2260#issuecomment-1519285271

His fork (PR) is at...

https://github.com/cefn/watchable/compare/main...Gerrit0:watchable:main

It should be examined each of the changes should be considered and layered in. Using tsc build will accelerate builds, but something should be done about the requirement for build to emit, when we don't want typescript to do emits.

cefn commented 10 months ago

Completed.