aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-02-03 14:02:12 -0800
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-02-03 14:39:07 -0800
commit06d073003d3c3f2bfddbd159eaf485b5a1900eaf (patch)
tree9c8b2eecee13d854f44fdb21fba54e5173b38e6a /src
parent50f1dd61a6c7da5ffdaaed31472a71e8b1bd6605 (diff)
downloadbun-06d073003d3c3f2bfddbd159eaf485b5a1900eaf.tar.gz
bun-06d073003d3c3f2bfddbd159eaf485b5a1900eaf.tar.zst
bun-06d073003d3c3f2bfddbd159eaf485b5a1900eaf.zip
fix require("perf_hooks")
Diffstat (limited to 'src')
-rw-r--r--src/bun.js/perf_hooks.exports.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bun.js/perf_hooks.exports.js b/src/bun.js/perf_hooks.exports.js
index 8a1a9a915..c461abafe 100644
--- a/src/bun.js/perf_hooks.exports.js
+++ b/src/bun.js/perf_hooks.exports.js
@@ -22,4 +22,5 @@ export default {
PerformanceEntry,
PerformanceEntry,
PerformanceNodeTiming,
+ [Symbol.for("CommonJS")]: 0,
};