diff options
author | 2023-06-15 01:18:23 -0700 | |
---|---|---|
committer | 2023-06-15 01:18:23 -0700 | |
commit | dc06caccaa6bd8fd273e16cff2c2e0c10f32c58e (patch) | |
tree | ee62eff2b60d567a337d3442ed703cf6f547bd76 /src/bun.js/bindings/ZigGlobalObject.h | |
parent | e6d4b3a89ac6631f54276a21d82d41f91fd41c76 (diff) | |
download | bun-dc06caccaa6bd8fd273e16cff2c2e0c10f32c58e.tar.gz bun-dc06caccaa6bd8fd273e16cff2c2e0c10f32c58e.tar.zst bun-dc06caccaa6bd8fd273e16cff2c2e0c10f32c58e.zip |
Tweak CommonJS output (#3320)
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Diffstat (limited to 'src/bun.js/bindings/ZigGlobalObject.h')
-rw-r--r-- | src/bun.js/bindings/ZigGlobalObject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bun.js/bindings/ZigGlobalObject.h b/src/bun.js/bindings/ZigGlobalObject.h index d5f933540..dda1c8330 100644 --- a/src/bun.js/bindings/ZigGlobalObject.h +++ b/src/bun.js/bindings/ZigGlobalObject.h @@ -363,6 +363,7 @@ public: mutable WriteBarrier<Unknown> m_JSURLSearchParamsSetterValue; mutable WriteBarrier<Unknown> m_JSWebSocketSetterValue; mutable WriteBarrier<Unknown> m_JSDOMFormDataSetterValue; + mutable WriteBarrier<Unknown> m_BunCommonJSModuleValue; mutable WriteBarrier<JSFunction> m_thenables[promiseFunctionsSize + 1]; |