aboutsummaryrefslogtreecommitdiff
path: root/src/js/out/modules/node/cluster.js
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2023-07-11 19:14:34 -0700
committerGravatar GitHub <noreply@github.com> 2023-07-11 19:14:34 -0700
commitcbb88672f217a90db1aa1eb29cd92d5d9035b22b (patch)
tree43a00501f3cde495967e116f0b660777051551f8 /src/js/out/modules/node/cluster.js
parent1f900cff453700b19bca2acadfe26da4468c1282 (diff)
parent34b0e7a2bbd8bf8097341cdb0075d0908283e834 (diff)
downloadbun-cbb88672f217a90db1aa1eb29cd92d5d9035b22b.tar.gz
bun-cbb88672f217a90db1aa1eb29cd92d5d9035b22b.tar.zst
bun-cbb88672f217a90db1aa1eb29cd92d5d9035b22b.zip
Merge branch 'main' into jarred/esm-conditionsjarred/esm-conditions
Diffstat (limited to 'src/js/out/modules/node/cluster.js')
-rw-r--r--src/js/out/modules/node/cluster.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/out/modules/node/cluster.js b/src/js/out/modules/node/cluster.js
index 871fe0338..036e80380 100644
--- a/src/js/out/modules/node/cluster.js
+++ b/src/js/out/modules/node/cluster.js
@@ -1,4 +1,4 @@
-var EventEmitter = import.meta.require("node:events");
+import EventEmitter from "node:events";
// src/js/shared.ts
function throwNotImplemented(feature, issue) {