ev() should do a single thing — evaluate constant expressions. if that's not possible, just return the original node. it's not the best place for partial evaluation there, instead doing it in the compress functions. |
||
|---|---|---|
| .. | ||
| arrays.js | ||
| blocks.js | ||
| conditionals.js | ||
| dead-code.js | ||
| debugger.js | ||
| drop-unused.js | ||
| issue-12.js | ||
| issue-22.js | ||
| issue-44.js | ||
| issue-59.js | ||
| issue-105.js | ||
| issue-126.js | ||
| issue-143.js | ||
| labels.js | ||
| loops.js | ||
| negate-iife.js | ||
| properties.js | ||
| sequences.js | ||
| switch.js | ||
| typeof.js | ||