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 /
ast-types /
def /
[ HOME SHELL ]
Name
Size
Permission
Action
babel-core.d.ts
77
B
-rw-rw-r--
babel-core.js
9.84
KB
-rw-rw-r--
babel.d.ts
77
B
-rw-rw-r--
babel.js
397
B
-rw-rw-r--
core.d.ts
77
B
-rw-rw-r--
core.js
11.82
KB
-rw-rw-r--
es-proposals.d.ts
77
B
-rw-rw-r--
es-proposals.js
1.34
KB
-rw-rw-r--
es2020.d.ts
77
B
-rw-rw-r--
es2020.js
553
B
-rw-rw-r--
es6.d.ts
77
B
-rw-rw-r--
es6.js
9.48
KB
-rw-rw-r--
es7.d.ts
77
B
-rw-rw-r--
es7.js
1.33
KB
-rw-rw-r--
esprima.d.ts
77
B
-rw-rw-r--
esprima.js
2.03
KB
-rw-rw-r--
flow.d.ts
77
B
-rw-rw-r--
flow.js
11
KB
-rw-rw-r--
jsx.d.ts
77
B
-rw-rw-r--
jsx.js
4.56
KB
-rw-rw-r--
type-annotations.d.ts
256
B
-rw-rw-r--
type-annotations.js
1.86
KB
-rw-rw-r--
typescript.d.ts
77
B
-rw-rw-r--
typescript.js
14.89
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : es-proposals.js
"use strict";; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var types_1 = tslib_1.__importDefault(require("../lib/types")); var shared_1 = tslib_1.__importDefault(require("../lib/shared")); var core_1 = tslib_1.__importDefault(require("./core")); function default_1(fork) { fork.use(core_1.default); var types = fork.use(types_1.default); var Type = types.Type; var def = types.Type.def; var or = Type.or; var shared = fork.use(shared_1.default); var defaults = shared.defaults; // https://github.com/tc39/proposal-optional-chaining // `a?.b` as per https://github.com/estree/estree/issues/146 def("OptionalMemberExpression") .bases("MemberExpression") .build("object", "property", "computed", "optional") .field("optional", Boolean, defaults["true"]); // a?.b() def("OptionalCallExpression") .bases("CallExpression") .build("callee", "arguments", "optional") .field("optional", Boolean, defaults["true"]); // https://github.com/tc39/proposal-nullish-coalescing // `a ?? b` as per https://github.com/babel/babylon/pull/761/files var LogicalOperator = or("||", "&&", "??"); def("LogicalExpression") .field("operator", LogicalOperator); } exports.default = default_1; module.exports = exports["default"];
Close