Files
UglifyJS/lib
Alex Lam S.L cf4bf4ceb1 fix stack issues with AST_Node.evaluate() (#1603)
As patched in #1597, `make_node_from_constant()` makes inconsistent and sometimes incorrect calls to `optimize()` and `transform()`.

Fix those issues properly by changing the semantics of `evaluate()` and `make_node_from_constant()`, with the side effect that `evaluate()` no longer eagerly converts constant to `AST_Node`.
2017-03-16 01:02:59 +08:00
..
2017-03-14 13:19:05 +08:00
2017-03-10 10:49:41 +08:00
2017-03-15 18:44:13 +08:00