File Explorer

/var/runtime/node_modules/@aws-sdk/node_modules/stream-browserify/test

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-stream.js216 B · 5 lines
// browserify plugin to swap out the `stream` builtin node shim with the stream-browserify version in this repo.module.exports = function (b) {  b._mdeps.options.modules.stream = require.resolve('../index.js');};