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 may be helpful for users to obtain documentation about members generated from a TS Interface. This issue addresses adding support for parsing documentation via the TS compiler for the Dart JS Interop Interface Generator.
// parses the JSDoc below/* A cool class */classA{}
For now, parsing JSDoc would be done plain, unless there is need to support JSDoc Format for translation