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
dibenede
changed the title
test_commonjs does test set equivalent to test_closure
test_commonjs does not run test set equivalent to test_closure
Oct 10, 2022
The test_commonjs gulp target runs this (jasmine.json](https://github.com/protocolbuffers/protobuf-javascript/blob/e34549db516f8712f678fcd4bc411613b5cc5295/commonjs/jasmine.json) that is notably missing most of the
binary/
tests. Expanding the test set results in many function not found/undefined errors, even when using closure's SIMPLE_OPTIMIZATIONS level.I'm guessing we need to add more
@export
tags and expand upon https://github.com/protocolbuffers/protobuf-javascript/blob/e34549db516f8712f678fcd4bc411613b5cc5295/commonjs/export_testdeps.js .The text was updated successfully, but these errors were encountered: