Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
cqt /
node_modules /
sucrase /
dist /
esm /
[ HOME SHELL ]
Name
Size
Permission
Action
parser
[ DIR ]
drwxr-xr-x
transformers
[ DIR ]
drwxr-xr-x
util
[ DIR ]
drwxr-xr-x
CJSImportProcessor.js
14.93
KB
-rw-r--r--
HelperManager.js
5.47
KB
-rw-r--r--
NameManager.js
642
B
-rw-r--r--
Options-gen-types.js
1.15
KB
-rw-r--r--
Options.js
351
B
-rw-r--r--
TokenProcessor.js
9.93
KB
-rw-r--r--
cli.js
9.19
KB
-rw-r--r--
computeSourceMap.js
2.36
KB
-rw-r--r--
identifyShadowedGlobals.js
2.85
KB
-rw-r--r--
index.js
4.23
KB
-rw-r--r--
register.js
2.08
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Options-gen-types.js
/** * This module was automatically generated by `ts-interface-builder` */ import * as t from "ts-interface-checker"; // tslint:disable:object-literal-key-quotes export const Transform = t.union( t.lit("jsx"), t.lit("typescript"), t.lit("flow"), t.lit("imports"), t.lit("react-hot-loader"), t.lit("jest"), ); export const SourceMapOptions = t.iface([], { compiledFilename: "string", }); export const Options = t.iface([], { transforms: t.array("Transform"), disableESTransforms: t.opt("boolean"), jsxRuntime: t.opt(t.union(t.lit("classic"), t.lit("automatic"), t.lit("preserve"))), production: t.opt("boolean"), jsxImportSource: t.opt("string"), jsxPragma: t.opt("string"), jsxFragmentPragma: t.opt("string"), keepUnusedImports: t.opt("boolean"), preserveDynamicImport: t.opt("boolean"), injectCreateRequireForImportRequire: t.opt("boolean"), enableLegacyTypeScriptModuleInterop: t.opt("boolean"), enableLegacyBabel5ModuleInterop: t.opt("boolean"), sourceMapOptions: t.opt("SourceMapOptions"), filePath: t.opt("string"), }); const exportedTypeSuite = { Transform, SourceMapOptions, Options, }; export default exportedTypeSuite;
Close