Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.217.80
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
nodejs /
@babel /
types /
lib /
comments /
Delete
Unzip
Name
Size
Permission
Date
Action
addComment.js
371
B
-rw-r--r--
2024-02-26 08:46
addComments.js
476
B
-rw-r--r--
2024-02-26 08:46
inheritInnerComments.js
320
B
-rw-r--r--
2024-02-26 08:46
inheritLeadingComments.js
328
B
-rw-r--r--
2024-02-26 08:46
inheritTrailingComments.js
332
B
-rw-r--r--
2024-02-26 08:46
inheritsComments.js
586
B
-rw-r--r--
2024-02-26 08:46
removeComments.js
320
B
-rw-r--r--
2024-02-26 08:46
Save
Rename
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = addComments; function addComments(node, type, comments) { if (!comments || !node) return node; const key = `${type}Comments`; if (node[key]) { if (type === "leading") { node[key] = comments.concat(node[key]); } else { node[key].push(...comments); } } else { node[key] = comments; } return node; } //# sourceMappingURL=addComments.js.map