Switch FUi to stable channel
This commit is contained in:
parent
44318823f3
commit
f839fb1077
1170 changed files with 8538 additions and 42067 deletions
4
node_modules/uglify-js/tools/node.js
generated
vendored
4
node_modules/uglify-js/tools/node.js
generated
vendored
|
@ -15,13 +15,13 @@ exports.FILES = [
|
|||
require.resolve("./exports.js"),
|
||||
];
|
||||
|
||||
new Function("exports", function() {
|
||||
new Function("domprops", "exports", function() {
|
||||
var code = exports.FILES.map(function(file) {
|
||||
return fs.readFileSync(file, "utf8");
|
||||
});
|
||||
code.push("exports.describe_ast = " + describe_ast.toString());
|
||||
return code.join("\n\n");
|
||||
}())(exports);
|
||||
}())(require("./domprops.json"), exports);
|
||||
|
||||
function to_comment(value) {
|
||||
if (typeof value != "string") value = JSON.stringify(value, function(key, value) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue