jleyba / js-dossier

A JavaScript documentation generation tool.
Apache License 2.0
149 stars 15 forks source link

Transpiled, private property in goog.module class is exposed #108

Open jplaisted opened 6 years ago

jplaisted commented 6 years ago

Per https://github.com/google/closure-library/issues/907 from @frenchy64

The documentation for goog.delegate.DelegateRegistry shows a super_ property of type DelegateRegistryBase. Not only is this property a quirk of transpiling to ES5 but it also is module scoped, which breaks the documentation.