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 /
events /
node_modules /
sucrase /
dist /
[ HOME SHELL ]
Name
Size
Permission
Action
esm
[ DIR ]
drwxrwxr-x
parser
[ DIR ]
drwxrwxr-x
transformers
[ DIR ]
drwxrwxr-x
types
[ DIR ]
drwxrwxr-x
util
[ DIR ]
drwxrwxr-x
CJSImportProcessor.js
15.99
KB
-rw-rw-r--
HelperManager.js
5.57
KB
-rw-rw-r--
NameManager.js
927
B
-rw-rw-r--
Options-gen-types.js
1.71
KB
-rw-rw-r--
Options.js
675
B
-rw-rw-r--
TokenProcessor.js
10.26
KB
-rw-rw-r--
cli.js
10.12
KB
-rw-rw-r--
computeSourceMap.js
2.56
KB
-rw-rw-r--
identifyShadowedGlobals.js
3.04
KB
-rw-rw-r--
index.js
5.28
KB
-rw-rw-r--
register.js
2.77
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Options-gen-types.js
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } }/** * This module was automatically generated by `ts-interface-builder` */ var _tsinterfacechecker = require('ts-interface-checker'); var t = _interopRequireWildcard(_tsinterfacechecker); // tslint:disable:object-literal-key-quotes const Transform = t.union( t.lit("jsx"), t.lit("typescript"), t.lit("flow"), t.lit("imports"), t.lit("react-hot-loader"), t.lit("jest"), ); exports.Transform = Transform; const SourceMapOptions = t.iface([], { compiledFilename: "string", }); exports.SourceMapOptions = SourceMapOptions; 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"), }); exports.Options = Options; const exportedTypeSuite = { Transform: exports.Transform, SourceMapOptions: exports.SourceMapOptions, Options: exports.Options, }; exports. default = exportedTypeSuite;
Close