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 /
types /
[ HOME SHELL ]
Name
Size
Permission
Action
parser
[ DIR ]
drwxr-xr-x
transformers
[ DIR ]
drwxr-xr-x
util
[ DIR ]
drwxr-xr-x
CJSImportProcessor.d.ts
2.75
KB
-rw-r--r--
HelperManager.d.ts
437
B
-rw-r--r--
NameManager.d.ts
252
B
-rw-r--r--
Options-gen-types.d.ts
332
B
-rw-r--r--
Options.d.ts
3.29
KB
-rw-r--r--
TokenProcessor.d.ts
3.71
KB
-rw-r--r--
cli.d.ts
37
B
-rw-r--r--
computeSourceMap.d.ts
733
B
-rw-r--r--
identifyShadowedGlobals.d.ts
621
B
-rw-r--r--
index.d.ts
1.02
KB
-rw-r--r--
register.d.ts
903
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.d.ts
import CJSImportProcessor from "./CJSImportProcessor"; import { type RawSourceMap } from "./computeSourceMap"; import { HelperManager } from "./HelperManager"; import NameManager from "./NameManager"; import type { Options, SourceMapOptions, Transform } from "./Options"; import type { Scope } from "./parser/tokenizer/state"; import TokenProcessor from "./TokenProcessor"; export interface TransformResult { code: string; sourceMap?: RawSourceMap; } export interface SucraseContext { tokenProcessor: TokenProcessor; scopes: Array<Scope>; nameManager: NameManager; importProcessor: CJSImportProcessor | null; helperManager: HelperManager; } export type { Options, SourceMapOptions, Transform }; export declare function getVersion(): string; export declare function transform(code: string, options: Options): TransformResult; /** * Return a string representation of the sucrase tokens, mostly useful for * diagnostic purposes. */ export declare function getFormattedTokens(code: string, options: Options): string;
Close