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
I am migrating our codebase away from AWSX 0.4.1. While browsing the AWSX repository to understand which resources do I need to retain / import. I discovered a protected initialize which is extremely helpful for my use case.
After inspecting the API reference page there was no mention of this function.
Affected product version(s)
all / latest
Suggestions for a fix
Configure typedoc to include protected members and possibly more details, even internal etc.
It should be enabled by default but maybe there's something wrong I did not notice.
ref: https://typedoc.org/options/input/#excludeprotected
The text was updated successfully, but these errors were encountered:
Problem description
I am migrating our codebase away from AWSX 0.4.1. While browsing the AWSX repository to understand which resources do I need to retain / import. I discovered a
protected initialize
which is extremely helpful for my use case.After inspecting the API reference page there was no mention of this function.
Affected product version(s)
all / latest
Suggestions for a fix
Configure typedoc to include protected members and possibly more details, even internal etc.
It should be enabled by default but maybe there's something wrong I did not notice.
ref: https://typedoc.org/options/input/#excludeprotected
The text was updated successfully, but these errors were encountered: