Compress code passed to new Function if it's a constant.
Only for `--unsafe`. Close #203
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user