Merge branch 'master' into harmony-v3.0.0
This commit is contained in:
@@ -13,7 +13,7 @@ describe("Export", function() {
|
||||
];
|
||||
|
||||
var test = function(code) {
|
||||
return uglify.parse(code, {fromString: true});
|
||||
return uglify.parse(code);
|
||||
};
|
||||
|
||||
var extractNames = function(symbols) {
|
||||
|
||||
Reference in New Issue
Block a user