11/**
2- * @license r.js 2.3.5 Copyright jQuery Foundation and other contributors.
2+ * @license r.js 2.3.5 Mon, 12 Feb 2018 00:23:55 GMT Copyright jQuery Foundation and other contributors.
33 * Released under MIT license, http://github.com/requirejs/r.js/LICENSE
44 */
55
@@ -19,7 +19,7 @@ var requirejs, require, define, xpcUtil;
1919(function (console, args, readFileFunc) {
2020 var fileName, env, fs, vm, path, exec, rhinoContext, dir, nodeRequire,
2121 nodeDefine, exists, reqMain, loadedOptimizedLib, existsForNode, Cc, Ci,
22- version = '2.3.5',
22+ version = '2.3.5+ Mon, 12 Feb 2018 00:23:55 GMT ',
2323 jsSuffixRegExp = /\.js$/,
2424 commandOption = '',
2525 useLibLoaded = {},
@@ -24656,11 +24656,6 @@ exports["is_identifier"] = is_identifier;
2465624656exports["SymbolDef"] = SymbolDef;
2465724657
2465824658AST_Node.warn_function = function(txt) { logger.error("uglifyjs WARN: " + txt); };
24659- // workaround for tty output truncation upon process.exit()
24660- [process.stdout, process.stderr].forEach(function(stream){
24661- if (stream._handle && stream._handle.setBlocking)
24662- stream._handle.setBlocking(true);
24663- });
2466424659
2466524660exports.AST_Node.warn_function = function(txt) {
2466624661 console.error("WARN: %s", txt);
0 commit comments