felixge / node-sandboxed-module

A sandboxed node.js module loader that lets you inject dependencies into your modules.
MIT License
342 stars 42 forks source link

Add "fs/promises" #73

Open fregante opened 3 weeks ago

fregante commented 3 weeks ago

fs/promises is not recognized as part of fs. This fixes it.

Context: https://github.com/mozilla/node-fx-runner/pull/139/files/c92c14ec8b2897b52a8c9610d3c1fbaf52d980c7#r1713052619

fregante commented 3 weeks ago

I noticed process is missing too, should it be added?