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
This will be great! I did try to add it a while ago and ran into some issues, but IIRC it was because of some peculiarities in the TypeScript code emitted by protobufjs, so hopefully smooth sailing this time.
Is your feature request related to a problem? Please describe.
Exposing the right API from TypeScript modules is tricky as we've discussed in #1660 (review)
Describe the solution you'd like
Adopt API Extractor which solves this problem
Describe alternatives you've considered
Using a homegrown namespace as currently implemented in #1660, but that doesn't really solve the "we forgot to export this file" problem.
Additional context
This is also related to @mpkorstanje's recent soapbox talks about having stable public APIs.
The text was updated successfully, but these errors were encountered: