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
Despite the comments, we do in fact rely on closure's COMPILED global
in CommonJS tests. This variable signals some tests to skip checking
data that has likely been optimized away and is used by things like
debug_test.js that do name checking.
Previously, this was exported by the (now dead) closure testing
asserts export for CommonJS. It has now been re-homed to the testdeps.
0 commit comments