File Explorer

/var/runtime/node_modules/@aws-sdk/node_modules/aws-crt/dist.browser/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 /.

polyfills.js704 B · 19 lines
"use strict";/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */var __importDefault = (this && this.__importDefault) || function (mod) {    return (mod && mod.__esModule) ? mod : { "default": mod };};Object.defineProperty(exports, "__esModule", { value: true });var buffer_1 = __importDefault(require("buffer"));var process_1 = __importDefault(require("process"));// Workaround to get mqtt-js working with Webpack 5if (window) {    window.Buffer = buffer_1.default.Buffer;    window.process = process_1.default;    // NodeJS global shim workaround for Angular    window.global = window;}//# sourceMappingURL=polyfills.js.map