Compress code passed to new Function if it's a constant.

Only for `--unsafe`.

Close #203
This commit is contained in:
Mihai Bazon
2013-05-14 10:47:06 +03:00
parent d56ebd7d7b
commit f64539fb76
2 changed files with 39 additions and 1 deletions

View File

@@ -44,7 +44,6 @@
"use strict";
// Tree transformer helpers.
// XXX: eventually I should refactor the compressor to use this infrastructure.
function TreeTransformer(before, after) {
TreeWalker.call(this);