[ Root System Explorer ]
Location:
Root
/
opt
/
alt
/
alt-nodejs20
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
tuf-js
/
dist
/
utils
+ Folder
+ File
Upload
Editing: url.js
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.join = void 0; const url_1 = require("url"); function join(base, path) { return new url_1.URL(ensureTrailingSlash(base) + removeLeadingSlash(path)).toString(); } exports.join = join; function ensureTrailingSlash(path) { return path.endsWith('/') ? path : path + '/'; } function removeLeadingSlash(path) { return path.startsWith('/') ? path.slice(1) : path; }
SAVE CHANGES
[ CANCEL ]
Name
Type
Actions
.. (Parent Directory)
📄 tmpfile.js
FILE
Ren
[EDIT]
DEL
📄 url.js
FILE
Ren
[EDIT]
DEL