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
It seems that there is currently a bug when packageMode is multi that nullifies descriptions of each class into a rather excessively large string.
Specifically, it seems that it starts at the first description in the document and ends at the first constructor it encounters. If there are no constructors, it leaves it empty.
It seems that there is currently a bug when packageMode is
multi
that nullifies descriptions of each class into a rather excessively large string.Specifically, it seems that it starts at the first description in the document and ends at the first constructor it encounters. If there are no constructors, it leaves it empty.
Here's an example (
querystring
andWorker Threads
properties can be ignored): https://gist.github.com/bnb/bcc9394cfd81bd61ffdb9b3d303b799bThe text was updated successfully, but these errors were encountered: