protobuf-javascript icon indicating copy to clipboard operation
protobuf-javascript copied to clipboard

Clean up exported testing and API surfaces

Open dibenede opened this issue 1 year ago • 0 comments

As of #146, we have a growing number of @export statements that have been added for the sake of closure optimizations while preserving tests. However, a lot of the exported surfaces are deeply internal to the project.

We should try to simplify our exports and perhaps rethink our testing strategy to separate invasive unit tests from more integration-like tests that only need public surfaces.

dibenede avatar Oct 14 '22 22:10 dibenede