aboutsummaryrefslogtreecommitdiff
path: root/src/js/out/modules_dev/node/os.js
diff options
context:
space:
mode:
authorGravatar dave caruso <me@paperdave.net> 2023-06-03 00:36:05 -0400
committerGravatar GitHub <noreply@github.com> 2023-06-02 21:36:05 -0700
commitcfd73cec816cb73e0017cf306e133a7b0e5ae4eb (patch)
treeb628d48e6962f9e71e3b9b75884f684d8297e180 /src/js/out/modules_dev/node/os.js
parent3e437a6ae0d4a68f8f29c60276918d662ad7bbc7 (diff)
downloadbun-cfd73cec816cb73e0017cf306e133a7b0e5ae4eb.tar.gz
bun-cfd73cec816cb73e0017cf306e133a7b0e5ae4eb.tar.zst
bun-cfd73cec816cb73e0017cf306e133a7b0e5ae4eb.zip
fixes with hardcoded modules (#3182)
* fixes with hardcoded modules * add make hardcoded to make dev * adjust this message * remove debugging logs * this * restore2
Diffstat (limited to 'src/js/out/modules_dev/node/os.js')
-rw-r--r--src/js/out/modules_dev/node/os.js77
1 files changed, 0 insertions, 77 deletions
diff --git a/src/js/out/modules_dev/node/os.js b/src/js/out/modules_dev/node/os.js
deleted file mode 100644
index 1d20ffcfc..000000000
--- a/src/js/out/modules_dev/node/os.js
+++ /dev/null
@@ -1,77 +0,0 @@
-var bound = function(obj) {
- return {
- arch: obj.arch.bind(obj),
- cpus: obj.cpus.bind(obj),
- endianness: obj.endianness.bind(obj),
- freemem: obj.freemem.bind(obj),
- getPriority: obj.getPriority.bind(obj),
- homedir: obj.homedir.bind(obj),
- hostname: obj.hostname.bind(obj),
- loadavg: obj.loadavg.bind(obj),
- networkInterfaces: obj.networkInterfaces.bind(obj),
- platform: obj.platform.bind(obj),
- release: obj.release.bind(obj),
- setPriority: obj.setPriority.bind(obj),
- tmpdir: obj.tmpdir.bind(obj),
- totalmem: obj.totalmem.bind(obj),
- type: obj.type.bind(obj),
- uptime: obj.uptime.bind(obj),
- userInfo: obj.userInfo.bind(obj),
- version: obj.version.bind(obj),
- machine: obj.machine.bind(obj),
- devNull: obj.devNull,
- EOL: obj.EOL,
- constants: obj.constants,
- [Symbol.for("CommonJS")]: 0
- };
-}, os = bound(Bun._Os()), {
- arch,
- cpus,
- endianness,
- freemem,
- getPriority,
- homedir,
- hostname,
- loadavg,
- networkInterfaces,
- platform,
- release,
- setPriority,
- tmpdir,
- totalmem,
- type,
- uptime,
- userInfo,
- version,
- machine,
- devNull,
- EOL,
- constants
-} = os, os_default = os;
-export {
- version,
- userInfo,
- uptime,
- type,
- totalmem,
- tmpdir,
- setPriority,
- release,
- platform,
- networkInterfaces,
- machine,
- loadavg,
- hostname,
- homedir,
- getPriority,
- freemem,
- endianness,
- devNull,
- os_default as default,
- cpus,
- constants,
- arch,
- EOL
-};
-
-//# debugId=3EE37150D84C990E64756e2164756e21