Hide all private methods using the new private fields syntax
Open
enhancement
important
- Dominant language
- JavaScript
- Stars
- 7.1k
- Forks
- 386
- PR merge metrics
- No merged PRs in 30d
Description
Since private fields are on stage 3, we can use them and make a clear public API. Babel plugin for this exists. We should only consider something public if it is documented.
- [ ] Everything undocumented private
- [ ] Figure out what to do with methods used by plugins but still being not documented.
Contributor guide
Assessment
This issue has not been assessed yet.