Commit b4da468
committed
re-export closure's COMPILED global
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.1 parent cf834e5 commit b4da468
2 files changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
0 commit comments