📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 16:10:52
📂
/ (Root)
/
home
/
supecsoq
/
.trash
/
node_modules
/
next
/
dist
/
shared
/
lib
/
page-path
📍 /home/supecsoq/.trash/node_modules/next/dist/shared/lib/page-path
🔄 Refresh
✏️
Editing: normalize-path-sep.js
Writable
/** * For a given page path, this function ensures that there is no backslash * escaping slashes in the path. Example: * - `foo\/bar\/baz` -> `foo/bar/baz` */ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "normalizePathSep", { enumerable: true, get: function() { return normalizePathSep; } }); function normalizePathSep(path) { return path.replace(/\\/g, '/'); } //# sourceMappingURL=normalize-path-sep.js.map
💾 Save Changes
❌ Cancel