File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/node_modules/uuid/dist/commonjs-browser

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

regex.js267 B · 8 lines
"use strict"; Object.defineProperty(exports, "__esModule", {  value: true});exports.default = void 0;var _default = /^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;exports.default = _default;