/proc/self/root/var/runtime/node_modules/@aws-sdk/node_modules/aws-crt/dist/common
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 /.
"use strict";/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */Object.defineProperty(exports, "__esModule", { value: true });exports.set_defined_property = void 0;/** @internal */function set_defined_property(object, propertyName, value) { if (value === undefined || value == null) { return false; } object[propertyName] = value; return true;}exports.set_defined_property = set_defined_property;//# sourceMappingURL=utils.js.map