update, text, response
This commit is contained in:
9
node_modules/uglify-js/tools/node.js
generated
vendored
9
node_modules/uglify-js/tools/node.js
generated
vendored
@@ -97,10 +97,15 @@ function infer_options(options) {
|
||||
return result.error && result.error.defs;
|
||||
}
|
||||
|
||||
exports.default_options = function() {
|
||||
exports.default_options = function(component) {
|
||||
if (component) {
|
||||
var options = { module: false };
|
||||
options[component] = { 0: 0 };
|
||||
return infer_options(options);
|
||||
}
|
||||
var defs = infer_options({ 0: 0 });
|
||||
Object.keys(defs).forEach(function(component) {
|
||||
var options = {};
|
||||
var options = { module: false };
|
||||
options[component] = { 0: 0 };
|
||||
if (options = infer_options(options)) {
|
||||
defs[component] = options;
|
||||
|
||||
Reference in New Issue
Block a user