File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/crt-loader/dist-cjs

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 /.

index.js515 B · 18 lines
'use strict'; var client = require('@aws-sdk/core/client');var awsCrt = require('aws-crt'); client.crtAvailability.isCrtAvailable = true; Object.prototype.hasOwnProperty.call(awsCrt, '__proto__') &&	!Object.prototype.hasOwnProperty.call(exports, '__proto__') &&	Object.defineProperty(exports, '__proto__', {		enumerable: true,		value: awsCrt['__proto__']	}); Object.keys(awsCrt).forEach(function (k) {	if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = awsCrt[k];});