/var/runtime/node_modules/@aws-sdk/node_modules/aws-crt/dist/native
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.TextDecoder = exports.TextEncoder = void 0;const util_1 = require("util");Object.defineProperty(exports, "TextEncoder", { enumerable: true, get: function () { return util_1.TextEncoder; } });Object.defineProperty(exports, "TextDecoder", { enumerable: true, get: function () { return util_1.TextDecoder; } });//# sourceMappingURL=polyfills.js.map